Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57472 - pikdev 0.6.6a fails to find qt-mt
Summary: pikdev 0.6.6a fails to find qt-mt
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-18 04:52 UTC by Colin Tinker
Modified: 2004-07-18 15:41 UTC (History)
0 users

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


Attachments
pikdev-06.6.a config.log (config.log,18.45 KB, text/x-log)
2004-07-18 05:38 UTC, Colin Tinker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Tinker 2004-07-18 04:52:41 UTC
checking for pthread_create in -lpthread... yes
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!


qt-mt does exist in the standard gentoo location.

Reproducible: Always
Steps to Reproduce:
1. emerge pikdev
2.
3.

Actual Results:  
configure fails 

Expected Results:  
pikdev builds and install 

emerge info 
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040619-r0, 
2.6.7-gentoo-r11) 
================================================================= 
System uname: 2.6.7-gentoo-r11 i686 AMD Athlon(tm) processor 
Gentoo Base System version 1.5.1 
ccache version 2.3 [enabled] 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-mcpu=athlon-xp -O3 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs buildpkg ccache clean distcc fixpackages sandbox userpriv 
usersandbox" 
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage" 
USE="3dnow X X509 aac aalib acl acpi acpi4linux aim alsa apm arts avantgo avi 
berkdb bluetooth bonobo cddb cdr chroot crypt cups curl dga directfb divx4linux 
dvd dvdr dvdread encode esd ethereal evo faac faad fam fbcon fftw flac 
foomaticdb freetype gdbm gif gimp gimpprint gnome gphoto2 gpm gstreamer gtk 
gtk2 gtkhtml icq ieee1394 imagemagick imlib imlib2 innodb ipv6 irda irmc jabber 
java joystick jpeg kde ldap libg++ libwww linguas_en_GB live mad mikmod mmx mng 
motif mozcalendar mozilla mozp3p mozsvg mozxmlterm mpeg mpeg4 msn mysql nas 
ncurses nls nocd nptl offensive oggvorbis ooo-kde opengl opie oscar oss pam 
pcap pcre pda pdflib perl pic png postgres prelink pthreads python qt quicktime 
readline samba scanner sdl silc skey slang sox speedo speex spell sse ssl svg 
svga t1lib tcpd threads tiff transcode truetype type1 unicode usb uudeview v4l 
v4l2 vim-with-x wifi wmf x86 xfs xml2 xmms xprint xv xvid zlib zvbi"
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-07-18 05:23:22 UTC
can you attach config.log please. Also try with distcc and see if that changes anything.
Comment 2 Colin Tinker 2004-07-18 05:38:14 UTC
Created attachment 35688 [details]
pikdev-06.6.a config.log

Here is the config.log and distcc is enabled if you look at the features of my
emerme info.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-07-18 06:01:31 UTC
Opps I did mean without. I'm too tired. Will look another day. Thanks for the bug report.
Comment 4 Colin Tinker 2004-07-18 06:16:05 UTC
I have recompiled qt and it has compiled, had a crash about a month ago which left a lot of lost clusters.  They must have been from qt but has not affected any other compiles of kde apps.
Comment 5 Daniel Black (RETIRED) gentoo-dev 2004-07-18 15:41:58 UTC
Thanks for finding the problem.