>>> Unpacking source... >>> Unpacking ispell-3.3.02.tar.gz to /var/tmp/portage/app-text/ispell-3.3.02-r1/work >>> Unpacking ispell-3.3.02-gentoo-0.3.diff.bz2 to /var/tmp/portage/app-text/ispell-3.3.02-r1/work * Applying ispell-3.3.02-gentoo-0.3.diff ...  [ ok ] >>> Source unpacked in /var/tmp/portage/app-text/ispell-3.3.02-r1/work >>> Compiling source in /var/tmp/portage/app-text/ispell-3.3.02-r1/work/ispell-3.3.02 ... make -j14 -j1 config.sh set +vx; \ MASTERHASH=`cat config.X local.h \ | sed -n -e \ 's/^#define[ ]*LANGUAGES[ ][^}]*HASHFILES=\([^,}]*\).*$/\1/p' \ | sed -n -e '$p'`; \ HASHSUFFIX=`cat config.X local.h \ | sed -n -e \ 's/^#define[ ]*HASHSUFFIX[ ]*"\(.*\)"/\1/p' \ | sed -n -e '$p'`; \ case "$MASTERHASH" in \ american*|british*) DEFHASH="english$HASHSUFFIX";; \ *) DEFHASH="$MASTERHASH";; \ esac; \ DEFLANG=`expr "$DEFHASH" : '\(.*\)\..*$'`.aff; \ echo "/* This file is generated by the Makefile. Don't edit it! */" \ > defhash.h; \ echo '' >> defhash.h; \ echo '#ifndef MASTERHASH' >> defhash.h; \ echo '#define MASTERHASH "'"$MASTERHASH"'"' >> defhash.h; \ echo '#endif' >> defhash.h; \ echo '#ifndef DEFHASH' >> defhash.h; \ echo '#define DEFHASH "'"$DEFHASH"'"' >> defhash.h; \ echo '#endif' >> defhash.h; \ echo '#ifndef DEFLANG' >> defhash.h; \ echo '#define DEFLANG "'"$DEFLANG"'"' >> defhash.h; \ echo '#endif' >> defhash.h set +vx; \ for var in BAKEXT BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH \ DEFLANG EXEEXT HASHSUFFIX INSTALL \ LANGUAGES LIBDIR LIBES LINK LINT LINTFLAGS LOOK_XREF \ MAKE_SORTTMP MAN1DIR MAN1EXT MAN45DIR MAN45EXT MAN45SECT MASTERHASH \ MSGLANG POUNDBANG REGLIB STATSUFFIX \ SPELL_XREF TERMLIB TIB_XREF WORDS YACC \ ; do \ cat config.X defhash.h local.h \ | sed -n -e "s/^#define[ ]*$var[ ]*"'"'"/$var=/p" \ | sed -e 's/"[^"]*$/'"'/" -e "s/=/='/" -e 's/\\"/"/g' \ | sed -n -e '$p'; \ done > config.sh; \ echo 'case "$MAKE_SORTTMP" in "") \ SORTTMP="-e /!!SORTTMP!!/s/=.*$/=/";; *) SORTTMP=;; esac' \ >> config.sh make -j14 -j1 cp config.X config.h chmod u+w config.h echo '' >> config.h echo '/* AUTOMATICALLY-GENERATED SYMBOLS */' >> config.h cat local.h config.X \ | egrep '^#define[ ]*SIGNAL_TYPE' \ | sed -e 's/TYPE[ ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \ >> config.h cat local.h config.X \ | egrep '^#define[ ]*MASKTYPE' \ | sed -e 's/TYPE[ ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \ >> config.h + rm -f msgs.h + ln languages/english/msgs.h msgs.h + i686-pc-linux-gnu-gcc -O2 -pipe -c buildhash.c buildhash.c: In function 'output': buildhash.c:267: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:282: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:289: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:305: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:312: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:330: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:333: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:340: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:360: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:392: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:395: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:398: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result buildhash.c:404: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result + i686-pc-linux-gnu-gcc -O2 -pipe -c hash.c + i686-pc-linux-gnu-gcc -O2 -pipe -c makedent.c + bison -y parse.y + '[' -f y_tab.c ']' + mv y.tab.c y_tab.c + i686-pc-linux-gnu-gcc -O2 -pipe -c y_tab.c + mv y_tab.o parse.o + rm -f y_tab.c + i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -o buildhash buildhash.o hash.o makedent.o parse.o make[1]: Entering directory `/var/tmp/portage/app-text/ispell-3.3.02-r1/work/ispell-3.3.02' . ./config.sh; \ set +vx; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ $SORTTMP < findaffix.X > findaffix make[1]: Leaving directory `/var/tmp/portage/app-text/ispell-3.3.02-r1/work/ispell-3.3.02' chmod +x findaffix make[1]: Entering directory `/var/tmp/portage/app-text/ispell-3.3.02-r1/work/ispell-3.3.02' . ./config.sh; \ set +vx; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ $SORTTMP < tryaffix.X > tryaffix make[1]: Leaving directory `/var/tmp/portage/app-text/ispell-3.3.02-r1/work/ispell-3.3.02' chmod +x tryaffix i686-pc-linux-gnu-gcc -O2 -pipe -c term.c + i686-pc-linux-gnu-gcc -O2 -pipe -c ispell.c + i686-pc-linux-gnu-gcc -O2 -pipe -c correct.c correct.c:250: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make: *** [correct.o] Error 1 * * ERROR: app-text/ispell-3.3.02-r1 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2368: Called die * The specific snippet of code: * emake -j1 || die "compilation failed" * The die message: * compilation failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/app-text/ispell-3.3.02-r1:20090608-103000.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/ispell-3.3.02-r1/temp/environment'. *