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

Bug 61315

Summary: Building x11-libs/qt-3.3.3 with O3 cflag breaks us_intl keyboard layout
Product: Gentoo Linux Reporter: Francisco <fhidalgosola>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Francisco 2004-08-22 18:35:48 UTC
As said in this thread: http://forums.gentoo.org/viewtopic.php?p=1461049 (in spanish)
This person had this problem and I can confirm it, building qt-3.3.3 with O3 CFLAGS breaks us_intl keyboard layout, you wont be able to write accents, 
Comment 1 Francisco 2004-08-22 18:35:48 UTC
As said in this thread: http://forums.gentoo.org/viewtopic.php?p=1461049 (in spanish)
This person had this problem and I can confirm it, building qt-3.3.3 with O3 CFLAGS breaks us_intl keyboard layout, you wont be able to write accents, ñ and other "international" characters and some characters will be missing and replaced by other ones, like the " character, replaced by the two points in the ü character.
The person of the mentioned thread solved the problem by recompiling with O2 CFLAG and I did the same by recompiling with Os CFLAG. I'm not sure if this is a QT or GCC bug but as a workaround the ebuild should replace O3 CFLAG for O2.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2004-09-03 07:07:25 UTC
qt doesn't even use your cflags, so unless you're manually overriding them this isn't the issue.