Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1753965

Summary: Firefox 68 build: gcc fails with 60789: Error: unknown pseudo-op: `.lbb1'
Product: Red Hat Enterprise Linux 6 Reporter: Martin Stransky <stransky>
Component: gccAssignee: Marek Polacek <mpolacek>
Status: CLOSED WONTFIX QA Contact: Alexandra Petlanová Hájková <ahajkova>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.10CC: ahajkova, fweimer, jakub, law, mcermak, mnewsome, mpolacek, ohudlick, tborcin, toneata
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1727979 Environment:
Last Closed: 2019-09-25 12:36:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Stransky 2019-09-20 11:30:11 UTC
Build log:
http://download.eng.bos.redhat.com/brewroot/work/tasks/2535/23602535/build.log

devtoolset-8-gcc-c++-8.3.1-3.1.el6.x86_64
devtoolset-8-gcc-8.3.1-3.1.el6.x86_64
devtoolset-8-binutils-2.30-54.el6.x86_64
devtoolset-8-libatomic-devel-8.3.1-3.1.el6.x86_64

Firefox build fails with:

11:16.73 {standard input}: Assembler messages:
11:16.75 {standard input}:59668: Warning: end of file not at end of a line; newline inserted
11:16.75 {standard input}:60789: Error: unknown pseudo-op: `.lbb1'
11:16.75 {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
11:16.76 g++: fatal error: Killed signal terminated program cc1plus

Comment 2 Marek Polacek 2019-09-23 17:14:17 UTC
This is strange, I've never seen that `.lbb1' and can't find it anywhere, either.  Are you sure you didn't just run out of memory?  I.e., try to build Firefox again, this time on a box with more RAM.

Comment 3 Martin Stransky 2019-09-23 17:50:11 UTC
I restricted number of parallel builds to 2 and it went through. I'll watch that but looks like it's really OOM.

Comment 4 Jakub Jelinek 2019-09-23 17:52:34 UTC
The assembler warnings/errors are just due to -pipe and cc1plus being killed by the kernel, while the assembler is parsing what it produces.