public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dev-lang/ruby-2.0.0_p594::gentoo failed
@ 2014-11-23 19:21 Joseph
  2014-11-24  0:45 ` Joseph
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph @ 2014-11-23 19:21 UTC (permalink / raw
  To: gentoo-user

When I was using gcc-4.7.3 I got an error with webkit-gtk:

collect2: error: ld returned 1 exit status
GNUmakefile:40409: recipe for target 'Programs/GtkLauncher' failed
make[1]: *** [Programs/GtkLauncher] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r201/work/webkitgtk-2.4.4'
GNUmakefile:25561: recipe for target 'all' failed
make: *** [all] Error 2	


So I uninstall: dev-lang/ruby net-libs/webkit-gtk app-office/gnucash
and tried to install them again: but I'm getting error with "ruby-2.0.0_p594":
	
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 
setproctitle.o addr2line.o  dmyext.o   -lpthread -lrt -ldl -lcrypt -lm   -o miniruby
./miniruby -I./lib -I. -I.ext/common  ./tool/mkconfig.rb -timestamp=.rbconfig.time \
   -install_name=ruby20 \
   -so_name=ruby20 rbconfig.rb
uncommon.mk:528: recipe for target '.rbconfig.time' failed
make: *** [.rbconfig.time] Illegal instruction
 * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):
 *   emake failed	

I switched to gcc-4.8.3 but I'm still getting the same error.
-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] dev-lang/ruby-2.0.0_p594::gentoo failed
  2014-11-23 19:21 [gentoo-user] dev-lang/ruby-2.0.0_p594::gentoo failed Joseph
@ 2014-11-24  0:45 ` Joseph
  2014-11-24  2:52   ` [gentoo-user] " walt
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph @ 2014-11-24  0:45 UTC (permalink / raw
  To: gentoo-user

On 11/23/14 12:21, Joseph wrote:
>When I was using gcc-4.7.3 I got an error with webkit-gtk:
>
>collect2: error: ld returned 1 exit status
>GNUmakefile:40409: recipe for target 'Programs/GtkLauncher' failed
>make[1]: *** [Programs/GtkLauncher] Error 1
>make[1]: Leaving directory '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r201/work/webkitgtk-2.4.4'
>GNUmakefile:25561: recipe for target 'all' failed
>make: *** [all] Error 2	
>
>
>So I uninstall: dev-lang/ruby net-libs/webkit-gtk app-office/gnucash
>and tried to install them again: but I'm getting error with "ruby-2.0.0_p594":
>	
>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
>setproctitle.o addr2line.o  dmyext.o   -lpthread -lrt -ldl -lcrypt -lm   -o miniruby
>./miniruby -I./lib -I. -I.ext/common  ./tool/mkconfig.rb -timestamp=.rbconfig.time \
>   -install_name=ruby20 \
>   -so_name=ruby20 rbconfig.rb
>uncommon.mk:528: recipe for target '.rbconfig.time' failed
>make: *** [.rbconfig.time] Illegal instruction
> * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):
> *   emake failed	
>
>I switched to gcc-4.8.3 but I'm still getting the same error.

I've unmerged  gcc-4.8.3 but I still get the same error:

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  
dmyext.o   -lpthread -lrt -ldl -lcrypt -lm   -o miniruby
./miniruby -I./lib -I. -I.ext/common  ./tool/mkconfig.rb -timestamp=.rbconfig.time \
   -install_name=ruby20 \
   -so_name=ruby20 rbconfig.rb
uncommon.mk:528: recipe for target '.rbconfig.time' failed
make: *** [.rbconfig.time] Illegal instruction
 * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase): 

Is there a solution to this?

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-user] Re: dev-lang/ruby-2.0.0_p594::gentoo failed
  2014-11-24  0:45 ` Joseph
@ 2014-11-24  2:52   ` walt
  2014-11-24  3:08     ` Joseph
  2014-11-24 15:09     ` [gentoo-user] [SOLVED]Re: " Joseph
  0 siblings, 2 replies; 5+ messages in thread
From: walt @ 2014-11-24  2:52 UTC (permalink / raw
  To: gentoo-user

On 11/23/2014 04:45 PM, Joseph wrote:

> * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):

On my ~amd64 machines I have ruby-2.0.0_p598 installed.  Is there a
reason you want 594 instead of 598?




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] Re: dev-lang/ruby-2.0.0_p594::gentoo failed
  2014-11-24  2:52   ` [gentoo-user] " walt
@ 2014-11-24  3:08     ` Joseph
  2014-11-24 15:09     ` [gentoo-user] [SOLVED]Re: " Joseph
  1 sibling, 0 replies; 5+ messages in thread
From: Joseph @ 2014-11-24  3:08 UTC (permalink / raw
  To: gentoo-user

On 11/23/14 18:52, walt wrote:
>On 11/23/2014 04:45 PM, Joseph wrote:
>
>> * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):
>
>On my ~amd64 machines I have ruby-2.0.0_p598 installed.  Is there a
>reason you want 594 instead of 598?

I don't really care which one is it, as long as it will compile.
According to current tree:
http://packages.gentoo.org/package/dev-lang/ruby

ruby-2.0.0_p594 is the current stable version.
should I unmask 598?

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] [SOLVED]Re: dev-lang/ruby-2.0.0_p594::gentoo failed
  2014-11-24  2:52   ` [gentoo-user] " walt
  2014-11-24  3:08     ` Joseph
@ 2014-11-24 15:09     ` Joseph
  1 sibling, 0 replies; 5+ messages in thread
From: Joseph @ 2014-11-24 15:09 UTC (permalink / raw
  To: gentoo-user

On 11/23/14 18:52, walt wrote:
>On 11/23/2014 04:45 PM, Joseph wrote:
>
>> * ERROR: dev-lang/ruby-2.0.0_p594::gentoo failed (compile phase):
>
>On my ~amd64 machines I have ruby-2.0.0_p598 installed.  Is there a
>reason you want 594 instead of 598?

Solved! 
dev-lang/ruby-2.0.0_p594-r1 works. 

-- 
Joseph


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-24 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 19:21 [gentoo-user] dev-lang/ruby-2.0.0_p594::gentoo failed Joseph
2014-11-24  0:45 ` Joseph
2014-11-24  2:52   ` [gentoo-user] " walt
2014-11-24  3:08     ` Joseph
2014-11-24 15:09     ` [gentoo-user] [SOLVED]Re: " Joseph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox