Summary: | Build fails on ppc64(le), s390(x), aarch64 machines | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jakub Čajka <jcajka> | ||||||||||
Component: | firefox | Assignee: | Martin Stransky <stransky> | ||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||
Priority: | unspecified | ||||||||||||
Version: | 23 | CC: | dan, gecko-bugs-nobody, jcajka, mjuszkie, stransky | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | |||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2015-07-20 06:20:43 UTC | Type: | Bug | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Bug Depends On: | |||||||||||||
Bug Blocks: | 467765, 1071880, 922257, 1051573 | ||||||||||||
Attachments: |
|
Description
Jakub Čajka
2015-02-27 10:34:46 UTC
(In reply to Jakub Čajka from comment #0) > results in build failure probably caused by missing defines for bigendian in > skia... should be "...for endian...", not "...for bigendian..."... Skia should be enabled by default. The missing config flags needs to be updated for second arches. Enabled skia by default in firefox-36.0-2.fc23. Created attachment 997817 [details] firefox s390 build log I have done scratch builds on s390 and ppc64, also normal build failed on aarch64. Failed builds: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2908936 http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=1746212 (scratch) http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2390183 (scratch) Missing defines seems to be result of somehow failing endianity check in SkPreConfig.h:91, at least defining unconditionally SK_CPU_LENDIAN on ppc64le resulted in the same build failure as on aarch64. Thanks for looking in to it. Created attachment 997818 [details]
ppc64le firefox build log
There's another issue there with bigendian boxes - https://bugzilla.mozilla.org/show_bug.cgi?id=1005535 Should be fixed by firefox-36.0-4 Can you please launch the second arch builds for firefox-36.0-4? I have done scratch builds. It seems to build fine on ppc and s390(f21): http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2403017 (f22) http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2403039 (f21) http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=1750984 (f21) but fails during linking on aarch64: http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2915652 (f22) http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2915748 (f21) and fails during execution of xpcshell on s390(f22)(that is weird as build for f21 passes...): http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=1750982 (f22) . . . Executing /builddir/build/BUILD/firefox-36.0.1/mozilla-release/objdir/dist/bin/xpcshell -g /builddir/build/BUILD/firefox-36.0.1/mozilla-release/objdir/dist/bin/ -a /builddir/build/BUILD/firefox-36.0.1/mozilla-release/objdir/dist/bin/ -f /builddir/build/BUILD/firefox-36.0.1/mozilla-release/toolkit/mozapps/installer/precompile_cache.js -e precompile_startupcache("resource://gre/"); self-hosted:14:0 InternalError: function nested too deeply: self-hosted:14:0 } self-hosted:14:0 ^ Traceback (most recent call last): File "/builddir/build/BUILD/firefox-36.0.1/mozilla-release/toolkit/mozapps/installer/packager.py", line 402, in <module> main() File "/builddir/build/BUILD/firefox-36.0.1/mozilla-release/toolkit/mozapps/installer/packager.py", line 394, in main args.source, gre_path, base) File "/builddir/build/BUILD/firefox-36.0.1/mozilla-release/toolkit/mozapps/installer/packager.py", line 157, in precompile_cache errors.fatal('Error while running startup cache precompilation') File "/builddir/build/BUILD/firefox-36.0.1/mozilla-release/python/mozbuild/mozpack/errors.py", line 101, in fatal self._handle(self.FATAL, msg) File "/builddir/build/BUILD/firefox-36.0.1/mozilla-release/python/mozbuild/mozpack/errors.py", line 96, in _handle raise ErrorMessage(msg) mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation . . . Created attachment 999571 [details]
aarch build log
Created attachment 999572 [details]
s390 build log
The aarch should be fixed in firefox-36.0.1-2. Unfortunately the build crashes on intel because gcc internal error. Can you please try the aarch builds for this package? And how can I execute them? The aarch64 is not supported by Firefox, it's because Skia (a graphics backend) does not support the aarch64 architecture yet. Aarch64 Skia bug - https://bugzilla.mozilla.org/show_bug.cgi?id=1142056 Mozilla needs to update its Skia copy from upstream. Skia fix for aarch64 was pushed to rawhide for firefox 37. The s390 fix seems to be included in FF38. This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle. Changing version to '23'. (As we did not run this process for some time, it could affect also pre-Fedora 23 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23 Is it still valid? I see up-to-date FF builds on all secondary arches, so it's not. |