Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209016 - dev-ruby/ruby-postgres-0.7.1 Looking for /bin/install it can be found in /usr/bin/install
Summary: dev-ruby/ruby-postgres-0.7.1 Looking for /bin/install it can be found in /usr...
Status: RESOLVED DUPLICATE of bug 159922
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-05 16:35 UTC by Hans Schou
Modified: 2008-02-05 16:36 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 Hans Schou 2008-02-05 16:35:07 UTC
Ebuild looking for 'install' in /bin but it should be found in /usr/bin



Reproducible: Always

Steps to Reproduce:
1. emerge ruby-postgres
2.
3.

Actual Results:  
>>> Install ruby-postgres-0.7.1 into /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image/ category dev-ruby
mkdir -p /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
/bin/install -c -m 0755 postgres.so /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
make: /bin/install: Command not found
make: *** [/var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux/postgres.so] Error 127
 *
 * ERROR: dev-ruby/ruby-postgres-0.7.1 failed.
 * Call stack:
 *     ebuild.sh, line 1701:  Called dyn_install
 *     ebuild.sh, line 1138:  Called qa_call 'src_install'
 *     ebuild.sh, line   44:  Called src_install
 *     ebuild.sh, line 1383:  Called ruby_src_install
 *   ruby.eclass, line  194:  Called ruby_einstall
 *   ruby.eclass, line  155:  Called die
 * The specific snippet of code:
 *              make DESTDIR=${D} "$@" install || die "make install failed"
 *  The die message:
 *   make install failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/temp/build.log'.
 *



Expected Results:  
>>> Install ruby-postgres-0.7.1 into /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image/ category dev-ruby
mkdir -p /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
/bin/install -c -m 0755 postgres.so /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image//usr/lib64/ruby/site_ruby/1.8/x86_64-linux
 * running dodoc for ruby ;)
>>> Completed installing ruby-postgres-0.7.1 into /var/tmp/portage/dev-ruby/ruby-postgres-0.7.1/image/
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-05 16:36:54 UTC

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