Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205454 - sci-electronics/kicad handles multilib wrong
Summary: sci-electronics/kicad handles multilib wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-12 13:13 UTC by Jakub Moc (RETIRED)
Modified: 2008-02-09 12:10 UTC (History)
1 user (show)

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


Attachments
Multilib patch for kicad (kicad-fixmulitilib.patch,2.28 KB, patch)
2008-01-13 01:22 UTC, Thomas Anderson (tanderson) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2008-01-12 13:13:28 UTC
A whole bunch of hardcoded /usr/lib/ references in all versions...
Comment 1 Denis Dupeyron (RETIRED) gentoo-dev 2008-01-12 14:09:04 UTC
(In reply to comment #0)
> A whole bunch of hardcoded /usr/lib/ references in all versions...

Jakub,

Any chance you can provide a patch to at least get me started ?

Denis.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-01-12 14:26:55 UTC
Well, use $(get_libdir) from multilib.eclass there instead of /lib; at least unless this package is really special, things like exeinto /usr/lib make me wonder what's up there :)
Comment 3 Thomas Anderson (tanderson) (RETIRED) gentoo-dev 2008-01-13 01:22:21 UTC
Created attachment 140840 [details, diff]
Multilib patch for kicad

Hi from the amd64 team. 

I'm going to attach a preliminary patch to the ebuild to use $(get_libdir) instead of hardcoded 'lib'. Note that I have not yet tested this patch(couple days till I can download such a large source package), but it *should* work. Feel free to wait till I test it further.
Comment 4 Denis Dupeyron (RETIRED) gentoo-dev 2008-02-09 12:10:29 UTC
Fixed, thanks.

Denis.