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
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(-)