------------------------------------------------------------------------------- -- 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/m4-1.4.18_1,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/flex-2.6.4_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libtextstyle-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/bison-3.5.2,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 Installing /packages/All/perl5-5.30.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from perl5-5.30.1: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The confetti 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 ------------------------------------------------------------------------------- ===> confetti-0.0.20120801 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The confetti 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 ===> confetti-0.0.20120801 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by confetti-0.0.20120801 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The confetti 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 ===> confetti-0.0.20120801 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by confetti-0.0.20120801 for building => SHA256 Checksum OK for confetti-0.0.20120801.tar.bz2. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The confetti 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 ===> confetti-0.0.20120801 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by confetti-0.0.20120801 for building ===> Extracting for confetti-0.0.20120801 => SHA256 Checksum OK for confetti-0.0.20120801.tar.bz2. Extracted Memory Use: 0.38M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for confetti-0.0.20120801 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> confetti-0.0.20120801 depends on file: /usr/local/bin/flex - found ===> confetti-0.0.20120801 depends on executable: bison - found ===> confetti-0.0.20120801 depends on executable: gmake - found ===> confetti-0.0.20120801 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> confetti-0.0.20120801 depends on file: /usr/local/bin/flex - found ===> confetti-0.0.20120801 depends on executable: bison - found ===> confetti-0.0.20120801 depends on executable: gmake - found ===> confetti-0.0.20120801 depends on package: perl5>=5.30.r1<5.31 - found ===> Configuring for confetti-0.0.20120801 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for confetti-0.0.20120801 gmake[1]: Entering directory '/construction/textproc/confetti/confetti-0.0.20120801' cc -pipe -O2 -fno-strict-aliasing -I. -c confetti.c cc -pipe -O2 -fno-strict-aliasing -I. -c h_dump.c cc -pipe -O2 -fno-strict-aliasing -I. -c f_dump.c cc -pipe -O2 -fno-strict-aliasing -I. -c c_dump.c bison -y -d prscfg.y prscfg.y:82.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 82 | %pure-parser | ^~~~~~~~~~~~ prscfg.y:82.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 82 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure prscfg.y:83.1-7: warning: POSIX Yacc does not support %expect [-Wyacc] 83 | %expect 0 | ^~~~~~~ prscfg.y:84.14-24: warning: POSIX Yacc does not support string literals [-Wyacc] 84 | %name-prefix="prscfg_yy" | ^~~~~~~~~~~ prscfg.y:84.1-24: warning: POSIX Yacc does not support %name-prefix= [-Wyacc] 84 | %name-prefix="prscfg_yy" | ^~~~~~~~~~~~~~~~~~~~~~~~ prscfg.y:84.1-24: warning: deprecated directive: '%name-prefix="prscfg_yy"', use '%define api.prefix {prscfg_yy}' [-Wdeprecated] 84 | %name-prefix="prscfg_yy" | ^~~~~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {prscfg_yy} prscfg.y:85.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 85 | %error-verbose | ^~~~~~~~~~~~~~ prscfg.y:85.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 85 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose prscfg.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] mv -f y.tab.c prscfg_gram.c mv -f y.tab.h prscfg_gram.h /usr/local/bin/flex -oprscfg_scan.c prscfg.l prscfg.l:127: warning, rule cannot be matched cat prscfg_gram.h prscfg_gram.c prscfg_scan.c | \ perl ./makec.pl \ > parse_source.c perl ./makec.pl < prscfg.h > header_source.c cc -pipe -O2 -fno-strict-aliasing -I. -c p_dump.c cc -pipe -O2 -fno-strict-aliasing -I. -c d_dump.c /usr/local/bin/flex -oprscfl_scan.c prscfl.l bison -y -d prscfl.y prscfl.y:56.1-12: warning: POSIX Yacc does not support %pure-parser [-Wyacc] 56 | %pure-parser | ^~~~~~~~~~~~ prscfl.y:56.1-12: warning: deprecated directive: '%pure-parser', use '%define api.pure' [-Wdeprecated] 56 | %pure-parser | ^~~~~~~~~~~~ | %define api.pure prscfl.y:57.1-7: warning: POSIX Yacc does not support %expect [-Wyacc] 57 | %expect 0 | ^~~~~~~ prscfl.y:58.14-24: warning: POSIX Yacc does not support string literals [-Wyacc] 58 | %name-prefix="prscfl_yy" | ^~~~~~~~~~~ prscfl.y:58.1-24: warning: POSIX Yacc does not support %name-prefix= [-Wyacc] 58 | %name-prefix="prscfl_yy" | ^~~~~~~~~~~~~~~~~~~~~~~~ prscfl.y:58.1-24: warning: deprecated directive: '%name-prefix="prscfl_yy"', use '%define api.prefix {prscfl_yy}' [-Wdeprecated] 58 | %name-prefix="prscfl_yy" | ^~~~~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {prscfl_yy} prscfl.y:59.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 59 | %error-verbose | ^~~~~~~~~~~~~~ prscfl.y:59.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 59 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose prscfl.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] mv -f y.tab.c prscfl_gram.c mv -f y.tab.h prscfl_gram.h cc -pipe -O2 -fno-strict-aliasing -I. -c prscfl_scan.c cc -pipe -O2 -fno-strict-aliasing -I. -c prscfl_gram.c cc -o confetti confetti.o h_dump.o f_dump.o c_dump.o p_dump.o d_dump.o prscfl_scan.o prscfl_gram.o gmake[1]: Leaving directory '/construction/textproc/confetti/confetti-0.0.20120801' SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> confetti-0.0.20120801 depends on package: perl5>=5.30.r1<5.31 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for confetti-0.0.20120801 ===> confetti-0.0.20120801 depends on package: perl5>=5.30.r1<5.31 - found ===> Generating temporary packing list install /construction/textproc/confetti/confetti-0.0.20120801/confetti /construction/textproc/confetti/stage/usr/local/bin/confetti cd /construction/textproc/confetti/confetti-0.0.20120801/example && /bin/sh -c '(/usr/bin/find -Ed $1 $3 | /usr/bin/cpio -dumpl $2 >/dev/null 2>&1) && /usr/bin/find -Ed $1 $3 \( -type d -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 755 "$@"'\'' . {} + -o -type f -exec /bin/sh -c '\''cd '\''$2'\'' && chmod 0644 "$@"'\'' . {} + \)' COPYTREE_SHARE . /construction/textproc/confetti/stage/usr/local/share/examples/confetti ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'bin/confetti' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for confetti-0.0.20120801 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:16