Summary: | media-sound/musescore-4.2.1-r2 - /.../logremover.h: fatal error: gtest/gtest_prod.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | silvio.gerli, woong, xavier.miller |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/36226 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz media-sound:musescore-4.2.0:20240122-233824.log qlist-info.txt temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 882928 [details]
emerge-info.txt
Created attachment 882929 [details]
emerge-history.txt
Created attachment 882930 [details]
environment
Created attachment 882931 [details]
etc.clang.tar.xz
Created attachment 882932 [details]
etc.portage.tar.xz
Created attachment 882933 [details]
media-sound:musescore-4.2.0:20240122-233824.log
Created attachment 882934 [details]
qlist-info.txt
Created attachment 882935 [details]
temp.tar.xz
ci has reproduced this issue with version 4.2.1 - Updating summary. compiles fine if dev-cpp/gtest is installed This bug already happened before, see bug #907955 *** Bug 922881 has been marked as a duplicate of this bug. *** ci has reproduced this issue with version 4.2.1-r1 - Updating summary. see comment of musescore-4.0.2-r1.ebuild: # dev-cpp/gtest is required even when tests are disabled! DEPEND=" ${RDEPEND} dev-cpp/gtest " but in 4.2: DEPEND=" ${RDEPEND} test? ( dev-cpp/gtest ) " This is why it fails ci has reproduced this issue with version 4.2.1-r2 - Updating summary. Any news? Sorry but I don't understand why the package is not yet fixed as it seems to me that it is enough to add the dependency on dev-cpp/gtest let me know. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9464cb6477b35c364d0f8ab15fafb7c090e43c commit 8d9464cb6477b35c364d0f8ab15fafb7c090e43c Author: Violet Purcell <vimproved@inventati.org> AuthorDate: 2024-04-12 14:00:05 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-04-13 07:27:35 +0000 media-sound/musescore: unconditionally BDEPEND on dev-cpp/gtest This was the case in 4.0.2-r1, but for some reason got dropped during the 4.2.1 bump. Closes: https://bugs.gentoo.org/922748 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/36226 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-sound/musescore/musescore-4.2.1-r2.ebuild | 3 ++- media-sound/musescore/musescore-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) |