https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: games-fps/worldofpadman-1.6-r2 fails to compile. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 911012 [details] build.log build log and emerge --info
Tried to bump to 1.7, same issue.
> 647 | extern Tree constexpr(int); The issue is that 'constexpr' is a keyword in C23. Their 'constexpr' function should be renamed to avoid the collision.
That constexpr belongs to bundled lcc compiler. Why they do that? I dunno. Reported to lcc in https://github.com/drh/lcc/issues/56
and also to https://github.com/PadWorld-Entertainment/worldofpadman/issues/353