Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41860

Summary: app-text/ispell-3.2.06-r5 fails
Product: Gentoo Linux Reporter: stephen white <steve>
Component: New packagesAssignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE) <app-dicts+disabled>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: andre.hinrichs, gentoo, JOS654
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Possible resolution
files/ispell-3.2.06-parse.y.diff
ispell-3.2.06-r5.ebuild.diff

Description stephen white 2004-02-16 22:43:16 UTC
+ 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
Comment 1 Charles J. Gruener 2004-02-17 07:27:51 UTC
Created attachment 25772 [details]
Possible resolution
Comment 2 Kevin 2004-02-20 20:04:40 UTC
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)

Comment 3 M. Edward Borasky 2004-02-20 20:14:51 UTC
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
Comment 4 bartron 2004-02-20 22:58:50 UTC
Created attachment 26029 [details, diff]
files/ispell-3.2.06-parse.y.diff


  that should do it...
Comment 5 bartron 2004-02-20 22:59:40 UTC
Created attachment 26030 [details, diff]
ispell-3.2.06-r5.ebuild.diff


  needed changes to ebuild
Comment 6 Matteo Sasso 2004-02-25 06:43:06 UTC
Same problem here, the -r6 ebuild works.
Comment 7 Andre Hinrichs 2004-02-25 10:02:48 UTC
same here

The attached patch of bartron fixes it
Comment 8 Justin Randall 2004-02-28 18:06:18 UTC
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?
Comment 9 Seemant Kulleen (RETIRED) gentoo-dev 2004-02-29 14:56:58 UTC
well, I've unmasked -r6 into x86 stable -- please sync and test and close this bug if it works
Comment 10 Seemant Kulleen (RETIRED) gentoo-dev 2004-03-01 10:26:42 UTC
*** Bug 43393 has been marked as a duplicate of this bug. ***