Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160717 - dev-ruby/ruby-pango-0.16.0 fails 'make install' - looks for /bin/install instead of /usr/bin/install
Summary: dev-ruby/ruby-pango-0.16.0 fails 'make install' - looks for /bin/install inst...
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-01-07 16:10 UTC by William Keaney
Modified: 2007-01-07 17:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Corrects line 62 of pango/src/Makefile to point to /usr/bin/install -c (install.patch,472 bytes, patch)
2007-01-07 16:18 UTC, William Keaney
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Keaney 2007-01-07 16:10:47 UTC
Emerging dev-ruby/ruby-pango-0.16.0 fails with
>>> Install ruby-pango-0.16.0 into /var/tmp/portage/dev-ruby/ruby-pango-0.16.0/image/ category dev-ruby
make[1]: Entering directory `/var/tmp/portage/dev-ruby/ruby-pango-0.16.0/work/ruby-gnome2-all-0.16.0/pango/src'
/bin/install -c -m 0755 pango.so /var/tmp/portage/dev-ruby/ruby-pango-0.16.0/image//usr/lib/ruby/site_ruby/1.8/i686-linux
make[1]: /bin/install: Command not found
make[1]: *** [/var/tmp/portage/dev-ruby/ruby-pango-0.16.0/image//usr/lib/ruby/site_ruby/1.8/i686-linux/pango.so] Error 127
make[1]: Leaving directory `/var/tmp/portage/dev-ruby/ruby-pango-0.16.0/work/ruby-gnome2-all-0.16.0/pango/src'
make: *** [install] Error 2

ruby-pango is looking in the wrong place for 'install'; it is located in /usr/bin, not /bin.

Reproducible: Always

Steps to Reproduce:
1. Emerge dev-ruby/ruby-pango-0.16.0
2.
3.

Actual Results:  
Compilation succeeds, installation fails - can't find /bin/install

Expected Results:  
'make install' should use the /usr/bin/install binary.  Possibly call 'install' instead of '/bin/install'?  Or change it to '/usr/bin/install'?
Comment 1 William Keaney 2007-01-07 16:18:49 UTC
Created attachment 105837 [details, diff]
Corrects line 62 of pango/src/Makefile to point to /usr/bin/install -c

Patch fixes pango/src/Makefile to use "INSTALL = /usr/bin/install -c"
Comment 2 William Keaney 2007-01-07 16:41:36 UTC
Bah.  Patch doesn't work.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-01-07 17:25:45 UTC

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