Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332711 - net-libs/webkit-gtk-1.2.3 - ./.libs/libwebkit-1.0.so: undefined reference to `findEntity(char const*, unsigned int)'
Summary: net-libs/webkit-gtk-1.2.3 - ./.libs/libwebkit-1.0.so: undefined reference to ...
Status: RESOLVED DUPLICATE of bug 295318
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-14 10:26 UTC by Robert Bradbury
Modified: 2010-08-16 20:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (EmrgInfo.lst,4.26 KB, text/plain)
2010-08-14 10:30 UTC, Robert Bradbury
Details
webkit-gtk-1.2.3 build.log (webkit-gtk_build.log,195.39 KB, text/plain)
2010-08-15 17:04 UTC, Robert Bradbury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Bradbury 2010-08-14 10:26:23 UTC
webkit-gtk fails to build.  Fails fairly early in the build process with undefined symbols (FindX() function calls) when building Programs/GtkLauncher.



Reproducible: Always

Steps to Reproduce:
1. emerge webkit-gtk

Actual Results:  
Precise error:
  CC     WebKitTools/GtkLauncher/Programs_GtkLauncher-main.o
  CCLD   Programs/GtkLauncher
./.libs/libwebkit-1.0.so: undefined reference to `findEntity(char const*, unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findColor(char const*, unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findProp(char const*, unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findValue(char const*, unsigned int)'
./.libs/libwebkit-1.0.so: undefined reference to `findDoctypeEntry(char const*, unsigned int)'
collect2: ld returned 1 exit status
make[1]: *** [Programs/GtkLauncher] Error 1

Expected Results:  
Should build.

Looks like it may be trying to build a JavaScript core environment and/or run tests.  This (in theory) should not be happening as USE flags are:

USE="doc gstreamer -coverage -debug -test (-websockets%*)"

Looks somewhat similar to Bug #329699 but fails in a completely different place with less extensive errors.  The "fix" regarding CXXFLAGS seems to not apply here.
Comment 1 Robert Bradbury 2010-08-14 10:30:10 UTC
Created attachment 242917 [details]
emerge --info
Comment 2 Dane Smith (RETIRED) gentoo-dev 2010-08-14 14:08:43 UTC
Can you please attach:
/var/tmp/portage/net-libs/webkit-gtk-1.2.3/temp/build.log

Thank you.
Comment 3 Robert Bradbury 2010-08-15 17:04:16 UTC
Created attachment 243079 [details]
webkit-gtk-1.2.3 build.log

This may be a slightly different log from the original problem (USE options: "websockets pango -doc") but it seems to show similar problems.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-08-16 20:05:29 UTC

*** This bug has been marked as a duplicate of bug 295318 ***