Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178440 - dev-ruby/mysql-ruby tries to install with /bin/install instead of /usr/bin/install
Summary: dev-ruby/mysql-ruby tries to install with /bin/install instead of /usr/bin/in...
Status: RESOLVED DUPLICATE of bug 159922
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-13 21:32 UTC by b.eggleston
Modified: 2007-05-13 21:35 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 b.eggleston 2007-05-13 21:32:00 UTC
>>> Install mysql-ruby-2.7.3 into /var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/image/ category dev-ruby
mkdir -p /var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/image//usr/lib/ruby/site_ruby/1.8/i686-linux
/bin/install -c -m 0755 mysql.so /var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/image//usr/lib/ruby/site_ruby/1.8/i686-linux
make: /bin/install: Command not found
make: *** [/var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/image//usr/lib/ruby/site_ruby/1.8/i686-linux/mysql.so] Error 127

I made a symlink to /usr/bin/install at /bin/install as a workaround, but there must be a better solution. 

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-13 21:35:30 UTC

*** This bug has been marked as a duplicate of bug 159922 ***