==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: peg 0.1.19-1 (Mon Apr 15 03:05:48 2024) ==> Retrieving sources... -> Found peg-0.1.19.tar.gz -> Found 0000-dont-strip.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... peg-0.1.19.tar.gz ... Passed 0000-dont-strip.patch ... Passed ==> Making package: peg 0.1.19-1 (Mon Apr 15 03:06:09 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found peg-0.1.19.tar.gz -> Found 0000-dont-strip.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting peg-0.1.19.tar.gz with bsdtar ==> Starting prepare()... patching file Makefile ==> Starting build()... cc -g -Wall -O3 -DNDEBUG -Isrc -c -o peg.o src/peg.c cc -g -Wall -O3 -DNDEBUG -Isrc -c -o tree.o src/tree.c cc -g -Wall -O3 -DNDEBUG -Isrc -c -o compile.o src/compile.c cc -g -Wall -O3 -DNDEBUG -Isrc -c -o leg.o src/leg.c In function '_newNode', inlined from 'makeVariable' at src/tree.c:101:9: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] src/tree.c:44:15: note: object of size 20 allocated by 'calloc' src/tree.c: In function 'makeVariable': src/tree.c:102:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] In function '_newNode', inlined from 'makeVariable' at src/tree.c:101:9: src/tree.c:44:15: note: object of size 20 allocated by 'calloc' src/tree.c: In function 'makeVariable': src/tree.c:103:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[20]' [-Warray-bounds] In function '_newNode', inlined from 'makeVariable' at src/tree.c:101:9: src/tree.c:44:15: note: object of size 20 allocated by 'calloc' In function '_newNode', inlined from 'makeName' at src/tree.c:110:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] src/tree.c:44:15: note: object of size 16 allocated by 'calloc' src/tree.c: In function 'makeName': src/tree.c:111:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeName' at src/tree.c:110:15: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' src/tree.c: In function 'makeName': src/tree.c:112:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeName' at src/tree.c:110:15: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function '_newNode', inlined from 'makeDot' at src/tree.c:119:10: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[8]' [-Warray-bounds] src/tree.c:44:15: note: object of size 8 allocated by 'calloc' In function '_newNode', inlined from 'makeCharacter' at src/tree.c:124:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makeCharacter': src/tree.c:125:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makeCharacter' at src/tree.c:124:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makeString' at src/tree.c:131:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makeString': src/tree.c:132:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makeString' at src/tree.c:131:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makeClass' at src/tree.c:138:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makeClass': src/tree.c:139:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makeClass' at src/tree.c:138:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makeInline' at src/tree.c:166:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makeInline': src/tree.c:167:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makeInline' at src/tree.c:166:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makePredicate' at src/tree.c:173:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makePredicate': src/tree.c:174:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makePredicate' at src/tree.c:173:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makeError' at src/tree.c:180:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] src/tree.c:44:15: note: object of size 16 allocated by 'calloc' src/tree.c: In function 'makeError': src/tree.c:181:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeError' at src/tree.c:180:15: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' src/tree.c: In function 'makeError': src/tree.c:182:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeError' at src/tree.c:180:15: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:194:22: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:193:28: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:194:22: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeAlternate', inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:193:28: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeAlternate' at src/tree.c:190:19, inlined from 'makeAlternate' at src/tree.c:186:7, inlined from 'Alternate_append' at src/tree.c:203:6: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:219:21: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:218:27: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:219:21: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function 'makeSequence', inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:218:27: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[16]' [-Warray-bounds] In function '_newNode', inlined from 'makeSequence' at src/tree.c:215:19, inlined from 'makeSequence' at src/tree.c:211:7, inlined from 'Sequence_append' at src/tree.c:228:6: src/tree.c:44:15: note: object of size 16 allocated by 'calloc' In function '_newNode', inlined from 'makePeekFor' at src/tree.c:238:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makePeekFor': src/tree.c:239:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makePeekFor' at src/tree.c:238:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makePeekNot' at src/tree.c:245:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makePeekNot': src/tree.c:246:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makePeekNot' at src/tree.c:245:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makeQuery' at src/tree.c:252:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makeQuery': src/tree.c:253:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makeQuery' at src/tree.c:252:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makeStar' at src/tree.c:259:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makeStar': src/tree.c:260:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makeStar' at src/tree.c:259:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In function '_newNode', inlined from 'makePlus' at src/tree.c:266:15: src/tree.c:45:13: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] src/tree.c:44:15: note: object of size 12 allocated by 'calloc' src/tree.c: In function 'makePlus': src/tree.c:267:7: warning: array subscript 'Node[0]' is partly outside array bounds of 'unsigned char[12]' [-Warray-bounds] In function '_newNode', inlined from 'makePlus' at src/tree.c:266:15: src/tree.c:44:15: note: object of size 12 allocated by 'calloc' In file included from src/peg.c:49: src/peg.peg-c: In function 'yy_Sequence': src/peg.peg-c:380:3: warning: label 'l77' defined but not used [-Wunused-label] src/peg.peg-c: At top level: src/peg.peg-c:269:13: warning: 'yySet' defined but not used [-Wunused-function] src/peg.peg-c:268:13: warning: 'yyPop' defined but not used [-Wunused-function] src/peg.peg-c:257:13: warning: 'yyPush' defined but not used [-Wunused-function] cc -g -Wall -O3 -DNDEBUG -Isrc -o peg-new peg.o tree.o compile.o mv peg-new peg src/leg.leg: In function 'main': src/leg.leg:314:23: warning: too many arguments for format [-Wformat-extra-args] src/leg.leg: At top level: src/leg.leg:332:13: warning: 'yySet' defined but not used [-Wunused-function] src/leg.leg:331:13: warning: 'yyPop' defined but not used [-Wunused-function] src/leg.leg:320:13: warning: 'yyPush' defined but not used [-Wunused-function] src/leg.leg:305:12: warning: 'yyAccept' defined but not used [-Wunused-function] cc -g -Wall -O3 -DNDEBUG -Isrc -o leg-new leg.o tree.o compile.o mv leg-new leg ==> Entering fakeroot environment... ==> Starting package()... mkdir -p /build/peg/pkg/peg/usr/bin cp -p peg /build/peg/pkg/peg/usr/bin/peg cp -p leg /build/peg/pkg/peg/usr/bin/leg mkdir -p /build/peg/pkg/peg/usr/share/man/man1 cp -p src/peg.1 /build/peg/pkg/peg/usr/share/man/man1/peg.1 ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "peg"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: peg 0.1.19-1 (Mon Apr 15 03:06:16 2024) ==> Cleaning up...