Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] having problems building webkit-gtk
Date: Mon, 26 Aug 2013 05:21:34
Message-Id: CADPrc82Hms+NVo0Awv3NMypVinrWGBCqG5T3Ag_KOXV6iRzB2g@mail.gmail.com
In Reply to: Re: [gentoo-user] having problems building webkit-gtk by covici@ccs.covici.com
1 On Sun, Aug 25, 2013 at 11:54 PM, <covici@××××××××××.com> wrote:
2 > Alan McKinnon <alan.mckinnon@×××××.com> wrote:
3 >
4 >> On 25/08/2013 19:22, covici@××××××××××.com wrote:
5 >> > I have been having problems building webkit-gtk right along through the
6 >> > various versions, but this one stumps me completely -- I get the error:
7 >> > libtool: link: x86_64-pc-linux-gnu-gcc -o
8 >> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
9 >> > -O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
10 >> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
11 >> > -Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
12 >> > -L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
13 >> > -L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
14 >> > -ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
15 >> > -lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
16 >> > -lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
17 >> > -lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
18 >> > -lXrender -lXt -lX11 -lz
19 >> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
20 >> > -lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
21 >> > -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
22 >> > -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
23 >> > -pthread^M
24 >> > PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
25 >> > ^M
26 >> > (process:24006): GLib-GObject-CRITICAL **:
27 >> > g_object_class_install_property: assertion `class->set_property != NULL'
28 >> > failed
29 >> >
30 >> > I have search through google and bgo and found nothing -- how can I fix
31 >> > this one?
32 >>
33 >>
34 >> Did you try building with "-j1"?
35 >>
36 >>
37 >> I did find this one bgo, dunno if you found it in your searches (seems
38 >> relevant at first glance):
39 >>
40 >> http://forums.gentoo.org/viewtopic-p-7369078.html
41 >> https://bugs.webkit.org/show_bug.cgi?id=119261
42 >> https://bugs.gentoo.org/show_bug.cgi?id=463960
43 >>
44 >> The first URL links to the other two.
45 >
46 > Well, the post seems to think that setting opengl to xserver instead of
47 > nvidia should help -- but I am in a text console -- I might try it
48 > anyway, but how could that possibly help?
49
50 The problem seems to be in the output of a command being too long (or
51 so I remember from the two occasions I have encountered it). I don't
52 understand it either.
53
54 I remember that I had to use the -j1 trick, and also that I ssh'd to
55 the machine, I started a screen session, and from there did the build
56 (with X not running). It only has happened to me in my desktop machine
57 (with an NVidia card).
58
59 Regards.
60 --
61 Canek Peláez Valdés
62 Posgrado en Ciencia e Ingeniería de la Computación
63 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] having problems building webkit-gtk covici@××××××××××.com