* Package: app-misc/iguanaIR-0.93 * Repository: gentoo * Maintainer: hd_brummy@gentoo.org media-tv@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> 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 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 [-Wunused-result] daemon.c: In function ‘startListening’: daemon.c:357:24: warning: ignoring return value of ‘symlink’, declared with attribute warn_unused_result [-Wunused-result] daemon.c: In function ‘scanHandler’: daemon.c:50:14: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] i686-pc-linux-gnu-gcc -shared iguanaIR.o support.o dataPackets.o pipes.o base.o -o libiguanaIR.so -lpopt -lrt 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 daemon.o:daemon.c:function main: error: undefined reference to 'pthread_join' client-interface.o:client-interface.c:function workLoop: error: undefined reference to 'pthread_join' client-interface.o:client-interface.c:function startWorker: error: undefined reference to 'pthread_create' client-interface.o:client-interface.c:function startWorker: error: undefined reference to 'pthread_create' client-interface.o:client-interface.c:function startWorker: error: undefined reference to 'pthread_join' client-interface.o:client-interface.c:function reapAllChildren: error: undefined reference to 'pthread_join' collect2: ld returned 1 exit status make: *** [igdaemon] Error 1 make: *** Waiting for unfinished jobs.... emake failed * ERROR: app-misc/iguanaIR-0.93 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 2735: Called _eapi0_src_compile * ebuild.sh, line 625: Called _eapi2_src_compile * ebuild.sh, line 665: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =app-misc/iguanaIR-0.93', * the complete build log and the output of 'emerge -pqv =app-misc/iguanaIR-0.93'. * The complete build log is located at '/var/log/portage/build/app-misc/iguanaIR-0.93:20110517-080401.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/iguanaIR-0.93/temp/environment'. * S: '/var/tmp/portage/app-misc/iguanaIR-0.93/work/iguanaIR-0.93'