Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175991 - Incorrect path for install executable in mysql-ruby
Summary: Incorrect path for install executable in mysql-ruby
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-04-25 17:18 UTC by Jeff Mitchell
Modified: 2007-04-25 17:34 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 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 ***