tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/webkit-gtk-2.4.3: testing needed



On Tue, Jun 03, 2014 at 10:46:30AM +0200, Leonardo Taccari wrote:
> I am now rebuilding webkit-gtk to see if GLX, WebGL and accelerated
> composite support influence in some way the perfomance (altough I doubt
> that because on this machine drm(4) works pretty well... worth trying!).
It fails building with the following errors:

[...]
  CXX      DerivedSources/WebCore/libWebCoreSVG_la-JSSVGPathSegClosePath.lo
  CXX      DerivedSources/WebCore/libWebCoreSVG_la-JSSVGPatternElement.lo
  CXX      DerivedSources/WebCore/libWebCoreSVG_la-JSSVGSVGElement.lo
  CXX      DerivedSources/WebCore/libWebCoreSVG_la-JSSVGTextElement.lo
  CXXLD    libWebCoreSVG.la
  CXXLD    libwebkitgtk-1.0.la
Source/autotools/install-sh -c -d ./.deps/DerivedSources
  CCLD     Programs/GtkLauncher
/usr/pkgsrc/wip/webkit-gtk/work/webkitgtk-2.4.3/.libs/libwebkitgtk-1.0.so: 
undefined reference to 
`_ZN3JSC21GenericTypedArrayViewINS_14Float32AdaptorEE6createEj'
collect2: error: ld returned 1 exit status
GNUmakefile:40541: recipe for target 'Programs/GtkLauncher' failed
gmake[1]: *** [Programs/GtkLauncher] Error 1
gmake[1]: Leaving directory '/usr/pkgsrc/wip/webkit-gtk/work/webkitgtk-2.4.3'
GNUmakefile:25693: recipe for target 'all' failed
gmake: *** [all] Error 2
*** Error code 2
[...]

...and:

 $ grep -I "_ZN3JSC21GenericTypedArrayViewINS_14Float32AdaptorEE6createEj" -r .

does not help.
I (re)added "opengl" to PKG_SUGGESTED_OPTIONS to have a working
wip/webkit-gtk.


Ciao,
L.


Home | Main Index | Thread Index | Old Index