Summary: | app-emulation/dxvk-2.3 fails to compile (PYTHON-3.12-SYSTEM) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Ionen Wolkens <ionen> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-meson-log.txt |
Description
Agostino Sarubbo
![]() Created attachment 870335 [details]
build.log
build log and emerge --info
Created attachment 870336 [details]
1-meson-log.txt
1-meson-log.txt
Error(s) that match a know pattern: ../dxvk-2.3/meson.build:1:0: ERROR: Unable to detect linker for compiler `x86_64-w64-mingw32-gcc -m32 -mfpmath=sse -Wl,--version -O2 -mtune=generic -march=x86-64 -fno-stack-protector -fno-stack-clash-protection -fno-stack-check -fcf-protection=none -U_FORTIFY_SOURCE -g3 -ggdb3 -fno-common -fno-omit-frame-pointer -fsanitize=address -mno-avx -Wl,-O1 -Wl,--as-needed -static-libasan` stderr: x86_64-w64-mingw32-gcc: fatal error: cannot read spec file ‘libsanitizer.spec’: No such file or directory stderr: x86_64-w64-mingw32-gcc: fatal error: cannot read spec file ‘libsanitizer.spec’: No such file or directory asan probably should be stripped out. I don't think so, this is not something to be used globally on a whim imo, this gets used when needed. There are quite a lot of other similar flags that are going to be issues, and not going to be maintaining a list of these. *** Bug 914043 has been marked as a duplicate of this bug. *** Not to mention that these ebuilds already do strip-unsupported-flags, haven't checked why it did not get stripped, but that the flag stays may be an issue with the eclass instead. (In reply to Ionen Wolkens from comment #5) > I don't think so, this is not something to be used globally on a whim imo, > this gets used when needed. There are quite a lot of other similar flags > that are going to be issues, and not going to be maintaining a list of these. I agree, similar bugs won't be reported anymore |