On Sat, Jul 11, 2009 at 09:55:37AM +0200, Mike Hommey wrote: > > I must say I'm puzzled. How did the x86 build not fail the same way, > > while it seems I forgot to apply half of my patch to keep this symbol > > from being exported ? That's beyond me. > > FTR, I just spotted a possible why: it was built with the version of dpkg > that had a broken dpkg-gensymbols.
That is the real reason: jsbuiltins.cpp: In function 'void js_SetTraceableNativeFailed(JSContext*)': jsbuiltins.cpp:67: warning: 'void js_SetTraceableNativeFailed(JSContext*)': visibility attribute ignored because it jsbuiltins.h:400: warning: conflicts with previous declaration here Looks like there is something fishy and non consistent across architectures with visibility. Mike -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

