Bug 126241
Summary: | [GTK][WK2] linking failure for WebKitNetworkProcess | ||
---|---|---|---|
Product: | WebKit | Reporter: | ChangSeok Oh <changseok> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cgarcia, gustavo, mrobinson, skyul, svillar, zan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
ChangSeok Oh
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
I think you just need a clean build
ChangSeok Oh
(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
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
(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
(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 ***