Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-lang/ruby-2.0.0_p594::gentoo failed
Date: Mon, 24 Nov 2014 00:45:25
Message-Id: 20141124004535.GB12212@syscon7
In Reply to: [gentoo-user] dev-lang/ruby-2.0.0_p594::gentoo failed by Joseph
1 On 11/23/14 12:21, Joseph wrote:
2 >When I was using gcc-4.7.3 I got an error with webkit-gtk:
3 >
4 >collect2: error: ld returned 1 exit status
5 >GNUmakefile:40409: recipe for target 'Programs/GtkLauncher' failed
6 >make[1]: *** [Programs/GtkLauncher] Error 1
7 >make[1]: Leaving directory '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r201/work/webkitgtk-2.4.4'
8 >GNUmakefile:25561: recipe for target 'all' failed
9 >make: *** [all] Error 2
10 >
11 >
12 >So I uninstall: dev-lang/ruby net-libs/webkit-gtk app-office/gnucash
13 >and tried to install them again: but I'm getting error with "ruby-2.0.0_p594":
14 >
15 >o variable.o compile.o debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o
16 >setproctitle.o addr2line.o dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby
17 >./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb -timestamp=.rbconfig.time \
18 > -install_name=ruby20 \
19 > -so_name=ruby20 rbconfig.rb
20 >uncommon.mk:528: recipe for target '.rbconfig.time' failed
21 >make: *** [.rbconfig.time] Illegal instruction
22 > * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):
23 > * emake failed
24 >
25 >I switched to gcc-4.8.3 but I'm still getting the same error.
26
27 I've unmerged gcc-4.8.3 but I still get the same error:
28
29 debug.o iseq.o vm.o vm_dump.o vm_backtrace.o vm_trace.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o strlcpy.o strlcat.o setproctitle.o addr2line.o
30 dmyext.o -lpthread -lrt -ldl -lcrypt -lm -o miniruby
31 ./miniruby -I./lib -I. -I.ext/common ./tool/mkconfig.rb -timestamp=.rbconfig.time \
32 -install_name=ruby20 \
33 -so_name=ruby20 rbconfig.rb
34 uncommon.mk:528: recipe for target '.rbconfig.time' failed
35 make: *** [.rbconfig.time] Illegal instruction
36 * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):
37
38 Is there a solution to this?
39
40 --
41 Joseph

Replies

Subject Author
[gentoo-user] Re: dev-lang/ruby-2.0.0_p594::gentoo failed walt <w41ter@×××××.com>