=> Building bzip2:standard (version 1.0.8_1) Started : Sunday,13 AUG 2023 at 05:27:24 UTC Platform: 6.4-RAVEN DragonFly 6.4-RAVEN #0 Sat Jul 29 09:00:00 CDT 2017 root@octavia.unreal.systems:/usr/obj/usr/src/sys/GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- PATH=/bin:/usr/bin:/raven/toolchain/ravensys-gcc/bin:/raven/toolchain/bin:/raven/sbin:/raven/bin RAVENSW_CACHEDIR=/var/cache/pkg8 RAVENSW_DBDIR=/var/db/pkg8 SSL_VARIANT=libressl RAVENADM=building XML_CATALOG_FILES=/raven/share/xml/catalog SGML_CATALOG_FILES=/raven/share/sgml/docbook/catalog HOME=/root USER=root SHELL=/bin/sh TERM=dumb LANG=C -------------------------------------------------- -- Options -------------------------------------------------- This port has no build options. -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- ADA_PROJECT_PATH="/raven/share/gpr" F77="gfortran" FC="gfortran" CCACHE_DIR="/ccache" PATH=/usr/libexec:/bin:/usr/bin:/raven/toolchain/ravensys-gcc/bin:/raven/toolchain/bin:/raven/sbin:/raven/bin -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" PREFIX=/raven LOCALBASE=/raven OPSYS="DragonFly" CC="cc" CFLAGS="-pipe -O2 -I/raven/include" CPP="cpp" CPPFLAGS="-I/raven/include" LDFLAGS="" LIBS="" CXX="c++" CXXFLAGS="-pipe -O2 -I/raven/include" STD_DOCDIR="/raven/share/doc/bzip2" STD_EXAMPLESDIR="/raven/share/examples/bzip2" MANPREFIX="/raven/share" ADA_PROJECT_PATH="/raven/share/gpr" F77="gfortran" FC="gfortran" CCACHE_DIR="/ccache" PATH=/usr/libexec:/bin:/usr/bin:/raven/toolchain/ravensys-gcc/bin:/raven/toolchain/bin:/raven/sbin:/raven/bin -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- PREFIX=/raven DESTDIR=/construction/bzip2/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OPSYS=DragonFly ONLY-DRAGONFLY="" ASLIB="lib" EXCLUDE-DARWIN="" LIBEXT="so" SHARED_OBJECT="so" ONLY-FREEBSD="@comment " ONLY-NETBSD="@comment " ONLY-LINUX="@comment " ONLY-SUNOS="@comment " ONLY-DARWIN="@comment " ONLY-MIDNIGHTBSD="@comment " -------------------------------------------------- -- SUB_LIST -------------------------------------------------- LOCALBASE=/raven PREFIX=/raven ETCDIR=/raven/etc/bzip2 -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- RAVENPROFILE=release64 RAVENBASE=/raven WRKDIRPREFIX=/construction DISTDIR=/distfiles NUMBER_CPUS=24 MAKE_JOBS_NUMBER_LIMIT=10 BUILD_WITH_CCACHE=yes CCACHE_DIR=/ccache -------------------------------------------------------------------------------- -- Phase: dependencies -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching for bzip2-standard -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching for bzip2-standard ===> Extracting for bzip2-standard => SHA256 Checksum OK for bzip2-1.0.8.tar.gz. ===> Creating package metadata (complete) ===> Creating package metadata (primary) ===> Creating package metadata (dev) ===> Creating package metadata (tools) ===> Creating package metadata (man) ===> Creating package metadata (docs) -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for bzip2-standard ===> Applying common patches for bzip2-standard -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for bzip2-standard -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for bzip2-standard ==> Set environment: BSD_INSTALL_PROGRAM=install -s -m 555 BSD_INSTALL_LIB=install -s -m 444 BSD_INSTALL_SCRIPT=install -m 555 BSD_INSTALL_DATA=install -m 0644 BSD_INSTALL_MAN=install -m 444 PREFIX=/raven LOCALBASE=/raven OPSYS=DragonFly CC=cc CFLAGS=-pipe -O2 -I/raven/include CPP=cpp CPPFLAGS=-I/raven/include LDFLAGS= LIBS= CXX=c++ CXXFLAGS=-pipe -O2 -I/raven/include STD_DOCDIR=/raven/share/doc/bzip2 STD_EXAMPLESDIR=/raven/share/examples/bzip2 MANPREFIX=/raven/share ==> cd /construction/bzip2/bzip2-1.0.8; /usr/bin/make -f Makefile -j10 PREFIX=/raven all --- blocksort.o --- --- huffman.o --- --- crctable.o --- --- randtable.o --- --- compress.o --- --- decompress.o --- --- bzlib.o --- --- blocksort.so --- --- huffman.so --- --- crctable.so --- --- blocksort.o --- If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c blocksort.c --- huffman.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c huffman.c --- crctable.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c crctable.c --- randtable.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c randtable.c --- compress.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c compress.c --- decompress.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c decompress.c --- bzlib.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzlib.c --- huffman.so --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c huffman.c -o huffman.so --- crctable.so --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c crctable.c -o crctable.so --- blocksort.so --- If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c blocksort.c -o blocksort.so --- randtable.so --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c randtable.c -o randtable.so --- compress.so --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c compress.c -o compress.so --- decompress.so --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c decompress.c -o decompress.so --- bzlib.so --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c bzlib.c -o bzlib.so --- bzip2.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzip2.c --- bzip2recover.o --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzip2recover.c --- bzip2recover --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o --- blocksort.o --- In function 'mainSimpleSort', inlined from 'mainQSort3' at blocksort.c:651:10, inlined from 'mainSort' at blocksort.c:897:19: blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline] 347 | Bool mainGtU ( UInt32 i1, | ^~~~~~~ blocksort.c:514:18: note: called from here 514 | while ( mainGtU ( | ^~~~~~~~~ 515 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 516 | ) ) { | ~ blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline] 347 | Bool mainGtU ( UInt32 i1, | ^~~~~~~ blocksort.c:528:18: note: called from here 528 | while ( mainGtU ( | ^~~~~~~~~ 529 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 530 | ) ) { | ~ blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline] 347 | Bool mainGtU ( UInt32 i1, | ^~~~~~~ blocksort.c:542:18: note: called from here 542 | while ( mainGtU ( | ^~~~~~~~~ 543 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | ) ) { | ~ --- blocksort.so --- In function 'mainSimpleSort', inlined from 'mainQSort3' at blocksort.c:651:10, inlined from 'mainSort' at blocksort.c:897:19: blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline] 347 | Bool mainGtU ( UInt32 i1, | ^~~~~~~ blocksort.c:514:18: note: called from here 514 | while ( mainGtU ( | ^~~~~~~~~ 515 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 516 | ) ) { | ~ blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline] 347 | Bool mainGtU ( UInt32 i1, | ^~~~~~~ blocksort.c:528:18: note: called from here 528 | while ( mainGtU ( | ^~~~~~~~~ 529 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 530 | ) ) { | ~ blocksort.c:347:6: warning: inlining failed in call to 'mainGtU': --param max-inline-insns-single limit reached [-Winline] 347 | Bool mainGtU ( UInt32 i1, | ^~~~~~~ blocksort.c:542:18: note: called from here 542 | while ( mainGtU ( | ^~~~~~~~~ 543 | ptr[j-h]+d, v+d, block, quadrant, nblock, budget | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 544 | ) ) { | ~ --- libbz2.so.1 --- cc -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1 blocksort.so huffman.so crctable.so randtable.so compress.so decompress.so bzlib.so ln -sf libbz2.so.1 libbz2.so --- libbz2.a --- rm -f libbz2.a ar -rcs libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o --- bzip2 --- cc -pipe -O2 -I/raven/include -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o libbz2.a --- test --- Doing 6 tests (3 compress, 3 uncompress) ... If there's a problem, things might stop at this point. ./bzip2 -1 < sample1.ref > sample1.rb2 ./bzip2 -2 < sample2.ref > sample2.rb2 ./bzip2 -3 < sample3.ref > sample3.rb2 ./bzip2 -d < sample1.bz2 > sample1.tst ./bzip2 -d < sample2.bz2 > sample2.tst ./bzip2 -ds < sample3.bz2 > sample3.tst cmp sample1.bz2 sample1.rb2 cmp sample2.bz2 sample2.rb2 cmp sample3.bz2 sample3.rb2 cmp sample1.tst sample1.ref cmp sample2.tst sample2.ref cmp sample3.tst sample3.ref If you got this far and the 'cmp's didn't complain, it looks like you're in business. To install in /usr/local/bin, /usr/local/lib, /usr/local/man and /usr/local/include, type make install To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type make install PREFIX=/xxx/yyy If you are (justifiably) paranoid and want to see what 'make install' is going to do, you can first do make -n install or make -n install PREFIX=/xxx/yyy respectively. The -n instructs make to show the commands it would execute, but not actually execute them. Instructions for use are in the preformatted manual page, in the file bzip2.txt. For more detailed documentation, read the full manual. It is available in Postscript form (manual.ps), PDF form (manual.pdf), and HTML form (manual.html). You can also do "bzip2 --help" to see some helpful information. "bzip2 -L" displays the software license. -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for bzip2-standard ===> Generating temporary packing list (complete) ===> Generating temporary packing list (primary) ===> Generating temporary packing list (dev) ===> Generating temporary packing list (tools) ===> Generating temporary packing list (man) ===> Generating temporary packing list (docs) mkdir -p /construction/bzip2/stage/raven/bin /construction/bzip2/stage/raven/lib /construction/bzip2/stage/raven/include /construction/bzip2/stage/raven/share/doc/bzip2 /construction/bzip2/stage/raven/share/man/man1 install -s -m 555 bzip2 bzip2recover /construction/bzip2/stage/raven/bin install -m 555 bzgrep bzmore /construction/bzip2/stage/raven/bin install -m 0644 bzlib.h /construction/bzip2/stage/raven/include install -m 0644 libbz2.a /construction/bzip2/stage/raven/lib install -s -m 444 libbz2.so.1 /construction/bzip2/stage/raven/lib install -m 444 bzip2.1 bzgrep.1 bzmore.1 /construction/bzip2/stage/raven/share/man/man1 ln -sf bzmore /construction/bzip2/stage/raven/bin/bzless ln -sf libbz2.so.1 /construction/bzip2/stage/raven/lib/libbz2.so ln -sf bzip2 /construction/bzip2/stage/raven/bin/bunzip2 ln -sf bzip2.1 /construction/bzip2/stage/raven/share/man/man1/bunzip2.1 ln -sf bzip2 /construction/bzip2/stage/raven/bin/bzcat ln -sf bzip2.1 /construction/bzip2/stage/raven/share/man/man1/bzcat.1 ln -sf bzip2 /construction/bzip2/stage/raven/bin/bz2cat ln -sf bzip2.1 /construction/bzip2/stage/raven/share/man/man1/bz2cat.1 ln -sf bzgrep /construction/bzip2/stage/raven/bin/bzegrep ln -sf bzgrep.1 /construction/bzip2/stage/raven/share/man/man1/bzegrep.1 ln -sf bzgrep /construction/bzip2/stage/raven/bin/bzfgrep ln -sf bzgrep.1 /construction/bzip2/stage/raven/share/man/man1/bzfgrep.1 ln -sf bzip2.1 /construction/bzip2/stage/raven/share/man/man1/bzip2recover.1 ln -sf bzmore.1 /construction/bzip2/stage/raven/share/man/man1/bzless.1 install -m 0644 manual* bzip2.txt /construction/bzip2/stage/raven/share/doc/bzip2/ ./bzip2 -f /construction/bzip2/stage/raven/share/doc/bzip2/manual.ps ====> Start compressing man pages ====> Man page compression complete ====> Install BSD4CLAUSE license (primary) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building bzip2-complete-standard-1.0.8_1 subpackage file sizes/checksums [0]: . done packing files [0]: . done packing directories [0]: . done ===> Building bzip2-primary-standard-1.0.8_1 subpackage file sizes/checksums [3]: . done packing files [3]: . done packing directories [0]: . done ===> Building bzip2-dev-standard-1.0.8_1 subpackage file sizes/checksums [3]: . done packing files [3]: . done packing directories [0]: . done ===> Building bzip2-tools-standard-1.0.8_1 subpackage file sizes/checksums [10]: . done packing files [10]: . done packing directories [0]: . done ===> Building bzip2-man-standard-1.0.8_1 subpackage file sizes/checksums [10]: . done packing files [10]: . done packing directories [0]: . done ===> Building bzip2-docs-standard-1.0.8_1 subpackage file sizes/checksums [5]: . done packing files [5]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Sunday,13 AUG 2023 at 05:27:29 UTC Duration: 00:00:04