+ 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 + 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 make: *** [buildhash] Error 1 !!! ERROR: app-text/ispell-3.2.06-r5 failed. !!! Function src_compile, Line 38, Exitcode 2
Created attachment 25772 [details] Possible resolution
This happens for me too. This is a brand-new (< 1 week old) Gentoo box with 2.4.22 kernel and current software. aspell emerged fine, but ispell breaks with: + gcc -O -o buildhash buildhash.o hash.o makedent.o parse.o gcc: parse.o: No such file or directory make: *** [buildhash] Error 1 !!! ERROR: app-text/ispell-3.2.06-r5 failed. !!! Function src_compile, Line 38, Exitcode 2 !!! (no error message)
texmacs-1.0.2.4 requires ispell-3.2.06-r5 ... I looked at the "possible resolution" but couldn't figure out how to implement it. Can someone e-mail me a clue about how to hack this, so I can load texmacs-1.0.2.4? Ed Borasky znmeb@cesmail.net
Created attachment 26029 [details, diff] files/ispell-3.2.06-parse.y.diff that should do it...
Created attachment 26030 [details, diff] ispell-3.2.06-r5.ebuild.diff needed changes to ebuild
Same problem here, the -r6 ebuild works.
same here The attached patch of bartron fixes it
I'm also experiencing this problem. 'emerge sync' was run on 28 Feb 2004 20:00 CST and the ebuild fails when running 'emerge ispell'. Can we please get this fixed for unmasked x86?
well, I've unmasked -r6 into x86 stable -- please sync and test and close this bug if it works
*** Bug 43393 has been marked as a duplicate of this bug. ***