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 1910277

Summary: Firefox fails to build on armv7hl due to __builtin_neon_vcreatedi was not declared in this scope
Product: [Fedora] Fedora Reporter: Martin Stransky <stransky>
Component: firefoxAssignee: Gecko Maintainer <gecko-bugs-nobody>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: elxreno, erack, gecko-bugs-nobody, jhorak, kai-engert-fedora, pbrobinson, pjasicek, rhughes, rstrode, sandmann, trpost
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-01-04 20:57:29 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: 245418    

Description Martin Stransky 2020-12-23 09:40:19 UTC
Description of problem:

Firefox 84.0.1 fails to build on rawhide due to:

/usr/lib/gcc/armv7hl-redhat-linux-gnueabi/11/include/arm_neon.h:6534:22: error: ‘__builtin_neon_vcreatedi’ was not declared in this scope; did you mean ‘__builtin_neon_vextdi’?
 6534 |   return (poly64x1_t)__builtin_neon_vcreatedi ((__builtin_neon_di) __a);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~
      |                      __builtin_neon_vextdi

build:

https://koji.fedoraproject.org/koji/taskinfo?taskID=58030284

Comment 1 Antonio T. sagitter 2020-12-27 10:04:02 UTC
IceCat is now compiled on ARM:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1662165

Comment 2 Martin Stransky 2021-01-03 21:57:45 UTC
(In reply to Antonio T. sagitter from comment #1)
> IceCat is now compiled on ARM:
> https://koji.fedoraproject.org/koji/buildinfo?buildID=1662165

Which patch fixes that?
Thanks.

Comment 3 Antonio T. sagitter 2021-01-03 22:05:03 UTC
None; it's just a rebuild after an update of GCC.

Comment 4 Martin Stransky 2021-01-04 07:15:57 UTC
Okay, fired the rebuild.
Thanks.

Comment 5 Martin Stransky 2021-01-04 20:57:29 UTC
Fixed now.