<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jul 7, 2017 at 2:40 PM, Charles G Robertson <span dir="ltr"><<a href="mailto:cgrobertson@suse.com" target="_blank">cgrobertson@suse.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:Helvetica,Arial,sans-serif;font-size:13px">Hi,<br><br>Hoping someone can help me with this problem.<br><br>Building Firefox 52 ESR install build on ia64 fails with the following error below.<br>Any ideas on how I can fix this?<br><br>(see firefox.install.build.log attached)<br><br>Thanks<br>Cheers<br>  Charles Robertson<br>  SUSE Firefox Maintainer<br><br>==============================<wbr>==============================<wbr>============<br>...<br><font face="'Courier New', monospace">resource://gre/modules/addons/<wbr>LightweightThemeImageOptimizer<wbr>.jsm<br>resource://gre/modules/addons/<wbr>PluginProvider.jsm<br>resource://gre/modules/addons/<wbr>ProductAddonChecker.jsm<br>resource://gre/modules/addons/<wbr>SpellCheckDictionaryBootstrap.<wbr>js<br>resource://gre/modules/addons/<wbr>WebExtensionBootstrap.js<br>resource://gre/modules/addons/<wbr>XPIProvider.jsm<br>Traceback (most recent call last):<br>  File "/usr/src/packages/BUILD/<wbr>mozilla/toolkit/mozapps/<wbr>installer/packager.py", line 415, in <module><br>    main()<br>  File "/usr/src/packages/BUILD/<wbr>mozilla/toolkit/mozapps/<wbr>installer/packager.py", line 409, in main<br>    args.source, gre_path, base)<br>  File "/usr/src/packages/BUILD/<wbr>mozilla/toolkit/mozapps/<wbr>installer/packager.py", line 166, in precompile_cache<br>    errors.fatal('Error while running startup cache precompilation')<br>  File "/usr/src/packages/BUILD/<wbr>mozilla/python/mozbuild/<wbr>mozpack/errors.py", line 103, in fatal<br>    self._handle(self.FATAL, msg)<br>  File "/usr/src/packages/BUILD/<wbr>mozilla/python/mozbuild/<wbr>mozpack/errors.py", line 98, in _handle<br>    raise ErrorMessage(msg)<br>mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation<br>make[2]: *** [stage-package] Error 1<br>make[2]: Leaving directory `/usr/src/packages/BUILD/obj/<wbr>browser/installer'<br>make[1]: *** [make-package] Error 2<br>make[1]: Leaving directory `/usr/src/packages/BUILD/obj/<wbr>browser/installer'<br>make: *** [default] Error 2<br>make: Leaving directory `/usr/src/packages/BUILD/obj/<wbr>browser/installer'<br>error: Bad exit status from /var/tmp/rpm-tmp.96148 (%install)</font><br></div></blockquote><div><br></div><div>The built xpcshell binary is likely failing to exec or is crashing on startup. Try running <objdir>/dist/bin/xpcshell or <objdir>/dist/bin/firefox and see if the error (being suppressed by the build system) makes any sense. If it is failing to exec, it is likely a binary targeting problem. This can occur during cross-compilation, for example. Please follow up with <a href="mailto:dev-builds@lists.mozilla.org">dev-builds@lists.mozilla.org</a> or file a Core :: Build Config bug. Be sure to include your mozconfig and output from the crashing process.<br></div></div></div></div>