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"
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?
No, but worse ;-): ati-drivers Johnny
Please assign to dev-tools herd
Please assign to dev-tools as that's who doxygen's metadata.xml file says maintains it. I know next to nothing about this.
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...
Ok, this one should do the proper thing wrt to the qt USE flag. Try the -r1 ebuild and report any problems. Thanks.
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