* CPV: app-misc/esekeyd-1.2.1 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking esekeyd-1.2.1.tar.gz to /var/tmp/portage/app-misc/esekeyd-1.2.1/work >>> Source unpacked in /var/tmp/portage/app-misc/esekeyd-1.2.1/work >>> Compiling source in /var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1 ... ./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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for egrep... 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 stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for string.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking linux/input.h usability... yes checking linux/input.h presence... yes checking for linux/input.h... yes checking for getopt_long... yes checking for fprintf... yes checking for exit... yes checking for system... yes checking for fork... yes checking for syslog... yes checking for openlog... yes checking for closelog... yes checking for fopen... yes checking for feof... yes checking for fread... yes checking for fclose... yes checking for open... yes checking for read... yes checking for close... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating examples/Makefile config.status: creating old/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make -j14 make all-recursive make[1]: Entering directory `/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1' Making all in lib make[2]: Entering directory `/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1/lib' rm -f libcommon.a ar cru libcommon.a i686-pc-linux-gnu-ranlib libcommon.a make[2]: Leaving directory `/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1/lib' Making all in src make[2]: Entering directory `/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1/src' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -MT keytest.o -MD -MP -MF ".deps/keytest.Tpo" -c -o keytest.o keytest.c; \ then mv -f ".deps/keytest.Tpo" ".deps/keytest.Po"; else rm -f ".deps/keytest.Tpo"; exit 1; fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -MT input.o -MD -MP -MF ".deps/input.Tpo" -c -o input.o input.c; \ then mv -f ".deps/input.Tpo" ".deps/input.Po"; else rm -f ".deps/input.Tpo"; exit 1; fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -MT mkparser.o -MD -MP -MF ".deps/mkparser.Tpo" -c -o mkparser.o mkparser.c; \ then mv -f ".deps/mkparser.Tpo" ".deps/mkparser.Po"; else rm -f ".deps/mkparser.Tpo"; exit 1; fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -MT learnkeys.o -MD -MP -MF ".deps/learnkeys.Tpo" -c -o learnkeys.o learnkeys.c; \ then mv -f ".deps/learnkeys.Tpo" ".deps/learnkeys.Po"; else rm -f ".deps/learnkeys.Tpo"; exit 1; fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -MT esekeyd.o -MD -MP -MF ".deps/esekeyd.Tpo" -c -o esekeyd.o esekeyd.c; \ then mv -f ".deps/esekeyd.Tpo" ".deps/esekeyd.Po"; else rm -f ".deps/esekeyd.Tpo"; exit 1; fi learnkeys.c: In function ‘main’: learnkeys.c:21:3: error: variable-sized object may not be initialized learnkeys.c:60:2: warning: case label value is less than minimum value for type input.c: In function ‘find_input_dev’: input.c:63:15: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result input.c: In function ‘check_handlers’: input.c:29:15: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result keytest.c: In function ‘main’: keytest.c:21:3: error: variable-sized object may not be initialized keytest.c:49:2: warning: case label value is less than minimum value for type mkparser.c: In function ‘main’: mkparser.c:48:15: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result esekeyd.c: In function ‘main’: esekeyd.c:21:3: error: variable-sized object may not be initialized esekeyd.c:119:2: warning: case label value is less than minimum value for type make[2]: *** [learnkeys.o] Error 1 make[2]: *** Waiting for unfinished jobs.... esekeyd.c:62:12: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result esekeyd.c:168:12: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result make[2]: *** [keytest.o] Error 1 make[2]: *** [esekeyd.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1' make: *** [all] Error 2 * ERROR: app-misc/esekeyd-1.2.1 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 221: Called _eapi0_src_compile * ebuild.sh, line 612: Called _eapi2_src_compile * ebuild.sh, line 646: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =app-misc/esekeyd-1.2.1', * the complete build log and the output of 'emerge -pqv =app-misc/esekeyd-1.2.1'. * The complete build log is located at '/var/log/portage/build/app-misc/esekeyd-1.2.1:20100506-144501.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/esekeyd-1.2.1/temp/environment'. * S: '/var/tmp/portage/app-misc/esekeyd-1.2.1/work/esekeyd-1.2.1'