FS#40150 - [thunderbird] does not build in clean chroot

Attached to Project: Arch Linux
Opened by Perfect_Gentleman (Perfect_Gentleman) - Wednesday, 30 April 2014, 07:52 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 30 April 2014, 16:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

resource://gre/modules/ChromeManifestParser.jsm
resource://gre/modules/AddonUpdateChecker.jsm
resource://gre/modules/AddonRepository.jsm
resource://gre/modules/AddonLogging.jsm
resource://gre/modules/devtools/Require.jsm
resource://gre/modules/devtools/Loader.jsm
resource://gre/modules/devtools/DevToolsUtils.jsm
resource://gre/modules/devtools/Console.jsm
resource://gre/modules/devtools/dbg-server.jsm
Traceback (most recent call last):
File "/build/thunderbird/src/comm-esr24/mozilla/toolkit/mozapps/installer/packager.py", line 375, in <module>
main()
File "/build/thunderbird/src/comm-esr24/mozilla/toolkit/mozapps/installer/packager.py", line 367, in main
args.source, gre_path, base)
File "/build/thunderbird/src/comm-esr24/mozilla/toolkit/mozapps/installer/packager.py", line 148, in precompile_cache
errors.fatal('Error while running startup cache precompilation')
File "/build/thunderbird/src/comm-esr24/mozilla/python/mozbuild/mozpack/errors.py", line 101, in fatal
self._handle(self.FATAL, msg)
File "/build/thunderbird/src/comm-esr24/mozilla/python/mozbuild/mozpack/errors.py", line 96, in _handle
raise ErrorMessage(msg)
mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
/build/thunderbird/src/comm-esr24/mozilla/toolkit/mozapps/installer/packager.mk:613: recipe for target 'stage-package' failed
make[2]: *** [stage-package] Error 1
make[2]: Leaving directory '/build/thunderbird/src/comm-esr24/obj-x86_64-unknown-linux-gnu/mail/installer'
/build/thunderbird/src/comm-esr24/mail/build.mk:24: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/build/thunderbird/src/comm-esr24/obj-x86_64-unknown-linux-gnu'
client.mk:353: recipe for target 'install' failed
make: *** [install] Error 2
==> ERROR: A failure occurred in package().
Aborting...

This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 30 April 2014, 16:18 GMT
Reason for closing:  Works for me
Comment by Jan de Groot (JGC) - Wednesday, 30 April 2014, 12:38 GMT
Builds fine in clean chroot (using sudo testing-x86_64-build). This compiles fine with gcc 4.9, so either your chroot is not clean or you modified the package in a way that it doesn't build anymore.

Loading...