Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29766 - Incorrect dependancy in app-office/gnucash ebuild
Summary: Incorrect dependancy in app-office/gnucash ebuild
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-27 13:41 UTC by dack
Modified: 2003-09-28 10:21 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 dack 2003-09-27 13:41:16 UTC
Attempting to emerge gnucash results in a configure failure of 

checking for gtkhtml < 1.1... checking for gtk_html_new in -lgtkhtml... no
configure: error: Cannot find gtkhtml. See the README and config.log for more info.

gnucash-1.8.7.ebuild contains an RDEPEND with ">=gnome-extra/gtkhtml-0.14.0
".  Obviously, this should be <gnome-extra/gtkhtml-1.1.

Also, there is no gnome-extra/gtkhtml below version 1.1 in the portage tree.

Reproducible: Always
Steps to Reproduce:
emerge gnucash
Actual Results:  
configure: error: Cannot find gtkhtml. See the README and config.log for more info.

Expected Results:  
Fetch and build the correct dependancy (gtkhtml<1.1) and then merge gnucash.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-09-28 03:27:20 UTC
the error message is misleading because it works with both <gtkhtml-1.1 and
>=gtkhtml-1.1.

can you attach the config.log from the the source tree, which version of
gnome-extra/gtkhtml you have installed and the output of emerge info?
Comment 2 dack 2003-09-28 09:45:24 UTC
Unfortunately, I cannot submit the config log, because now I cannot reproduce
the problem.  I re-merged gtkhtml 1.1.10 and now gnucash compiles without
any problem.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-09-28 10:21:23 UTC
well, i can't reproduce this problem either. so i'll close it for now unless
there's some more info someone can provide.