Building bzip2-1.0.6.txz (origin /buildshare/ports/355755/archivers/bzip2) for powerpc-10-0 on XXX slot2: created x distfiles/ x distfiles/bzip2-1.0.6.tar.gz x packages/ x packages/pkg-1.2.7_2.txz ELF ldconfig path: /lib /usr/lib /usr/lib/compat Make depends ===> bzip2-1.0.6 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /buildshare/ports/355755/ports-mgmt/pkg ===> Installing existing package /packages/pkg-1.2.7_2.txz Installing pkg-1.2.7_2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of bzip2-1.0.6 Make install ===> bzip2-1.0.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bzip2-1.0.6 for building ===> Extracting for bzip2-1.0.6 => SHA256 Checksum OK for bzip2-1.0.6.tar.gz. ===> Patching for bzip2-1.0.6 ===> Applying FreeBSD patches for bzip2-1.0.6 ===> Configuring for bzip2-1.0.6 ===> Building for bzip2-1.0.6 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 -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c blocksort.c -o blocksort.so cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c huffman.c -o huffman.so cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c crctable.c -o crctable.so cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c randtable.c -o randtable.so cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c compress.c -o compress.so cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c decompress.c -o decompress.so cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -fPIC -fpic -DPIC -c bzlib.c -o bzlib.so 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 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 -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c blocksort.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c huffman.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c crctable.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c randtable.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c compress.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c decompress.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzlib.c rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzip2.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o libbz2.a cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzip2recover.c cc -O2 -pipe -fno-strict-aliasing -Wall -Winline -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -o bzip2recover bzip2recover.o 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. ===> Staging for bzip2-1.0.6 ===> Generating temporary packing list install -s -o root -g wheel -m 555 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzip2 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin /bin/ln -sf /usr/local/bin/bzip2 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bunzip2 /bin/ln -sf /usr/local/bin/bzip2 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bzcat /bin/ln -sf /usr/local/bin/bzip2 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bz2cat install -s -o root -g wheel -m 555 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzip2recover /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin install -o root -g wheel -m 555 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzgrep /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin /bin/ln -sf /usr/local/bin/bzgrep /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bzegrep /bin/ln -sf /usr/local/bin/bzgrep /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bzfgrep install -o root -g wheel -m 555 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzmore /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin /bin/ln -sf /usr/local/bin/bzmore /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bzless install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzlib.h /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/include install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/libbz2.a /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/lib install -s -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/libbz2.so.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/lib /bin/ln -sf /usr/local/lib/libbz2.so.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/lib/libbz2.so install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzip2.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1 install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzgrep.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1 install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzmore.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1 /bin/ln -sf bzip2.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bunzip2.1 /bin/ln -sf bzip2.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bzcat.1 /bin/ln -sf bzip2.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bz2cat.1 /bin/ln -sf bzip2.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bzip2recover.1 /bin/ln -sf bzgrep.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bzegrep.1 /bin/ln -sf bzgrep.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bzfgrep.1 /bin/ln -sf bzmore.1 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/man/man1/bzless.1 install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/manual* /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/share/doc/bzip2 install -o root -g wheel -m 444 /obj/buildshare/ports/355755/archivers/bzip2/work/bzip2-1.0.6/bzip2.txt /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/share/doc/bzip2 /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/bin/bzip2 -f /obj/buildshare/ports/355755/archivers/bzip2/work/stage/usr/local/share/doc/bzip2/manual.ps ====> Compressing man pages (compress-man) ===> Installing for bzip2-1.0.6 ===> Checking if archivers/bzip2 already installed ===> Registering installation for bzip2-1.0.6 Installing bzip2-1.0.6... done Make package ===> Building package for bzip2-1.0.6 slot2: removed