RESOLVED DUPLICATE of bug 3809138451
[GTK] Linker errors in Linux GTK builds.
https://bugs.webkit.org/show_bug.cgi?id=38451
Summary [GTK] Linker errors in Linux GTK builds.
Nayan
Reported 2010-05-03 00:44:06 PDT
Linux GTK builds are giving following linker error in latest WebKit builds, CXXLD libwebkit-1.0.la CC WebKitTools/GtkLauncher/Programs_GtkLauncher-main.o CCLD Programs/GtkLauncher ./.libs/libwebkit-1.0.so: undefined reference to `WebCore::Geolocation::clearWatch(int)' collect2: ld returned 1 exit status make[1]: *** [Programs/GtkLauncher] Error 1 make[1]: Leaving directory `/home/nayankk/webkit/webkit' make: *** [all] Error 2 Version of WebKit I am using is, Path: . URL: http://svn.webkit.org/repository/webkit/trunk Repository Root: http://svn.webkit.org/repository/webkit Repository UUID: 268f45cc-cd09-0410-ab3c-d52691b4dbfc Revision: 58666 Node Kind: directory Schedule: normal Last Changed Author: cjerdonek@webkit.org Last Changed Rev: 58666 Last Changed Date: 2010-05-03 11:10:53 +0530 (Mon, 03 May 2010) I am not sure whether these linker errors are seen in other ports as well.
Attachments
Fix for linker errors (977 bytes, patch)
2010-05-03 00:46 PDT, Nayan
no flags
Nayan
Comment 1 2010-05-03 00:46:16 PDT
Created attachment 54909 [details] Fix for linker errors
WebKit Review Bot
Comment 2 2010-05-03 01:16:48 PDT
Holger Freyther
Comment 3 2010-05-03 21:50:32 PDT
Is there anything special with your platform? The default seems to work here.
Nayan
Comment 4 2010-05-03 21:57:49 PDT
I am using Ubuntu 9.10. Build is just the GTK port of WebKit without any modifications. Initially, I thought these linker errors could be because of my environment issues, but, same error was seen with one of my friend's build as well. Anyways, this doesn't seems to be the right fix, as its causing build failure in Chromium.
Holger Freyther
Comment 5 2010-05-03 22:01:40 PDT
(In reply to comment #4) > I am using Ubuntu 9.10. Build is just the GTK port of WebKit without any > modifications. Initially, I thought these linker errors could be because of my > environment issues, but, same error was seen with one of my friend's build as > well. Anyways, this doesn't seems to be the right fix, as its causing build > failure in Chromium. I do not see a reason this simple method would need a hand written binding. Could you attempt to make a clean build?
Ryuan Choi
Comment 6 2010-05-04 01:51:29 PDT
I think that this is duplicated with Bug 38091 It was fixed
Eric Seidel (no email)
Comment 7 2010-05-05 22:07:56 PDT
I'm confused.
WebKit Review Bot
Comment 8 2010-05-08 17:36:17 PDT
Xan Lopez
Comment 9 2010-05-12 05:08:36 PDT
This just needs the last patch in bug 33590 to be committed, AFAICT.
Nayan
Comment 10 2010-05-12 05:14:52 PDT
This error is not seen in latest builds. Issue is the dup of #38091 *** This bug has been marked as a duplicate of bug 38091 ***
Note You need to log in before you can comment on or make changes to this bug.