Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 178440

Summary: dev-ruby/mysql-ruby tries to install with /bin/install instead of /usr/bin/install
Product: Gentoo Linux Reporter: b.eggleston
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***