* Package: media-video/cxfe-0.9.2 * Repository: gentoo * Maintainer: media-video@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking cxfe-0.9.2.tar.bz2 to /var/tmp/portage/media-video/cxfe-0.9.2/work * Applying cxfe-0.9.2-asneeded.patch ... [ ok ] >>> Source unpacked in /var/tmp/portage/media-video/cxfe-0.9.2/work >>> Compiling source in /var/tmp/portage/media-video/cxfe-0.9.2/work/cxfe-0.9.2 ... ./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... 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 main in -lX11... yes checking for main in -lXext... yes checking for main in -llirc_client... yes checking for main in -lm... yes checking for main in -lncurses... yes checking for main in -lxine... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for X... libraries , headers 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking whether i686-pc-linux-gnu-gcc needs -traditional... no checking for working memcmp... yes checking for gettimeofday... yes checking for select... yes checking for strstr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating termio/Makefile config.status: creating config.h make -j14 i686-pc-linux-gnu-gcc -Wall -O2 -pipe `xine-config --cflags` -c -o cxfe.o cxfe.c i686-pc-linux-gnu-gcc -Wall -O2 -pipe `xine-config --cflags` -c -o post.o post.c i686-pc-linux-gnu-gcc -Wall -O2 -pipe `xine-config --cflags` -c -o termio/getch2.o termio/getch2.c post.c: In function ‘__pplugin_retrieve_parameters’: post.c:66:2: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:156) [-Wdeprecated-declarations] post.c: In function ‘pplugin_parse_and_load’: post.c:131:6: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:156) [-Wdeprecated-declarations] post.c:137:6: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:156) [-Wdeprecated-declarations] post.c: In function ‘_pplugin_rewire_from_post_elements’: post.c:317:24: warning: variable ‘err’ set but not used [-Wunused-but-set-variable] post.c: In function ‘_pplugin_join_deinterlace_and_post_elements’: post.c:344:5: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:156) [-Wdeprecated-declarations] cxfe.c: In function ‘wsScreenSaverOff’: cxfe.c:148:14: warning: variable ‘stat’ set but not used [-Wunused-but-set-variable] cxfe.c: In function ‘osd_loop’: cxfe.c:171:1: warning: no return statement in function returning non-void [-Wreturn-type] cxfe.c: In function ‘osd_display_info’: cxfe.c:180:5: warning: ‘xine_xmalloc’ is deprecated (declared at /usr/include/xine/xineutils.h:156) [-Wdeprecated-declarations] cxfe.c:178:15: warning: variable ‘n’ set but not used [-Wunused-but-set-variable] cxfe.c: In function ‘print_status’: cxfe.c:535:15: warning: variable ‘percent_done’ set but not used [-Wunused-but-set-variable] cxfe.c: In function ‘process_lirc_thread’: cxfe.c:624:1: warning: no return statement in function returning non-void [-Wreturn-type] cxfe.c: In function ‘cxfe_run_x11’: cxfe.c:860:9: warning: ‘xine_gui_send_vo_data’ is deprecated (declared at /usr/include/xine.h:1141) [-Wdeprecated-declarations] cxfe.c:825:16: warning: variable ‘len’ set but not used [-Wunused-but-set-variable] cxfe.c:991:10: warning: ‘xine_gui_send_vo_data’ is deprecated (declared at /usr/include/xine.h:1141) [-Wdeprecated-declarations] cxfe.c:1018:3: warning: ‘xine_gui_send_vo_data’ is deprecated (declared at /usr/include/xine.h:1141) [-Wdeprecated-declarations] cxfe.c: In function ‘main’: cxfe.c:1288:6: warning: ‘xine_gui_send_vo_data’ is deprecated (declared at /usr/include/xine.h:1141) [-Wdeprecated-declarations] cxfe.c:1289:6: warning: ‘xine_gui_send_vo_data’ is deprecated (declared at /usr/include/xine.h:1141) [-Wdeprecated-declarations] cxfe.c:1297:13: warning: value computed is not used [-Wunused-value] cxfe.c: At top level: cxfe.c:532:13: warning: ‘print_status’ defined but not used [-Wunused-function] i686-pc-linux-gnu-gcc -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu cxfe.o post.o termio/getch2.o `xine-config --libs` -L/usr/X11R6/lib -lXext -lxine -lncurses -lm -llirc_client -lXext -lX11 -lX11 -o cxfe cxfe.o:cxfe.c:function osd_loop: error: undefined reference to 'pthread_detach' cxfe.o:cxfe.c:function action_seek_relative: error: undefined reference to 'pthread_create' cxfe.o:cxfe.c:function seek_relative_thread: error: undefined reference to 'pthread_detach' cxfe.o:cxfe.c:function process_lirc_thread: error: undefined reference to 'pthread_detach' cxfe.o:cxfe.c:function main: error: undefined reference to 'pthread_create' cxfe.o:cxfe.c:function main: error: undefined reference to 'pthread_cancel' cxfe.o:cxfe.c:function main: error: undefined reference to 'pthread_cancel' cxfe.o:cxfe.c:function main: error: undefined reference to 'pthread_create' collect2: ld returned 1 exit status make: *** [cxfe] Error 1 emake failed * ERROR: media-video/cxfe-0.9.2 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 2286: 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 =media-video/cxfe-0.9.2', * the complete build log and the output of 'emerge -pqv =media-video/cxfe-0.9.2'. * The complete build log is located at '/var/log/portage/build/media-video/cxfe-0.9.2:20110526-212718.log'. * The ebuild environment file is located at '/var/tmp/portage/media-video/cxfe-0.9.2/temp/environment'. * S: '/var/tmp/portage/media-video/cxfe-0.9.2/work/cxfe-0.9.2'