* Package:    dev-libs/zxcvbn-c-2.5:0
 * Repository: gentoo
 * Maintainer: office@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking zxcvbn-c-2.5.gh.tar.gz to /var/tmp/portage/dev-libs/zxcvbn-c-2.5/work
>>> Source unpacked in /var/tmp/portage/dev-libs/zxcvbn-c-2.5/work
>>> Preparing source in /var/tmp/portage/dev-libs/zxcvbn-c-2.5/work/zxcvbn-c-2.5 ...
  [ ok ]
  [ ok ]
  [ ok ]
  [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/zxcvbn-c-2.5/work/zxcvbn-c-2.5 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/zxcvbn-c-2.5/work/zxcvbn-c-2.5 ...
make -j2 
x86_64-pc-linux-gnu-g++ -I. -std=c++11 -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-o dictgen dict-generate.cpp -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs
./dictgen -b -o zxcvbn.dict -h dict-crc.h words-eng_wiki.txt words-female.txt words-male.txt words-passwd.txt words-surname.txt words-tv_film.txt
./dictgen -o dict-src.h words-eng_wiki.txt words-female.txt words-male.txt words-passwd.txt words-surname.txt words-tv_film.txt
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-DUSE_DICT_FILE -c -o zxcvbn-file.o zxcvbn.c
if [ ! -e zxcvbn.cpp ]; then ln -s zxcvbn.c zxcvbn.cpp; fi
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -c -o zxcvbn-inline.o zxcvbn.c
x86_64-pc-linux-gnu-g++ -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-c -o zxcvbn-c++inline.o zxcvbn.cpp
ar cvq libzxcvbn.a zxcvbn-inline.o
a - zxcvbn-inline.o
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -fPIC -c -o zxcvbn-inline-pic.o zxcvbn.c
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-DUSE_DICT_FILE -o test-file test.c zxcvbn-file.o -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-o test-internals test-internals.c -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-o test-inline test.c zxcvbn-inline.o -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
if [ ! -e test.cpp ]; then ln -s test.c test.cpp; fi
x86_64-pc-linux-gnu-g++ -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-o test-c++inline test.cpp zxcvbn-c++inline.o -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-o libzxcvbn.so.0.0.0 zxcvbn-inline-pic.o -fPIC -shared -Wl,-soname,libzxcvbn.so.0 -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
if [ ! -e libzxcvbn.so.0 ]; then ln -s libzxcvbn.so.0.0.0 libzxcvbn.so.0; fi
x86_64-pc-linux-gnu-g++ -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-DUSE_DICT_FILE -c -o zxcvbn-c++file.o zxcvbn.cpp
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -o test-statlib test.c libzxcvbn.a -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
if [ ! -e libzxcvbn.so ]; then ln -s libzxcvbn.so.0.0.0 libzxcvbn.so; fi
cc -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -o test-shlib test.c -L. -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lzxcvbn -lm
if [ ! -e test.cpp ]; then ln -s test.c test.cpp; fi
x86_64-pc-linux-gnu-g++ -I. -O3 -march=native -mtune=native -fomit-frame-pointer -pipe \
	-DUSE_DICT_FILE -o test-c++file test.cpp zxcvbn-c++file.o -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -lm
>>> Source compiled.
>>> Test phase [not enabled]: dev-libs/zxcvbn-c-2.5

>>> Install dev-libs/zxcvbn-c-2.5 into /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image
make -j2 DESTDIR=/var/tmp/portage/dev-libs/zxcvbn-c-2.5/image LIBDIR=/usr/lib64 install 
mkdir -p /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/include/zxcvbn /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/share/zxcvbn /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/bin /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/lib64
install -m 0644 *.h /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/include/zxcvbn
install -m 0644 libzxcvbn.so.0.0.0 libzxcvbn.a /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/lib64
ln -s libzxcvbn.so.0.0.0 /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/lib64/libzxcvbn.so.0
ln -s libzxcvbn.so.0 /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/lib64/libzxcvbn.so
install -m 0755 dictgen /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/bin/zxcvbn-dictgen
install -m 0644 zxcvbn.dict /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image/usr/share/zxcvbn
>>> Completed installing dev-libs/zxcvbn-c-2.5 into /var/tmp/portage/dev-libs/zxcvbn-c-2.5/image

 * Final size of build directory: 24924 KiB (24.3 MiB)
 * Final size of installed tree:   7548 KiB ( 7.3 MiB)

making executable: /usr/lib64/libzxcvbn.so.0.0.0
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/zxcvbn-dictgen
   /usr/lib64/libzxcvbn.so.0.0.0