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

Bug 4664

Summary: kde says qt version < 3.0.2
Product: Gentoo Linux Reporter: Ole Tange <bugs.gentoo.org>
Component: [OLD] GCC PortingAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Detailed log from configure
Output from emerge

Description Ole Tange 2002-07-07 18:20:37 UTC
With CC=gcc-3.1 CXX=g++-3.1 and GCJ=gcj-3.1  
 
emerge kde-base/arts-1.0.2 
 
will not compile. See the attached compile logs
Comment 1 Ole Tange 2002-07-07 18:22:10 UTC
Created attachment 2018 [details]
Detailed log from configure
Comment 2 Ole Tange 2002-07-07 18:23:12 UTC
Created attachment 2019 [details]
Output from emerge
Comment 3 Ole Tange 2002-07-07 18:26:44 UTC
It seems not to be only kde base arts. Other KDE-packages are affected, too. 
At least kdelibs, koffice. 
Comment 4 Matthew Kennedy (RETIRED) gentoo-dev 2002-07-25 00:44:30 UTC
hi ole,

do these packages compile fine with CC=gcc, CXX=g++ etc.?

matt
Comment 5 Ole Tange 2002-07-25 03:34:08 UTC
If CC CGJ and CXX is unset then it compiles fine. 
Comment 6 Ole Tange 2002-08-26 07:26:31 UTC
I have just retried with: 
GENTOO_MIRRORS="http://mirrors.sunsite.dk/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
USE="mmx sse apm pcmcia pnp trusted gphoto2 cups slp X opengl xv kde qt qtmt 
arts evo sdl gd gif jpeg png tiff avi mpeg quicktime alsa dvd xmms oggvorbis 
flash encode ipv6 pam ssl crypt imap ldap tcpd mozilla mozirc spell truetype 
xml xml2 pdflib perl berkdb mysql postgres odbc innodb gdbm afs" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-mcpu=i686 -O2 -pipe" 
CXXFLAGS="-mcpu=i686 -O2 -pipe" 
CC=gcc-3.2 
CXX=g++-3.2 
GCJ=gcj-3.2 
# emerge --version 
Portage 2.0.28 
# epm -q glibc 
glibc-2.2.5-r5 
 
I still get same error and I still get no errors if I unset CC/CXX/GCJ. 
 
Comment 7 Ole Tange 2002-08-27 07:28:06 UTC
  

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