Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74294 - Superkaramba-0.35 fails to compile due to qt-mt error
Summary: Superkaramba-0.35 fails to compile due to qt-mt error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-13 08:49 UTC by Mark Waterreus
Modified: 2005-02-10 14:22 UTC (History)
0 users

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


Attachments
The config.log for the above described bug (config.log,80.44 KB, text/plain)
2004-12-13 08:54 UTC, Mark Waterreus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Waterreus 2004-12-13 08:49:13 UTC
checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. P
lease 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!

!!! ERROR: x11-misc/superkaramba-0.35 failed.
!!! Function kde_src_compile, Line 130, Exitcode 1
!!! died running ./configure, kde_src_compile:configure
!!! If you need support, post the topmost build error, NOT this status message.

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

Actual Results:  
It just dont compile and end with this error.

Expected Results:  
compile cleanly and brighten up my desktop :)

Portage 2.0.51-r8 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20041102-r0, 2.6.9-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.7
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Dec 11 2004, 09:34:47)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r1
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -mtune=athlon64 -O3 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -mtune=athlon64 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/linux/gentoo
http://gentoo.osuosl.org http://www.ibiblio.org/pub/Linux/distributions/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="amd64 X acpi alsa berkdb bitmap-fonts cdparanoia cdr crypt divx4linux dvd
dvdr f77 fam fortran gif gpm gtk gtk2 imagemagick ipv6 java jp2 jpeg kde ldap
lzw lzw-tiff mad mpeg multilib ncurses nls oggvorbis opengl pam perl png python
qt readline real samba ssl tcpd tiff truetype usb userlocales xml2 xmms xpm
xrandr xv xvid zlib"
Comment 1 Mark Waterreus 2004-12-13 08:54:45 UTC
Created attachment 45919 [details]
The config.log for the above described bug
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-15 03:09:24 UTC
bug 45669?
Comment 3 Mark Waterreus 2004-12-17 14:42:29 UTC
Nope, the symlink from /usr/kde/3.3/lib42 >> /usr/kde/3.3/lib exists so that isnt the problem...
Comment 4 Mark Waterreus 2004-12-17 14:50:54 UTC
omg... Of course I mean lib64.

The necessary parts of QT are also available btw. The libqt-mt.so is in /usr/qt/3/lib so all the files are there. Even tried recompiling qt, kdelibs, binutils (all were recommended somewhere on the internet) but that didnt help.
Superkaramba does compile on my P3-laptop without a problem, used the same compiler flags en USE-flags. The only major difference is the architecture.
Comment 5 Bjoern Koester 2004-12-26 03:54:42 UTC
I solved this issue on my AMD64 by simply simlinking:

ln -s /usr/qt/3/lib /usr/qt/3/lib64

it seems that it looks for the 64 bit version if you run under a 64bit system.
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-19 08:38:50 UTC
Mark, does the suggestion above works for you?
Comment 7 Caleb Tennis (RETIRED) gentoo-dev 2005-02-10 14:22:09 UTC
no response.