------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/gmake-4.3_2.txz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> lizard-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> lizard-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lizard-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> lizard-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lizard-1.0 for building => SHA256 Checksum OK for inikep-lizard-v1.0_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> lizard-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lizard-1.0 for building ===> Extracting for lizard-1.0 ===> lizard-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by lizard-1.0 for building => SHA256 Checksum OK for inikep-lizard-v1.0_GH0.tar.gz. Extracted Memory Use: 1.21M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for lizard-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> lizard-1.0 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> lizard-1.0 depends on package: gmake>=4.3 - found ===> Configuring for lizard-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for lizard-1.0 gmake[2]: Entering directory '/construction/archivers/lizard/lizard-1.0' gmake[3]: Entering directory '/construction/archivers/lizard/lizard-1.0/lib' compiling static library lizard_frame.c: In function 'LizardF_decompress': lizard_frame.c:1024:29: warning: this statement may fall through [-Wimplicit-fallthrough=] dctxPtr->dStage = dstage_storeHeader; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lizard_frame.c:1027:9: note: here case dstage_storeHeader: ^~~~ lizard_frame.c:1137:33: warning: this statement may fall through [-Wimplicit-fallthrough=] dctxPtr->dStage = dstage_decodeCBlock; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ lizard_frame.c:1141:9: note: here case dstage_decodeCBlock: ^~~~ In file included from entropy/fse_decompress.c:63: entropy/bitstream.h: In function 'BIT_initDStream': entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ entropy/huf_compress.c: In function 'HUF_compress1X_usingCTable': entropy/huf_compress.c:425:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*4+7) HUF_FLUSHBITS(stream) ^ entropy/huf_compress.c:446:18: note: in expansion of macro 'HUF_FLUSHBITS_2' HUF_FLUSHBITS_2(&bitC); ^~~~~~~~~~~~~~~ entropy/huf_compress.c:447:9: note: here case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable); ^~~~ entropy/huf_compress.c:422:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*2+7) HUF_FLUSHBITS(stream) ^ entropy/huf_compress.c:448:18: note: in expansion of macro 'HUF_FLUSHBITS_1' HUF_FLUSHBITS_1(&bitC); ^~~~~~~~~~~~~~~ entropy/huf_compress.c:449:9: note: here case 1 : HUF_encodeSymbol(&bitC, ip[n+ 0], CTable); ^~~~ In file included from entropy/huf_decompress.c:55: entropy/bitstream.h: In function 'BIT_initDStream': entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ compiling dynamic library 1.0.0 lizard_frame.c: In function 'LizardF_decompress': lizard_frame.c:1024:29: warning: this statement may fall through [-Wimplicit-fallthrough=] dctxPtr->dStage = dstage_storeHeader; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lizard_frame.c:1027:9: note: here case dstage_storeHeader: ^~~~ lizard_frame.c:1137:33: warning: this statement may fall through [-Wimplicit-fallthrough=] dctxPtr->dStage = dstage_decodeCBlock; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ lizard_frame.c:1141:9: note: here case dstage_decodeCBlock: ^~~~ In file included from entropy/fse_decompress.c:63: entropy/bitstream.h: In function 'BIT_initDStream': entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ entropy/huf_compress.c: In function 'HUF_compress1X_usingCTable': entropy/huf_compress.c:425:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*4+7) HUF_FLUSHBITS(stream) ^ entropy/huf_compress.c:446:18: note: in expansion of macro 'HUF_FLUSHBITS_2' HUF_FLUSHBITS_2(&bitC); ^~~~~~~~~~~~~~~ entropy/huf_compress.c:447:9: note: here case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable); ^~~~ entropy/huf_compress.c:422:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*2+7) HUF_FLUSHBITS(stream) ^ entropy/huf_compress.c:448:18: note: in expansion of macro 'HUF_FLUSHBITS_1' HUF_FLUSHBITS_1(&bitC); ^~~~~~~~~~~~~~~ entropy/huf_compress.c:449:9: note: here case 1 : HUF_encodeSymbol(&bitC, ip[n+ 0], CTable); ^~~~ In file included from entropy/huf_decompress.c:55: entropy/bitstream.h: In function 'BIT_initDStream': entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ creating versioned links gmake[3]: Leaving directory '/construction/archivers/lizard/lizard-1.0/lib' gmake[3]: Entering directory '/construction/archivers/lizard/lizard-1.0/programs' cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=Lizard_ -c -o ../lib/xxhash/xxhash.o ../lib/xxhash/xxhash.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=Lizard_ -c -o bench.o bench.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=Lizard_ -c -o lizardio.o lizardio.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=Lizard_ -c -o lizardcli.o lizardcli.c lizardcli.c: In function 'main': lizardcli.c:414:36: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'r': recursive=1; /* without break */ ~~~~~~~~~^~ lizardcli.c:417:17: note: here case 'm': multiple_inputs=1; ^~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=Lizard_ -c -o datagen.o datagen.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wpointer-arith -Wstrict-aliasing=1 -I../lib -DXXH_NAMESPACE=Lizard_ ../lib/lizard_decompress.o ../lib/lizard_compress.o ../lib/lizard_frame.o ../lib/xxhash/xxhash.o bench.o lizardio.o lizardcli.o datagen.o ../lib/entropy/entropy_common.c ../lib/entropy/fse_compress.c ../lib/entropy/fse_decompress.c ../lib/entropy/huf_compress.c ../lib/entropy/huf_decompress.c -o lizard In file included from ../lib/entropy/fse_decompress.c:63: ../lib/entropy/bitstream.h: In function 'BIT_initDStream': ../lib/entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ ../lib/entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ ../lib/entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ ../lib/entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ ../lib/entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ ../lib/entropy/huf_compress.c: In function 'HUF_compress1X_usingCTable': ../lib/entropy/huf_compress.c:425:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*4+7) HUF_FLUSHBITS(stream) ^ ../lib/entropy/huf_compress.c:446:18: note: in expansion of macro 'HUF_FLUSHBITS_2' HUF_FLUSHBITS_2(&bitC); ^~~~~~~~~~~~~~~ ../lib/entropy/huf_compress.c:447:9: note: here case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable); ^~~~ ../lib/entropy/huf_compress.c:422:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*2+7) HUF_FLUSHBITS(stream) ^ ../lib/entropy/huf_compress.c:448:18: note: in expansion of macro 'HUF_FLUSHBITS_1' HUF_FLUSHBITS_1(&bitC); ^~~~~~~~~~~~~~~ ../lib/entropy/huf_compress.c:449:9: note: here case 1 : HUF_encodeSymbol(&bitC, ip[n+ 0], CTable); ^~~~ In file included from ../lib/entropy/huf_decompress.c:55: ../lib/entropy/bitstream.h: In function 'BIT_initDStream': ../lib/entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ ../lib/entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ ../lib/entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ ../lib/entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ ../lib/entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ gmake[3]: Leaving directory '/construction/archivers/lizard/lizard-1.0/programs' gmake[2]: Leaving directory '/construction/archivers/lizard/lizard-1.0' SUCCEEDED 00:01:16 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for lizard-1.0 ===> Generating temporary packing list gmake[2]: Entering directory '/construction/archivers/lizard/lizard-1.0' gmake[3]: Entering directory '/construction/archivers/lizard/lizard-1.0/lib' compiling dynamic library 1.0.0 lizard_frame.c: In function 'LizardF_decompress': lizard_frame.c:1024:29: warning: this statement may fall through [-Wimplicit-fallthrough=] dctxPtr->dStage = dstage_storeHeader; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lizard_frame.c:1027:9: note: here case dstage_storeHeader: ^~~~ lizard_frame.c:1137:33: warning: this statement may fall through [-Wimplicit-fallthrough=] dctxPtr->dStage = dstage_decodeCBlock; ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ lizard_frame.c:1141:9: note: here case dstage_decodeCBlock: ^~~~ In file included from entropy/fse_decompress.c:63: entropy/bitstream.h: In function 'BIT_initDStream': entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ entropy/huf_compress.c: In function 'HUF_compress1X_usingCTable': entropy/huf_compress.c:425:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*4+7) HUF_FLUSHBITS(stream) ^ entropy/huf_compress.c:446:18: note: in expansion of macro 'HUF_FLUSHBITS_2' HUF_FLUSHBITS_2(&bitC); ^~~~~~~~~~~~~~~ entropy/huf_compress.c:447:9: note: here case 2 : HUF_encodeSymbol(&bitC, ip[n+ 1], CTable); ^~~~ entropy/huf_compress.c:422:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (sizeof((stream)->bitContainer)*8 < HUF_TABLELOG_MAX*2+7) HUF_FLUSHBITS(stream) ^ entropy/huf_compress.c:448:18: note: in expansion of macro 'HUF_FLUSHBITS_1' HUF_FLUSHBITS_1(&bitC); ^~~~~~~~~~~~~~~ entropy/huf_compress.c:449:9: note: here case 1 : HUF_encodeSymbol(&bitC, ip[n+ 0], CTable); ^~~~ In file included from entropy/huf_decompress.c:55: entropy/bitstream.h: In function 'BIT_initDStream': entropy/bitstream.h:277:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[6]) << (sizeof(bitD->bitContainer)*8 - 16); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:278:13: note: here case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ^~~~ entropy/bitstream.h:278:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[5]) << (sizeof(bitD->bitContainer)*8 - 24); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:279:13: note: here case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ^~~~ entropy/bitstream.h:279:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[4]) << (sizeof(bitD->bitContainer)*8 - 32); ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:280:13: note: here case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ^~~~ entropy/bitstream.h:280:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[3]) << 24; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:281:13: note: here case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ^~~~ entropy/bitstream.h:281:40: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[2]) << 16; ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ entropy/bitstream.h:282:13: note: here case 2: bitD->bitContainer += (size_t)(((const BYTE*)(srcBuffer))[1]) << 8; ^~~~ creating versioned links creating pkgconfig Installing libraries Installing includes lizard static and shared libraries installed gmake[3]: Leaving directory '/construction/archivers/lizard/lizard-1.0/lib' gmake[3]: Entering directory '/construction/archivers/lizard/lizard-1.0/programs' Installing binaries Installing man pages lizard installation completed gmake[3]: Leaving directory '/construction/archivers/lizard/lizard-1.0/programs' gmake[2]: Leaving directory '/construction/archivers/lizard/lizard-1.0' /usr/bin/strip /construction/archivers/lizard/stage/usr/local/bin/lizard /construction/archivers/lizard/stage//usr/local/lib/liblizard.so.1.0.0 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:42 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for lizard-1.0 file sizes/checksums [14]: 0% file sizes/checksums [14]: 100% packing files [14]: 0% packing files [14]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:02:01