Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16729 - Adonthell-0.3.3.ebuild is missing a doxygen dependency
Summary: Adonthell-0.3.3.ebuild is missing a doxygen dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 05:30 UTC by Christian Plessl
Modified: 2003-03-04 02:44 UTC (History)
1 user (show)

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 Christian Plessl 2003-03-03 05:30:38 UTC
I tried to install adonthell, but the installation failed, output see below. My use variable 
includes 'doc' thus the adonthell documentation will be installed. Egamesconf failed 
becauses there is no 'doxygen' isntalled on my system. I guess adding 
app-doc/doxygen to DEPEND should fix that. 
 
portage output: 
 
checking for swig... no 
*** NOTE: If you plan to make changes to the code you will need 
*** SWIG 1.3.14 or higher. SWIG can be found at http://www.swig.org. 
checking whether to build the various editors... no 
checking whether to build the developer documentation... yes 
checking for doxygen... no 
Adonthell documentation requires doxygen. Exiting... 
 
!!! ERROR: app-games/adonthell-0.3.3 failed. 
!!! Function egamesconf, Line 10, Exitcode 1 
!!! egamesconf failed 
 

Reproducible: Always
Steps to Reproduce:
1. emerge adonthell (without having doxygen installed before) 
2. 
3. 
Actual Results:  
checking whether to build the developer documentation... yes 
checking for doxygen... no 
Adonthell documentation requires doxygen. Exiting... 
 
!!! ERROR: app-games/adonthell-0.3.3 failed. 
!!! Function egamesconf, Line 10, Exitcode 1 
!!! egamesconf failed 
 


Portage 2.0.47-r7 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r7) 
================================================================= 
System uname: 2.4.20 i686 Pentium III (Coppermine) 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi crypt encode jpeg libg++ mikmod mpeg ncurses pdflib 
quicktime spell truetype xml2 xmms xv arts berkdb bonobo cdr esd gdbm gif gnome-libs 
gpm gtk gtkhtml guile imlib java kde libwww mozilla nls oggvorbis pam perl png python 
qt readline scanner sdl slang svga tcltk tcpd tetex tiff X opengl samba pda doc dvd 
mmx sse cups ssl motif" 
COMPILER="" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=i686 -O3 -pipe" 
CXXFLAGS="-march=i686 -O3 -pipe" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Christian Plessl 2003-03-03 06:43:12 UTC
I have installed doxygen-1.2.16 and tried to install adonthell again, but the 
installation still fails. The problem seems to be also documentation related, see 
portage output below. 
 
Generating search index... 
Generating style sheet... 
Generating graphical class hierarchy... 
make[3]: Leaving directory `/var/tmp/portage/adonthell-0.3.3/work/adonthell-0.3.                       
3/doc/dlgedit-api' 
Making all in items 
make[3]: Entering directory `/var/tmp/portage/adonthell-0.3.3/work/adonthell-0.3                       
.3/doc/items' 
/usr/bin/doxygen items.cfg 
Error: tag HTML_HEADER: header file `header.html' does not exist 
make[3]: *** [all] Error 1 
make[3]: Leaving directory `/var/tmp/portage/adonthell-0.3.3/work/adonthell-0.3.                       
3/doc/items' 
make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/var/tmp/portage/adonthell-0.3.3/work/adonthell-0.3.                       
3/doc' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/adonthell-0.3.3/work/adonthell-0.3.                       
3' 
make: *** [all] Error 2 
 
!!! ERROR: app-games/adonthell-0.3.3 failed. 
!!! Function src_compile, Line 9808, Exitcode 2 
!!! (no error message) 
 
 
Comment 3 SpanKY gentoo-dev 2003-03-04 02:44:36 UTC
*** Bug 16796 has been marked as a duplicate of this bug. ***