------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The libpcd 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 ------------------------------------------------------------------------------- ===> libpcd-1.0.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The libpcd 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 ===> libpcd-1.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpcd-1.0.1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The libpcd 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 ===> libpcd-1.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpcd-1.0.1 for building => SHA256 Checksum OK for libpcd_1.0.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The libpcd 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 ===> libpcd-1.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libpcd-1.0.1 for building ===> Extracting for libpcd-1.0.1 => SHA256 Checksum OK for libpcd_1.0.1.tar.gz. Extracted Memory Use: 0.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libpcd-1.0.1 ===> Applying ports patches for libpcd-1.0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libpcd-1.0.1 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libpcd-1.0.1 depends on executable: gmake - found ===> Configuring for libpcd-1.0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libpcd-1.0.1 gmake[1]: Entering directory '/construction/graphics/libpcd/libpcd-1.0.1' cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,file.dep -c -o file.o file.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,yuv2rgb.dep -c -o yuv2rgb.o yuv2rgb.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,huff.dep -c -o huff.o huff.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,inter.dep -c -o inter.o inter.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,file.pic.dep -fPIC -c -o file.pic.o file.c file.c: In function 'pcd_open': file.c:43:36: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if (0 == strncmp("PCD_OPA", img->mmap, 7)) { ~~~^~~~~~ In file included from file.c:3: /usr/include/string.h:117:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t) __pure; ^~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,yuv2rgb.pic.dep -fPIC -c -o yuv2rgb.pic.o yuv2rgb.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,huff.pic.dep -fPIC -c -o huff.pic.o huff.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wp,-MD,inter.pic.dep -fPIC -c -o inter.pic.o inter.c file.c: In function 'pcd_open': file.c:43:36: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness [-Wpointer-sign] if (0 == strncmp("PCD_OPA", img->mmap, 7)) { ~~~^~~~~~ In file included from file.c:3: /usr/include/string.h:117:6: note: expected 'const char *' but argument is of type 'unsigned char *' int strncmp(const char *, const char *, size_t) __pure; ^~~~~~~ rm -f libpcd.a ar rc libpcd.a file.o yuv2rgb.o huff.o inter.o ranlib libpcd.a rm -f libpcd.so.2.0.1 cc -pipe -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -shared -Wl,-soname,libpcd.so.2 -o libpcd.so.2.0.1 file.pic.o yuv2rgb.pic.o huff.pic.o inter.pic.o gmake[1]: Leaving directory '/construction/graphics/libpcd/libpcd-1.0.1' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libpcd-1.0.1 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/graphics/libpcd/libpcd-1.0.1' install -d /construction/graphics/libpcd/stage/usr/local/lib install -d /construction/graphics/libpcd/stage/usr/local/include install -m644 libpcd.a /construction/graphics/libpcd/stage/usr/local/lib install -m755 libpcd.so.2.0.1 /construction/graphics/libpcd/stage/usr/local/lib ln -s libpcd.so.2.0.1 /construction/graphics/libpcd/stage/usr/local/lib/libpcd.so.2 ln -s libpcd.so.2.0.1 /construction/graphics/libpcd/stage/usr/local/lib/libpcd.so install -m644 pcd.h /construction/graphics/libpcd/stage/usr/local/include gmake[1]: Leaving directory '/construction/graphics/libpcd/libpcd-1.0.1' ====> 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: package ------------------------------------------------------------------------------- ===> Building package for libpcd-1.0.1 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03