[Webkit-unassigned] [Bug 126241] New: [GTK][WK2] linking failure for WebKitNetworkProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 26 01:29:04 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=126241

           Summary: [GTK][WK2] linking failure for WebKitNetworkProcess
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: changseok.oh at collabora.com


I'm facing a linking failure below.

[shivamidow at 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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list