Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204846 - app-admin/rmake + app-admin/conary are not multilib-safe
Summary: app-admin/rmake + app-admin/conary are not multilib-safe
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 01:12 UTC by Robert Buchholz (RETIRED)
Modified: 2011-03-05 23:18 UTC (History)
1 user (show)

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


Attachments
conary-1.1.26.ebuild multilib patch (conary-1.1.26-multilib.patch,789 bytes, patch)
2008-01-15 22:05 UTC, Tiago Cunha (RETIRED)
Details | Diff
rmake-1.0.13.ebuild multilib patch (rmake-1.0.13-multilib.patch,433 bytes, patch)
2008-01-15 22:08 UTC, Tiago Cunha (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.