------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/uchardet-0.0.6.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/psutils-1.17_5.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- 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. Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/groff-1.22.4_3.txz ===== Message from groff-1.22.4_3: -- In order to be able to use the html driver, you need to install the following packages: - ghostscript - netpbm SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libtai-0.60_6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libtai-0.60_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libtai-0.60_6 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libtai-0.60_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libtai-0.60_6 for building => SHA256 Checksum OK for libtai-0.60.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libtai-0.60_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libtai-0.60_6 for building ===> Extracting for libtai-0.60_6 => SHA256 Checksum OK for libtai-0.60.tar.gz. Extracted Memory Use: 0.29M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libtai-0.60_6 ===> Applying ports patches for libtai-0.60_6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libtai-0.60_6 depends on executable: groff - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libtai-0.60_6 depends on executable: groff - found ===> Configuring for libtai-0.60_6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libtai-0.60_6 nroff -man tai.3 > tai.0 nroff -man tai_now.3 > tai_now.0 nroff -man tai_pack.3 > tai_pack.0 nroff -man taia.3 > taia.0 nroff -man taia_now.3 > taia_now.0 nroff -man taia_pack.3 > taia_pack.0 nroff -man caldate.3 > caldate.0 nroff -man caldate_mjd.3 > caldate_mjd.0 nroff -man caltime.3 > caltime.0 nroff -man caltime_tai.3 > caltime_tai.0 nroff -man leapsecs.3 > leapsecs.0 ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\'; echo CCSO=\'`head -1 conf-ccso`\' ) > auto-ccld.sh cat auto-ccld.sh make-makelibso.sh > make-makelibso chmod 755 make-makelibso cat auto-ccld.sh find-systype.sh > find-systype chmod 755 find-systype ./find-systype > systype ( cat warn-auto.sh; ./make-makelibso "`cat systype`" ) > makelibso chmod 755 makelibso cat auto-ccld.sh make-compile.sh > make-compile chmod 755 make-compile ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > compile chmod 755 compile ./compile tai_add.c ./compile tai_now.c ./compile tai_pack.c ./compile tai_sub.c ./compile tai_unpack.c ./compile taia_add.c ./compile taia_approx.c ./compile taia_fmtfrac.c ./compile taia_frac.c ./compile taia_half.c ./compile taia_less.c ./compile taia_now.c ./compile taia_pack.c ./compile taia_sub.c ./compile taia_tai.c ./compile taia_unpack.c ./compile caldate_fmt.c ./compile caldate_scan.c ./compile caldate_fmjd.c ./compile caldate_mjd.c ./compile caldate_norm.c ./compile caldate_ster.c ./compile leapsecs_read.c leapsecs_read.c: In function 'leapsecs_read': leapsecs_read.c:24:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] if (leapsecs) free(leapsecs); ^~~~ leapsecs_read.c:24:19: warning: incompatible implicit declaration of built-in function 'free' leapsecs_read.c:24:19: note: include '' or provide a declaration of 'free' leapsecs_read.c:8:1: +#include leapsecs_read.c:24:19: if (leapsecs) free(leapsecs); ^~~~ leapsecs_read.c:30:30: warning: implicit declaration of function 'close'; did you mean 'clock'? [-Wimplicit-function-declaration] if (fstat(fd,&st) == -1) { close(fd); return -1; } ^~~~~ clock leapsecs_read.c:32:22: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] t = (struct tai *) malloc(st.st_size); ^~~~~~ leapsecs_read.c:32:22: warning: incompatible implicit declaration of built-in function 'malloc' leapsecs_read.c:32:22: note: include '' or provide a declaration of 'malloc' leapsecs_read.c:35:7: warning: implicit declaration of function 'read'; did you mean 'creat'? [-Wimplicit-function-declaration] n = read(fd,(char *) t,st.st_size); ^~~~ creat leapsecs_read.c:37:26: warning: incompatible implicit declaration of built-in function 'free' if (n != st.st_size) { free(t); return -1; } ^~~~ leapsecs_read.c:37:26: note: include '' or provide a declaration of 'free' leapsecs_read.c:46:17: warning: incompatible implicit declaration of built-in function 'free' if (leapsecs) free(leapsecs); ^~~~ leapsecs_read.c:46:17: note: include '' or provide a declaration of 'free' leapsecs_read.c: In function 'leapsecs_read': leapsecs_read.c:24:19: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] if (leapsecs) free(leapsecs); ^~~~ leapsecs_read.c:24:19: warning: incompatible implicit declaration of built-in function 'free' leapsecs_read.c:24:19: note: include '' or provide a declaration of 'free' leapsecs_read.c:8:1: +#include leapsecs_read.c:24:19: if (leapsecs) free(leapsecs); ^~~~ leapsecs_read.c:30:30: warning: implicit declaration of function 'close'; did you mean 'clock'? [-Wimplicit-function-declaration] if (fstat(fd,&st) == -1) { close(fd); return -1; } ^~~~~ clock leapsecs_read.c:32:22: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] t = (struct tai *) malloc(st.st_size); ^~~~~~ leapsecs_read.c:32:22: warning: incompatible implicit declaration of built-in function 'malloc' leapsecs_read.c:32:22: note: include '' or provide a declaration of 'malloc' leapsecs_read.c:35:7: warning: implicit declaration of function 'read'; did you mean 'creat'? [-Wimplicit-function-declaration] n = read(fd,(char *) t,st.st_size); ^~~~ creat leapsecs_read.c:37:26: warning: incompatible implicit declaration of built-in function 'free' if (n != st.st_size) { free(t); return -1; } ^~~~ leapsecs_read.c:37:26: note: include '' or provide a declaration of 'free' leapsecs_read.c:46:17: warning: incompatible implicit declaration of built-in function 'free' if (leapsecs) free(leapsecs); ^~~~ leapsecs_read.c:46:17: note: include '' or provide a declaration of 'free' ./compile leapsecs_init.c ./compile leapsecs_add.c ./compile leapsecs_sub.c ./compile caltime_fmt.c ./compile caltime_scan.c ./compile caltime_tai.c ./compile caltime_utc.c ./makelibso libtai.so tai_add.so tai_now.so tai_pack.so tai_sub.so tai_unpack.so taia_add.so taia_approx.so taia_fmtfrac.so taia_frac.so taia_half.so taia_less.so taia_now.so taia_pack.so taia_sub.so taia_tai.so taia_unpack.so caldate_fmt.so caldate_scan.so caldate_fmjd.so caldate_mjd.so caldate_norm.so caldate_ster.so leapsecs_read.so leapsecs_init.so leapsecs_add.so leapsecs_sub.so caltime_fmt.so caltime_scan.so caltime_tai.so caltime_utc.so ln -sf libtai.so libtai.so.1 cat auto-ccld.sh make-makelib.sh > make-makelib chmod 755 make-makelib ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > makelib chmod 755 makelib ./makelib libtai.a tai_add.o tai_now.o tai_pack.o tai_sub.o tai_unpack.o taia_add.o taia_approx.o taia_fmtfrac.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_unpack.o caldate_fmt.o caldate_scan.o caldate_fmjd.o caldate_mjd.o caldate_norm.o caldate_ster.o leapsecs_read.o leapsecs_init.o leapsecs_add.o leapsecs_sub.o caltime_fmt.o caltime_scan.o caltime_tai.o caltime_utc.o cat auto-ccld.sh make-load.sh > make-load chmod 755 make-load ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load chmod 755 load ./compile leapsecs.c leapsecs.c:12:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ leapsecs.c: In function 'main': leapsecs.c:27:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ leapsecs.c:27:3: warning: incompatible implicit declaration of built-in function 'exit' leapsecs.c:27:3: note: include '' or provide a declaration of 'exit' leapsecs.c:5:1: +#include leapsecs.c:27:3: exit(0); ^~~~ leapsecs.c:12:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ leapsecs.c: In function 'main': leapsecs.c:27:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ leapsecs.c:27:3: warning: incompatible implicit declaration of built-in function 'exit' leapsecs.c:27:3: note: include '' or provide a declaration of 'exit' leapsecs.c:5:1: +#include leapsecs.c:27:3: exit(0); ^~~~ ./load leapsecs -L. -ltai ./compile check.c check.c:14:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ check.c: In function 'main': check.c:49:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ check.c:49:3: warning: incompatible implicit declaration of built-in function 'exit' check.c:49:3: note: include '' or provide a declaration of 'exit' check.c:6:1: +#include check.c:49:3: exit(0); ^~~~ check.c:14:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ check.c: In function 'main': check.c:49:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ check.c:49:3: warning: incompatible implicit declaration of built-in function 'exit' check.c:49:3: note: include '' or provide a declaration of 'exit' check.c:6:1: +#include check.c:49:3: exit(0); ^~~~ ./load check -L. -ltai ./compile easter.c easter.c:8:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ easter.c: In function 'main': easter.c:19:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] cd.year = atoi(*argv); ^~~~ easter.c:24:58: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (caldate_fmt((char *) 0,&cd) + 1 >= sizeof out) exit(1); ^~~~ easter.c:24:58: warning: incompatible implicit declaration of built-in function 'exit' easter.c:24:58: note: include '' or provide a declaration of 'exit' easter.c:3:1: +#include easter.c:24:58: if (caldate_fmt((char *) 0,&cd) + 1 >= sizeof out) exit(1); ^~~~ easter.c:29:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ easter.c:29:3: note: include '' or provide a declaration of 'exit' easter.c:8:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ easter.c: In function 'main': easter.c:19:15: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] cd.year = atoi(*argv); ^~~~ easter.c:24:58: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (caldate_fmt((char *) 0,&cd) + 1 >= sizeof out) exit(1); ^~~~ easter.c:24:58: warning: incompatible implicit declaration of built-in function 'exit' easter.c:24:58: note: include '' or provide a declaration of 'exit' easter.c:3:1: +#include easter.c:24:58: if (caldate_fmt((char *) 0,&cd) + 1 >= sizeof out) exit(1); ^~~~ easter.c:29:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ easter.c:29:3: note: include '' or provide a declaration of 'exit' ./load easter -L. -ltai ./compile yearcal.c yearcal.c: In function 'main': yearcal.c:31:12: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] year = atoi(*argv); ^~~~ yearcal.c:66:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ yearcal.c:66:3: warning: incompatible implicit declaration of built-in function 'exit' yearcal.c:66:3: note: include '' or provide a declaration of 'exit' yearcal.c:3:1: +#include yearcal.c:66:3: exit(0); ^~~~ yearcal.c: In function 'main': yearcal.c:31:12: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] year = atoi(*argv); ^~~~ yearcal.c:66:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ yearcal.c:66:3: warning: incompatible implicit declaration of built-in function 'exit' yearcal.c:66:3: note: include '' or provide a declaration of 'exit' yearcal.c:3:1: +#include yearcal.c:66:3: exit(0); ^~~~ ./load yearcal -L. -ltai ./compile nowutc.c nowutc.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ nowutc.c: In function 'main': nowutc.c:17:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(111); ^~~~ nowutc.c:17:5: warning: incompatible implicit declaration of built-in function 'exit' nowutc.c:17:5: note: include '' or provide a declaration of 'exit' nowutc.c:6:1: +#include nowutc.c:17:5: exit(111); ^~~~ nowutc.c:36:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ nowutc.c:36:3: note: include '' or provide a declaration of 'exit' nowutc.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ nowutc.c: In function 'main': nowutc.c:17:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(111); ^~~~ nowutc.c:17:5: warning: incompatible implicit declaration of built-in function 'exit' nowutc.c:17:5: note: include '' or provide a declaration of 'exit' nowutc.c:6:1: +#include nowutc.c:17:5: exit(111); ^~~~ nowutc.c:36:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ nowutc.c:36:3: note: include '' or provide a declaration of 'exit' ./load nowutc -L. -ltai SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libtai-0.60_6 ===> Generating temporary packing list install -m 0644 /construction/devel/libtai/libtai-0.60/leapsecs.dat /construction/devel/libtai/stage/usr/local/etc install -m 444 /construction/devel/libtai/libtai-0.60/caldate.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/caldate_mjd.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/caltime.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/caltime_tai.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/leapsecs.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/tai.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/tai_now.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/tai_pack.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/taia.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/taia_now.3 /construction/devel/libtai/stage/usr/local/man/man3 install -m 444 /construction/devel/libtai/libtai-0.60/taia_pack.3 /construction/devel/libtai/stage/usr/local/man/man3 install -s -m 555 /construction/devel/libtai/libtai-0.60/easter /construction/devel/libtai/stage/usr/local/bin install -s -m 555 /construction/devel/libtai/libtai-0.60/nowutc /construction/devel/libtai/stage/usr/local/bin install -s -m 555 /construction/devel/libtai/libtai-0.60/leapsecs /construction/devel/libtai/stage/usr/local/bin install -s -m 555 /construction/devel/libtai/libtai-0.60/yearcal /construction/devel/libtai/stage/usr/local/bin install -m 0644 /construction/devel/libtai/libtai-0.60/libtai.a /construction/devel/libtai/stage/usr/local/lib install -s -m 0644 /construction/devel/libtai/libtai-0.60/libtai.so.1 /construction/devel/libtai/stage/usr/local/lib ln -sf libtai.so.1 /construction/devel/libtai/stage/usr/local/lib/libtai.so install -m 0644 /construction/devel/libtai/libtai-0.60/caldate.h /construction/devel/libtai/stage/usr/local/include/libtai install -m 0644 /construction/devel/libtai/libtai-0.60/caltime.h /construction/devel/libtai/stage/usr/local/include/libtai install -m 0644 /construction/devel/libtai/libtai-0.60/leapsecs.h /construction/devel/libtai/stage/usr/local/include/libtai install -m 0644 /construction/devel/libtai/libtai-0.60/tai.h /construction/devel/libtai/stage/usr/local/include/libtai install -m 0644 /construction/devel/libtai/libtai-0.60/taia.h /construction/devel/libtai/stage/usr/local/include/libtai install -m 0644 /construction/devel/libtai/libtai-0.60/uint64.h /construction/devel/libtai/stage/usr/local/include/libtai ====> 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 Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: caldate.h sed failed: file content unchanged from backup: leapsecs.h sed failed: file content unchanged from backup: uint64.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libtai-0.60_6 file sizes/checksums [25]: 0% file sizes/checksums [25]: 100% packing files [25]: 0% packing files [25]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:19