[gentoo-user] ispell build errors

2004-02-10 Thread 013-211643
During a rebuild everything procedure, emerge got trapped on an ispell
error. Not quite sure what the problem is. Seems that either bison
don't like ispell's .y files, or the other way around.

Any ideas?

/A


 emerge (1 of 1) app-text/ispell-3.2.06-r5 to /
 md5 src_uri ;-) ispell-3.2.06.tar.gz
 md5 src_uri ;-) ispell-3.2.06-gentoo.diff.bz2
 Unpacking source...
 Unpacking ispell-3.2.06.tar.gz to /tmp/portage/ispell-3.2.06-r5/wo
rk
 Unpacking ispell-3.2.06-gentoo.diff.bz2 to /tmp/portage/ispell-3.2
.06-r5/work
 * Applying ispell-3.2.06-gentoo.diff...  
[ ok ]
 Source unpacked.
set +vx; \
for var in BINDIR CC CFLAGS COUNTSUFFIX DEFDICT DEFHASH DEFLANG \
  HASHSUFFIX INSTALL \
  LANGUAGES LIBDIR LIBES LINT LINTFLAGS \
  MAKE_SORTTMP MAN1DIR MAN1EXT MAN4DIR MAN4EXT MASTERHASH \
  MSGLANG REGLIB STATSUFFIX \
  TERMLIB YACC \
  ; do \
cat config.X local.h \
  | sed -n -e s/^#define[  ]*$var[ ]*''/$var=/p \
  | sed -e 's/.*$/''/ -e s/=/='/ \
  | tail -1; \
  done  config.sh; \
echo 'case $MAKE_SORTTMP in ) \
  SORTTMP=-e /!!SORTTMP!!/s/=.*$/=/;; *) SORTTMP=;; esac' \
   config.sh
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
+ gcc -O -c buildhash.c
+ gcc -O -c hash.c
+ gcc -O -c makedent.c
+ bison -y parse.y
parse.y:676.17: syntax error, unexpected |
parse.y:706.50-51: invalid $ value
parse.y:706.50-51: $3 of `option_stmt' has no declared type
parse.y:712.74-75: invalid $ value
parse.y:712.74-75: $3 of `option_stmt' has no declared type
+ gcc -O -c y.tab.c
gcc: y.tab.c: No such file or directory
gcc: no input files
distcc[2271] ERROR: compile on localhost failed
+ mv y.tab.o parse.o
mv: cannot stat `y.tab.o': No such file or directory
+ rm -f y.tab.c
+ gcc -O -o buildhash buildhash.o hash.o makedent.o parse.o
gcc: parse.o: No such file or directory
distcc[2276] ERROR: compile on localhost failed
make: *** [buildhash] Error 1

!!! ERROR: app-text/ispell-3.2.06-r5 failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! (no error message)







--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ispell build errors

2004-02-10 Thread Christoph Gysin
[EMAIL PROTECTED] wrote:
During a rebuild everything procedure, emerge got trapped on an ispell
error. Not quite sure what the problem is. Seems that either bison
don't like ispell's .y files, or the other way around.
Any ideas?
emerge /usr/portage/app-text/ispell/ispell-3.2.06-r6

bye, christoph

--
[EMAIL PROTECTED] mailing list