* Package:    dev-util/patchelf-0.18.0:0
 * Repository: gentoo
 * Maintainer: chewi@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking patchelf-0.18.0.tar.gz to /var/tmp/portage/dev-util/patchelf-0.18.0/work
>>> Source unpacked in /var/tmp/portage/dev-util/patchelf-0.18.0/work
>>> Preparing source in /var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0 ...
  [ ok ]
  [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0' ...
  [ ok ]
  [ ok ]
  [ ok ]
 * Running elibtoolize in: patchelf-0.18.0/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0 ...
 * econf: updating patchelf-0.18.0/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating patchelf-0.18.0/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/patchelf-0.18.0 --htmldir=/usr/share/doc/patchelf-0.18.0/html --libdir=/usr/lib64
checking for a BSD-compatible install... /var/tmp/portage/._portage_reinstall_.j_2763d3/bin/ebuild-helpers/xattr/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy
checking for x86_64-pc-linux-gnu-readelf... x86_64-pc-linux-gnu-readelf
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed
checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether the compiler supports GNU C++... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features... none needed
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking whether x86_64-pc-linux-gnu-g++ supports C++17 features with -std=c++17... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating patchelf.spec
config.status: executing depfiles commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0 ...
make -j2 
Making all in src
make[1]: Entering directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0/src'
x86_64-pc-linux-gnu-g++ -std=c++17 -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I.    -Wall -Wextra -Wcast-qual -std=c++17 -D_FILE_OFFSET_BITS=64     -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -c -o patchelf.o patchelf.cc
make[1]: Leaving directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0/src'
make[1]: Entering directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0/src'
x86_64-pc-linux-gnu-g++ -std=c++17 -Wall -Wextra -Wcast-qual -std=c++17 -D_FILE_OFFSET_BITS=64     -O3 -march=native -mtune=native -fomit-frame-pointer -pipe  -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -o patchelf patchelf.o  
make[1]: Leaving directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0/src'
Making all in tests
make[1]: Nothing to be done for 'all'.
make[1]: Nothing to be done for 'all-am'.
>>> Source compiled.
>>> Test phase [not enabled]: dev-util/patchelf-0.18.0

>>> Install dev-util/patchelf-0.18.0 into /var/tmp/portage/dev-util/patchelf-0.18.0/image
make -j2 DESTDIR=/var/tmp/portage/dev-util/patchelf-0.18.0/image install 
Making install in src
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Entering directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0/src'
 /bin/mkdir -p '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/bin'
  /var/tmp/portage/._portage_reinstall_.j_2763d3/bin/ebuild-helpers/xattr/install -c patchelf '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/bin'
make[2]: Leaving directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0/src'
Making install in tests
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Entering directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0'
 /bin/mkdir -p '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/share/zsh/site-functions'
 /var/tmp/portage/._portage_reinstall_.j_2763d3/bin/ebuild-helpers/xattr/install -c -m 644 completions/zsh/_patchelf '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/share/zsh/site-functions'
make[2]: Leaving directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0'
make[2]: Entering directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0'
 /bin/mkdir -p '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/share/doc/patchelf-0.18.0'
 /var/tmp/portage/._portage_reinstall_.j_2763d3/bin/ebuild-helpers/xattr/install -c -m 644 README.md '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/share/doc/patchelf-0.18.0'
make[2]: Leaving directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0'
make[2]: Entering directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0'
 /bin/mkdir -p '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/share/man/man1'
 /var/tmp/portage/._portage_reinstall_.j_2763d3/bin/ebuild-helpers/xattr/install -c -m 644 patchelf.1 '/var/tmp/portage/dev-util/patchelf-0.18.0/image/usr/share/man/man1'
make[2]: Leaving directory '/var/tmp/portage/dev-util/patchelf-0.18.0/work/patchelf-0.18.0'
>>> Completed installing dev-util/patchelf-0.18.0 into /var/tmp/portage/dev-util/patchelf-0.18.0/image

 * Final size of build directory: 4764 KiB (4.6 MiB)
 * Final size of installed tree:   360 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/bin/patchelf