It is known that libc++ is incompatibility with libstdc++. So I failed when I tried to start the precompiled pot in the official llvm profile.
And using llvm during compilation will cause error
(I know that gentoo is not an officially supported distribution, I post the bug here to provide reference for users in need)
Reproduction
install .deb package in release page and start it
Platform
Linux
System Version
Gentoo Linux x86_64
Window System (Linux Only)
X11
Software Version
3.0.5
Log File
No response
Additional Information
Solution:
Compile with gcc if you get error like (Invalid attribute group entry (Producer: 'LLVM19.1.0+libcxx' Reader: 'LLVM 18.1.8+libcxx'))
If you want to use the official guides in portage, maybe you want FEATURES="-network-sandbox" in /etc/portage/make.conf
If you use profile like default/linux/amd64/23.0/llvm/* , you must use a locally compiled version, otherwise, segmentation fault will occur.
you will need net-libs/webkit-gtk:4 for libwebkit2gtk support, net-libs/webkit-gtk will only install 4.1
Description
It is known that libc++ is incompatibility with libstdc++. So I failed when I tried to start the precompiled pot in the official llvm profile. And using llvm during compilation will cause error (I know that gentoo is not an officially supported distribution, I post the bug here to provide reference for users in need)
Reproduction
install .deb package in release page and start it
Platform
Linux
System Version
Gentoo Linux x86_64
Window System (Linux Only)
X11
Software Version
3.0.5
Log File
No response
Additional Information
Solution: