* Package: sys-libs/libsafe-2.0_p16-r2 * Repository: gentoo * Maintainer: matsuu@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking libsafe-2.0-16.tgz to /var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/work >>> Source unpacked in /var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/work >>> Compiling source in /var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/work/libsafe-2.0-16 ... make -j14 libsafe cd src; make make[1]: Entering directory `/var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/work/libsafe-2.0-16/src' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. i686-pc-linux-gnu-gcc -M -O2 -pipe util.c intercept.c > dep i686-pc-linux-gnu-gcc -c -o util.o -O2 -pipe -Wall -fPIC -DLIBSAFE_VERSION=\"2.0.16\" util.c util.c: In function ‘get_memory_maps’: util.c:1386:18: warning: cast from pointer to integer of different size util.c: In function ‘_libsafe_warn’: util.c:1428:21: warning: ‘maps’ may be used uninitialized in this function i686-pc-linux-gnu-gcc -c -o intercept.o -O2 -pipe -Wall -fPIC -DLIBSAFE_VERSION=\"2.0.16\" intercept.c intercept.c: In function ‘vfprintf’: intercept.c:912:16: warning: cast from pointer to integer of different size intercept.c:928:16: warning: cast from pointer to integer of different size intercept.c:936:13: warning: cast from pointer to integer of different size intercept.c:953:13: warning: cast from pointer to integer of different size intercept.c:964:17: warning: cast from pointer to integer of different size intercept.c:981:17: warning: cast from pointer to integer of different size intercept.c:990:13: warning: cast from pointer to integer of different size intercept.c:996:13: warning: cast from pointer to integer of different size intercept.c: In function ‘_IO_vfprintf’: intercept.c:1077:16: warning: cast from pointer to integer of different size intercept.c:1093:16: warning: cast from pointer to integer of different size intercept.c:1101:13: warning: cast from pointer to integer of different size intercept.c:1118:13: warning: cast from pointer to integer of different size intercept.c:1129:17: warning: cast from pointer to integer of different size intercept.c:1146:17: warning: cast from pointer to integer of different size intercept.c:1155:13: warning: cast from pointer to integer of different size intercept.c:1161:13: warning: cast from pointer to integer of different size intercept.c: In function ‘_intercept_init’: intercept.c:1512:58: warning: cast from pointer to integer of different size intercept.c: In function ‘gets’: intercept.c:1404:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -o libsafe.so.2.0.16 -shared -Wl,-soname,libsafe.so.2 -ldl util.o intercept.o ln -sf libsafe.so.2.0.16 libsafe.so make[1]: Leaving directory `/var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/work/libsafe-2.0-16/src' >>> Source compiled. >>> Test phase [none]: sys-libs/libsafe-2.0_p16-r2 >>> Install libsafe-2.0_p16-r2 into /var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/image/ category sys-libs >>> Completed installing libsafe-2.0_p16-r2 into /var/tmp/portage/sys-libs/libsafe-2.0_p16-r2/image/ * QA Notice: make jobserver unavailable: * * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment lib/libsafe.so.2.0.16 * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /lib/libsafe.so.2.0.16 * * To use this you have to put the library as one of the variables * in LD_PRELOAD. * Example in bash: * export LD_PRELOAD=libsafe.so.2 *