Control: tags -1 help Hello Luke,
Am 17.10.18 um 12:59 schrieb Luke W Faraone: > Invoking with ``thunderbird --start-debugger-server`` and using the > Firefox WebIDE's remote debugger could you please give a small step by step how to reproduce your output. I'm not that familiar with using these tools. I even can't see any missing react stuff with 60.2.1 on the command line. >, I see the following in the error > console when opening up Thunderbird's error console: > > Error: Module > `resource://devtools/client/shared/vendor/react-dom.js` is not found at > resource://devtools/client/shared/vendor/react-dom.js > > > It appears that #909046 was not in fact fixed. Some instances of the > removal were commented out, but others remain: > > ./source.filter:devtools/client/inspector/markup/test/lib_react_dom_15.4.1.js > ./source.filter:devtools/client/inspector/markup/test/lib_react_with_addons_15.4.1.js > ./source.filter:devtools/client/shared/vendor/react-dom-dev.js > ./source.filter:devtools/client/shared/vendor/react-dom-server-dev.js > ./source.filter:#devtools/client/shared/vendor/react-dom-server.js > ./source.filter:#devtools/client/shared/vendor/react-dom.js > ./source.filter:devtools/client/shared/vendor/react-prop-types-dev.js > ./source.filter:devtools/client/shared/vendor/react-prop-types.js > ./source.filter:#devtools/client/shared/vendor/react-redux.js > ./source.filter:devtools/client/shared/vendor/react-test-renderer-shallow.js To exclude any missing JS libraries we do normally filtering out I build a version 60.3.0 without any filtering of shipped upstream files. But unfortunately the issue still stays so I don't think we need to include more JS files here while creating the tarball. But how knows ... I (wild) guess this *might* be something related to GTK2 vs GTK3. There is also #908654 about getting rid of libgtk+2-dev as build dependency. https://bugs.debian.org/908654 Of course the upstream binary is working as expected. I tried to deal with this all by digging through strace logs within the Debian build but no success. I'm happy with getting any help on this all. -- Regards Carsten Schoenert

