Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48824 - ruby-1.8.1+ doesn't build on ia64
Summary: ruby-1.8.1+ doesn't build on ia64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-23 15:10 UTC by Aron Griffis (RETIRED)
Modified: 2004-11-07 21:20 UTC (History)
1 user (show)

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 Aron Griffis (RETIRED) gentoo-dev 2004-04-23 15:10:47 UTC
When building either ruby-1.8.1-r2 or ruby-1.8.1-r3 on ia64, the following error occurs:

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
gcc -O2 -pipe  -fPIC    -rdynamic  main.o dmyext.o libruby18-static.a -ldl -lcrypt -lm   -o miniruby
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.1
./ext/extmk.rb:27:in `require': unexpected break (LocalJumpError)
        from ./ext/extmk.rb:27
make: *** [all] Error 1

!!! ERROR: dev-lang/ruby-1.8.1-r2 failed.
!!! Function src_compile, Line 76, Exitcode 2
!!! emake failed

ruby-1.8.0-r6 builds fine, though
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-04-23 15:18:12 UTC
This also occurs with -r4
Comment 2 SpanKY gentoo-dev 2004-09-07 19:32:39 UTC
the 1.8.1-r7 and 1.8.2_pre2 fail in the same way too
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-11-07 21:20:35 UTC
Works when built with -O0.  Hopefully we'll find a better fix eventually, but this works for now.