Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 778299 - www-client/firefox-87.0: failed to compile on musl
Summary: www-client/firefox-87.0: failed to compile on musl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-26 05:50 UTC by 12101111
Modified: 2021-03-30 00:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 12101111 2021-03-26 05:50:28 UTC
upstream report: 

1. https://github.com/rust-lang/libc/issues/2121
2. https://github.com/msirringhaus/minidump_writer_linux/issues/4

void-linux has a fix for this: https://github.com/void-linux/void-packages/pull/29712/files#diff-d6d3b051c6772b0fccb5ac3064a0b98a37f61b13cd89b649e7c5f2dc7d4aaa68

This fix disable the new `oxidized_breakpad` which is written in rust and use the old one written in c++. The `breakpad` is useless because we disable the crash reporter, but it's built anyway.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-03-30 00:56:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457a663b6029a270e881e4acedb4e10a3c5bc0e7

commit 457a663b6029a270e881e4acedb4e10a3c5bc0e7
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-03-30 00:47:54 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-03-30 00:52:32 +0000

    www-client/firefox: don't build minidump_writer_linux if crashreporter is disabled
    
    Closes: https://bugs.gentoo.org/778299
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 www-client/firefox/Manifest            | 2 +-
 www-client/firefox/firefox-87.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)