------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The orville-write 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 ------------------------------------------------------------------------------- ===> orville-write-2.55 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The orville-write 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 ===> orville-write-2.55 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by orville-write-2.55 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The orville-write 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 ===> orville-write-2.55 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by orville-write-2.55 for building => SHA256 Checksum OK for orville-write-2.55.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The orville-write 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 ===> orville-write-2.55 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by orville-write-2.55 for building ===> Extracting for orville-write-2.55 => SHA256 Checksum OK for orville-write-2.55.tar.gz. Extracted Memory Use: 0.31M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for orville-write-2.55 ===> Applying ports patches for orville-write-2.55 ===> Cleanly applied ports patch(es) patch-amin.c patch-getutent.c patch-getutent.h patch-helpers.c patch-huh.c patch-lib_common.c patch-lib_common.h patch-mesg.c patch-wrt_him.c patch-wrt_me.c patch-wrttmp.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for orville-write-2.55 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -pipe -Wno-return-type -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -Wno-return-type -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for crypt in -lcrypt... (cached) yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for fcntl.h... (cached) yes checking for paths.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for crypt.h... no checking for termios.h... yes checking for working const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... yes checking whether cc needs -traditional... no checking return type of signal handlers... void checking for random... (cached) yes checking for getutent... no checking for strchr... (cached) yes checking for getuserpw... no checking for library containing getspnam... no checking for tty device group... ls: a: No such file or directory ls: not: No such file or directory ls: tty: No such file or directory Configuration file will be in /usr/local/etc/orville.conf updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for orville-write-2.55 cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_main.c wrt_main.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^~~~ wrt_main.c: In function 'main': wrt_main.c:127:9: warning: implicit declaration of function 'getdevtty'; did you mean 'mydevtty'? [-Wimplicit-function-declaration] if (getdevtty()) done(1); ^~~~~~~~~ mydevtty cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_type.c cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_him.c wrt_him.c: In function 'find_us': wrt_him.c:144:3: warning: implicit declaration of function 'wrtlog' [-Wimplicit-function-declaration] wrtlog("FAIL: no previous"); ^~~~~~ wrt_him.c: In function 'find_helper': wrt_him.c:444:20: warning: implicit declaration of function 'type_help' [-Wimplicit-function-declaration] if (f_nohelp) type_help(f_nohelp); ^~~~~~~~~ cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_me.c cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_opt.c wrt_opt.c: In function 'default_opts': wrt_opt.c:104:5: warning: implicit declaration of function 'readconfig'; did you mean 'readlinkat'? [-Wimplicit-function-declaration] readconfig(set_dflt); ^~~~~~~~~~ readlinkat cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_sig.c wrt_sig.c: In function 'susp': wrt_sig.c:101:2: warning: implicit declaration of function 'update_modes'; did you mean 'reset_modes'? [-Wimplicit-function-declaration] update_modes(); ^~~~~~~~~~~~ reset_modes wrt_sig.c: In function 'dosystem': wrt_sig.c:144:6: warning: implicit declaration of function 'sendchar'; did you mean 'getchar'? [-Wimplicit-function-declaration] sendchar(ch); ^~~~~~~~ getchar wrt_sig.c: In function 'wsystem': wrt_sig.c:185:17: warning: implicit declaration of function 'wait'; did you mean 'write'? [-Wimplicit-function-declaration] while ((wpid = wait((int *)0)) != cpid && wpid != -1) ^~~~ write cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_tty.c wrt_tty.c: In function 'cbreak': wrt_tty.c:109:8: warning: type defaults to 'int' in declaration of 'tfg' [-Wimplicit-int] static tfg; ^~~ cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c wrt_hist.c wrt_hist.c:89:1: warning: return type defaults to 'int' [-Wimplicit-int] put_hist(long writer, long writee, struct wrthist *hist) ^~~~~~~~ wrt_hist.c: In function 'put_hist': wrt_hist.c:92:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ wrt_hist.c:89:1: note: declared here put_hist(long writer, long writee, struct wrthist *hist) ^~~~~~~~ cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c lib_common.c cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c getutent.c cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -o write wrt_main.o wrt_type.o wrt_him.o wrt_me.o wrt_opt.o wrt_sig.o wrt_tty.o wrt_hist.o lib_common.o getutent.o -lcrypt cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c mesg.c mesg.c: In function 'main': mesg.c:95:9: warning: implicit declaration of function 'getdevtty'; did you mean 'mydevtty'? [-Wimplicit-function-declaration] if (getdevtty()) exit(1); ^~~~~~~~~ mydevtty mesg.c:100:5: warning: implicit declaration of function 'readconfig'; did you mean 'readlinkat'? [-Wimplicit-function-declaration] readconfig(NULL); ^~~~~~~~~~ readlinkat mesg.c: In function 'window_warning': mesg.c:654:23: warning: 'return' with no value, in function returning non-void if (newmode == 0) return; ^~~~~~ mesg.c:644:5: note: declared here int window_warning(int newmode) ^~~~~~~~~~~~~~ mesg.c:658:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ mesg.c:644:5: note: declared here int window_warning(int newmode) ^~~~~~~~~~~~~~ mesg.c:661:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ mesg.c:644:5: note: declared here int window_warning(int newmode) ^~~~~~~~~~~~~~ cc -o mesg mesg.o lib_common.o getutent.o cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c amin.c amin.c: In function 'main': amin.c:53:5: warning: implicit declaration of function 'readconfig'; did you mean 'readlinkat'? [-Wimplicit-function-declaration] readconfig(NULL); ^~~~~~~~~~ readlinkat amin.c: In function 'fix_modes': amin.c:219:9: warning: implicit declaration of function 'getdevtty'; did you mean 'mydevtty'? [-Wimplicit-function-declaration] if (getdevtty()) exit(1); ^~~~~~~~~ mydevtty cc -o amin amin.o lib_common.o getutent.o cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c huh.c huh.c: In function 'record_on': huh.c:49:9: warning: implicit declaration of function 'getdevtty'; did you mean 'mydevtty'? [-Wimplicit-function-declaration] if (getdevtty()) exit(1); ^~~~~~~~~ mydevtty huh.c: In function 'main': huh.c:75:5: warning: implicit declaration of function 'readconfig'; did you mean 'readlinkat'? [-Wimplicit-function-declaration] readconfig(NULL); ^~~~~~~~~~ readlinkat cc -o huh huh.o lib_common.o getutent.o cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -c helpers.c helpers.c: In function 'findlist': helpers.c:30:61: warning: passing argument 3 of 'strncmp' makes integer from pointer without a cast [-Wint-conversion] if (!strncmp(tty, curr->line, ((struct utmpx *)0)->ut_line -1)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from orville.h:15, from helpers.c:6: /usr/include/string.h:117:42: note: expected 'size_t' {aka 'long unsigned int'} but argument is of type 'char *' int strncmp(const char *, const char *, size_t) __pure; ^~~~~~ helpers.c: At top level: helpers.c:70:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char **argv) ^~~~ helpers.c: In function 'main': helpers.c:84:5: warning: implicit declaration of function 'readconfig'; did you mean 'readlinkat'? [-Wimplicit-function-declaration] readconfig(NULL); ^~~~~~~~~~ readlinkat cc -o helpers helpers.o getutent.o lib_common.o SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for orville-write-2.55 ===> Generating temporary packing list install -s -m 555 /construction/misc/orville-write/orville-write-2.55/amin /construction/misc/orville-write/stage/usr/local/bin install -s -m 555 /construction/misc/orville-write/orville-write-2.55/helpers /construction/misc/orville-write/stage/usr/local/bin install -s -m 555 /construction/misc/orville-write/orville-write-2.55/huh /construction/misc/orville-write/stage/usr/local/bin install -s -m 555 /construction/misc/orville-write/orville-write-2.55/mesg /construction/misc/orville-write/stage/usr/local/bin install -s -m 555 /construction/misc/orville-write/orville-write-2.55/write /construction/misc/orville-write/stage/usr/local/bin ln -sf write /construction/misc/orville-write/stage/usr/local/bin/jot ln -sf write /construction/misc/orville-write/stage/usr/local/bin/tel ln -sf write /construction/misc/orville-write/stage/usr/local/bin/telegram install -m 0644 /construction/misc/orville-write/orville-write-2.55/orville.conf /construction/misc/orville-write/stage/usr/local/etc install -m 0644 -m 600 /dev/null /construction/misc/orville-write/stage/usr/local/etc/wrthist install -m 0644 -m 600 /dev/null /construction/misc/orville-write/stage/usr/local/etc/wrttmp install -m 444 /construction/misc/orville-write/orville-write-2.55/amin.1 /construction/misc/orville-write/stage/usr/local/man/man1 install -m 444 /construction/misc/orville-write/orville-write-2.55/helpers.1 /construction/misc/orville-write/stage/usr/local/man/man1 install -m 444 /construction/misc/orville-write/orville-write-2.55/huh.1 /construction/misc/orville-write/stage/usr/local/man/man1 install -m 444 /construction/misc/orville-write/orville-write-2.55/mesg.1 /construction/misc/orville-write/stage/usr/local/man/man1 install -m 444 /construction/misc/orville-write/orville-write-2.55/write.1 /construction/misc/orville-write/stage/usr/local/man/man1 ====> 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 orville-write-2.55 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:06