------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gdbm-1.18.1_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The filedupe 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 ------------------------------------------------------------------------------- ===> filedupe-1.1_4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The filedupe 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 ===> filedupe-1.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by filedupe-1.1_4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The filedupe 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 ===> filedupe-1.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by filedupe-1.1_4 for building => SHA256 Checksum OK for filedupe-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The filedupe 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 ===> filedupe-1.1_4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by filedupe-1.1_4 for building ===> Extracting for filedupe-1.1_4 => SHA256 Checksum OK for filedupe-1.1.tar.gz. Extracted Memory Use: 0.05M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for filedupe-1.1_4 ===> Applying ports patches for filedupe-1.1_4 /usr/bin/env WRKSRC=/construction/sysutils/filedupe/filedupe-1.1 REWARNFILE=/construction/sysutils/filedupe/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|filename\[80\]|filename[1024]|g; s|your_database|/var/db/filedupe.db|' /construction/sysutils/filedupe/filedupe-1.1/filedupe.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> filedupe-1.1_4 depends on shared library: libgdbm.so - found (/usr/local/lib/libgdbm.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> filedupe-1.1_4 depends on shared library: libgdbm.so - found (/usr/local/lib/libgdbm.so) ===> Configuring for filedupe-1.1_4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for filedupe-1.1_4 --- md5.o --- --- filedupe.o --- --- md5.o --- cc -pipe -O2 -fno-strict-aliasing -c md5.c --- filedupe.o --- cc -pipe -O2 -fno-strict-aliasing -c filedupe.c --- md5.o --- md5.c: In function 'md5_finish_ctx': md5.c:34:27: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] # define memcpy(d, s, n) bcopy ((s), (d), (n)) ^~~~~ md5.c:113:3: note: in expansion of macro 'memcpy' memcpy (&ctx->buffer[bytes], fillbuf, pad); ^~~~~~ md5.c:34:27: warning: incompatible implicit declaration of built-in function 'bcopy' # define memcpy(d, s, n) bcopy ((s), (d), (n)) ^~~~~ md5.c:113:3: note: in expansion of macro 'memcpy' memcpy (&ctx->buffer[bytes], fillbuf, pad); ^~~~~~ md5.c: In function 'md5_process_bytes': md5.c:34:27: warning: incompatible implicit declaration of built-in function 'bcopy' # define memcpy(d, s, n) bcopy ((s), (d), (n)) ^~~~~ md5.c:218:7: note: in expansion of macro 'memcpy' memcpy (&ctx->buffer[left_over], buffer, add); ^~~~~~ md5.c:34:27: warning: incompatible implicit declaration of built-in function 'bcopy' # define memcpy(d, s, n) bcopy ((s), (d), (n)) ^~~~~ md5.c:245:7: note: in expansion of macro 'memcpy' memcpy (ctx->buffer, buffer, len); ^~~~~~ --- filedupe.o --- filedupe.c: In function 'parse_args': filedupe.c:34:15: warning: implicit declaration of function 'getopt'; did you mean 'cgetset'? [-Wimplicit-function-declaration] while((opt = getopt(ac, av, opts)) != EOF) { ^~~~~~ cgetset filedupe.c: In function 'dupe_dir': filedupe.c:72:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(!strcmp(".", files[x]->d_name) || !strcmp("..", files[x]->d_name)) ^~~~~~ filedupe.c: In function 'lookup': filedupe.c:178:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(sizes, data.dptr, data.dsize); ^~~~~~ filedupe.c:178:2: warning: incompatible implicit declaration of built-in function 'memcpy' filedupe.c:178:2: note: include '' or provide a declaration of 'memcpy' filedupe.c:10:1: +#include filedupe.c:178:2: memcpy(sizes, data.dptr, data.dsize); ^~~~~~ filedupe.c: In function 'addfile': filedupe.c:224:3: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(wsizes, data.dptr, data.dsize); ^~~~~~ filedupe.c:224:3: note: include '' or provide a declaration of 'memcpy' --- filedupe --- cc -o filedupe md5.o filedupe.o -L/usr/local/lib -lgdbm SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for filedupe-1.1_4 ===> Generating temporary packing list install -s -m 555 /construction/sysutils/filedupe/filedupe-1.1/filedupe /construction/sysutils/filedupe/stage/usr/local/bin ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for filedupe-1.1_4 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02