Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5142 - ispell 3.2.06-r4 fails to build
Summary: ispell 3.2.06-r4 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-17 03:44 UTC by Gabriele Giorgetti
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
the whole log (ispell.log,13.75 KB, text/plain)
2002-07-17 03:45 UTC, Gabriele Giorgetti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriele Giorgetti 2002-07-17 03:44:28 UTC
Looks like I'm missing for some reason the /usr/share/dict/
directory, and ispell doesn't like that.
I would have tried to fix that by myself but I know nothing about dictionary and
text stuff :)

Here is where it fails (also attached is the whole log):

+ cd languages/american
+ eval make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx '
'\''MASTERDICTS=american.med+'\'' '\''HASHFILES=americanmed+.hash'\''
'\''EXTRADICT=/usr/share/dict/words'\''' all
++ make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx
MASTERDICTS=american.med+ HASHFILES=americanmed+.hash
EXTRADICT=/usr/share/dict/words all
make[2]: Entering directory
`/var/tmp/portage/ispell-3.2.06-r4/work/ispell-3.2.06/languages/american'
make[3]: Entering directory
`/var/tmp/portage/ispell-3.2.06-r4/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-r4/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-r4/work/ispell-3.2.06/languages/american'
make[3]: *** [english.med+] Error 2
make[3]: Leaving directory
`/var/tmp/portage/ispell-3.2.06-r4/work/ispell-3.2.06/languages/american'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/var/tmp/portage/ispell-3.2.06-r4/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-r4/work/ispell-3.2.06'
make: *** [all-languages] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 12, Exitcode 2
!!! (no error message)
Comment 1 Gabriele Giorgetti 2002-07-17 03:45:32 UTC
Created attachment 2315 [details]
the whole log
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-17 06:45:10 UTC
added miscfiles as a dependency to the -r5 ebuild