------------------------------------------------------------------------------- -- 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.1.txz ===== 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. 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:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The primegen 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 ------------------------------------------------------------------------------- ===> primegen-0.97 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The primegen 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 ===> primegen-0.97 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by primegen-0.97 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The primegen 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 ===> primegen-0.97 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by primegen-0.97 for building => SHA256 Checksum OK for primegen-0.97.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The primegen 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 ===> primegen-0.97 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by primegen-0.97 for building ===> Extracting for primegen-0.97 => SHA256 Checksum OK for primegen-0.97.tar.gz. Extracted Memory Use: 0.35M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for primegen-0.97 ===> Applying ports patches for primegen-0.97 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> primegen-0.97 depends on executable: groff - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> primegen-0.97 depends on executable: groff - found ===> Configuring for primegen-0.97 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for primegen-0.97 --- primes.0 --- --- primespeed.0 --- --- primegaps.0 --- --- primegen.0 --- --- auto-ccld.sh --- --- primegen.h --- --- primes.0 --- nroff -man primes.1 > primes.0 --- primespeed.0 --- nroff -man primespeed.1 > primespeed.0 --- primegaps.0 --- nroff -man primegaps.1 > primegaps.0 --- primegen.0 --- nroff -man primegen.3 > primegen.0 --- auto-ccld.sh --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\' ) > auto-ccld.sh --- primegen.h --- sed s/conf-words/`head -1 conf-words`/ < primegen.h.sed > primegen.h --- find-systype --- --- make-compile --- --- make-load --- --- make-makelib --- --- make-compile --- cat auto-ccld.sh make-compile.sh > make-compile chmod 755 make-compile --- find-systype --- cat auto-ccld.sh find-systype.sh > find-systype chmod 755 find-systype --- systype --- --- make-load --- cat auto-ccld.sh make-load.sh > make-load --- make-makelib --- cat auto-ccld.sh make-makelib.sh > make-makelib --- make-load --- chmod 755 make-load --- systype --- ./find-systype > systype --- compile --- --- load --- --- compile --- ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > compile --- load --- ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load --- compile --- chmod 755 compile --- load --- chmod 755 load --- hasgethr.h --- --- hasrdtsc.h --- --- int64.h --- --- uint32.h --- --- uint64.h --- --- hasgethr.h --- ( ( ./compile trygethr.c && ./load trygethr ) >/dev/null 2>&1 && echo \#define HASGETHRTIME 1 || exit 0 ) > hasgethr.h --- hasrdtsc.h --- ( ( ./compile tryrdtsc.c && ./load tryrdtsc && ./tryrdtsc ) >/dev/null 2>&1 && echo \#define HASRDTSC 1 || exit 0 ) > hasrdtsc.h --- int64.h --- ( ( ./compile trylong64.c && ./load trylong64 && ./trylong64 ) >/dev/null 2>&1 && cat int64.h1 || cat int64.h2 ) > int64.h --- uint32.h --- ( ( ./compile tryulong32.c && ./load tryulong32 && ./tryulong32 ) >/dev/null 2>&1 && cat uint32.h2 || cat uint32.h1 ) > uint32.h --- uint64.h --- ( ( ./compile tryulong64.c && ./load tryulong64 && ./tryulong64 ) >/dev/null 2>&1 && cat uint64.h1 || cat uint64.h2 ) > uint64.h --- hasgethr.h --- rm -f trygethr.o --- make-makelib --- chmod 755 make-makelib --- makelib --- ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > makelib chmod 755 makelib --- uint32.h --- rm -f tryulong32.o tryulong32 --- int64.h --- rm -f trylong64.o trylong64 --- uint64.h --- rm -f tryulong64.o tryulong64 --- fs64.o --- --- primegaps.o --- --- primegen.o --- --- primegen_init.o --- --- primegen_next.o --- --- primegen_skip.o --- --- primes.o --- --- fs64.o --- ./compile fs64.c --- primegaps.o --- ./compile primegaps.c --- primegen.o --- ./compile primegen.c --- primegen_next.o --- ./compile primegen_next.c --- primegen_skip.o --- ./compile primegen_skip.c --- primes.o --- ./compile primes.c --- primegen_init.o --- ./compile primegen_init.c --- hasrdtsc.h --- rm -f tryrdtsc.o tryrdtsc --- eratspeed.o --- --- primespeed.o --- ./compile primespeed.c --- eratspeed.o --- ./compile eratspeed.c eratspeed.c:405:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ --- eratspeed --- ./load eratspeed --- libprimegen.a --- ./makelib libprimegen.a primegen.o primegen_init.o primegen_next.o primegen_skip.o --- primegaps --- --- primes --- --- primespeed --- --- primegaps --- ./load primegaps fs64.o libprimegen.a `cat math.lib` --- primes --- ./load primes fs64.o libprimegen.a --- primespeed --- ./load primespeed fs64.o libprimegen.a SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for primegen-0.97 ===> Generating temporary packing list install -s -m 555 /construction/math/primegen/primegen-0.97/primes /construction/math/primegen/stage/usr/local/bin install -s -m 555 /construction/math/primegen/primegen-0.97/primegaps /construction/math/primegen/stage/usr/local/bin install -m 0644 /construction/math/primegen/primegen-0.97/primegen.h /construction/math/primegen/stage/usr/local/include install -m 0644 /construction/math/primegen/primegen-0.97/libprimegen.a /construction/math/primegen/stage/usr/local/lib install -m 444 /construction/math/primegen/primegen-0.97/primes.1 /construction/math/primegen/stage/usr/local/man/man1 install -m 444 /construction/math/primegen/primegen-0.97/primegaps.1 /construction/math/primegen/stage/usr/local/man/man1 install -m 444 /construction/math/primegen/primegen-0.97/primegen.3 /construction/math/primegen/stage/usr/local/man/man3 ====> 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 primegen-0.97 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:12