Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34991 - gtkspell fails (missing aspell dev libraries)
Summary: gtkspell fails (missing aspell dev libraries)
Status: RESOLVED DUPLICATE of bug 41019
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-03 10:53 UTC by Felix Eckhofer
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
the failing config.log (config.log,15.31 KB, text/plain)
2003-12-06 06:40 UTC, Felix Eckhofer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Eckhofer 2003-12-03 10:53:44 UTC
emerge gaim (or emerge gtkspell) results in:

configure: error: You must have the aspell or pspell dev libraries to build gtkspell.

!!! ERROR: app-text/gtkspell-2.0.4 failed.
!!! Function econf, Line 338, Exitcode 1
!!! econf failed

btw: aspell is installed


tia,
felix
Comment 1 foser (RETIRED) gentoo-dev 2003-12-04 05:21:57 UTC
try an ~ ebuild (2.0.5-r1 i think), we should bump those to stable anyway.
Comment 2 Felix Eckhofer 2003-12-05 11:12:53 UTC
The most recent ebuild (2.0.4-r1) fails as well. Exactly the same error. :(
Comment 3 foser (RETIRED) gentoo-dev 2003-12-05 16:15:12 UTC
ok, was confused with another spellers versioning there. Ok, please attach the failing config.log so we can see whats going wrong.
Comment 4 Felix Eckhofer 2003-12-06 06:40:24 UTC
Created attachment 21786 [details]
the failing config.log

Obviously, compiling using -laspell fails
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2004-02-18 01:23:11 UTC
does that mean you don't have aspell installed?  that should be a dependency of any aspell dict, do you have one of those installed? like app-dicts/aspell-en or whatever your language is.
Comment 6 Felix Eckhofer 2004-02-22 11:30:49 UTC
Yes, it was installed when I reported the bug (aspell-de and aspell-en at least).
Still, I just noticed gtkspell is now installed so it seems the latest gaim-update triggered it and obviously it worked.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2004-02-23 00:26:16 UTC
i can't reproduce this either. i'm closing this because if we can't reproduce it, we can't really fix it. the most recent version is using enchant rather than aspell directly now.
Comment 8 Carlos Saltos 2004-03-14 09:55:55 UTC
I reproduced the error, then I just emerge app-text/aspell-0.50.3 and app-text/gtkspell-2.0.4-r1 compiles just perfect.

I think a dependency to aspell should be declared for the gtkspell-2.0.4-r1 ebuild.
Comment 9 foser (RETIRED) gentoo-dev 2004-03-14 11:25:00 UTC
need to dupe
Comment 10 foser (RETIRED) gentoo-dev 2004-03-14 11:25:16 UTC

*** This bug has been marked as a duplicate of 41019 ***
Comment 11 Ernst Sjöstrand 2004-03-30 20:25:24 UTC
No, this is not the same.

The problem is that you can use ispell!

gtkspell needs aspell or hspell (ispell is not ok?) and only depends on enchant.
enchant o.t.o.h. depends on aspell or hspell or ispell.