Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29432 - ispell 3.2.06-r6 fails to compile
Summary: ispell 3.2.06-r6 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-23 08:08 UTC by Jesse
Modified: 2005-01-03 12:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse 2003-09-23 08:08:03 UTC
I already have ispell 3.2.0-r5 and portage wants to upgrade.  Here's what I get 
using pretty standard CFLAGS="-mcpu=pentium4 -O2 -fomit-frame-pointer -fPIC -
pipe" on a i686-pc-linux-gnu-3.2.3 compiler:

make[3]: Entering directory `/var/tmp/portage/ispell-3.2.06-r6/work/ispell-
3.2.06/languages/american'
make -f ../english/Makefile 'DBUILD=' VARIANTS=american \
  'EXTRADICT=/usr/share/dict/words' 'SHELLDEBUG=+vx' \
  'AFFIXES=../english/english.aff' \
  english.med+
make[4]: Entering directory `/var/tmp/portage/ispell-3.2.06-r6/work/ispell-
3.2.06/languages/american'
make[4]: *** No rule to make target `/usr/share/dict/words', needed by 
`english.med+'.  Stop.
make[4]: Leaving directory `/var/tmp/portage/ispell-3.2.06-r6/work/ispell-
3.2.06/languages/american'
make[3]: *** [english.med+] Error 2
make[3]: Leaving directory `/var/tmp/portage/ispell-3.2.06-r6/work/ispell-
3.2.06/languages/american'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/ispell-3.2.06-r6/work/ispell-
3.2.06/languages/american'
+ exit 1
make[1]: *** [language-subdirs] Error 1
make[1]: Leaving directory `/var/tmp/portage/ispell-3.2.06-r6/work/ispell-
3.2.06'
make: *** [all-languages] Error 2

!!! ERROR: app-text/ispell-3.2.06-r6 failed.
!!! Function src_compile, Line 39, Exitcode 2
!!! (no error message)
Comment 1 Jesse 2003-09-23 19:04:24 UTC
Opps mispelled summary and I checked again after another sync but it still fails 
like above 
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-24 14:17:27 UTC
emerge miscfiles
Comment 3 Gábor Lehel 2005-01-03 12:09:36 UTC
Thanks for the tip. miscfiles was already installed, but remerging it fixed it; odd.