Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88676 - x11-libs/gtkglarea complain with multilib-strict (installs shared objects on /usr/lib on multilib systems)
Summary: x11-libs/gtkglarea complain with multilib-strict (installs shared objects on ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-10 22:43 UTC by Octavio Ruiz (Ta^3)
Modified: 2005-05-27 12:22 UTC (History)
2 users (show)

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


Attachments
gtkglarea.patch (gtkglarea.patch,2.10 KB, patch)
2005-04-10 22:44 UTC, Octavio Ruiz (Ta^3)
Details | Diff
gtkglarea.patch (gtkglarea.patch,1.78 KB, patch)
2005-04-10 22:52 UTC, Octavio Ruiz (Ta^3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Octavio Ruiz (Ta^3) 2005-04-10 22:43:33 UTC
x11-libs/gtkglarea complain with multilib-strict (installs shared objects on /usr/lib on multilib systems)
Comment 1 Octavio Ruiz (Ta^3) 2005-04-10 22:44:06 UTC
Created attachment 55954 [details, diff]
gtkglarea.patch

patch for gtkglarea-1.2.3-r1.ebuild  and gtkglarea-1.99.0.ebuild
Comment 2 Octavio Ruiz (Ta^3) 2005-04-10 22:52:46 UTC
Created attachment 55955 [details, diff]
gtkglarea.patch
Comment 3 Simon Stelling (RETIRED) gentoo-dev 2005-04-11 11:35:15 UTC
thanks for providing such clean patches!
Comment 4 foser (RETIRED) gentoo-dev 2005-05-27 08:01:04 UTC
the patch overrides the eclass, that is bad and should not be done if it can be
avoided (like here).

Comment 5 Olivier Crete (RETIRED) gentoo-dev 2005-05-27 09:39:01 UTC
I think something like the following would be better (I'm at work, can't test)

src_install () { gnome2_src_install libdir=$/usr/$(get_libdir) }
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2005-05-27 12:22:47 UTC
thanks for pointing out, fixed