Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164046 - dev-lang/ruby-1.8.5_p2 fails in loading shared library of ebuild
Summary: dev-lang/ruby-1.8.5_p2 fails in loading shared library of ebuild
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
: 164067 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-27 13:17 UTC by Jon A Kristofferson
Modified: 2007-01-27 18:52 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 Jon A Kristofferson 2007-01-27 13:17:31 UTC
emerging ruby on my Kuro Box HG running gentoo Linux sumo1 2.6.18-mh4_kurobox_hg #4 Tue Oct 10 05:00:22 CEST 2006 ppc 82xx GNU/Linux

Emerge fails in loading of shared library.

Reproducible: Always

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

Actual Results:  
powerpc-unknown-linux-gnu-ar rcu libruby18-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o  dmyext.o
powerpc-unknown-linux-gnu-gcc -O2 -mcpu=603e -fno-strict-aliasing -pipe  -fPIC  -DRUBY_EXPORT  -I. -I.  -c main.c
powerpc-unknown-linux-gnu-gcc main.o  libruby18-static.a -ldl -lcrypt -lm   -o miniruby -O2 -mcpu=603e -fno-strict-aliasing -pipe  -fPIC  -DRUBY_EXPORT   -rdynamic -Wl,-export-dynamic
rbconfig.rb updated
powerpc-unknown-linux-gnu-gcc -shared -Wl,-soname,libruby18.so.1.8   array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o  dmyext.o -ldl -lcrypt -lm   -o libruby18.so.1.8.5
make: *** [all] Killed

!!! ERROR: dev-lang/ruby-1.8.5_p2 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ruby-1.8.5_p2.ebuild, line 87:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.



Expected Results:  
ruby to be installed
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-27 14:49:12 UTC
Please reopen with your emerge --info.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-27 18:52:53 UTC
*** Bug 164067 has been marked as a duplicate of this bug. ***