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 - Firefox 68 build: gcc fails with 60789: Error: unknown pseudo-op: `.lbb1'
Summary: Firefox 68 build: gcc fails with 60789: Error: unknown pseudo-op: `.lbb1'
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: gcc
Version: 6.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Marek Polacek
QA Contact: Alexandra Petlanová Hájková
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-09-20 11:30 UTC by Martin Stransky
Modified: 2019-09-25 12:36 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1727979
Environment:
Last Closed: 2019-09-25 12:36:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.