Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178462 - dev-ruby/mysql-ruby-2.7.3 install points to wrong place
Summary: dev-ruby/mysql-ruby-2.7.3 install points to wrong place
Status: RESOLVED DUPLICATE of bug 159922
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 03:51 UTC by Steven Hay
Modified: 2007-05-14 08:26 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 Steven Hay 2007-05-14 03:51:28 UTC
Workaround: ln -s /usr/bin/install /bin/install

>>> Emerging (1 of 1) dev-ruby/mysql-ruby-2.7.3 to /
 * mysql-ruby-2.7.3.tar.gz RMD160 ;-) ...                                                             [ ok ]
 * mysql-ruby-2.7.3.tar.gz SHA1 ;-) ...                                                               [ ok ]
 * mysql-ruby-2.7.3.tar.gz SHA256 ;-) ...                                                             [ ok ]
 * mysql-ruby-2.7.3.tar.gz size ;-) ...                                                               [ ok ]
 * checking ebuild checksums ;-) ...                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                [ ok ]
 * checking mysql-ruby-2.7.3.tar.gz ;-) ...                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking mysql-ruby-2.7.3.tar.gz to /var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/work
 * Applying mysql-ruby-2.7.3-test.patch ...                                                           [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-ruby/mysql-ruby-2.7.3/work/mysql-ruby-2.7.3 ...
checking for mysql_query() in -lmysqlclient... yes
checking for mysql_ssl_set()... yes
checking for mysql.h... no
checking for mysql/mysql.h... yes
creating Makefile
i686-pc-linux-gnu-gcc -I. -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DHAVE_MYSQL_SSL_SET -DHAVE_MYSQL_MYSQL_H -I/usr/local/include  -fPIC -O2 -march=athlon -pipe -fweb  -fPIC  -c mysql.c
i686-pc-linux-gnu-gcc -shared  -L'/usr/local/lib' -Wl,-R'/usr/local/lib' -L'/usr/lib' -Wl,-R'/usr/lib' -o mysql.so mysql.o  -Wl,-R -Wl,/usr/lib -L/usr/lib -L. -lruby18 -lmysqlclient  -ldl -lcrypt -lm   -lc
>>> Source compiled.
>>> Test phase [not enabled]: dev-ruby/mysql-ruby-2.7.3
 
>>> 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
 
!!! ERROR: dev-ruby/mysql-ruby-2.7.3 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_install
  ebuild.sh, line 1060:   Called qa_call 'src_install'
  environment, line 3159:   Called src_install
  mysql-ruby-2.7.3.ebuild, line 37:   Called die
 
!!! (no error message)
!!! 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/mysql-ruby-2.7.3/temp/build.log'.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-05-14 08:26:58 UTC
Please search.

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