Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169279 - mail-client/nail: tries to run non-existant /bin/install command
Summary: mail-client/nail: tries to run non-existant /bin/install command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-04 13:01 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2007-03-04 13:25 UTC (History)
1 user (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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-03-04 13:01:15 UTC
As per summary:

test -d /var/tmp/portage/mail-client/nail-11.25-r3/image//usr/bin || mkdir -p /var/tmp/portage/mail-client/nail-11.25-r3/image//usr/bin
/bin/install -c -s nail /var/tmp/portage/mail-client/nail-11.25-r3/image//usr/bin/nail
make: /bin/install: Command not found
make: *** [install] Error 127

note that /bin/install was removed in recent coreutils in favour of /usr/bin/install. I'm CCing BSD because on BSD install always was and is in /usr/bin too.

The ebuild currently sets UCBINSTALL to /bin/install. It should instead use UCBINSTALL=$(type -p install).
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2007-03-04 13:25:51 UTC
Should be fixed in CVS. Thanks

- ferdy