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

Bug 154005

Summary: qt-4.2.1 with pch flag cannot be compiled with icc
Product: Gentoo Linux Reporter: Josef Reidinger <queen.killer>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED WONTFIX    
Severity: minor CC: jakub
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for qt-4.2.1

Description Josef Reidinger 2006-11-04 02:28:13 UTC
Topic says everything.
Comment 1 Josef Reidinger 2006-11-04 02:30:01 UTC
Created attachment 101198 [details, diff]
patch for qt-4.2.1

say error if use icc and have pch flag
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-04 03:00:59 UTC
Eh... ICC is not a supported compiler; so IMO either patch it properly or don't bloat ebuild with junk, it will die anyway. (Plus use common sense when setting your use flags: Enable precompiled header support (gcc >3.4, faster compilation times) uh that doesn't exactly sound like it would work w/ ICC, does it?!)
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2006-11-07 11:39:05 UTC
I updated the description of the flag in use.local.desc to better clarify that it's for gcc >3.4 only.