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

Bug 830497

Summary: games-fps/quakeforge-0.7.2_p20210722 fails to compile: vec4f.h:205:18: error: use of unknown builtin __builtin_shuffle [-Wimplicit-function-declaration]
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: CONFIRMED ---    
Severity: normal CC: ionen, plevine457, toralf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=893904
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2022-01-03 07:30:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: games-fps/quakeforge-0.7.2_p20210722 fails to compile.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses CLANG as a compiler and LLD as a linker
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-03 07:30:53 UTC
Created attachment 761151 [details]
build.log

build log and emerge --info
Comment 2 Ionen Wolkens gentoo-dev 2022-10-25 15:12:53 UTC
ftr been meaning to do a new snapshot for this to see what still needs fixing, but it's often left in a transitional semi-unusable WIP state at runtime (segfaults easily, changes break some important features that need to be re-implemented but aren't yet, etc...) and no longer been able to find a commit where it "mostly works".

Tried again with latest (from last commit in Sep 2022) but was met with a segfault just trying to change keybindings a few seconds in.

Think this may be difficult to support until there's a new finished release, tried to save it before (I used to use this years ago, don't anymore) but I wouldn't see a problem with last rites at this point.
Comment 3 Ionen Wolkens gentoo-dev 2022-12-13 15:56:34 UTC
*** Bug 875653 has been marked as a duplicate of this bug. ***
Comment 4 Ionen Wolkens gentoo-dev 2022-12-13 15:59:42 UTC
*** Bug 875656 has been marked as a duplicate of this bug. ***
Comment 5 Ionen Wolkens gentoo-dev 2022-12-13 16:00:57 UTC
*** Bug 885791 has been marked as a duplicate of this bug. ***
Comment 6 Peter Levine 2023-02-14 03:40:22 UTC
As for clang support, from https://github.com/quakeforge/quakeforge/commit/0c54b0652bba9716c4d13b764fa562147c319544

> Abandon support for clang
> 
> The inconsistencies in clang's handling of casts was bad enough, and its
> silliness with certain extensions, but discovering that it doesn't
> support raw strings was just too much. Yes, it gives a 3s boost to qfvis
> on gmsp3v2.bsp, but it's not worth the hassle.