Bug 1891794 - Firefox builds fails in rawhide
Summary: Firefox builds fails in rawhide
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: 34
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-10-27 11:49 UTC by edpil02
Modified: 2022-06-08 06:31 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-08 06:31:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description edpil02 2020-10-27 11:49:24 UTC
I tried to build latest firefox koji versions , but all x86_64 builds fails because of a library symbol not define : 
hidden symbol `_ZTVN15google_breakpad22FastSourceLineResolver6ModuleE' isn't defined
Seems to be because mozilla_crashreporter is enable .

change
%ifarch x86_64 %{ix86}
%global enable_mozilla_crashreporter 1

to
%ifarch x86_64 %{ix86}
%global enable_mozilla_crashreporter 0

make the build sucessfull.

Comment 1 Martin Stransky 2020-10-28 09:37:57 UTC
Yes, that may solve it but disables crashreporting which is a bit unfortunate. I may need to install rawhide to fix that.

Comment 2 edpil02 2020-10-28 19:25:10 UTC
You are right.

But seems that the directory firefox*/tookit  needs to be updated or ?.
Or may be a glibc rawhide issue, because i have to deal with many issues which have been solve by waiting glibc updates (extensions install .. )  
Sorry for my english and thanks again.

Comment 3 Martin Stransky 2020-12-09 16:10:35 UTC
Added to 83.0-15.

Comment 4 Ben Cotton 2021-02-09 15:21:47 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle.
Changing version to 34.

Comment 5 Ben Cotton 2022-05-12 16:58:14 UTC
This message is a reminder that Fedora Linux 34 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora Linux 34 on 2022-06-07.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
'version' of '34'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, change the 'version' 
to a later Fedora Linux version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora Linux 34 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora Linux, you are encouraged to change the 'version' to a later version
prior to this bug being closed.

Comment 6 Ben Cotton 2022-06-08 06:31:47 UTC
Fedora Linux 34 entered end-of-life (EOL) status on 2022-06-07.

Fedora Linux 34 is no longer maintained, which means that it
will not receive any further security or bug fix updates. As a result we
are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release.

Thank you for reporting this bug and we are sorry it could not be fixed.


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