Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61430 - GNUGADU doesn't compile with spell option
Summary: GNUGADU doesn't compile with spell option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 61842
  Show dependency tree
 
Reported: 2004-08-23 13:56 UTC by madej
Modified: 2004-10-14 15:54 UTC (History)
2 users (show)

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


Attachments
gnugadu.ebuild patch (gnugadu_ebuild.patch,814 bytes, patch)
2004-08-25 13:22 UTC, Robert Muchacki (RETIRED)
Details | Diff
cvs diff for gnugadu-2.0.5 (gg2.diff,1.17 KB, text/plain)
2004-08-25 14:21 UTC, Don Seiler (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description madej 2004-08-23 13:56:43 UTC
checking for gtkspell-2.0 >= 2.0.0... Package gtkspell-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkspell-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkspell-2.0' found
configure: error: *** unable to find gtkspell (http://gtkspell.sourceforge.net/) ***


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Robert Muchacki (RETIRED) gentoo-dev 2004-08-25 13:22:30 UTC
Created attachment 38200 [details, diff]
gnugadu.ebuild patch

Attached: patch to fix gnugadu ebuild dependency problem.
Comment 2 Don Seiler (RETIRED) gentoo-dev 2004-08-25 14:03:08 UTC
I bet you only want to depend on gtkspell if USE="spell"
Comment 3 Don Seiler (RETIRED) gentoo-dev 2004-08-25 14:07:53 UTC
OK there are some other things wrong with this ebuild.  I'll try and fix it all now-ish.
Comment 4 Don Seiler (RETIRED) gentoo-dev 2004-08-25 14:21:38 UTC
Created attachment 38206 [details]
cvs diff for gnugadu-2.0.5

OK I don't know what the point of the sed line was.  It built fine without it. 
Also gg2 configures with --with-gtkspell by default, so I changed the configure
line to be: use spell || --without-gtkspell.

I'm attaching my diff.	Please let me know what you think and I'll go ahead and
apply it.
Comment 5 Don Seiler (RETIRED) gentoo-dev 2004-08-28 11:18:03 UTC
Still waiting to hear back on these changes.
Comment 6 Robert Muchacki (RETIRED) gentoo-dev 2004-08-29 11:33:52 UTC
I think it should be ok.
Comment 7 Don Seiler (RETIRED) gentoo-dev 2004-09-15 10:23:59 UTC
Apparently spock works this now.  spock please look at my diff in Comment #4.  I think it should be applied to 2.0.5 and 2.0.6.
Comment 8 Michal Januszewski (RETIRED) gentoo-dev 2004-10-14 15:54:21 UTC
It's now fixed in CVS.