Summary: | www-client/firefox-73.0 - Could not find profraw files in the current directory: .../work/firefox-73.0/ff/instrumented | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Gunnar Eggen <geggen54> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | vladi |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Full log of failed build with applied firefox-73.0_fix_lto_pgo_builds.patch
Environment from failed build |
Description
Gunnar Eggen
2020-02-14 11:02:09 UTC
Please attach the entire build log to this bug report. Looks like it is trying to break through FEATURES=network-sandbox The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f2ceab0a79e973d3e1e70dc4cf201bd09c5154b commit 2f2ceab0a79e973d3e1e70dc4cf201bd09c5154b Author: Jory Pratt <anarchy@gentoo.org> AuthorDate: 2020-02-14 13:09:14 +0000 Commit: Jory Pratt <anarchy@gentoo.org> CommitDate: 2020-02-14 13:09:29 +0000 www-client/firefox: Fix pgo/lto builds Closes: https://bugs.gentoo.org/709440 Closes: https://bugs.gentoo.org/706772 Closes: https://bugs.gentoo.org/709594 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Jory Pratt <anarchy@gentoo.org> .../firefox/files/firefox-69.0-lto-gcc-fix.patch | 26 ----------- .../files/firefox-73.0_fix_lto_pgo_builds.patch | 51 ++++++++++++++++++++++ www-client/firefox/firefox-73.0.ebuild | 2 + 3 files changed, 53 insertions(+), 26 deletions(-) Created attachment 613838 [details]
Full log of failed build with applied firefox-73.0_fix_lto_pgo_builds.patch
Full log of failed build with applied firefox-73.0_fix_lto_pgo_builds.patch
Build still fails with firefox-73.0_fix_lto_pgo_builds.patch Attached is full buildlog Created attachment 613840 [details]
Environment from failed build
Environment from failed build
I have the same problem, the patch doesn't fix it for me either. The build seems to profile and install correctly when using clang, but there seems to be no dice with gcc. The actual error messages differ - for instance, I'm seeing the ones last attached to bug 709272 , while Gunnars log doesn't contain messages like these for some reason: >JavaScript error: resource://activity-stream/lib/ActivityStreamPrefs.jsm, line 27: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIPrefBranch.removeObserver] >JavaScript error: resource://services-settings/RemoteSettingsClient.jsm, line 144: Error: Unknown callback > >###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost > > >###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost > > >###!!! [Parent][DispatchAsyncMessage] Error: >PBackgroundIDBFactory::Msg_PBackgroundIDBFactoryRequestConstructor Value error: message was deserialized, but contained an illegal value > >JavaScript error: resource://services-common/kinto-offline-client.js, line 603: Error: IndexedDB getLastModified() The operation failed for reasons unrelated to the database itself and not covered by any other error code. No idea how, but I guess we can conclude that +pgo+lto-clang is currently broken. This is very likely a dupe of bug 709654. *** Bug 710674 has been marked as a duplicate of this bug. *** The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3755724da101dd492d6a2a61083945ad92933666 commit 3755724da101dd492d6a2a61083945ad92933666 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-02-24 16:38:40 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-02-24 16:52:46 +0000 profiles: p.use.mask >=www-client/firefox-72[pgo] USE=pgo is broken since firefox-72. Bug: https://bugs.gentoo.org/709594 Bug: https://bugs.gentoo.org/709654 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++-- profiles/arch/powerpc/ppc64/64le/package.use.mask | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0658199715254b723aefcdea8641ccde7d316a36 commit 0658199715254b723aefcdea8641ccde7d316a36 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-02-24 22:33:45 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-02-24 22:35:19 +0000 profiles: Revert "profiles: p.use.mask >=www-client/firefox-72[pgo]" This reverts commit 3755724da101dd492d6a2a61083945ad92933666. p.use.mask was too strict because USE=pgo works when using USE=clang. Bug: https://bugs.gentoo.org/709594 Bug: https://bugs.gentoo.org/709654 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++-- profiles/arch/powerpc/ppc64/64le/package.use.mask | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5059bb531cc73e428042a83fe07191b2d98d40c4 commit 5059bb531cc73e428042a83fe07191b2d98d40c4 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-02-24 22:31:24 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-02-24 22:35:18 +0000 www-client/firefox: block USE=pgo when USE=-clang USE=pgo is currently known to be broken when using GCC. Instead of silently ignoring USE=pgo when using GCC, we are forcing a user decision so user has the chance to enable USE=clang in case PGO is important for user without wasting 2+ hours commpiling firefox just to find out that PGO which was requested was ignored. Bug: https://bugs.gentoo.org/709594 Bug: https://bugs.gentoo.org/709654 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> www-client/firefox/firefox-73.0.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) I am going to combine USE=pgo failures in bug 709654. *** This bug has been marked as a duplicate of bug 709654 *** |