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

Bug 730256

Summary: dev-qt/qt-creator - ld: cannot find -lclangFormat
Product: Gentoo Linux Reporter: Alain B Soucy <soucy221>
Component: Current packagesAssignee: Davide Pesavento <pesa>
Status: RESOLVED DUPLICATE    
Severity: normal CC: grknight, qt
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log of qt-creator
build.log of qt-creator

Description Alain B Soucy 2020-06-30 15:51:31 UTC
Hi, 

I just "emerge --sync" but the package "dev-qt/qt-creator-4.8.2" don't compile:

ERROR: dev-qt/qt-creator-4.8.2::gentoo failed (compile phase):
 *   emake failed




When I try to compile it without de USE flag 'clang' it compile fine:


USE=-clang emerge qt-creator


The "sys-devel/clang-runtime" and "sys-devel/clang-common"   packages had also been emerge --sync  today !


thanks.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2020-06-30 16:04:13 UTC
Please attach the failed build.log to this bug
Comment 2 Alain B Soucy 2020-06-30 16:19:59 UTC
Created attachment 647230 [details]
build.log of qt-creator
Comment 3 Brian Evans (RETIRED) gentoo-dev 2020-06-30 16:22:28 UTC
Does it still fail if you disable ccache?
Comment 4 Alain B Soucy 2020-06-30 17:01:55 UTC
I comment out everything relating to 'ccache' in '/etc/portage/make.conf' and added 'FEATURES=-ccache'.


Reboot.


re-emerge.


but get the same error.
Comment 5 Alain B Soucy 2020-06-30 17:03:57 UTC
Created attachment 647232 [details]
build.log of qt-creator
Comment 6 Andreas Sturmlechner gentoo-dev 2020-06-30 17:42:17 UTC
It is broken by just stabilised llvm-10.

*** This bug has been marked as a duplicate of bug 711788 ***