Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215235 - dev-python/sip-4.7.3 fails to install on fbsd due to /bin/true not existing
Summary: dev-python/sip-4.7.3 fails to install on fbsd due to /bin/true not existing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 214303
  Show dependency tree
 
Reported: 2008-03-28 18:36 UTC by Alexis Ballier
Modified: 2008-04-07 16:08 UTC (History)
2 users (show)

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 Alexis Ballier gentoo-dev 2008-03-28 18:36:10 UTC
>>> Install sip-4.7.3 into /var/tmp/portage/dev-python/sip-4.7.3/image/ category dev-python
gmake[1]: Entering directory `/var/tmp/portage/dev-python/sip-4.7.3/work/sip-4.7.3/sipgen'
cp -f sip /var/tmp/portage/dev-python/sip-4.7.3/image//usr/bin/sip
gmake[1]: Leaving directory `/var/tmp/portage/dev-python/sip-4.7.3/work/sip-4.7.3/sipgen'
gmake[1]: Entering directory `/var/tmp/portage/dev-python/sip-4.7.3/work/sip-4.7.3/siplib'
cp -f sip.so /var/tmp/portage/dev-python/sip-4.7.3/image//usr/lib/python2.5/site-packages/sip.so
/bin/true /var/tmp/portage/dev-python/sip-4.7.3/image//usr/lib/python2.5/site-packages/sip.so
gmake[1]: /bin/true: Command not found
gmake[1]: *** [install] Error 127
gmake[1]: Leaving directory `/var/tmp/portage/dev-python/sip-4.7.3/work/sip-4.7.3/siplib'
gmake: *** [install] Error 2



Could we please have the ebuild updated so that "/bin/true" becomes "true" and let the right one be found instead of hardcoding the path ?
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-07 16:08:41 UTC
Done, thanks