Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830497 - games-fps/quakeforge-0.7.2_p20210722 fails to compile: vec4f.h:205:18: error: use of unknown builtin __builtin_shuffle [-Wimplicit-function-declaration]
Summary: games-fps/quakeforge-0.7.2_p20210722 fails to compile: vec4f.h:205:18: error:...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 875653 875656 885791 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-01-03 07:30 UTC by Agostino Sarubbo
Modified: 2023-02-14 03:40 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,188.00 KB, text/plain)
2022-01-03 07:30 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.