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

Bug 175991

Summary: Incorrect path for install executable in mysql-ruby
Product: Gentoo Linux Reporter: Jeff Mitchell <jeffrey.mitchell>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeff Mitchell 2007-04-25 17:18:57 UTC
I've tested this on two different Gentoo systems on different architectures.  The ruby-mysql package attempts to install files using this command:

/bin/install -c -m 0755 mysql.so /var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
make: /bin/install: Command not found

As you can see, /bin/install doesn't exist; install is in /usr/bin.  Not sure why it's not picking up on that.
Comment 1 Jakub Moc 2007-04-25 17:20:47 UTC
Please search; yet another dupe of Bug 159922 :/
Comment 2 Jeff Mitchell 2007-04-25 17:34:19 UTC
Sorry, I searched for "mysql-ruby install" not realizing that this was a larger problem than just this ebuild.

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