Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1140157

Summary: firefox: fails to build on s390(x) and ppc64le
Product: [Fedora] Fedora Reporter: Jakub Čajka <jcajka>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: gecko-bugs-nobody, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-11-27 13:30:24 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 467765, 1051573    
Attachments:
Description Flags
Proposed solution
none
patch split
none
back port of change to /js/src/configure.in none

Description Jakub Čajka 2014-09-10 11:43:18 UTC
Created attachment 936114 [details]
Proposed solution

Firefox-32.0-1 build fails with lot of undefined/missing stuff in Value.h. It seems that up mentioned architectures were omitted in configure.in, as adding/modifying definitions fixes the build. In attachment is patch doing these changes. Please review it.

failing build:
http://s390.koji.fedoraproject.org/koji/buildinfo?buildID=268818

Failing scratch on ppc64le:

http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2096464

Successful scratch builds with patch:

http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2097052
http://s390.koji.fedoraproject.org/koji/taskinfo?taskID=1537812

Comment 1 Jakub Čajka 2014-09-10 13:18:20 UTC
Created attachment 936137 [details]
patch split

Comment 3 Jakub Čajka 2014-09-12 13:36:44 UTC
Created attachment 936971 [details]
back port of change to /js/src/configure.in

This problem is fixed in upstream devel branch, but fix is not backported to 32. In attachment is patch including upstream changes fixing this problem.

Comment 4 Martin Stransky 2014-10-01 09:50:49 UTC
Should be Fixed in upcoming Firefox 33 which comes on Oct 14.