------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/readline-8.0.4.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The esh 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 ------------------------------------------------------------------------------- ===> esh-0.8.5_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The esh 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 ===> esh-0.8.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by esh-0.8.5_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The esh 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 ===> esh-0.8.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by esh-0.8.5_3 for building => SHA256 Checksum OK for esh-0.8.5.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The esh 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 ===> esh-0.8.5_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by esh-0.8.5_3 for building ===> Extracting for esh-0.8.5_3 => SHA256 Checksum OK for esh-0.8.5.tar.gz. Extracted Memory Use: 0.86M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for esh-0.8.5_3 ===> Applying ports patches for esh-0.8.5_3 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> esh-0.8.5_3 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> esh-0.8.5_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> esh-0.8.5_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> esh-0.8.5_3 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for esh-0.8.5_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for esh-0.8.5_3 rm *~ */*~ *.o core bold esh gmon.out rm: */*~: No such file or directory rm: core: No such file or directory rm: bold: No such file or directory rm: gmon.out: No such file or directory *** Error code 1 (ignored) --- list.o --- --- hash.o --- --- builtins.o --- --- esh.o --- --- format.o --- --- gc.o --- --- read-rl.o --- --- builtins.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c builtins.c --- esh.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c esh.c --- format.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c format.c --- list.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c list.c --- gc.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c gc.c --- read-rl.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c read-rl.c --- hash.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -I/usr/local/include -c hash.c --- read-rl.o --- read-rl.c: In function 'rl_esh_completion': read-rl.c:102:12: warning: implicit declaration of function 'completion_matches'; did you mean 'rl_completion_matches'? [-Wimplicit-function-declaration] return completion_matches(word, rl_find_builtin); ^~~~~~~~~~~~~~~~~~ rl_completion_matches read-rl.c:102:12: warning: returning 'int' from a function with return type 'char **' makes pointer from integer without a cast [-Wint-conversion] return completion_matches(word, rl_find_builtin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ read-rl.c: In function 'read_init': read-rl.c:113:36: warning: assignment to 'char ** (*)(const char *, int, int)' from incompatible pointer type 'char ** (*)(char *, int, int)' [-Wincompatible-pointer-types] rl_attempted_completion_function = rl_esh_completion; ^ --- builtins.o --- builtins.c: In function 'run': builtins.c:603:3: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)ls_data(arg), 0); ^ builtins.c:605:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)ls_data(arg)) { ^ --- all --- cc list.o hash.o builtins.o esh.o format.o gc.o read-rl.o -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib -lreadline -lncurses -o esh -L/usr/local/lib -Wl,-rpath=/usr/local/lib -L/usr/local/lib SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> esh-0.8.5_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> esh-0.8.5_3 depends on executable: indexinfo - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for esh-0.8.5_3 ===> esh-0.8.5_3 depends on file: /usr/local/lib/libncurses.so.6 - found ===> esh-0.8.5_3 depends on executable: indexinfo - found ===> Generating temporary packing list install -s -m 555 /construction/shells/esh/esh/esh /construction/shells/esh/stage/usr/local/bin/esh install -m 0644 /construction/shells/esh/esh/doc/esh.info /construction/shells/esh/stage/usr/local/share/info ====> 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 esh-0.8.5_3 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:08