<86>Apr 27 09:12:48 userdel[1721375]: delete user 'rooter' <86>Apr 27 09:12:48 userdel[1721375]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:12:48 userdel[1721375]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:12:48 groupadd[1721432]: group added to /etc/group: name=rooter, GID=1871 <86>Apr 27 09:12:48 groupadd[1721432]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:12:48 groupadd[1721432]: new group: name=rooter, GID=1871 <86>Apr 27 09:12:48 useradd[1721478]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:12:48 userdel[1721543]: delete user 'builder' <86>Apr 27 09:12:48 userdel[1721543]: removed group 'builder' owned by 'builder' <86>Apr 27 09:12:48 userdel[1721543]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:12:48 groupadd[1721607]: group added to /etc/group: name=builder, GID=1872 <86>Apr 27 09:12:48 groupadd[1721607]: group added to /etc/gshadow: name=builder <86>Apr 27 09:12:48 groupadd[1721607]: new group: name=builder, GID=1872 <86>Apr 27 09:12:48 useradd[1721644]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/pccts-1.33-alt3MR33.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/pccts-1.33-alt3MR33.src.rpm: license not found in '/usr/share/license' directory: Domain warning: user lav does not exist - using root warning: user lav does not exist - using root warning: user lav does not exist - using root warning: user lav does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pccts-1.33-alt3MR33.nosrc.rpm (w1.gzdio) Installing pccts-1.33-alt3MR33.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44059 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pccts + echo 'Source #0 (pccts133mr.tar.bz2):' Source #0 (pccts133mr.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/pccts133mr.tar.bz2 + /bin/tar -xf - + cd pccts + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (pccts-1.33-debian.patch):' Patch #1 (pccts-1.33-debian.patch): + /usr/bin/patch -p1 patching file sorcerer/lib/sorlist.c patching file sorcerer/lib/sintstack.c patching file sorcerer/makefile patching file sorcerer/sor.c patching file sorcerer/test/makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44059 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pccts + make -j16 'COPT=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/pccts' Welcome to PCCTS 1.33MR33 installation (Version 1.33 Maintenance Release #33) Released 19 April 2002 Featuring ANTLR -- ANother Tool for Language Recognition DLG -- DFA-based Lexical Analyzer Generator SORCERER -- Source-to-source translator (tree walker) http://www.antlr.org Trouble reports to tmoog@polhode.com Additional PCCTS 1.33 information at http://www.polhode.com To substitute gcc for CC to invoke compiler: make CC=gcc If there are problems with cr and lf try: unzip -a ... Making executables... make: Leaving directory '/usr/src/RPM/BUILD/pccts' (cd ./antlr; make CC="cc" COPT="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic") make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o hash.o hash.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o globals.o globals.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o egman.o egman.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o set.o ../support/set/set.c In file included from ../support/set/set.c:67: ../support/set/set.c: In function 'set_of': ../support/set/set.h:57:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 57 | if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \ | ^~ ../support/set/set.c:266:9: note: in expansion of macro 'set_new' 266 | set_new(a, b); | ^~~~~~~ ../support/set/set.h:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | (a).n = NumWords(_max); | ^ ../support/set/set.c:266:9: note: in expansion of macro 'set_new' 266 | set_new(a, b); | ^~~~~~~ ../support/set/set.c: In function 'set_val': ../support/set/set.h:57:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 57 | if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \ | ^~ ../support/set/set.c:557:9: note: in expansion of macro 'set_new' 557 | set_new(a, strlen(s)); | ^~~~~~~ ../support/set/set.h:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | (a).n = NumWords(_max); | ^ ../support/set/set.c:557:9: note: in expansion of macro 'set_new' 557 | set_new(a, strlen(s)); | ^~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o err.o err.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o build.o build.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o pred.o pred.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o fcache.o fcache.c fcache.c: In function 'dumpFcache1': fcache.c:48:13: warning: variable 'hi' set but not used [-Wunused-but-set-variable] 48 | int hi=0; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o lex.o lex.c lex.c: In function 'DumpType': lex.c:757:15: warning: variable 'p' set but not used [-Wunused-but-set-variable] 757 | char *p; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o bits.o bits.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o fset.o fset.c fset.c: In function 'First': fset.c:1490:28: warning: variable 'p1junction' set but not used [-Wunused-but-set-variable] 1490 | Junction * p1junction = NULL; | ^~~~~~~~~~ fset.c:1529:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1529 | if (AlphaBetaTrace) MR_MaintainBackTrace=0; | ^~ fset.c:1530:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1530 | HandleAmbiguity(j, alt1, alt2, jtype); | ^~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o main.o main.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o misc.o misc.c misc.c: In function 'FoLink': misc.c:1283:25: warning: variable 'ignore' set but not used [-Wunused-but-set-variable] 1283 | /* MR14 */ Junction *ignore; | ^~~~~~ misc.c: In function 'getInitializer': misc.c:1604:15: warning: variable 'p' set but not used [-Wunused-but-set-variable] 1604 | char *p; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o fset2.o fset2.c fset2.c: In function 'MR_backTraceDumpItem': fset2.c:2065:18: warning: variable 'a' set but not used [-Wunused-but-set-variable] 2065 | ActionNode *a; | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o scan.o scan.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o mrhoist.o mrhoist.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o antlr.o antlr.c In file included from antlr.c:25: antlr.c: In function 'grammar': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:70:3: note: in expansion of macro 'zzRULE' 70 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:70:3: note: in expansion of macro 'zzRULE' 70 | zzRULE; | ^~~~~~ antlr.c: In function 'class_def': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:402:3: note: in expansion of macro 'zzRULE' 402 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:402:3: note: in expansion of macro 'zzRULE' 402 | zzRULE; | ^~~~~~ antlr.c: In function 'rule': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:493:3: note: in expansion of macro 'zzRULE' 493 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:493:3: note: in expansion of macro 'zzRULE' 493 | zzRULE; | ^~~~~~ antlr.c: In function 'laction': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:742:3: note: in expansion of macro 'zzRULE' 742 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:742:3: note: in expansion of macro 'zzRULE' 742 | zzRULE; | ^~~~~~ antlr.c: In function 'lmember': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:773:3: note: in expansion of macro 'zzRULE' 773 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:773:3: note: in expansion of macro 'zzRULE' 773 | zzRULE; | ^~~~~~ antlr.c: In function 'lprefix': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:809:3: note: in expansion of macro 'zzRULE' 809 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:809:3: note: in expansion of macro 'zzRULE' 809 | zzRULE; | ^~~~~~ antlr.c: In function 'aPred': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:845:3: note: in expansion of macro 'zzRULE' 845 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:845:3: note: in expansion of macro 'zzRULE' 845 | zzRULE; | ^~~~~~ antlr.c: In function 'predOrExpr': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:989:3: note: in expansion of macro 'zzRULE' 989 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:989:3: note: in expansion of macro 'zzRULE' 989 | zzRULE; | ^~~~~~ antlr.c: In function 'predAndExpr': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1046:3: note: in expansion of macro 'zzRULE' 1046 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1046:3: note: in expansion of macro 'zzRULE' 1046 | zzRULE; | ^~~~~~ antlr.c: In function 'predPrimary': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1103:3: note: in expansion of macro 'zzRULE' 1103 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1103:3: note: in expansion of macro 'zzRULE' 1103 | zzRULE; | ^~~~~~ antlr.c: In function 'aLexclass': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1172:3: note: in expansion of macro 'zzRULE' 1172 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1172:3: note: in expansion of macro 'zzRULE' 1172 | zzRULE; | ^~~~~~ antlr.c: In function 'error': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1198:3: note: in expansion of macro 'zzRULE' 1198 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1198:3: note: in expansion of macro 'zzRULE' 1198 | zzRULE; | ^~~~~~ antlr.c: In function 'tclass': antlr.c:1408:9: warning: unused variable 'zzcnt' [-Wunused-variable] 1408 | int zzcnt=1; | ^~~~~ antlr.c:1342:41: warning: variable 'totok' set but not used [-Wunused-but-set-variable] 1342 | char *t=NULL; TCnode *e; int go=1,tok,totok; TermEntry *p, *term, *toterm; | ^~~~~ antlr.c:1342:37: warning: variable 'tok' set but not used [-Wunused-but-set-variable] 1342 | char *t=NULL; TCnode *e; int go=1,tok,totok; TermEntry *p, *term, *toterm; | ^~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1338:3: note: in expansion of macro 'zzRULE' 1338 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1338:3: note: in expansion of macro 'zzRULE' 1338 | zzRULE; | ^~~~~~ antlr.c: In function 'token': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1508:3: note: in expansion of macro 'zzRULE' 1508 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1508:3: note: in expansion of macro 'zzRULE' 1508 | zzRULE; | ^~~~~~ antlr.c: In function 'block': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1665:3: note: in expansion of macro 'zzRULE' 1665 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1665:3: note: in expansion of macro 'zzRULE' 1665 | zzRULE; | ^~~~~~ antlr.c: In function 'alt': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1779:3: note: in expansion of macro 'zzRULE' 1779 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1779:3: note: in expansion of macro 'zzRULE' 1779 | zzRULE; | ^~~~~~ antlr.c: In function 'element_label': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1904:3: note: in expansion of macro 'zzRULE' 1904 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:1904:3: note: in expansion of macro 'zzRULE' 1904 | zzRULE; | ^~~~~~ antlr.c: In function 'element': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:1967:3: note: in expansion of macro 'zzRULE' 1967 | zzRULE; | ^~~~~~ antlr.c: In function 'default_exception_handler': antlr.c:2811:1: warning: label 'fail' defined but not used [-Wunused-label] 2811 | fail: | ^~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:2803:3: note: in expansion of macro 'zzRULE' 2803 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:2803:3: note: in expansion of macro 'zzRULE' 2803 | zzRULE; | ^~~~~~ antlr.c: In function 'exception_group': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:2826:3: note: in expansion of macro 'zzRULE' 2826 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:2826:3: note: in expansion of macro 'zzRULE' 2826 | zzRULE; | ^~~~~~ antlr.c: In function 'exception_handler': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:2975:3: note: in expansion of macro 'zzRULE' 2975 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:2975:3: note: in expansion of macro 'zzRULE' 2975 | zzRULE; | ^~~~~~ antlr.c: In function 'enum_file': antlr.c:3101:15: warning: unused variable 'zzcnt' [-Wunused-variable] 3101 | int zzcnt=1; | ^~~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:3057:3: note: in expansion of macro 'zzRULE' 3057 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:3057:3: note: in expansion of macro 'zzRULE' 3057 | zzRULE; | ^~~~~~ antlr.c: In function 'defines': antlr.c:3151:9: warning: unused variable 'zzcnt' [-Wunused-variable] 3151 | int zzcnt=1; | ^~~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:3144:3: note: in expansion of macro 'zzRULE' 3144 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:3144:3: note: in expansion of macro 'zzRULE' 3144 | zzRULE; | ^~~~~~ antlr.c: In function 'enum_def': antlr.c:3255:118: warning: statement with no effect [-Wunused-value] 3255 | if (!(isDLGmaxToken(LATEXT(1))) ) {zzfailed_pred(" isDLGmaxToken(LATEXT(1))",0 /* report */, { 0; /* no user action */ } );} | ^ ../h/antlr.h:129:27: note: in definition of macro 'zzfailed_pred_action' 129 | if (_hasuseraction) { _useraction } \ | ^~~~~~~~~~~ antlr.c:3255:57: note: in expansion of macro 'zzfailed_pred' 3255 | if (!(isDLGmaxToken(LATEXT(1))) ) {zzfailed_pred(" isDLGmaxToken(LATEXT(1))",0 /* report */, { 0; /* no user action */ } );} | ^~~~~~~~~~~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ antlr.c:3204:3: note: in expansion of macro 'zzRULE' 3204 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ antlr.c:3204:3: note: in expansion of macro 'zzRULE' 3204 | zzRULE; | ^~~~~~ antlr.c: In function 'zzconstr_attr': ../h/antlr.h:339:63: warning: 'a' is used uninitialized [-Wuninitialized] 339 | {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \ | ^ ../h/antlr.h:339:25: note: 'a' declared here 339 | {Attrib a; zzcr_attr((&a),_tok,_text); return a;} \ | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o gen.o gen.c gen.c: In function 'first_item_is_guess_block': gen.c:1746:20: warning: unused variable 'qOriginal' [-Wunused-variable] 1746 | Junction * qOriginal = q; /* DEBUG */ | ^~~~~~~~~ gen.c: In function 'genRuleRef': gen.c:2010:27: warning: variable 'exsig' set but not used [-Wunused-but-set-variable] 2010 | char *parm = "", *exsig = ""; | ^~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/antlr' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -o antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o hash.c: In function 'hash_get': hash.c:135:59: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 135 | if ( !(table!=NULL && key!=NULL) ) *((char *) 34) = 3; | ^ lto1: note: destination object is likely at address zero mv antlr ../bin/. make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/antlr' make: Entering directory '/usr/src/RPM/BUILD/pccts' antlr executable now in bin make: Leaving directory '/usr/src/RPM/BUILD/pccts' (cd ./dlg; make CC="cc" COPT="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic") make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o relabel.o relabel.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o support.o support.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o automata.o automata.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c main.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 ../support/set/set.c In file included from ../support/set/set.c:67: ../support/set/set.c: In function 'set_of': ../support/set/set.h:57:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 57 | if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \ | ^~ ../support/set/set.c:266:9: note: in expansion of macro 'set_new' 266 | set_new(a, b); | ^~~~~~~ ../support/set/set.h:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | (a).n = NumWords(_max); | ^ ../support/set/set.c:266:9: note: in expansion of macro 'set_new' 266 | set_new(a, b); | ^~~~~~~ ../support/set/set.c: In function 'set_val': ../support/set/set.h:57:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 57 | if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \ | ^~ ../support/set/set.c:557:9: note: in expansion of macro 'set_new' 557 | set_new(a, strlen(s)); | ^~~~~~~ ../support/set/set.h:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | (a).n = NumWords(_max); | ^ ../support/set/set.c:557:9: note: in expansion of macro 'set_new' 557 | set_new(a, strlen(s)); | ^~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o err.o err.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c -o output.o output.c output.c: In function 'p_accept_table': output.c:468:25: warning: variable 'true_interactive' set but not used [-Wunused-but-set-variable] 468 | int true_interactive = TRUE; | ^~~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c dlg_a.c make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -c dlg_p.c In file included from dlg_p.c:20: dlg_p.c: In function 'grammar': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:63:3: note: in expansion of macro 'zzRULE' 63 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ dlg_p.c:63:3: note: in expansion of macro 'zzRULE' 63 | zzRULE; | ^~~~~~ dlg_p.c: In function 'start_states': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:143:3: note: in expansion of macro 'zzRULE' 143 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ dlg_p.c:143:3: note: in expansion of macro 'zzRULE' 143 | zzRULE; | ^~~~~~ dlg_p.c: In function 'do_conversion': dlg_p.c:215:1: warning: label 'fail' defined but not used [-Wunused-label] 215 | fail: | ^~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:194:3: note: in expansion of macro 'zzRULE' 194 | zzRULE; | ^~~~~~ ../h/antlr.h:587:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 587 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ dlg_p.c:194:3: note: in expansion of macro 'zzRULE' 194 | zzRULE; | ^~~~~~ dlg_p.c: In function 'rule_list': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:229:3: note: in expansion of macro 'zzRULE' 229 | zzRULE; | ^~~~~~ dlg_p.c: In function 'rule': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:278:3: note: in expansion of macro 'zzRULE' 278 | zzRULE; | ^~~~~~ dlg_p.c: In function 'reg_expr': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:317:3: note: in expansion of macro 'zzRULE' 317 | zzRULE; | ^~~~~~ dlg_p.c: In function 'and_expr': dlg_p.c:385:1: warning: label 'fail' defined but not used [-Wunused-label] 385 | fail: | ^~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:361:3: note: in expansion of macro 'zzRULE' 361 | zzRULE; | ^~~~~~ dlg_p.c: In function 'repeat_expr': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:399:3: note: in expansion of macro 'zzRULE' 399 | zzRULE; | ^~~~~~ dlg_p.c: In function 'expr': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:473:3: note: in expansion of macro 'zzRULE' 473 | zzRULE; | ^~~~~~ dlg_p.c: In function 'atom_list': dlg_p.c:588:1: warning: label 'fail' defined but not used [-Wunused-label] 588 | fail: | ^~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:569:3: note: in expansion of macro 'zzRULE' 569 | zzRULE; | ^~~~~~ dlg_p.c: In function 'near_atom': dlg_p.c:635:13: warning: unused variable 'debugLetter2' [-Wunused-variable] 635 | int debugLetter2 = zzaArg(zztasp2,2 ).letter; | ^~~~~~~~~~~~ dlg_p.c:634:13: warning: unused variable 'debugLetter1' [-Wunused-variable] 634 | int debugLetter1 = zzaRet.letter; | ^~~~~~~~~~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:602:3: note: in expansion of macro 'zzRULE' 602 | zzRULE; | ^~~~~~ dlg_p.c: In function 'atom': dlg_p.c:692:1: warning: label 'fail' defined but not used [-Wunused-label] 692 | fail: | ^~~~ ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:676:3: note: in expansion of macro 'zzRULE' 676 | zzRULE; | ^~~~~~ dlg_p.c: In function 'anychar': ../h/antlr.h:589:54: warning: unused variable 'zzpf' [-Wunused-variable] 589 | int zzErrk=1,zzpf=0; \ | ^~~~ dlg_p.c:706:3: note: in expansion of macro 'zzRULE' 706 | zzRULE; | ^~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/dlg' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=32000 -o dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o mv dlg ../bin/. make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/dlg' make: Entering directory '/usr/src/RPM/BUILD/pccts' dlg executable now in bin make: Leaving directory '/usr/src/RPM/BUILD/pccts' (cd ./sorcerer; make CC="cc" COPT="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic") make sor make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o globals.o globals.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o hash.o hash.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o cpp.o cpp.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o set.o ../support/set/set.c In file included from ../support/set/set.c:67: ../support/set/set.c: In function 'set_of': ../support/set/set.h:57:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 57 | if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \ | ^~ ../support/set/set.c:266:9: note: in expansion of macro 'set_new' 266 | set_new(a, b); | ^~~~~~~ ../support/set/set.h:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | (a).n = NumWords(_max); | ^ ../support/set/set.c:266:9: note: in expansion of macro 'set_new' 266 | set_new(a, b); | ^~~~~~~ ../support/set/set.c: In function 'set_val': ../support/set/set.h:57:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 57 | if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \ | ^~ ../support/set/set.c:557:9: note: in expansion of macro 'set_new' 557 | set_new(a, strlen(s)); | ^~~~~~~ ../support/set/set.h:59:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | (a).n = NumWords(_max); | ^ ../support/set/set.c:557:9: note: in expansion of macro 'set_new' 557 | set_new(a, strlen(s)); | ^~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o look.o look.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o err.o err.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o main.o main.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o scan.o scan.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o gen.o gen.c gen.c:59:8: warning: type defaults to 'int' in declaration of 'outfile' [-Wimplicit-int] 59 | static outfile = -1; | ^~~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 -c -o sor.o sor.c In file included from sor.c:46: sor.c: In function 'sordesc': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:172:3: note: in expansion of macro 'zzRULE' 172 | zzRULE; | ^~~~~~ In file included from sor.c:49: ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:172:3: note: in expansion of macro 'zzRULE' 172 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:172:3: note: in expansion of macro 'zzRULE' 172 | zzRULE; | ^~~~~~ sor.c: In function 'header': ../h/ast.h:76:62: warning: unused variable '_tail' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:334:3: note: in expansion of macro 'zzRULE' 334 | zzRULE; | ^~~~~~ ../h/ast.h:76:44: warning: unused variable '_sibling' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:334:3: note: in expansion of macro 'zzRULE' 334 | zzRULE; | ^~~~~~ ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:334:3: note: in expansion of macro 'zzRULE' 334 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:334:3: note: in expansion of macro 'zzRULE' 334 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:334:3: note: in expansion of macro 'zzRULE' 334 | zzRULE; | ^~~~~~ sor.c: In function 'tokdef': ../h/ast.h:76:62: warning: unused variable '_tail' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:361:3: note: in expansion of macro 'zzRULE' 361 | zzRULE; | ^~~~~~ ../h/ast.h:76:44: warning: unused variable '_sibling' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:361:3: note: in expansion of macro 'zzRULE' 361 | zzRULE; | ^~~~~~ ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:361:3: note: in expansion of macro 'zzRULE' 361 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:361:3: note: in expansion of macro 'zzRULE' 361 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:361:3: note: in expansion of macro 'zzRULE' 361 | zzRULE; | ^~~~~~ sor.c: In function 'class_def': ../h/ast.h:76:62: warning: unused variable '_tail' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:403:3: note: in expansion of macro 'zzRULE' 403 | zzRULE; | ^~~~~~ ../h/ast.h:76:44: warning: unused variable '_sibling' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:403:3: note: in expansion of macro 'zzRULE' 403 | zzRULE; | ^~~~~~ ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:403:3: note: in expansion of macro 'zzRULE' 403 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:403:3: note: in expansion of macro 'zzRULE' 403 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:403:3: note: in expansion of macro 'zzRULE' 403 | zzRULE; | ^~~~~~ sor.c: In function 'rule': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:449:3: note: in expansion of macro 'zzRULE' 449 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:449:3: note: in expansion of macro 'zzRULE' 449 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:449:3: note: in expansion of macro 'zzRULE' 449 | zzRULE; | ^~~~~~ sor.c: In function 'block': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:584:3: note: in expansion of macro 'zzRULE' 584 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:584:3: note: in expansion of macro 'zzRULE' 584 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:584:3: note: in expansion of macro 'zzRULE' 584 | zzRULE; | ^~~~~~ sor.c: In function 'alt': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:625:3: note: in expansion of macro 'zzRULE' 625 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:625:3: note: in expansion of macro 'zzRULE' 625 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:625:3: note: in expansion of macro 'zzRULE' 625 | zzRULE; | ^~~~~~ sor.c: In function 'element': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:715:3: note: in expansion of macro 'zzRULE' 715 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:715:3: note: in expansion of macro 'zzRULE' 715 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:715:3: note: in expansion of macro 'zzRULE' 715 | zzRULE; | ^~~~~~ sor.c: In function 'labeled_element': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:920:3: note: in expansion of macro 'zzRULE' 920 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:920:3: note: in expansion of macro 'zzRULE' 920 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:920:3: note: in expansion of macro 'zzRULE' 920 | zzRULE; | ^~~~~~ sor.c: In function 'token': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1168:3: note: in expansion of macro 'zzRULE' 1168 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:1168:3: note: in expansion of macro 'zzRULE' 1168 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:1168:3: note: in expansion of macro 'zzRULE' 1168 | zzRULE; | ^~~~~~ sor.c: In function 'tree': ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1250:3: note: in expansion of macro 'zzRULE' 1250 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:1250:3: note: in expansion of macro 'zzRULE' 1250 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:1250:3: note: in expansion of macro 'zzRULE' 1250 | zzRULE; | ^~~~~~ sor.c: In function 'enum_file': sor.c:1568:11: warning: unused variable 'zzcnt' [-Wunused-variable] 1568 | int zzcnt=1; | ^~~~~ sor.c:1531:13: warning: unused variable 'p' [-Wunused-variable] 1531 | SymEntry *p=NULL; | ^ ../h/ast.h:76:62: warning: unused variable '_tail' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1527:3: note: in expansion of macro 'zzRULE' 1527 | zzRULE; | ^~~~~~ ../h/ast.h:76:44: warning: unused variable '_sibling' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1527:3: note: in expansion of macro 'zzRULE' 1527 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:1527:3: note: in expansion of macro 'zzRULE' 1527 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:1527:3: note: in expansion of macro 'zzRULE' 1527 | zzRULE; | ^~~~~~ sor.c: In function 'defines': sor.c:1614:9: warning: unused variable 'zzcnt' [-Wunused-variable] 1614 | int zzcnt=1; | ^~~~~ ../h/ast.h:76:62: warning: unused variable '_tail' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1607:3: note: in expansion of macro 'zzRULE' 1607 | zzRULE; | ^~~~~~ ../h/ast.h:76:44: warning: unused variable '_sibling' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1607:3: note: in expansion of macro 'zzRULE' 1607 | zzRULE; | ^~~~~~ ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1607:3: note: in expansion of macro 'zzRULE' 1607 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:1607:3: note: in expansion of macro 'zzRULE' 1607 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:1607:3: note: in expansion of macro 'zzRULE' 1607 | zzRULE; | ^~~~~~ sor.c: In function 'enum_def': ../h/ast.h:76:62: warning: unused variable '_tail' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1671:3: note: in expansion of macro 'zzRULE' 1671 | zzRULE; | ^~~~~~ ../h/ast.h:76:44: warning: unused variable '_sibling' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~~~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1671:3: note: in expansion of macro 'zzRULE' 1671 | zzRULE; | ^~~~~~ ../h/ast.h:76:30: warning: unused variable '_ast' [-Wunused-variable] 76 | #define zzASTVars AST *_ast = NULL, *_sibling = NULL, *_tail = NULL | ^~~~ ../h/antlr.h:585:62: note: in expansion of macro 'zzASTVars' 585 | char *zzMissText=""; zzASTVars | ^~~~~~~~~ sor.c:1671:3: note: in expansion of macro 'zzRULE' 1671 | zzRULE; | ^~~~~~ ../h/antlr.h:583:54: warning: unused variable 'zzpf' [-Wunused-variable] 583 | int zzErrk=1,zzpf=0; \ | ^~~~ sor.c:1671:3: note: in expansion of macro 'zzRULE' 1671 | zzRULE; | ^~~~~~ ../h/antlr.h:580:33: warning: unused variable 'zzaRetPtr' [-Wunused-variable] 580 | #define zzRULE Attrib *zzaRetPtr = &(zzaStack[zzasp-1]); \ | ^~~~~~~~~ sor.c:1671:3: note: in expansion of macro 'zzRULE' 1671 | zzRULE; | ^~~~~~ make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer' cc -o sor -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Ih -I. -I../h -I../support/set -DZZLEXBUFSIZE=32000 sor.o scan.o err.o main.o globals.o gen.o set.o hash.o look.o cpp.o mv sor ../bin/. make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer' (cd ./lib; make CC="cc" COPT="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic") make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I../../h -I../h -c -o sstack.o sstack.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I../../h -I../h -c -o sorlist.o sorlist.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I../../h -I../h -c -o sintstack.o sintstack.c make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' make[2]: Entering directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I../../h -I../h -c -o astlib.o astlib.c astlib.c: In function 'ast_match_partial': astlib.c:220:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 220 | if ( t==NULL ) if ( u!=NULL ) return 0; else return 1; | ^ astlib.c: In function 'ast_match': astlib.c:313:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 313 | if ( t==NULL ) if ( u!=NULL ) return 0; else return 1; | ^ astlib.c: In function 'ast_scanmatch': astlib.c:338:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 338 | if ( t==NULL ) if ( u!=NULL ) return 0; else return 1; | ^ make[2]: Leaving directory '/usr/src/RPM/BUILD/pccts/sorcerer/lib' make: Entering directory '/usr/src/RPM/BUILD/pccts' sorcerer executable now in bin make: Leaving directory '/usr/src/RPM/BUILD/pccts' (cd ./support/genmk; make CC="cc" COPT="-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic"; mv genmk ../../bin) make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/support/genmk' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I../../h -c -o genmk.o genmk.c genmk.c: In function 'mk': genmk.c:546:17: warning: implicit declaration of function 'pclasses'; did you mean 'pClass'? [-Wimplicit-function-declaration] 546 | pclasses(classes, num_classes, CPP_FILE_SUFFIX_NO_DOT); | ^~~~~~~~ | pClass genmk.c: At top level: genmk.c:969:1: warning: return type defaults to 'int' [-Wimplicit-int] 969 | pclasses(char **classes, int n, char *suffix) | ^~~~~~~~ genmk.c: In function 'pclasses': genmk.c:992:1: warning: control reaches end of non-void function [-Wreturn-type] 992 | } | ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/support/genmk' make[1]: Entering directory '/usr/src/RPM/BUILD/pccts/support/genmk' cc -o genmk genmk.o make[1]: Leaving directory '/usr/src/RPM/BUILD/pccts/support/genmk' make: Entering directory '/usr/src/RPM/BUILD/pccts' genmk executable now in bin PCCTS 1.33MR33 installation complete make: Leaving directory '/usr/src/RPM/BUILD/pccts' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.33506 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pccts-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pccts-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd pccts + install -d /usr/src/tmp/pccts-buildroot/usr/bin /usr/src/tmp/pccts-buildroot/usr/share/man/man1 /usr/src/tmp/pccts-buildroot/usr/include/pccts/sorcerer + rm -f bin/empty.txt + install -s -m755 bin/antlr /usr/src/tmp/pccts-buildroot/usr/bin/pccts-antlr WARNING: strip is called in %install by 'install -s' (ignored) + install -s -m755 bin/dlg /usr/src/tmp/pccts-buildroot/usr/bin/pccts-dlg WARNING: strip is called in %install by 'install -s' (ignored) + install -s -m755 bin/genmk /usr/src/tmp/pccts-buildroot/usr/bin/pccts-genmk WARNING: strip is called in %install by 'install -s' (ignored) + install -s -m755 bin/sor /usr/src/tmp/pccts-buildroot/usr/bin/pccts-sor WARNING: strip is called in %install by 'install -s' (ignored) + install -m644 h/AParser.cpp h/AParser.h h/ASTBase.cpp h/ASTBase.h h/ATokPtr.h h/ATokPtrImpl.h h/AToken.h h/ATokenBuffer.cpp h/ATokenBuffer.h h/ATokenStream.h h/BufFileInput.cpp h/BufFileInput.h h/DLG_stream_input.h h/DLexer.h h/DLexerBase.cpp h/DLexerBase.h h/PBlackBox.h h/PCCTSAST.cpp h/PCCTSAST.h h/SList.h h/antlr.h h/ast.c h/ast.h h/charbuf.h h/charptr.c h/charptr.h h/config.h h/dlgauto.h h/dlgdef.h h/err.h h/int.h h/pccts_assert.h h/pccts_iostream.h h/pccts_istream.h h/pccts_setjmp.h h/pccts_stdarg.h h/pccts_stdio.h h/pccts_stdlib.h h/pccts_string.h h/pcctscfg.h h/slist.cpp /usr/src/tmp/pccts-buildroot/usr/include/pccts/ + install -m644 sorcerer/h/SASTBase.h sorcerer/h/SCommonAST.h sorcerer/h/STreeParser.h sorcerer/h/astlib.h sorcerer/h/sintstack.h sorcerer/h/sorcerer.h sorcerer/h/sorlist.h sorcerer/h/sstack.h /usr/src/tmp/pccts-buildroot/usr/include/pccts/sorcerer/ + install -m644 antlr/antlr.1 dlg/dlg.1 /usr/src/tmp/pccts-buildroot/usr/share/man/man1/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pccts-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pccts-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pccts-buildroot/ (default) Compressing files in /usr/src/tmp/pccts-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pccts-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/pccts-sor: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/pccts-dlg: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/pccts-antlr: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/pccts-buildroot Processing files: pccts-1.33-alt3MR33 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52565 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pccts + DOCDIR=/usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-1.33 + export DOCDIR + rm -rf /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-1.33 + /bin/mkdir -p /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-1.33 + cp -prL README RIGHTS /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-1.33 + chmod -R go-w /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-1.33 + chmod -R a+rX /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-1.33 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NKgaba find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JgrOOJ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MZzkaX Creating pccts-debuginfo package Processing files: pccts-devel-1.33-alt3MR33 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.89890 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pccts + DOCDIR=/usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-devel-1.33 + export DOCDIR + rm -rf /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-devel-1.33 + /bin/mkdir -p /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-devel-1.33 + cp -prL NOTES.OS2 NOTES.bcc NOTES.msvc NOTES.watcom CHANGES_FROM_131.txt CHANGES_FROM_133.txt CHANGES_FROM_133_BEFORE_MR13.txt CHANGES_SUMMARY.txt KNOWN_PROBLEMS.txt history.txt history.ps MPW_Read_Me sorcerer/README sorcerer/UPDATES /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-devel-1.33 + chmod -R go-w /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-devel-1.33 + chmod -R a+rX /usr/src/tmp/pccts-buildroot/usr/share/doc/pccts-devel-1.33 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.87HZhq find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e5zEPD find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) In file included from /usr/src/tmp/pccts-buildroot/usr/include/pccts/PBlackBox.h:36: /usr/src/tmp/pccts-buildroot/usr/include/pccts/pccts_iostream.h:7:10: fatal error: iostream.h: No such file or directory 7 | #include | ^~~~~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/pccts-buildroot/usr/include/pccts/PBlackBox.h: cpp failed, trying c++ mode i586-alt-linux-cpp: fatal error: cannot execute 'cc1plus': execvp: No such file or directory compilation terminated. cpp.req: WARNING: /usr/src/tmp/pccts-buildroot/usr/include/pccts/PBlackBox.h: cpp failed /usr/src/tmp/pccts-buildroot/usr/include/pccts/pccts_istream.h:7:10: fatal error: istream.h: No such file or directory 7 | #include | ^~~~~~~~~~~ compilation terminated. cpp.req: WARNING: /usr/src/tmp/pccts-buildroot/usr/include/pccts/pccts_istream.h: cpp failed /usr/src/tmp/pccts-buildroot/usr/include/pccts/pccts_iostream.h:7:10: fatal error: iostream.h: No such file or directory 7 | #include | ^~~~~~~~~~~~ compilation terminated. cpp.req: WARNING: /usr/src/tmp/pccts-buildroot/usr/include/pccts/pccts_iostream.h: cpp failed In file included from /usr/src/tmp/pccts-buildroot/usr/include/pccts/DLG_stream_input.h:17: /usr/src/tmp/pccts-buildroot/usr/include/pccts/pccts_istream.h:7:10: fatal error: istream.h: No such file or directory 7 | #include | ^~~~~~~~~~~ compilation terminated. cpp.req: WARNING: /usr/src/tmp/pccts-buildroot/usr/include/pccts/DLG_stream_input.h: cpp failed Requires: pccts = 1.33-alt3MR33 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.siuSHy Processing files: pccts-debuginfo-1.33-alt3MR33 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6E7sEO find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Jt5Y3i find-requires: running scripts (debuginfo) Requires: pccts = 1.33-alt3MR33, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/pccts-1.33-alt3MR33.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pccts-devel-1.33-alt3MR33.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pccts-debuginfo-1.33-alt3MR33.i586.rpm (w2.lzdio) 13.48user 3.91system 0:15.06elapsed 115%CPU (0avgtext+0avgdata 54888maxresident)k 0inputs+0outputs (0major+748410minor)pagefaults 0swaps /.out/pccts-1.33-alt3MR33.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/pccts-1.33-alt3MR33.i586.rpm: license not found in '/usr/share/license' directory: Domain /.out/pccts-devel-1.33-alt3MR33.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/pccts-devel-1.33-alt3MR33.i586.rpm: license not found in '/usr/share/license' directory: Domain /.out/pccts-debuginfo-1.33-alt3MR33.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/pccts-debuginfo-1.33-alt3MR33.i586.rpm: license not found in '/usr/share/license' directory: Domain 0.54user 1.89system 0:20.44elapsed 11%CPU (0avgtext+0avgdata 12324maxresident)k 0inputs+0outputs (0major+93488minor)pagefaults 0swaps --- pccts-1.33-alt3MR33.i586.rpm.repo 2008-01-08 11:36:04.000000000 +0000 +++ pccts-1.33-alt3MR33.i586.rpm.hasher 2024-04-27 09:13:05.038254627 +0000 @@ -7,17 +7,20 @@ /usr/share/doc/pccts-1.33/RIGHTS 100644 root:root -/usr/share/man/man1/antlr.1.bz2 100644 root:root -/usr/share/man/man1/dlg.1.gz 100644 root:root -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 +/usr/share/man/man1/antlr.1.xz 100644 root:root +/usr/share/man/man1/dlg.1.xz 100644 root:root +Requires: /lib/ld-linux.so.2 Requires: libc.so.6(GLIBC_2.0) Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: rtld(GNU_HASH) +Requires: rpmlib(PayloadIsLzma) Provides: pccts = 1.33-alt3MR33 -File: /usr/bin/pccts-antlr 100755 root:root cdd8a24b05a09a6f07835d7f315f6470 -File: /usr/bin/pccts-dlg 100755 root:root 5183d8af5f178185b6579385d3e4e5da -File: /usr/bin/pccts-genmk 100755 root:root 19c57a8921a78bd6fa5e2b6a092e4e9c -File: /usr/bin/pccts-sor 100755 root:root 045f1841a45c09ee1a80172616f208e3 +File: /usr/bin/pccts-antlr 100755 root:root 6e3b0b5a458b10e46f1863f48eeaa025 +File: /usr/bin/pccts-dlg 100755 root:root eacc3d58a366c1301a1e592e0fe8482e +File: /usr/bin/pccts-genmk 100755 root:root 6ee1906ab9905952bda79e0941f5e402 +File: /usr/bin/pccts-sor 100755 root:root 316536555cbfa72e8a6b7793c10910e4 File: /usr/share/doc/pccts-1.33 40755 root:root @@ -25,4 +28,4 @@ File: /usr/share/doc/pccts-1.33/RIGHTS 100644 root:root 808153ae4780d082e11cc2e6df0e28bc -File: /usr/share/man/man1/antlr.1.bz2 100644 root:root 18bc6e2355219a7a6fd2c4e26ef00f4a -File: /usr/share/man/man1/dlg.1.gz 100644 root:root 212ffb62917f88aa0efe7d752ab46d69 -RPMIdentity: 06eaccdc5247fe65e6d838a8feda47f4796749d259514703c4ce09d75366de22f78d59e96a8f15de6523ea734debfbb611639c746540213b456b5456eac843d9 +File: /usr/share/man/man1/antlr.1.xz 100644 root:root 2ec93291b93d290218ec9102b4c478cb +File: /usr/share/man/man1/dlg.1.xz 100644 root:root 3da0dd579604ed8cd6cc55324c60d833 +RPMIdentity: d408ff37a2316bb432162cdb0d1a0a27d4361503c90c1c2c7e54ba5c0bc9212795a431a7e7ed3a8b8173199eceb29643a6622cd478cba716069562cd2f1f655c error: open of /archive/repo/sisyphus/task/_337/345907/files/i586/RPMS/pccts-debuginfo-1.33-alt3MR33.i586.rpm failed: No such file or directory --- pccts-devel-1.33-alt3MR33.i586.rpm.repo 2008-01-08 11:36:04.000000000 +0000 +++ pccts-devel-1.33-alt3MR33.i586.rpm.hasher 2024-04-27 09:13:05.110255856 +0000 @@ -67,4 +67,3 @@ Requires: pccts = 1.33-alt3MR33 -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 +Requires: rpmlib(PayloadIsLzma) Provides: pccts-devel = 1.33-alt3MR33 @@ -136,2 +135,2 @@ File: /usr/share/doc/pccts-devel-1.33/history.txt 100644 root:root f63f3f982efb4019fb9b4ed7134921ea -RPMIdentity: d021fd940f735964ca95afb267fb1bce9a48564d12d2fd7609c05cc1effb64f84816300358fcb23ccf93158ed3b6aef704fff0a4bcb784ea9feeef25c66c858b +RPMIdentity: 60fc4327dba7ba61a35640a9448b14ef8c5e208a772a544e5b52b8e1e3657f2b6bfbd498a670c535fed535254abc4ceab1d107d2516e2a2943b3a6bda3d8d988