Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53660 - straw 0.23 installs into the wrong path
Summary: straw 0.23 installs into the wrong path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 10:21 UTC by Spider (RETIRED)
Modified: 2004-06-17 11:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Spider (RETIRED) gentoo-dev 2004-06-11 10:21:01 UTC
>>> /var/tmp/portage/straw-0.23/image/usr/bin/
>>> /var/tmp/portage/straw-0.23/image/usr/bin/straw
>>> /var/tmp/portage/straw-0.23/image/usr/lib/
>>> /var/tmp/portage/straw-0.23/image/usr/lib/python2.3/
>>> /var/tmp/portage/straw-0.23/image/usr/lib/python2.3/site-packages/


due to the difference:
        distutils_src_install \
-               --prefix=/usr \
-               --sysconfdir=/etc \
+               --prefix=${D}/usr \
+               --sysconfdir=${D}/etc \
                --disable-schemas-install


Reproducible: Always
Steps to Reproduce:
recompile, reinstall
Comment 1 Spider (RETIRED) gentoo-dev 2004-06-11 10:21:49 UTC
reassigning to you since you made the change.
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2004-06-17 11:38:41 UTC
Of course, you are right.  Sorry for the trouble.

It's now fixed in CVS.