Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108112 - aspell-dict.eclass: wrong dependencies
Summary: aspell-dict.eclass: wrong dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 12:01 UTC by Sven Wegener
Modified: 2005-10-07 16:26 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 Sven Wegener gentoo-dev 2005-10-04 12:01:33 UTC
f [ x${ASPOSTFIX} = x6 ] ; then
        RDEPEND=">=app-text/aspell-0.60
                sys-apps/which"
        KEYWORDS="~x86 ~ppc ~sparc ~amd64"
else
        RDEPEND=">=app-text/aspell-0.50
                sys-apps/which"
        KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64"
fi

will only include aspell in RDEPEND, but aspell also needed for almost all
aspell-* packages at compile time.


>>> Unpacking source...
>>> Unpacking aspell-cy-0.50-3.tar.bz2 to /var/tmp/portage/aspell-cy-0.50.3/work
>>> Source unpacked.
/var/tmp/portage/aspell-cy-0.50.3/work/aspell-cy-0.50-3
Finding Dictionary file location ... ./configure: line 71: aspell: command not found

Finding Data file location ... ./configure: line 75: aspell: command not found

word-list-compress d < cy.cwl | aspell  --lang=cy create master ./cy.rws
/bin/sh: word-list-compress: command not found
/bin/sh: aspell: command not found
make: *** [cy.rws] Error 127

!!! ERROR: app-dicts/aspell-cy-0.50.3 failed.
!!! Function aspell-dict_src_compile, Line 41, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2005-10-07 16:26:11 UTC
Thanks. Very good observation. Fixed.