Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874342 - media-sound/easyeffects-6.3.0 ebuild claims clang is supported, when it's not
Summary: media-sound/easyeffects-6.3.0 ebuild claims clang is supported, when it's not
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-03 03:29 UTC by Mazunki Hoksaas
Modified: 2022-10-04 03:13 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,3.02 KB, text/x-log)
2022-10-03 03:52 UTC, Mazunki Hoksaas
Details
emerge --info easyeffects (emerge.info,15.71 KB, text/plain)
2022-10-03 03:52 UTC, Mazunki Hoksaas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mazunki Hoksaas 2022-10-03 03:29:02 UTC
media-sound/easyeffects-6.3.0 checks for `-std=c++20` support on the compiler, and fails otherwise. 

Upstream's meson.build checks whether we're using gcc, and upright dies if it doesn't match exactly.

Check ${S}/meson.build lines 18-20 for the corresponding check. Points to clang-tidy reasoning here: https://github.com/wwmm/easyeffects/pull/1739.
Comment 1 Mazunki Hoksaas 2022-10-03 03:52:02 UTC
Created attachment 816118 [details]
build.log
Comment 2 Mazunki Hoksaas 2022-10-03 03:52:41 UTC
Created attachment 816121 [details]
emerge --info easyeffects
Comment 3 Larry the Git Cow gentoo-dev 2022-10-04 03:13:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbeecd706f4f9fc157df43bfe660a79d27081ef

commit 7dbeecd706f4f9fc157df43bfe660a79d27081ef
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2022-10-04 02:26:02 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2022-10-04 03:13:02 +0000

    media-sound/easyeffects: require gcc to build 6.3.0
    
    Enforced by upstream build scripts + code known to fail to compile
    against clang (see https://github.com/wwmm/easyeffects/pull/1739).
    
    Closes: https://bugs.gentoo.org/874342
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 media-sound/easyeffects/easyeffects-6.3.0.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)