* CPV: app-misc/iguanaIR-0.93 * REPO: gentoo * Maintainer: hd_brummy@gentoo.org media-tv@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking iguanaIR-0.93.tar.bz2 to /var/tmp/portage/app-misc/iguanaIR-0.93/work * Applying iguanaIR-0.93-gentoo.diff ... [ ok ] * Applying iguanaIR-0.93-asneeded.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/app-misc/iguanaIR-0.93/work >>> Compiling source in /var/tmp/portage/app-misc/iguanaIR-0.93/work/iguanaIR-0.93 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for poptGetContext in -lpopt... yes checking for pthread_create in -lpthread... yes checking for clock_gettime in -lrt... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for working volatile... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for floor... no checking for gettimeofday... yes checking for memset... yes checking for mkdir... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for clock_gettime... yes checking for usb_get_busses in -lusb... yes checking for python... /usr/bin/python checking for a version of Python >= '2.1.0'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python2.7 checking for Python library path... -L/usr/lib/python2.7 -lpython2.7 checking for Python site-packages path... /usr/lib/python2.7/site-packages checking python extra libraries... -lpthread -ldl -lutil checking python extra linking flags... -Xlinker -export-dynamic checking consistency of all components of python development environment... yes configure: creating ./config.status config.status: creating Makefile config.status: creating autoconf/stamp-h config.status: creating config.h make -j14 i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC client.c -o client.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC list.c -o list.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC iguanaIR.c -o iguanaIR.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC support.c -o support.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC dataPackets.c -o dataPackets.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC pipes.c -o pipes.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC base.c -o base.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC daemon.c -o daemon.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC client-interface.c -o client-interface.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC device-interface.c -o device-interface.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC usbclient.c -o usbclient.o i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC compatibility.c -o compatibility.o swig -python iguanaIR.i support.c: In function ‘makeParentJoin’: support.c:175:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -shared iguanaIR.o support.o dataPackets.o pipes.o base.o -o libiguanaIR.so -lpopt -lrt daemon.c: In function ‘startListening’: daemon.c:357:24: warning: ignoring return value of ‘symlink’, declared with attribute warn_unused_result daemon.c: In function ‘scanHandler’: daemon.c:50:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc client.o list.o libiguanaIR.so -o igclient -L. -liguanaIR -lpopt i686-pc-linux-gnu-gcc -O2 -pipe -fPIC daemon.o client-interface.o device-interface.o usbclient.o list.o compatibility.o libiguanaIR.so -o igdaemon -L. -liguanaIR -lusb -lpopt i686-pc-linux-gnu-gcc -shared -O2 -pipe -fPIC -Wno-strict-aliasing -Wno-unused -Wno-implicit-function-declaration -Wno-long-long -I/usr/include/python2.7 iguanaIR_wrap.c -o _iguanaIR.so -L. -liguanaIR >>> Source compiled. >>> Test phase [none]: app-misc/iguanaIR-0.93 >>> Install iguanaIR-0.93 into /var/tmp/portage/app-misc/iguanaIR-0.93/image/ category app-misc make -j14 DESTDIR=/var/tmp/portage/app-misc/iguanaIR-0.93/image/ install install -D igclient /var/tmp/portage/app-misc/iguanaIR-0.93/image//usr/bin/igclient install -D igdaemon /var/tmp/portage/app-misc/iguanaIR-0.93/image//usr/bin/igdaemon install -D libiguanaIR.so /var/tmp/portage/app-misc/iguanaIR-0.93/image//usr/lib/libiguanaIR.so install -D iguanaIR.gentoo.init /var/tmp/portage/app-misc/iguanaIR-0.93/image//etc/init.d/iguanaIR install -D --mode=0644 iguanaIR.options /var/tmp/portage/app-misc/iguanaIR-0.93/image//etc/iguanaIR/iguanaIR install -D --mode=0644 iguanaIR.h /var/tmp/portage/app-misc/iguanaIR-0.93/image//usr/include/iguanaIR.h >>> Completed installing iguanaIR-0.93 into /var/tmp/portage/app-misc/iguanaIR-0.93/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/libiguanaIR.so usr/bin/igclient usr/bin/igdaemon * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/lib/libiguanaIR.so * /usr/bin/igclient * /usr/bin/igdaemon * QA Notice: The following shared libraries lack a SONAME * /usr/lib/libiguanaIR.so