Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65322 - net-ftp/kbear-2.1.1 compile fails, can't find qt libs
Summary: net-ftp/kbear-2.1.1 compile fails, can't find qt libs
Status: RESOLVED DUPLICATE of bug 65722
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High blocker
Assignee: Andrew Ross (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-25 08:18 UTC by Chris Ashton
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Ashton 2004-09-25 08:18:30 UTC
I've tried repeatedly to emerge kbear and every time, it fails with the following error:

checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) not found. Please check your installation!

I know for sure that I have qt installed though, I'm running kde right now.

Reproducible: Always
Steps to Reproduce:
1.emerge -v kbear
2.
3.



Expected Results:  
 

emerge -pv kbear qt 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild  N    ] net-ftp/kbear-2.1.1  -arts -debug -xinerama 0 kB 
[ebuild   R   ] x11-libs/qt-3.3.3-r1  +cups -debug -doc (-firebird) +gif 
(-icc)-immqt -immqt-bc +ipv6 +mysql +nas +odbc +opengl -postgres -sqlite 
-xinerama +zlib 0 kB 
 
 
Portage 2.0.51_rc1 (default-linux/amd64/gcc34-2004.2, gcc-3.4.2, 
glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r14 x86_64) 
================================================================= 
System uname: 2.6.7-gentoo-r14 x86_64 AMD Opteron(tm) Processor 240 
Gentoo Base System version 1.5.3 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 
Headers:  sys-kernel/linux26-headers-2.6.7-r4 
Libtools: sys-devel/libtool-1.5.2-r5 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CFLAGS="-march=k8 -O2 -pipe" 
CHOST="x86_64-pc-linux-gnu" 
COMPILER="" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/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=k8 -O2 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://gentoo.netnitco.net 
http://ftp-mirror.internap.com/pub/gentoo/" 
MAKEOPTS="-j1" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" 
USE="X Xaw3d aalib acpi acpi4linux aim alsa amd64 apache2 avi berkdb bidi 
bitmap-fonts bootsplash chroot cjk crypt cups devfs26 dga directfb divx4linux 
dvd dvdread encode evo exif fbcon flash foomaticdb freetype gd gdbm gif 
gimpprint gpm gstreamer gtk gtk2 icq imagemagick imap imlib ipv6 jabber java 
javascript jpeg justify kde kerberos krb4 ldap libg++ libwww lm_sensors maildir 
mikmod mime mixer mng motif mozcalendar mozdomi moznocompose moznoirc moznomail 
mozsvg mpeg mpeg4 mplayer msn multilib mysql mysqli nas ncurses net nls nomac 
odbc offensive oggvorbis openal opengl openssh oscar pam pdflib perl php png 
ppds python qt quicktime readline rplay rtc samba sdl slang spell ssl stroke 
svg tcltk tcpd threads tiff truetype unicode usb v4l v4l2 wmf xchattext xine 
xml xml2 xmms xosd xpm xprintxv xvid yahoo zlib"
Comment 1 Andrew Ross (RETIRED) gentoo-dev 2004-09-25 23:53:03 UTC
The ebuild for 3.3.3-r1 contains the following:

 # needed to fix lib64 issues on amd64, see bug #45669
    use amd64 && ln -s ${QTBASE}/lib ${D}/${QTBASE}/lib64

So the problem _should_ have been addressed. Can you please post the output of "equery files =x11-libs/qt-3.3.3-r1" as an attachment?


Comment 2 Andrew Ross (RETIRED) gentoo-dev 2004-09-29 00:19:10 UTC
I should have looked at the ln usage more closely!

Anyway, bug 65722 describes the problem better, even if it is a newer bug.

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