Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 204846

Summary: app-admin/rmake + app-admin/conary are not multilib-safe
Product: Gentoo Linux Reporter: Robert Buchholz (RETIRED) <rbu>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED WONTFIX    
Severity: minor CC: tcunha
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: conary-1.1.26.ebuild multilib patch
rmake-1.0.13.ebuild multilib patch

Description Robert Buchholz (RETIRED) gentoo-dev 2008-01-08 01:12:01 UTC
conary and rmake install python modules in
/usr/lib/python

which is not multilib-safe and will fail when FEATURES=multilib is enabled
Comment 1 Tiago Cunha (RETIRED) gentoo-dev 2008-01-15 22:05:18 UTC
Created attachment 141008 [details, diff]
conary-1.1.26.ebuild multilib patch

Changes made:

1. Force libdir to use $(get_libdir).
2. Quote ${D}.
3. Remove LICENSE from dodoc.

$ qlist -e conary | grep ^/usr/lib../ | head -n 3
/usr/lib64/python2.4/site-packages/conary/build/__init__.py
/usr/lib64/python2.4/site-packages/conary/build/action.py
/usr/lib64/python2.4/site-packages/conary/build/build.py
Comment 2 Tiago Cunha (RETIRED) gentoo-dev 2008-01-15 22:08:41 UTC
Created attachment 141011 [details, diff]
rmake-1.0.13.ebuild multilib patch

Similar patch that forces libdir to use $(get_libdir).

$ qlist -e rmake | grep ^/usr/lib../ | head -n 3
/usr/lib64/python2.4/site-packages/rmake/build/__init__.py
/usr/lib64/python2.4/site-packages/rmake/build/buildcfg.py
/usr/lib64/python2.4/site-packages/rmake/build/builder.py
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-03-05 23:18:46 UTC
app-admin/rmake and app-admin/conary-policy have been deleted.