Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41240 - missing dependency in doxygen-1.3.5 ; it depends on qt
Summary: missing dependency in doxygen-1.3.5 ; it depends on qt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 06:03 UTC by Hans-Christian Armingeon
Modified: 2004-02-29 23:46 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 Hans-Christian Armingeon 2004-02-11 06:03:38 UTC
I am currentlz installing a new system, an I got this error:
This was my commandline after emerge system:
emerge -u vanilla-sources genkernel hotplug pcmcia-cs grub syslog-ng vixie-cron tcpdump netcat nmap hostapd ethereal kde gnome apache mplayer mplayer-skins openoffice mozilla kphone vim


>>> emerge (47 of 257) app-doc/doxygen-1.3.5 to /
>>> md5 src_uri ;-) doxygen-1.3.5.src.tar.gz
>>> Unpacking source...
>>> Unpacking doxygen-1.3.5.src.tar.gz to /var/tmp/portage/doxygen-1.3.5/work
>>> Source unpacked.
qt
  Autodetected platform linux-g++...
  Checking for Qt...QTDIR is set, but library directory does not exist!

!!! ERROR: app-doc/doxygen-1.3.5 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! "./configure" failed.


Well, but looks rather like a circular dependencz.

USE="-qt" emerge doxygen
works.

Johnny


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



Portage 2.0.50 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-xfs-r3) 
================================================================= 
System uname: 2.4.20-xfs-r3 i686 mobile AMD Athlon(tm) XP 2500+ 
Gentoo Base System version 1.4.3.13 
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] 
Autoconf: sys-devel/autoconf-2.58 
Automake: sys-devel/automake-1.7.7 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=athlon-xp -funroll-loops -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config 
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O3 -march=athlon-xp -funroll-loops -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache distcc sandbox" 
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo http://gentoo.oregonstate.edu" 
MAKEOPTS="-j4" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X Xaw3d aalib acl acpi afs alsa apache2 apm arts avi berkdb bonobo cdr crypt 
cscope cups curl dga directfb doc dvb dvd emacs encode esd ethereal evo fbcon 
firebird flash foomaticdb freetds gb gd gdbm ggi gif gnome gphoto2 gpm gps 
gstreamer gtk gtk2 gtkhtml guile imap imlib informix innodb ipv6 jack java jikes joystick 
jpeg kde kerberos krb4 ladcca lcm ldap leim libg++ libgda libwww lirc mad maildir mbox 
mcal memlimit mikmod mmx motif mozilla mpeg mpi mule mysql nas ncurses nhc98 nls 
oci8 odbc oggvorbis opengl oss pam pcmcia pda pdflib perl plotutils png pnp postgres 
ppds prelude python qt quicktime readline ruby18 samba sasl scanner sdl slang slp 
snmp socks5 spell ssl svga tcltk tcpd tetex tiff truetype usb wmf wxwindows x86 xface 
xinerama xml2 xmms xosd xv zeo zlib"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-02-11 07:39:55 UTC
Are you emerging in parallel?  Doxygen shouldn't require Qt, but in this case it would have already pulled it in.  what's in /usr/qt/3 ?  /usr/qt/3/lib ?

Are you using the nvidia drivers?
Comment 2 Hans-Christian Armingeon 2004-02-15 07:43:37 UTC
No, but worse ;-):
ati-drivers

Johnny
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2004-02-18 02:17:57 UTC
Please assign to dev-tools herd
Comment 4 Jason Wever (RETIRED) gentoo-dev 2004-02-22 17:08:36 UTC
Please assign to dev-tools as that's who doxygen's metadata.xml file says maintains it.  I know next to nothing about this. 
Comment 5 Steve Arnold archtester gentoo-dev 2004-02-29 09:13:28 UTC
It looks like the ebuild needs a little "adjusting" since qt is only required for 
the doxywizard gui.  I'll see if I can't straighten this out today; sorry, been 
busy finding my way back from hell...
Comment 6 Steve Arnold archtester gentoo-dev 2004-02-29 15:02:45 UTC
Ok, this one should do the proper thing wrt to the qt USE flag.  Try the -r1 
ebuild and report any problems.  Thanks.
Comment 7 Hans-Christian Armingeon 2004-02-29 23:46:28 UTC
Well,

in the meanwhile, I installed qt by emerging doxygen wit USE=-qt .

I would have to uninstall qt.

But I thunk, that I'll install another system in the near future.

Johnny