[Pkg-javascript-devel] Bug#639596: Please compile with visibility=default

Giuseppe Iuculano iuculano at debian.org
Sun Aug 28 13:17:50 UTC 2011


Package: libv8
Version: 3.4.14.13-2
Severity: important
Tags: experimental patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

I'm preparing chromium 14 for experimental, and it FTFBS with this:

  LINK(target) out/Release/chrome
  third_party/WebKit/Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:371: error: undefined reference to 'v8::internal::I18NExtension::get()'
  third_party/WebKit/Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:372: error: undefined reference to 'v8::internal::I18NExtension::get()'
  collect2: ld returned 1 exit status
  make[1]: *** [out/Release/chrome] Error 1


This is caused by the hidden visibility, please compile with visibility=default:

- -DEB_SCONS_OPTIONS = library=shared soname=on snapshot=on shlibtype=hidden arch=$(v8arch) os=$(v8os) armeabi=$(v8armeabi)
+DEB_SCONS_OPTIONS = library=shared soname=on snapshot=on shlibtype=hidden visibility=default arch=$(v8arch) os=$(v8os) armeabi=$(v8armeabi)

Cheers,
Giuseppe

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5aP/EACgkQNxpp46476aq8/gCfVYi+4+GmTSyqSq4mRtK0Aru7
0JAAniJUO51uhjNlVv2JhJ8LAVufNQuJ
=8BQ1
-----END PGP SIGNATURE-----





More information about the Pkg-javascript-devel mailing list