* [gentoo-user] having problems building webkit-gtk
@ 2013-08-25 17:22 covici
2013-08-25 19:55 ` Alan McKinnon
0 siblings, 1 reply; 6+ messages in thread
From: covici @ 2013-08-25 17:22 UTC (permalink / raw
To: gentoo-user
I have been having problems building webkit-gtk right along through the
various versions, but this one stumps me completely -- I get the error:
libtool: link: x86_64-pc-linux-gnu-gcc -o
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
-O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
-Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
-L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
-L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
-ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
-lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
-lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
-lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
-lXrender -lXt -lX11 -lz
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
-lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
-lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
-pthread^M
PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
^M
(process:24006): GLib-GObject-CRITICAL **:
g_object_class_install_property: assertion `class->set_property != NULL'
failed
I have search through google and bgo and found nothing -- how can I fix
this one?
Thanks in advance for any suggestions.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] having problems building webkit-gtk
2013-08-25 17:22 [gentoo-user] having problems building webkit-gtk covici
@ 2013-08-25 19:55 ` Alan McKinnon
2013-08-26 4:16 ` covici
2013-08-26 4:54 ` covici
0 siblings, 2 replies; 6+ messages in thread
From: Alan McKinnon @ 2013-08-25 19:55 UTC (permalink / raw
To: gentoo-user
On 25/08/2013 19:22, covici@ccs.covici.com wrote:
> I have been having problems building webkit-gtk right along through the
> various versions, but this one stumps me completely -- I get the error:
> libtool: link: x86_64-pc-linux-gnu-gcc -o
> /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
> -O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
> /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
> -Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
> -L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
> -L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
> -ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
> -lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
> -lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
> -lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
> -lXrender -lXt -lX11 -lz
> /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
> -lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
> -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
> -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
> -pthread^M
> PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
> ^M
> (process:24006): GLib-GObject-CRITICAL **:
> g_object_class_install_property: assertion `class->set_property != NULL'
> failed
>
> I have search through google and bgo and found nothing -- how can I fix
> this one?
Did you try building with "-j1"?
I did find this one bgo, dunno if you found it in your searches (seems
relevant at first glance):
http://forums.gentoo.org/viewtopic-p-7369078.html
https://bugs.webkit.org/show_bug.cgi?id=119261
https://bugs.gentoo.org/show_bug.cgi?id=463960
The first URL links to the other two.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] having problems building webkit-gtk
2013-08-25 19:55 ` Alan McKinnon
@ 2013-08-26 4:16 ` covici
2013-08-26 4:54 ` covici
1 sibling, 0 replies; 6+ messages in thread
From: covici @ 2013-08-26 4:16 UTC (permalink / raw
To: gentoo-user
Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On 25/08/2013 19:22, covici@ccs.covici.com wrote:
> > I have been having problems building webkit-gtk right along through the
> > various versions, but this one stumps me completely -- I get the error:
> > libtool: link: x86_64-pc-linux-gnu-gcc -o
> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
> > -O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
> > -Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
> > -L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
> > -L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
> > -ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
> > -lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
> > -lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
> > -lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
> > -lXrender -lXt -lX11 -lz
> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
> > -lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
> > -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
> > -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
> > -pthread^M
> > PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
> > ^M
> > (process:24006): GLib-GObject-CRITICAL **:
> > g_object_class_install_property: assertion `class->set_property != NULL'
> > failed
> >
> > I have search through google and bgo and found nothing -- how can I fix
> > this one?
>
>
> Did you try building with "-j1"?
>
>
> I did find this one bgo, dunno if you found it in your searches (seems
> relevant at first glance):
>
> http://forums.gentoo.org/viewtopic-p-7369078.html
> https://bugs.webkit.org/show_bug.cgi?id=119261
> https://bugs.gentoo.org/show_bug.cgi?id=463960
>
> The first URL links to the other two.
OK, thanks I will look at those -- I always use -j1 maybe slower, but I
think its better.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] having problems building webkit-gtk
2013-08-25 19:55 ` Alan McKinnon
2013-08-26 4:16 ` covici
@ 2013-08-26 4:54 ` covici
2013-08-26 5:21 ` Canek Peláez Valdés
1 sibling, 1 reply; 6+ messages in thread
From: covici @ 2013-08-26 4:54 UTC (permalink / raw
To: gentoo-user
Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> On 25/08/2013 19:22, covici@ccs.covici.com wrote:
> > I have been having problems building webkit-gtk right along through the
> > various versions, but this one stumps me completely -- I get the error:
> > libtool: link: x86_64-pc-linux-gnu-gcc -o
> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
> > -O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
> > -Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
> > -L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
> > -L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
> > -ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
> > -lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
> > -lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
> > -lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
> > -lXrender -lXt -lX11 -lz
> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
> > -lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
> > -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
> > -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
> > -pthread^M
> > PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
> > ^M
> > (process:24006): GLib-GObject-CRITICAL **:
> > g_object_class_install_property: assertion `class->set_property != NULL'
> > failed
> >
> > I have search through google and bgo and found nothing -- how can I fix
> > this one?
>
>
> Did you try building with "-j1"?
>
>
> I did find this one bgo, dunno if you found it in your searches (seems
> relevant at first glance):
>
> http://forums.gentoo.org/viewtopic-p-7369078.html
> https://bugs.webkit.org/show_bug.cgi?id=119261
> https://bugs.gentoo.org/show_bug.cgi?id=463960
>
> The first URL links to the other two.
Well, the post seems to think that setting opengl to xserver instead of
nvidia should help -- but I am in a text console -- I might try it
anyway, but how could that possibly help?
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] having problems building webkit-gtk
2013-08-26 4:54 ` covici
@ 2013-08-26 5:21 ` Canek Peláez Valdés
2013-08-26 18:54 ` covici
0 siblings, 1 reply; 6+ messages in thread
From: Canek Peláez Valdés @ 2013-08-26 5:21 UTC (permalink / raw
To: gentoo-user
On Sun, Aug 25, 2013 at 11:54 PM, <covici@ccs.covici.com> wrote:
> Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>
>> On 25/08/2013 19:22, covici@ccs.covici.com wrote:
>> > I have been having problems building webkit-gtk right along through the
>> > various versions, but this one stumps me completely -- I get the error:
>> > libtool: link: x86_64-pc-linux-gnu-gcc -o
>> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
>> > -O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
>> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
>> > -Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
>> > -L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
>> > -L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
>> > -ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
>> > -lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
>> > -lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
>> > -lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
>> > -lXrender -lXt -lX11 -lz
>> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
>> > -lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
>> > -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
>> > -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
>> > -pthread^M
>> > PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
>> > ^M
>> > (process:24006): GLib-GObject-CRITICAL **:
>> > g_object_class_install_property: assertion `class->set_property != NULL'
>> > failed
>> >
>> > I have search through google and bgo and found nothing -- how can I fix
>> > this one?
>>
>>
>> Did you try building with "-j1"?
>>
>>
>> I did find this one bgo, dunno if you found it in your searches (seems
>> relevant at first glance):
>>
>> http://forums.gentoo.org/viewtopic-p-7369078.html
>> https://bugs.webkit.org/show_bug.cgi?id=119261
>> https://bugs.gentoo.org/show_bug.cgi?id=463960
>>
>> The first URL links to the other two.
>
> Well, the post seems to think that setting opengl to xserver instead of
> nvidia should help -- but I am in a text console -- I might try it
> anyway, but how could that possibly help?
The problem seems to be in the output of a command being too long (or
so I remember from the two occasions I have encountered it). I don't
understand it either.
I remember that I had to use the -j1 trick, and also that I ssh'd to
the machine, I started a screen session, and from there did the build
(with X not running). It only has happened to me in my desktop machine
(with an NVidia card).
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] having problems building webkit-gtk
2013-08-26 5:21 ` Canek Peláez Valdés
@ 2013-08-26 18:54 ` covici
0 siblings, 0 replies; 6+ messages in thread
From: covici @ 2013-08-26 18:54 UTC (permalink / raw
To: gentoo-user
Canek Peláez Valdés <caneko@gmail.com> wrote:
> On Sun, Aug 25, 2013 at 11:54 PM, <covici@ccs.covici.com> wrote:
> > Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> >
> >> On 25/08/2013 19:22, covici@ccs.covici.com wrote:
> >> > I have been having problems building webkit-gtk right along through the
> >> > various versions, but this one stumps me completely -- I get the error:
> >> > libtool: link: x86_64-pc-linux-gnu-gcc -o
> >> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/.libs/WebKit-3.0
> >> > -O2 -mtune=core\2 -pipe -std=c99 -Wl,-O1 -Wl,--no-keep-memory
> >> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/tmp-introspectCZNJhf/WebKit-3.0.o
> >> > -Wl,--export-dy\namic -pthread -Wl,--export-dynamic -Wl,--as-needed
> >> > -L. /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libwebkitgtk-3.0.so
> >> > -L/usr/lib64\ -lenchant -lharfbuzz-icu -lharfbuzz -lgailutil-3 -lgeoclue
> >> > -ldbus-glib-1 -ldbus-1 -lgstapp-1.0 -lgstaudio-1.0 -lgstfft-1.0
> >> > -lgstpbutils-1.0 -lgstvideo-1.0 -lg\stbase-1.0 -lgstreamer-1.0 -ljpeg
> >> > -lsecret-1 -lxslt -lxml2 -lGL -ldl -lpangoft2-1.0 -lfreetype
> >> > -lfontconfig -lpng16 -lsqlite3 -lwebp -lXcomposite -lXdamage -lX\fixes
> >> > -lXrender -lXt -lX11 -lz
> >> > /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4/.libs/libjavascriptcoregtk-3.0.so
> >> > -lpthread -licui18n -licuuc -l\icudata -lgthread-2.0 -lrt -lgmodule-2.0
> >> > -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject
> >> > -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -\lgobject-2.0 -lglib-2.0
> >> > -pthread^M
> >> > PT PaX marking -m ./tmp-introspectCZNJhf/.libs/WebKit-3.0^M
> >> > ^M
> >> > (process:24006): GLib-GObject-CRITICAL **:
> >> > g_object_class_install_property: assertion `class->set_property != NULL'
> >> > failed
> >> >
> >> > I have search through google and bgo and found nothing -- how can I fix
> >> > this one?
> >>
> >>
> >> Did you try building with "-j1"?
> >>
> >>
> >> I did find this one bgo, dunno if you found it in your searches (seems
> >> relevant at first glance):
> >>
> >> http://forums.gentoo.org/viewtopic-p-7369078.html
> >> https://bugs.webkit.org/show_bug.cgi?id=119261
> >> https://bugs.gentoo.org/show_bug.cgi?id=463960
> >>
> >> The first URL links to the other two.
> >
> > Well, the post seems to think that setting opengl to xserver instead of
> > nvidia should help -- but I am in a text console -- I might try it
> > anyway, but how could that possibly help?
>
> The problem seems to be in the output of a command being too long (or
> so I remember from the two occasions I have encountered it). I don't
> understand it either.
>
> I remember that I had to use the -j1 trick, and also that I ssh'd to
> the machine, I started a screen session, and from there did the build
> (with X not running). It only has happened to me in my desktop machine
> (with an NVidia card).
Thanks for all the help on this problem -- even though I am not using X,
switching the opengl allowed webkit-gtk to complete -- I sure hope they
fix this -- its rediculous!
Thanks again.
--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-26 18:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-25 17:22 [gentoo-user] having problems building webkit-gtk covici
2013-08-25 19:55 ` Alan McKinnon
2013-08-26 4:16 ` covici
2013-08-26 4:54 ` covici
2013-08-26 5:21 ` Canek Peláez Valdés
2013-08-26 18:54 ` covici
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox