Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925142

Summary: games-fps/yamagi-quake2-8.30 fails to compile: g_ai.c:465:6: error: no member named __dprintf_chk in game_import_t
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Alexander Tsoy <alexander>
Status: CONFIRMED ---    
Severity: normal CC: alexander, games, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/llvm/llvm-project/issues/63573
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-02-21 08:06:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-fps/yamagi-quake2-8.30 fails to compile.
Discovered on: amd64 (internal ref: clang-lld_tinderbox)
System: CLANG-LLD (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CLANG-LLD)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-21 08:07:00 UTC
Created attachment 885577 [details]
build.log

build log and emerge --info
Comment 2 Alexander Tsoy 2024-02-21 11:46:39 UTC
This looks very similar to bug #807766
Comment 3 Alexander Tsoy 2024-02-21 12:55:24 UTC
(In reply to Alexander Tsoy from comment #2)
> This looks very similar to bug #807766
Yeah, replacing struct member name "dprintf" -> "dprintf_" fixes compilation with clang. I'll forward this issue upstream.