Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67946 - kdbg 1.2.10 fails on configure (missing qt)
Summary: kdbg 1.2.10 fails on configure (missing qt)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-17 15:29 UTC by Paolo Sacconier
Modified: 2004-10-20 17:03 UTC (History)
1 user (show)

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


Attachments
configure log (config.log,62.75 KB, text/x-log)
2004-10-19 10:40 UTC, Paolo Sacconier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Sacconier 2004-10-17 15:29:04 UTC
While emerging kdbg I get the following error:
...
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for killpg in -lucb... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for Qt... configure: error: Qt (>= 2.0) (libraries) not found. Please check your installation!

!!! ERROR: dev-util/kdbg-1.2.10 failed.
!!! Function kde_src_compile, Line 130, Exitcode 1
!!! died running ./configure, kde_src_compile:configure

lamiamela axa # emerge -pv qt

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] x11-libs/qt-3.3.3 [3.2.3-r1] -cups -debug +doc -(firebird) +gif -(icc) -immqt -immqt-bc +ipv6 -mysql -nas -odbc +opengl -postgres -sqlite +xinerama -zlib  128 kB

Total size of downloads: 128 kB

lamiamela axa #

QT is correctly installed. I guess it's a ppc problem because the same ebuild emerged succesfully on my x86 box.

These are my system informations:
Portage 2.0.50-r11 (default-ppc-2004.1, gcc-3.4.1, glibc-2.3.3.20040420-r2, 2.6.8.1)
=================================================================
System uname: 2.6.8.1 ppc 750FX
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=750 -pipe"
CHOST="powerpc-unknown-linux-gnu"
COMPILER=""
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/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/X11/app-defaults /etc/gconf /etc/terminfo /usr/X11R6/lib/X11/xkb /etc/env.d"
CXXFLAGS="-O3 -mcpu=750 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://194.83.57.2/sites/www.ibiblio.org/gentoo/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa arts audiofile berkdb bootsplash cdparanoia cdr doc dvd encode esd f77 fbcon flac gdbm gif gphoto2 gpm gtk imlib ipv6 jabber jack java jpeg kde ldap libwww motif mozilla mpeg ncurses nls nptl oggvorbis opengl pam perl png ppc python qt readline samba scanner sdl slang speex ssl tcpd tetex tiff truetype unicode wifi xine xinerama xmms"



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-10-18 05:37:59 UTC
Please attach the config.log from the build directory so we can see what the failure is.
Comment 2 Paolo Sacconier 2004-10-19 10:40:19 UTC
Created attachment 42191 [details]
configure log
Comment 3 Paolo Sacconier 2004-10-20 16:09:16 UTC
lu_zero solved this problem for me, it was a gcc issue i didn't understand, so I hope he will explain it here and close the bug
Comment 4 Luca Barbato gentoo-dev 2004-10-20 17:03:51 UTC
misplaced C++ headers somewhat...
solved anyway