RESOLVED DUPLICATE of bug 126247 126241
[GTK][WK2] linking failure for WebKitNetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=126241
Summary [GTK][WK2] linking failure for WebKitNetworkProcess
ChangSeok Oh
Reported 2013-12-26 01:27:02 PST
I'm facing a linking failure below. [shivamidow@LenovoStation:Release]$ make -j4 make all-am make[1]: Entering directory `/home/shivamidow/Projects/WebKit/WebKitBuild/Release' /bin/mkdir -p ./.deps/DerivedSources CXXLD Programs/WebKitNetworkProcess Source/WebKit2/unix/Programs_WebKitNetworkProcess-NetworkMainUnix.o: In function `main': NetworkMainUnix.cpp:(.text.startup+0x1): undefined reference to `NetworkProcessMain' collect2: error: ld returned 1 exit status make[1]: *** [Programs/WebKitNetworkProcess] Error 1 make[1]: Leaving directory `/home/shivamidow/Projects/WebKit/WebKitBuild/Release' make: *** [all] Error 2 It seems related with WK2 Network process, but I haven't found any clue or anything wrong yet. My system is Ubuntu 13.10 and build command is.. ../../configure --prefix=/usr/local --enable-glx --disable-egl --disable-svg --disable-webkit1
Attachments
Carlos Garcia Campos
Comment 1 2013-12-27 00:03:30 PST
I think you just need a clean build
ChangSeok Oh
Comment 2 2013-12-27 06:02:10 PST
(In reply to comment #1) > I think you just need a clean build Hm.. I've already tried clean build several times. But it's not helpful. :\
Zan Dobersek
Comment 3 2013-12-27 07:24:51 PST
This looks similar to bug #126247. Can you check the fix there? It's not yet in patch-form, but should get landed soon-ish.
ChangSeok Oh
Comment 4 2013-12-27 07:38:27 PST
(In reply to comment #3) > This looks similar to bug #126247. > > Can you check the fix there? It's not yet in patch-form, but should get landed soon-ish. Cool! let me check it. Thanks for the info :)
ChangSeok Oh
Comment 5 2013-12-27 07:45:48 PST
(In reply to comment #4) > (In reply to comment #3) > > This looks similar to bug #126247. > > > > Can you check the fix there? It's not yet in patch-form, but should get landed soon-ish. > > Cool! let me check it. Thanks for the info :) The rough patch in 126247 fixes my linking failure. \o/ I make this bug as duplicated one of 126247. and close. *** This bug has been marked as a duplicate of bug 126247 ***
Note You need to log in before you can comment on or make changes to this bug.