Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35040 - fix for syntax error in kmymoney2-0.5.1.ebuild (causes incorrect dependencies)
Summary: fix for syntax error in kmymoney2-0.5.1.ebuild (causes incorrect dependencies)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-04 02:43 UTC by Vaclav Slavik
Modified: 2003-12-04 12:32 UTC (History)
0 users

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


Attachments
fix (kmymoney2-0.5.1.ebuild.diff,337 bytes, patch)
2003-12-04 02:44 UTC, Vaclav Slavik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vaclav Slavik 2003-12-04 02:43:58 UTC
I noticed this output when emerging kmymoney:

[root@wintermute tmp]# emerge -v kmymoney2
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/kmymoney2-0.5.1 to /
/usr/sbin/ebuild.sh: line 15: libxml2 libxmlpp: command not found

Quick look at the ebuild reveals that there is DEPEND= "libxml2 libxmlpp"
instead of correct DEPEND="libxml libxmlpp" (notice the space after =). This
causes the error above and also makes Portage think that kmymoney2 doesn't have
any dependencies, when it in fact depends on libxml libxmlpp. Patch is attached.

This is very likely the real reason for bug #26443, which was marked resolved &
worksforme (it doesn't show up if you have libxml++ installed).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Vaclav Slavik 2003-12-04 02:44:59 UTC
Created attachment 21683 [details, diff]
fix
Comment 2 Vaclav Slavik 2003-12-04 04:59:48 UTC
I apology, it didn't cause #26433, that bug was more serious (I'm getting it too) -- I'm going to post a patch to that bug shortly.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2003-12-04 12:32:40 UTC
fixed in portage - thanks for the report