public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] webkit-gtk-2.2.6 - ERROR: compile
@ 2014-06-09 13:03 Joseph
  2014-06-09 13:10 ` Joseph
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph @ 2014-06-09 13:03 UTC (permalink / raw
  To: gentoo-user

I have a problem with compiling: webkit-gtk-2.2.6

...
Running automake --add-missing --copy --foreign --force-missing ...
Fixing OMF Makefiles ...
Disabling deprecation warnings ...
ERROR: compile
ERROR: net-libs/webkit-gtk-2.2.6::gentoo failed (compile phase):
  emake failed

If you need support, post the output of `emerge --info '=net-libs/webkit-gtk-2.2.6::gentoo'`,
the complete build log and the output of `emerge -pqv '=net-libs/webkit-gtk-2.2.6::gentoo'`.
The complete build log is located at '/var/log/portage/net-libs:webkit-gtk-2.2.6:20140609-125952.log'.
For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/temp/environment'.
Working directory: '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/work/webkitgtk-2.2.6'
S: '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/work/webkitgtk-2.2.6'

-- 
Joseph


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

* Re: [gentoo-user] webkit-gtk-2.2.6 - ERROR: compile
  2014-06-09 13:03 [gentoo-user] webkit-gtk-2.2.6 - ERROR: compile Joseph
@ 2014-06-09 13:10 ` Joseph
  2014-06-09 13:18   ` Neil Bothwick
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph @ 2014-06-09 13:10 UTC (permalink / raw
  To: gentoo-user

On 06/09/14 07:03, Joseph wrote:
>I have a problem with compiling: webkit-gtk-2.2.6
>
>...
>Running automake --add-missing --copy --foreign --force-missing ...
>Fixing OMF Makefiles ...
>Disabling deprecation warnings ...
>ERROR: compile
>ERROR: net-libs/webkit-gtk-2.2.6::gentoo failed (compile phase):
>  emake failed
>
>If you need support, post the output of `emerge --info '=net-libs/webkit-gtk-2.2.6::gentoo'`,
>the complete build log and the output of `emerge -pqv '=net-libs/webkit-gtk-2.2.6::gentoo'`.
>The complete build log is located at '/var/log/portage/net-libs:webkit-gtk-2.2.6:20140609-125952.log'.
>For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/temp/build.log'.
>The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/temp/environment'.
>Working directory: '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/work/webkitgtk-2.2.6'
>S: '/var/tmp/portage/net-libs/webkit-gtk-2.2.6/work/webkitgtk-2.2.6'

The log file is complaining about "ruby"

/usr/bin/ruby ./Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm 
DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
/usr/bin/ruby: no such file to load -- auto_gem (LoadError)
make: *** [DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h] Error 1
 * ERROR: net-libs/webkit-gtk-2.2.6::gentoo failed (compile phase):

-- 
Joseph


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

* Re: [gentoo-user] webkit-gtk-2.2.6 - ERROR: compile
  2014-06-09 13:10 ` Joseph
@ 2014-06-09 13:18   ` Neil Bothwick
  2014-06-09 16:10     ` Joseph
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Bothwick @ 2014-06-09 13:18 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

On Mon, 9 Jun 2014 07:10:47 -0600, Joseph wrote:

> The log file is complaining about "ruby"
> 
> /usr/bin/ruby ./Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm 
> DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
> /usr/bin/ruby: no such file to load -- auto_gem (LoadError)
> make: *** [DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h] Error 1
>  * ERROR: net-libs/webkit-gtk-2.2.6::gentoo failed (compile phase):

You either don't have ruby installed (unlikely) or it is installed but no
version is selected. hat could happen if your previously selected ruby
was uninstalled. What is the output from

eselect ruby list


-- 
Neil Bothwick

Adolescence, n.: The stage between puberty and adultery.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [gentoo-user] webkit-gtk-2.2.6 - ERROR: compile
  2014-06-09 13:18   ` Neil Bothwick
@ 2014-06-09 16:10     ` Joseph
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph @ 2014-06-09 16:10 UTC (permalink / raw
  To: gentoo-user

On 06/09/14 14:18, Neil Bothwick wrote:
>On Mon, 9 Jun 2014 07:10:47 -0600, Joseph wrote:
>
>> The log file is complaining about "ruby"
>>
>> /usr/bin/ruby ./Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm
>> DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
>> /usr/bin/ruby: no such file to load -- auto_gem (LoadError)
>> make: *** [DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h] Error 1
>>  * ERROR: net-libs/webkit-gtk-2.2.6::gentoo failed (compile phase):
>
>You either don't have ruby installed (unlikely) or it is installed but no
>version is selected. hat could happen if your previously selected ruby
>was uninstalled. What is the output from
>
>eselect ruby list
>
>
>-- 
>Neil Bothwick
>
>Adolescence, n.: The stage between puberty and adultery.

I think it is working, it is still compiling but I switched to ruby19

eselect ruby list
Available Ruby profiles:
  [1]   ruby18 *
  [2]   ruby19 (with Rubygems)
  [3]   ruby20 (with Rubygems)


-- 
Joseph


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

end of thread, other threads:[~2014-06-09 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 13:03 [gentoo-user] webkit-gtk-2.2.6 - ERROR: compile Joseph
2014-06-09 13:10 ` Joseph
2014-06-09 13:18   ` Neil Bothwick
2014-06-09 16:10     ` Joseph

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