Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38148 - emerge arson fails -- missing qt
Summary: emerge arson fails -- missing qt
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 01:46 UTC by Torsten Veller (RETIRED)
Modified: 2004-05-01 14:11 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 Torsten Veller (RETIRED) gentoo-dev 2004-01-14 01:46:29 UTC
No QT is installed and is not a dependency of arson.

ACCEPT_KEYWORDS="~x86" emerge arson (app-cdr/arson-0.9.7-r3)
...
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0.2) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

Portage 2.0.50_pre15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20031222-r0, 2.4.24-ck1                                                                                           
)
=================================================================
System uname: 2.4.24-ck1 i686 AMD Duron(tm) processor
Gentoo Base System version 1.4.3.12
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.7.8
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/con                                                                                          fig /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://localhost/gentoo http://localhost ftp://ftp.belnet.be/mirror/rsyn                                                                                c.gentoo.org/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl acpi activefilter alsa apache2 avi berkdb bonobo caps cdr composi                                                                                           te crypt cscope cups dga dvd encode esd faad fbcon ffmpeg foomaticdb gd gdbm gif gnome g                                                                                           pm gstreamer gtk gtk2 gtkhtml guile imap imlib innodb joystick jpeg lcms libwww lirc mad                                                                                            maildir mcal mmx mozcalendar mpeg mpi mule mysql ncurses nls nvidia offensive oggvorbis                                                                                            opengl pam pdflib png python quicktime readline sasl sdk sdl slang slp snmp spell sse s                                                                                           sl svga t1lib tcltk tcpd tiff transcode truetype unicode usb v4l wmf x86 xface xfs xine                                                                                             xml xml2 xmms xosd xv zlib zvbi video_cards_nvidia"


Reproducible: Always
Steps to Reproduce:
Comment 1 Dominik Stadler (RETIRED) gentoo-dev 2004-01-23 11:45:51 UTC
Shouldn't it depend on KDE also?
Comment 2 Dominik Stadler (RETIRED) gentoo-dev 2004-01-24 01:49:32 UTC
The ebuild for arson has the following line:

need-kde 3

Doesn't that mean that is should already require KDE/Qt?
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2004-01-24 04:27:06 UTC
# akmrg -eDp arson | grep kde
[ebuild  N    ] kde-base/kde-env-3-r2

# akmrg -eDp arson | grep qt 
# 
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2004-01-24 04:28:29 UTC
FYI: alias akmrg='ACCEPT_KEYWORDS="~x86" emerge '
Comment 5 Torsten Veller (RETIRED) gentoo-dev 2004-05-01 14:11:36 UTC
akmrg -eDp arson | grep qt 
[ebuild  N    ] x11-libs/qt-3.3.2

Well, it works again. I am closing this bug.