Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems installing net-libs/webkit-gtk
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
2bdkid
n00b
n00b


Joined: 26 Jul 2014
Posts: 14
Location: USA

PostPosted: Sat Jul 26, 2014 3:12 pm    Post subject: Problems installing net-libs/webkit-gtk Reply with quote

Trying to update my system webkit-gtk breaks during the compilation stage.

Here is the output of emerge --info '=net-libs/webkit-gtk-2.4.4-r200::gentoo':
http://pastebin.com/WMnuMJ2E

Here is the output of emerge -pqv '=net-libs/webkit-gtk-2.4.4-r200::gentoo':
http://pastebin.com/sa2AzDWC

And here is the output of /var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/temp/build.log:
https://dl.dropboxusercontent.com/u/74532228/build.log

This is the first system I have installed Gentoo on and I'm not quite sure what the issue is.
Back to top
View user's profile Send private message
2bdkid
n00b
n00b


Joined: 26 Jul 2014
Posts: 14
Location: USA

PostPosted: Sat Jul 26, 2014 4:42 pm    Post subject: Reply with quote

I noticed in the build log it complains about not having gtk-doc so I'm installing that then I'm going to try to recompile webkit-gtk

EDIT: It did not work.
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Sat Jul 26, 2014 7:22 pm    Post subject: Reply with quote

You may be running out of memory. Try adding a swap file.
Back to top
View user's profile Send private message
2bdkid
n00b
n00b


Joined: 26 Jul 2014
Posts: 14
Location: USA

PostPosted: Sat Jul 26, 2014 7:24 pm    Post subject: Reply with quote

jburns wrote:
You may be running out of memory. Try adding a swap file.


I read in an older thread some people were running out of memory but the thing is I'm using BTRFS so I cannot add a swap file.
Back to top
View user's profile Send private message
2bdkid
n00b
n00b


Joined: 26 Jul 2014
Posts: 14
Location: USA

PostPosted: Sat Jul 26, 2014 7:36 pm    Post subject: Reply with quote

I'm going to try to recompile without -pipe and see if it makes any difference.
Back to top
View user's profile Send private message
2bdkid
n00b
n00b


Joined: 26 Jul 2014
Posts: 14
Location: USA

PostPosted: Sun Jul 27, 2014 12:06 am    Post subject: Reply with quote

I read in another thread webkit-gtk may require gcc 4.8. Does anyone know for sure?
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Fri Aug 01, 2014 11:19 am    Post subject: Reply with quote

jburns wrote:
You may be running out of memory. Try adding a swap file.


I'm running an 8GB swap on a 4GB system and I have the same problem.

Code:

/usr/lib64/ruby/2.1.0/rubygems.rb:15:in `require': cannot load such file -- rubygems/compatibility (LoadError)
   from /usr/lib64/ruby/2.1.0/rubygems.rb:15:in `<top (required)>'
   from <internal:gem_prelude>:1:in `require'
   from <internal:gem_prelude>:1:in `<compiled>'
make: *** [DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h] Error 1
 * ERROR: net-libs/webkit-gtk-2.4.4-r200::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=net-libs/webkit-gtk-2.4.4-r200::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-libs/webkit-gtk-2.4.4-r200::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/temp/environment'.
 * Working directory: '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4'
 * S: '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4'

>>> Failed to emerge net-libs/webkit-gtk-2.4.4-r200, Log file:

>>>  '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/temp/build.log'

 * Messages for package net-libs/webkit-gtk-2.4.4-r200:

 * ERROR: net-libs/webkit-gtk-2.4.4-r200::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=net-libs/webkit-gtk-2.4.4-r200::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-libs/webkit-gtk-2.4.4-r200::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/temp/environment'.
 * Working directory: '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4'
 * S: '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4'



before
azzerare ~ # free -m
total used free shared buffers cached
Mem: 3231 2699 531 36 679 751
-/+ buffers/cache: 1268 1963

during compile at * Running automake --add-missing --copy --foreign --force-missing ...

azzerare ~ # free -m
total used free shared buffers cached
Mem: 3231 2712 519 38 684 749
-/+ buffers/cache: 1278 1953
Swap: 8192 72 8120

during compile

free -m
total used free shared buffers cached
Mem: 3231 2927 304 38 685 778
-/+ buffers/cache: 1463 1768
Swap: 8192 72 8120
azzerare ~

Why do you think it's swap?

I get this error :
[code]
/usr/lib64/ruby/2.1.0/rubygems.rb:15:in `require': cannot load such file -- rubygems/compatibility (LoadError)

and

[code]
/usr/lib64/ruby/2.1.0/rubygems.rb:15:in `require': cannot load such file -- rubygems/compatibility (LoadError)

equery depends webkit-gtk
* These packages depend on webkit-gtk:
dev-java/swt-3.7.2-r1 (webkit ? >=net-libs/webkit-gtk-1.2:2)
media-gfx/gimp-2.8.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6.1:2)
net-libs/libproxy-0.4.11-r2 (webkit ? >=net-libs/webkit-gtk-1.6:3)
www-client/midori-0.5.8-r1 (deprecated ? >=net-libs/webkit-gtk-1.8.1:2[jit=])
(webkit2 ? >=net-libs/webkit-gtk-1.11.91:3[jit=])
(!webkit2 ? >=net-libs/webkit-gtk-1.8.1:3[jit=])


http://packages.gentoo.org/package/net-libs/webkit-gtk

I confusing part for me is that it's stable form amd64.
I've re-installed Ruby gems and ruby with no luck.
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum