* Package:    app-arch/bzip2-1.0.8-r5:0/1
 * Repository: gentoo
 * Maintainer: base-system@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking bzip2-1.0.8.tar.gz to /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work
>>> Source unpacked in /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work
>>> Preparing source in /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8 ...
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_compile
make -j2 VPATH=/var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib -f /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/Makefile-libbz2_so all 
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/huffman.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/blocksort.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/randtable.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/crctable.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/decompress.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/bzlib.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fpic -fPIC -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/compress.c
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.8 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
ln -sf libbz2.so.1.0.8 libbz2.so.1.0
make -j2 VPATH=/var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8 CC=x86_64-pc-linux-gnu-gcc AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib -f /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/Makefile all 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs ' 
rm -f libbz2.a
x86_64-pc-linux-gnu-ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
x86_64-pc-linux-gnu-ranlib libbz2.a
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/bzip2.c
/var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/bzip2.c: In function ‘applySavedFileAttrToOutputFile’:
/var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/bzip2.c:1128:11: warning: ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1128 |    (void) fchown ( fd, fileMetaInfo.st_uid, fileMetaInfo.st_gid );
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wall -Winline -D_FILE_OFFSET_BITS=64  -c /var/tmp/portage/app-arch/bzip2-1.0.8-r5/work/bzip2-1.0.8/bzip2recover.c
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wall -Winline -D_FILE_OFFSET_BITS=64  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs  -o bzip2 bzip2.o -L. -lbz2
x86_64-pc-linux-gnu-gcc -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wall -Winline -D_FILE_OFFSET_BITS=64  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs  -o bzip2recover bzip2recover.o
>>> Source compiled.
>>> Test phase [not enabled]: app-arch/bzip2-1.0.8-r5

>>> Install app-arch/bzip2-1.0.8-r5 into /var/tmp/portage/app-arch/bzip2-1.0.8-r5/image
 * abi_x86_64.amd64: running multilib-minimal_abi_src_install
>>> Completed installing app-arch/bzip2-1.0.8-r5 into /var/tmp/portage/app-arch/bzip2-1.0.8-r5/image

 * Final size of build directory: 3692 KiB (3.6 MiB)
 * Final size of installed tree:   624 KiB

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/lib64/libbz2.so.1.0.8
   /usr/bin/bzip2recover
   /bin/bzip2-reference