Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730178 - dev-qt/qt-creator-4.8.2 fails to build with gcc 10.1
Summary: dev-qt/qt-creator-4.8.2 fails to build with gcc 10.1
Status: RESOLVED DUPLICATE of bug 711788
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Davide Pesavento
URL:
Whiteboard: mixed arch/~arch
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-29 19:44 UTC by Markus Giese
Modified: 2020-06-30 12:08 UTC (History)
0 users

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


Attachments
emerge info (emerge.info,6.83 KB, application/x-info)
2020-06-29 19:47 UTC, Markus Giese
Details
build.log (build.log,971.50 KB, text/x-log)
2020-06-29 19:49 UTC, Markus Giese
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Giese 2020-06-29 19:44:17 UTC
dev-qt/qt-creator-4.8.2 fails to build with gcc 10.1

Reproducible: Always

Steps to Reproduce:
1.emerge sync
2.emerge qt-creator
3.
Actual Results:  
stops compiling

Expected Results:  
should compile
Comment 1 Markus Giese 2020-06-29 19:47:15 UTC
Created attachment 647102 [details]
emerge info
Comment 2 Andreas Sturmlechner gentoo-dev 2020-06-29 19:47:24 UTC
Don't waste your time with 4.8.2 when 4.12.3 is in tree. Does 4.12.3 build fine?
Comment 3 Markus Giese 2020-06-29 19:49:21 UTC
Created attachment 647104 [details]
build.log

build.log
Comment 4 Markus Giese 2020-06-29 20:06:19 UTC
(In reply to Andreas Sturmlechner from comment #2)
> Don't waste your time with 4.8.2 when 4.12.3 is in tree. Does 4.12.3 build
> fine?

i tried now to emerge qt-creator unstable, which was 4.10.x, cause i dont want to install dozens of unstable qt 5.15 packages which are required for 4.12.3 as you mentioned. 4.10.x stops compiling due to llvm-8.0.1 error.

now i just removed qt-creator...emerge -C qt-creator
Comment 5 Andreas Sturmlechner gentoo-dev 2020-06-29 20:21:41 UTC
But GCC-10 is not stable either.
Comment 6 Andreas Sturmlechner gentoo-dev 2020-06-30 06:41:25 UTC
...and llvm-10 is not stable as well, but the build is picking it up in your case, and this is the real issue:

> LLVM_INSTALL_DIR=/usr/lib/llvm/10

*** This bug has been marked as a duplicate of bug 711788 ***
Comment 7 Andreas Sturmlechner gentoo-dev 2020-06-30 12:08:24 UTC
(In reply to Markus Giese from comment #4)
> i tried now to emerge qt-creator unstable, which was 4.10.x, cause i dont
> want to install dozens of unstable qt 5.15 packages which are required for
> 4.12.3 as you mentioned.

You can disable USE=qmldesigner in order to drop the Qt-5.15 dependency.