Summary: | media-sound/audacity-3.3.3: "AboutDialog.cpp:570:10: error: ‘LINSTALL_PREFIX’ was not declared in this scope; did you mean ‘wxINSTALL_PREFIX’?" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexis <flexibeast> |
Component: | Current packages | Assignee: | Professional Audio Applications Maintainers <proaudio> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dark.knight.ita, leohdz172, richard |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=920845 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Output of `emerge --info`
Build log |
Description
Alexis
2024-01-11 00:30:12 UTC
Created attachment 881884 [details]
Output of `emerge --info`
Please always attach the full build.log (compressed if necessary). Created attachment 881885 [details]
Build log
(In reply to Leonardo Hernández Hernández from comment #2) > Please always attach the full build.log (compressed if necessary). My apologies. bzip2'd build log now attached. My guess is the PCH change. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986e00639a6bd9ca0d650743941a1d7e6b903821 commit 986e00639a6bd9ca0d650743941a1d7e6b903821 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-11 12:57:45 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-11 13:00:27 +0000 media-sound/audacity: disable PCH harder The build system handles its "config.h" header in an unusual way, where it passes -include via CMake as long as PCH is disabled. But it only checks its own build system option, not the standard CMake option to force off PCH, so we started getting build failures w/ the recent cmake.eclass change to pass the latter. Closes: https://bugs.gentoo.org/921731 Signed-off-by: Sam James <sam@gentoo.org> media-sound/audacity/audacity-3.3.3.ebuild | 4 ++-- media-sound/audacity/audacity-9999.ebuild | 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=fb004b1b81732a8e0830e7d62ebe835a39ee36b9 commit fb004b1b81732a8e0830e7d62ebe835a39ee36b9 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-11 13:02:35 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-11 13:02:35 +0000 media-sound/audacity: backport PCH fix Backport 986e00639a6bd9ca0d650743941a1d7e6b903821. Bug: https://bugs.gentoo.org/921731 Signed-off-by: Sam James <sam@gentoo.org> media-sound/audacity/audacity-2.4.2-r3.ebuild | 4 ++-- media-sound/audacity/audacity-3.2.5-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) |