Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4664 - kde says qt version < 3.0.2
Summary: kde says qt version < 3.0.2
Status: RESOLVED DUPLICATE of bug 6878
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-07 18:20 UTC by Ole Tange
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
Detailed log from configure (config.log.gz,8.87 KB, application/x-gzip)
2002-07-07 18:22 UTC, Ole Tange
Details
Output from emerge (compile-log-kde-base_arts-1.0.2.gz,2.04 KB, application/x-gzip)
2002-07-07 18:23 UTC, Ole Tange
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***