Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67669 - edna fails to inherit eutils - get_libdir failure
Summary: edna fails to inherit eutils - get_libdir failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 08:14 UTC by Tom Kirchner
Modified: 2004-10-15 10:00 UTC (History)
0 users

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


Attachments
Adds eutils inheritance (edna.eutils.diff,494 bytes, patch)
2004-10-15 08:21 UTC, Tom Kirchner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Kirchner 2004-10-15 08:14:58 UTC
The ebuild for edna-0.5-r3 uses the get_libdir function without inheriting eutils.  This leads to portage installing libs in /usr/edna instead of /usr/lib/edna.  The program then fails to start because it cannot import its own modules.

Reproducible: Always
Steps to Reproduce:
1. emerge edna
2. Try to start edna.
3. Watch edna fail to import ezt.

Actual Results:  
Edna cannot import a needed module and dies.

Expected Results:  
Edna runs normally, after successfully importing its modules.
Comment 1 Tom Kirchner 2004-10-15 08:21:20 UTC
Created attachment 41896 [details, diff]
Adds eutils inheritance
Comment 2 Tom Kirchner 2004-10-15 08:23:09 UTC
Comment on attachment 41896 [details, diff]
Adds eutils inheritance

Tested and fixes the bug, edna starts properly.
Comment 3 Sven Wegener gentoo-dev 2004-10-15 10:00:03 UTC
Commited.