* Package: sys-auth/libnss-cache-0.10 * Repository: gentoo * Maintainer: xmw@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking libnss-cache-0.10.tar.gz to /var/tmp/portage/sys-auth/libnss-cache-0.10/work >>> Source unpacked in /var/tmp/portage/sys-auth/libnss-cache-0.10/work >>> Preparing source in /var/tmp/portage/sys-auth/libnss-cache-0.10/work/libnss-cache-0.10 ... * Applying libnss-cache-0.10-make.patch ... [ ok ] * Applying libnss-cache-0.10-fix-shadow-test.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-auth/libnss-cache-0.10/work/libnss-cache-0.10 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-auth/libnss-cache-0.10/work/libnss-cache-0.10 ... make -j14 CC=i686-pc-linux-gnu-gcc nss_cache [ -d .libs ] || mkdir .libs i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wstrict-prototypes -fPIC -c nss_cache.c -o .libs/nss_cache.o i686-pc-linux-gnu-gcc -shared -Wl,-soname,libnss_cache.so.2 -o .libs/libnss_cache.so.2.0 .libs/nss_cache.o >>> Source compiled. >>> Test phase [test]: sys-auth/libnss-cache-0.10 * Tinderbox QA Notice: 'make' called by _eapi0_src_test make -j14 -j14 -j1 test mkdir -p .testdata mkdir -p .testbin getent passwd > .testdata/passwd.cache getent group > .testdata/group.cache getent shadow > .testdata/shadow.cache cc -o .testbin/gen_getent gen_getent.c nss_cache.c ./.testbin/gen_getent generated all files. diff .testdata/passwd.cache .testdata/passwd.cache.out diff .testdata/group.cache .testdata/group.cache.out diff .testdata/shadow.cache .testdata/shadow.cache.out cut -d : -f 1 .testdata/passwd.cache |\ sort -R | head -500 > .testdata/rand_pwnames cut -d : -f 3 .testdata/passwd.cache |\ sort -R | head -500 > .testdata/rand_pwuids cut -d : -f 1 .testdata/group.cache |\ sort -R | head -500 > .testdata/rand_grnames cut -d : -f 3 .testdata/group.cache |\ sort -R | head -500 > .testdata/rand_grgids cut -d : -f 1 .testdata/shadow.cache |\ sort -R | head -500 > .testdata/rand_spnames cc -O2 -pipe -Wall -Wstrict-prototypes -fPIC -o .testbin/lookup lookup.c nss_cache.c Linear username lookups rm -f .testdata/passwd.cache.byname time -f %E .testbin/lookup -c getpwnam -f .testdata/rand_pwnames successfully completed 294 lookups 0:00.05 Binary username lookups sort -t: -k1,1 .testdata/passwd.cache > .testdata/passwd.cache.byname time -f %E .testbin/lookup -c getpwnam -f .testdata/rand_pwnames successfully completed 294 lookups 0:00.03 Linear UID lookups rm -f .testdata/passwd.cache.byuid time -f %E .testbin/lookup -c getpwuid -f .testdata/rand_pwuids successfully completed 294 lookups 0:00.07 Binary UID lookups sort -t: -k3,3 -n .testdata/passwd.cache > .testdata/passwd.cache.byuid time -f %E .testbin/lookup -c getpwuid -f .testdata/rand_pwuids successfully completed 294 lookups 0:00.03 Linear groupname lookups rm -f .testdata/group.cache.byname time -f %E .testbin/lookup -c getgrnam -f .testdata/rand_grnames successfully completed 311 lookups 0:00.06 Binary groupname lookups sort -t: -k1,1 .testdata/group.cache > .testdata/group.cache.byname time -f %E .testbin/lookup -c getgrnam -f .testdata/rand_grnames successfully completed 311 lookups 0:00.02 Linear GID lookups rm -f .testdata/group.cache.bygid time -f %E .testbin/lookup -c getgrgid -f .testdata/rand_grgids successfully completed 311 lookups 0:00.03 Binary GID lookups sort -t: -k3,3 -n .testdata/group.cache > .testdata/group.cache.bygid time -f %E .testbin/lookup -c getgrgid -f .testdata/rand_grgids successfully completed 311 lookups 0:00.02 Linear shadow lookups rm -f .testdata/shadow.cache.byname time -f %E .testbin/lookup -c getspnam -f .testdata/rand_spnames successfully completed 0 lookups 0:00.00 Binary shadow lookups sort -t: -k1,1 .testdata/shadow.cache > .testdata/shadow.cache.byname time -f %E .testbin/lookup -c getspnam -f .testdata/rand_spnames successfully completed 0 lookups 0:00.00 >>> Install libnss-cache-0.10 into /var/tmp/portage/sys-auth/libnss-cache-0.10/image/ category sys-auth make -j14 DESTDIR=/var/tmp/portage/sys-auth/libnss-cache-0.10/image/ LIBDIR=/var/tmp/portage/sys-auth/libnss-cache-0.10/image//usr/lib install [ -d /var/tmp/portage/sys-auth/libnss-cache-0.10/image//usr/lib ] || install -d /var/tmp/portage/sys-auth/libnss-cache-0.10/image//usr/lib install .libs/libnss_cache.so.2.0 /var/tmp/portage/sys-auth/libnss-cache-0.10/image//usr/lib cd /var/tmp/portage/sys-auth/libnss-cache-0.10/image//usr/lib; for link in libnss_cache.so.2 libnss_cache.so; do ln -sf libnss_cache.so.2.0 $link ; done >>> Completed installing libnss-cache-0.10 into /var/tmp/portage/sys-auth/libnss-cache-0.10/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libnss_cache.so.2.0 * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/lib/libnss_cache.so.2.0