------------------------------------------------------------------------------- -- 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 ------------------------------------------------------------------------------- ===> NOTICE: The mctoolame port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mctoolame-decoder-0.1.a_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The mctoolame port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mctoolame-decoder-0.1.a_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mctoolame-decoder-0.1.a_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The mctoolame port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mctoolame-decoder-0.1.a_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mctoolame-decoder-0.1.a_2 for building => SHA256 Checksum OK for mctoolamed-01a.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The mctoolame port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mctoolame-decoder-0.1.a_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mctoolame-decoder-0.1.a_2 for building ===> Extracting for mctoolame-decoder-0.1.a_2 => SHA256 Checksum OK for mctoolamed-01a.tgz. Extracted Memory Use: 0.28M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mctoolame-decoder-0.1.a_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mctoolame-decoder-0.1.a_2 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mctoolame-decoder-0.1.a_2 depends on package: gmake>=4.3 - found ===> Configuring for mctoolame-decoder-0.1.a_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mctoolame-decoder-0.1.a_2 gmake[1]: Entering directory '/construction/audio/mctoolame-decoder/mctoolamed-01a' cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c common.c -o common.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c decode.c -o decode.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c decode_mc.c -o decode_mc.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c decode_ml.c -o decode_ml.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c decode_aug.c -o decode_aug.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c musicout.c -o musicout.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c audio_write.c -o audio_write.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c subband.c -o subband.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c alloc_tables.c -o alloc_tables.o cc -pipe -O2 -fno-strict-aliasing -DNDEBUG -DINLINE=inline -Wall -c crc.c -o crc.o musicout.c: In function 'main': musicout.c:64:17: warning: variable 'bitsPerSlot' set but not used [-Wunused-but-set-variable] unsigned long bitsPerSlot, samplesPerFrame=8; ^~~~~~~~~~~ common.c: In function 'open_bit_stream_r': alloc_tables.c: In function 'mc_pick_table': alloc_tables.c:525:16: warning: variable 'tableml' set but not used [-Wunused-but-set-variable] int tablemc, tableml, ws, sfrq; ^~~~~~~ common.c:719:16: warning: variable 'i' set but not used [-Wunused-but-set-variable] register int i = 0, j = 0; ^ common.c: In function 'seek_sync_mpg': common.c:896:20: warning: pointer targets in passing argument 1 of 'bytes_to_bits' differ in signedness [-Wpointer-sign] bytes_to_bits (bs->bits, bytes, 4); ~~^~~~~~ common.c:847:13: note: expected 'char *' but argument is of type 'unsigned char *' static void bytes_to_bits (char *w_code, unsigned char *in, int nbytes) ^~~~~~~~~~~~~ common.c:945:18: warning: pointer targets in passing argument 1 of 'bytes_to_bits' differ in signedness [-Wpointer-sign] bytes_to_bits (&bs->bits[32], &bytes[4], nbytes - 4); ^~~~~~~~~~~~~ common.c:847:13: note: expected 'char *' but argument is of type 'unsigned char *' static void bytes_to_bits (char *w_code, unsigned char *in, int nbytes) ^~~~~~~~~~~~~ common.c: In function 'seek_sync_ext': common.c:989:20: warning: pointer targets in passing argument 1 of 'bytes_to_bits' differ in signedness [-Wpointer-sign] bytes_to_bits (bs->bits, bytes, nbytes); ~~^~~~~~ common.c:847:13: note: expected 'char *' but argument is of type 'unsigned char *' static void bytes_to_bits (char *w_code, unsigned char *in, int nbytes) ^~~~~~~~~~~~~ musicout.c:894:26: warning: iteration 8 invokes undefined behavior [-Waggressive-loop-optimizations] if (info.mc_prediction[ho] == 0) ~~~~~~~~~~~~~~~~~~^~~~ musicout.c:893:2: note: within this loop for (ho = 0; ho < 12; ho++) { ^~~ cc -o mctoolamed common.o decode.o decode_mc.o decode_ml.o decode_aug.o musicout.o audio_write.o subband.o alloc_tables.o crc.o -lm gmake[1]: Leaving directory '/construction/audio/mctoolame-decoder/mctoolamed-01a' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mctoolame-decoder-0.1.a_2 ===> Generating temporary packing list install -s -m 555 /construction/audio/mctoolame-decoder/mctoolamed-01a/mctoolamed /construction/audio/mctoolame-decoder/stage/usr/local/bin install -m 0644 /construction/audio/mctoolame-decoder/mctoolamed-01a/html/* /construction/audio/mctoolame-decoder/stage/usr/local/share/doc/mctoolame-decoder/html ====> 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:01 ------------------------------------------------------------------------------- -- 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 mctoolame-decoder-0.1.a_2 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04