Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922165 - dev-python/pyside6: fail to compile with LLVM profile with or without LTO (even fallback to gcc)
Summary: dev-python/pyside6: fail to compile with LLVM profile with or without LTO (ev...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Andrew Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-15 12:36 UTC by Gonçalo Negrier Duarte
Modified: 2024-02-17 00:55 UTC (History)
2 users (show)

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


Attachments
emerge_info.log (emerge_info.log,20.30 KB, text/x-log)
2024-01-15 12:37 UTC, Gonçalo Negrier Duarte
Details
gcc_full_lto env file (gcc-full-lto.conf,234 bytes, text/plain)
2024-01-15 12:37 UTC, Gonçalo Negrier Duarte
Details
gcc_full env file (gcc-full.conf,210 bytes, text/plain)
2024-01-15 12:38 UTC, Gonçalo Negrier Duarte
Details
gcc_lto env file (gcc-lto.conf,188 bytes, text/plain)
2024-01-15 12:38 UTC, Gonçalo Negrier Duarte
Details
gcc env file (gcc.conf,182 bytes, text/plain)
2024-01-15 12:38 UTC, Gonçalo Negrier Duarte
Details
pyside6-logs.xz (pyside6-logs.xz,70.50 KB, application/x-xz)
2024-01-15 13:20 UTC, Gonçalo Negrier Duarte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gonçalo Negrier Duarte 2024-01-15 12:36:57 UTC
I having problems compiling pyside6 on llvm profile even when using gcc as fallback I gonna post emerge --info, env files I use, and this logs:
1-Clang with lto
2-Clang without lto
3-Gcc (full toolchain) with lto
4-Gcc (full toolchain) without lto
5-Gcc (only compiler) with lto
5-Gcc (only compiler) without lto

Reproducible: Always
Comment 1 Gonçalo Negrier Duarte 2024-01-15 12:37:20 UTC
Created attachment 882340 [details]
emerge_info.log
Comment 2 Gonçalo Negrier Duarte 2024-01-15 12:37:51 UTC
Created attachment 882341 [details]
gcc_full_lto env file
Comment 3 Gonçalo Negrier Duarte 2024-01-15 12:38:04 UTC
Created attachment 882342 [details]
gcc_full env file
Comment 4 Gonçalo Negrier Duarte 2024-01-15 12:38:19 UTC
Created attachment 882343 [details]
gcc_lto env file
Comment 5 Gonçalo Negrier Duarte 2024-01-15 12:38:34 UTC
Created attachment 882344 [details]
gcc env file
Comment 6 Gonçalo Negrier Duarte 2024-01-15 13:20:17 UTC
Created attachment 882345 [details]
pyside6-logs.xz

Since some logs are larger that 1000KB I put everthing I compress all logs in one archive
Comment 7 Gonçalo Negrier Duarte 2024-02-17 00:55:13 UTC
dev-python/pyside6-6.6.1 seems now compile with clang-17. (LLVM 17.0.6)
Im closing the bug as fixed.

Dont know if this commit is reponsible or not: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463d2cccdfc292a6123cc70e41a730d23d9451ed

@andrewammerlaan@gentoo.org