On Wed, Sep 4, 2013 at 12:18 PM, GWTter <seth.gwt@gmail.com> wrote:
Has anyone tried just removing the plugin and reinstalling it? I was having the same issue and that seems to have remedied it.
No, this doesn't help.
While looking at: Failed to load native module at path '/home/gv/.mozilla/firefox/cwbagi2d.default/extensions/gwt-dev-plugin@google.com/lib/Linux_x86_64-gcc3/ff230/libgwt_dev_ff230.so': (80004005) /usr/lib64/firefox/xulrunner/libxul.so: version `xul23.0' not found (required by /home/gv/.mozilla/firefox/cwbagi2d.default/extensions/gwt-dev-plugin@google.com/lib/Linux_x86_64-gcc3/ff230/libgwt_dev_ff230.so)
it seems, that plugin's libgwt_dev_ff230.so library wants to load libxul.so identified as xul23.0, but Fedora packaged library reports itself as mozjs (copy-pasted from googled forum, but mine output was the same):
Fedora Firefox 23 reports:
$ objdump --dynamic-syms --demangle libxul.so | grep CheckedUnwrap
00000000 DF *UND* 00000000 mozjs js::CheckedUnwrap(JSObject*, bool)
Expected report:
$ objdump --dynamic-syms --demangle libxul.so | grep CheckedUnwrap
01863030 g DF .text 0000003d xul23.0 js::CheckedUnwrap(JSObject*, bool)
Future builds (at Rawhide) report version same way - mozjs. It seems that there is going some transformation in Firefox module versioning, and we are caught in between of something.
I switched back to older Firefox version.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment