Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(Solved)webkit-gtk-1.8.3-r201 just stops...
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
siknasa9
n00b
n00b


Joined: 09 Dec 2011
Posts: 62

PostPosted: Mon Aug 05, 2013 2:29 am    Post subject: (Solved)webkit-gtk-1.8.3-r201 just stops... Reply with quote

It compiled fine on the laptop, but for whatever reason on the server, about 2 hours in, it just stops. I let it sit for over 24 hours and nothing. The second and 3rd time I tried to compile I watched nmon's cpu and top monitors and everything but emerge just disappears. No error messages, it doesn't even give me the prompt back. The text stops scrolling and nothing... I'm baffled. I tried compiling ffmpeg and a few other programs to see if anything else did the same. Even Firefox compiles fine. I'm not running out of ram, the cpu temp hits a high of 52C and everything else works fine. It's just that @preserved-rebuild calls for webkit and it just won't finish. Any help would be greatly appreciated. Been at it for 4 days...

##FIX##The fix is in forrestfunk81's post below
_________________
Autobots... roll out!!


Last edited by siknasa9 on Sat Aug 24, 2013 9:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
thdrcat
n00b
n00b


Joined: 30 Mar 2004
Posts: 43

PostPosted: Mon Aug 05, 2013 3:34 pm    Post subject: Reply with quote

same.... and all my broken lib via revdep depend on webkit. =/
Back to top
View user's profile Send private message
siknasa9
n00b
n00b


Joined: 09 Dec 2011
Posts: 62

PostPosted: Mon Aug 05, 2013 10:54 pm    Post subject: Reply with quote

And trying it again I actually payed attention and noticed that it always stops on

/usr/bin/g-ir-compiler --includedir ./Source/WebKit2 --includedir . WebKit2-3.0.gir -o WebKit2-3.0.typelib

Any help?
_________________
Autobots... roll out!!
Back to top
View user's profile Send private message
siknasa9
n00b
n00b


Joined: 09 Dec 2011
Posts: 62

PostPosted: Tue Aug 06, 2013 10:29 pm    Post subject: Reply with quote

Yeah... all versions of webkit-gtk... still not sure what to do.
_________________
Autobots... roll out!!
Back to top
View user's profile Send private message
siknasa9
n00b
n00b


Joined: 09 Dec 2011
Posts: 62

PostPosted: Wed Aug 07, 2013 1:44 am    Post subject: Reply with quote

https://bugs.webkit.org/show_bug.cgi?id=119261
_________________
Autobots... roll out!!
Back to top
View user's profile Send private message
Cr0t
l33t
l33t


Joined: 27 Apr 2002
Posts: 944
Location: USA

PostPosted: Thu Aug 08, 2013 6:24 pm    Post subject: Reply with quote

siknasa9 wrote:
And trying it again I actually payed attention and noticed that it always stops on

/usr/bin/g-ir-compiler --includedir ./Source/WebKit2 --includedir . WebKit2-3.0.gir -o WebKit2-3.0.typelib

Any help?
I got the same issue with x86_64-pc-linux-gnu-4.7.3 on my Intel(R) Core(TM)2 Quad CPU Q9450.
_________________
cya
    ©®0t
Back to top
View user's profile Send private message
forrestfunk81
Guru
Guru


Joined: 07 Feb 2006
Posts: 565
Location: münchen.de

PostPosted: Fri Aug 09, 2013 7:18 am    Post subject: Reply with quote

Same problem here:
Code:
(process:17626): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `class->set_property != NULL' failed

AMD Phenom II, but it works flawless on my Intel i5. emerge -e world did not help.
_________________
# cd /pub/
# more beer
Back to top
View user's profile Send private message
elkhunter
Tux's lil' helper
Tux's lil' helper


Joined: 19 Sep 2004
Posts: 138

PostPosted: Fri Aug 09, 2013 7:17 pm    Post subject: Reply with quote

siknasa9 wrote:
https://bugs.webkit.org/show_bug.cgi?id=119261


I have the same issue. Note that I'm running the 3.9 kernel, not 3.10 which is mentioned as a possible cause in the defect.
Back to top
View user's profile Send private message
forrestfunk81
Guru
Guru


Joined: 07 Feb 2006
Posts: 565
Location: münchen.de

PostPosted: Mon Aug 19, 2013 4:08 pm    Post subject: Reply with quote

Any news on this?

Since more than 10 days I'm stuck in the middle of an Gnome 3.8 / Systemd upgrade. I can't finish the upgrade to Gnome 3.8 because webkit-gtk 2 stops compiling.

So currently I have Systemd and no running Gnome. I use my old Fluxbox install, but maybe I will drop Gnome completely and move back to KDE.
_________________
# cd /pub/
# more beer
Back to top
View user's profile Send private message
muffy
n00b
n00b


Joined: 15 Sep 2003
Posts: 28
Location: :noitacoL

PostPosted: Tue Aug 20, 2013 1:53 pm    Post subject: Reply with quote

Same old, same old; it's some sort of race condition. I got this problem on a Core 2 with kernel 3.10.0.

Try:

Code:

MAKEOPTS="-j1" emerge wekbit-gtk


It should then compile. For 3,5 hours.
Back to top
View user's profile Send private message
forrestfunk81
Guru
Guru


Joined: 07 Feb 2006
Posts: 565
Location: münchen.de

PostPosted: Wed Aug 21, 2013 6:54 am    Post subject: Reply with quote

muffy wrote:
Same old, same old; it's some sort of race condition. I got this problem on a Core 2 with kernel 3.10.0.

Try:

Code:

MAKEOPTS="-j1" emerge wekbit-gtk


It should then compile. For 3,5 hours.


I already tried that, but did not work. I found this bug report. There are some people who got webkit-gtk building and installing with opengl set to xorg-x11 instead of nvidia. That worked for me, too.

Code:
# eselect opengl set xorg-x11
# emerge -1 webkit-gtk
# eselect opengl set nvidia

_________________
# cd /pub/
# more beer
Back to top
View user's profile Send private message
marco_td
n00b
n00b


Joined: 21 Aug 2013
Posts: 1

PostPosted: Wed Aug 21, 2013 10:03 pm    Post subject: Reply with quote

Finally I got it working.

I'm on a Funtoo machine, but it also had the same problem.

Switching opengl did the trick.

Thanks for the hint.
Back to top
View user's profile Send private message
siknasa9
n00b
n00b


Joined: 09 Dec 2011
Posts: 62

PostPosted: Sat Aug 24, 2013 9:30 pm    Post subject: Reply with quote

Win!! Nice find, forrestfunk81. Worked for me as well.
_________________
Autobots... roll out!!
Back to top
View user's profile Send private message
ivanoff
n00b
n00b


Joined: 05 Dec 2004
Posts: 41
Location: Toulouse France

PostPosted: Mon Jan 06, 2014 10:30 pm    Post subject: Reply with quote

Great guys ! Same here one more time. The open gl command did the trick.
I wonder why is that.
I also happen to have a quad core under 3.10.17 kernel...

Cheers
_________________
Linux, because you know what it is doing.
Back to top
View user's profile Send private message
gordonp
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2005
Posts: 100

PostPosted: Sun Jan 12, 2014 9:38 pm    Post subject: Reply with quote

Worked for me too - thanks for sharing!

FWIW - my machine is a 6-core i7 w/24GB RAM... although I'm not sure CPU/manufacturer/cores has any bearing on this...
Back to top
View user's profile Send private message
boospy
Guru
Guru


Joined: 07 Feb 2010
Posts: 308
Location: Austria

PostPosted: Sun Mar 02, 2014 11:44 am    Post subject: Reply with quote

Thanks!
Back to top
View user's profile Send private message
moodboom
n00b
n00b


Joined: 06 Aug 2007
Posts: 24

PostPosted: Sat Mar 08, 2014 4:56 pm    Post subject: Thanks Reply with quote

forrestfunk81 wrote:
I found this bug report. There are some people who got webkit-gtk building and installing with opengl set to xorg-x11 instead of nvidia. That worked for me, too.

Code:
# eselect opengl set xorg-x11
# emerge -1 webkit-gtk
# eselect opengl set nvidia


Worked for me too, thanks forrestfunk81.
Back to top
View user's profile Send private message
p_d
n00b
n00b


Joined: 24 Nov 2007
Posts: 34
Location: Warszawa

PostPosted: Tue Jun 10, 2014 2:09 pm    Post subject: Reply with quote

It worked for me too. Thank you
_________________
Ludzie z celami odnoszą sukcesy ponieważ wiedzą dokąd zmierzają…
To jest aż tak proste.
Earl Nightingale
Back to top
View user's profile Send private message
Michael_Odell
n00b
n00b


Joined: 25 Jun 2014
Posts: 1

PostPosted: Wed Jun 25, 2014 4:48 pm    Post subject: Reply with quote

I had the same issue, on a core i7 (using distcc, too) with an nvidia card.

As with several other posters, switching opengl to xorg-x11 during the build of webkit-gtk made mine complete the build successfully.

Thanks!
Back to top
View user's profile Send private message
adamf663
n00b
n00b


Joined: 08 Mar 2007
Posts: 11

PostPosted: Fri Jul 11, 2014 11:04 pm    Post subject: Reply with quote

THANK YOU!!

I've been struggling to rebuild webkit-gtk for two weeks. I also had to eselect ruby to get past version 18. Used version 20 with your opengl suggestion and finally got it to build!

Also had nvidia lock up and grey screen me when moving to systemd. I was able to ssh in; dmesg reported an OOPS. Updated to a newer kernel to correct that.
Back to top
View user's profile Send private message
mantis78
n00b
n00b


Joined: 06 Aug 2014
Posts: 2
Location: Singapore

PostPosted: Wed Aug 06, 2014 4:37 am    Post subject: Thanks! Reply with quote

I had this problem a year plus ago. Saw it fixed it. This time I forgot about it. Found this thread again and fixed it again. Thanks, forrestfunk81!
Back to top
View user's profile Send private message
Clete2
Guru
Guru


Joined: 09 Aug 2003
Posts: 530
Location: Bloomington, Illinois

PostPosted: Sun Aug 24, 2014 5:01 pm    Post subject: Reply with quote

Same happened with me. I don't know why they don't fix it. Please go vote for this bug to be fixed:
https://bugs.gentoo.org/show_bug.cgi?id=463960
_________________
My Blog
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