------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libident-0.32_4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from libident-0.32_4: -- ===> NOTICE: The libident 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: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The identify 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 ------------------------------------------------------------------------------- ===> identify-0.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The identify 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 ===> identify-0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by identify-0.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The identify 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 ===> identify-0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by identify-0.7 for building => SHA256 Checksum OK for identify-0.7.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The identify 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 ===> identify-0.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by identify-0.7 for building ===> Extracting for identify-0.7 => SHA256 Checksum OK for identify-0.7.tar.gz. Extracted Memory Use: 0.02M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for identify-0.7 ===> Applying ports patches for identify-0.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> identify-0.7 depends on file: /usr/local/lib/libident.a - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> identify-0.7 depends on file: /usr/local/lib/libident.a - found ===> Configuring for identify-0.7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for identify-0.7 --- identify.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib -c identify.c identify.c: In function 'ident_get_identifier': identify.c:70:7: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(host, hp->h_name, len); ^~~~~~~ identify.c:70:7: warning: incompatible implicit declaration of built-in function 'strncpy' identify.c:70:7: note: include '' or provide a declaration of 'strncpy' identify.c:16:1: +#include #include identify.c:70:7: strncpy(host, hp->h_name, len); ^~~~~~~ identify.c:72:7: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(host, inet_ntoa(inremote), len); ^~~~~~~ identify.c:72:7: note: include '' or provide a declaration of 'strncpy' identify.c:72:21: warning: implicit declaration of function 'inet_ntoa' [-Wimplicit-function-declaration] strncpy(host, inet_ntoa(inremote), len); ^~~~~~~~~ identify.c:72:21: warning: passing argument 2 of 'strncpy' makes pointer from integer without a cast [-Wint-conversion] strncpy(host, inet_ntoa(inremote), len); ^~~~~~~~~~~~~~~~~~~ identify.c:72:21: note: expected 'const char *' but argument is of type 'int' identify.c: At top level: identify.c:84:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ identify.c: In function 'main': identify.c:105:12: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] timeout = atoi(argv[i]+2); ^~~~ identify.c:171:17: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] child_pid = fork(); ^~~~ identify.c:176:2: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^~~~~ identify.c:176:2: warning: incompatible implicit declaration of built-in function '_exit' identify.c:182:7: warning: implicit declaration of function 'wait'; did you mean 'main'? [-Wimplicit-function-declaration] wait(&status); ^~~~ main identify.c:213:7: warning: incompatible implicit declaration of built-in function '_exit' _exit(0); ^~~~~ identify.c:224:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ identify.c:224:5: warning: incompatible implicit declaration of built-in function 'exit' identify.c:224:5: note: include '' or provide a declaration of 'exit' identify.c:16:1: +#include #include identify.c:224:5: exit(1); ^~~~ identify.c:227:3: warning: implicit declaration of function 'execv' [-Wimplicit-function-declaration] execv(argv[i], argv+i+1); ^~~~~ identify.c:232:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ identify.c:232:3: note: include '' or provide a declaration of 'exit' --- identify --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib -o identify identify.o -lident SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for identify-0.7 ===> Generating temporary packing list install -s -m 555 /construction/security/identify/identify-0.7/identify /construction/security/identify/stage/usr/local/libexec install -m 0644 /construction/security/identify/identify-0.7/README /construction/security/identify/stage/usr/local/share/doc/identify ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/libexec/identify is linked to /usr/local/lib/libident.so.0 from security/libident but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libident.so:security/libident Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for identify-0.7 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02