Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29941

Summary: net-analyzer/sonar-1.2.0 ebuild fails (doxygen missing?)
Product: Gentoo Linux Reporter: Wernfried Haas (RETIRED) <amne>
Component: Current packagesAssignee: SpanKY <vapier>
Status: RESOLVED FIXED    
Severity: normal CC: red0x
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Configure patch to fix this error

Description Wernfried Haas (RETIRED) gentoo-dev 2003-09-29 12:29:05 UTC
i have problems installing sonar-1.2.0, the ebuild fails with:
make[2]: Leaving directory `/home/portage/portage/sonar-1.2.0/work/sonar-1.2.0/p
lugins'
Making all in doc
make[2]: Entering directory `/home/portage/portage/sonar-1.2.0/work/sonar-1.2.0/
doc'
/bin/false docConf
make[2]: *** [html] Error 1
make[2]: Leaving directory `/home/portage/portage/sonar-1.2.0/work/sonar-1.2.0/d
oc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/portage/portage/sonar-1.2.0/work/sonar-1.2.0'
make: *** [all] Error 2


i also noticed that line in the ./configure part:
checking for doxygen... /bin/false

doxygen isn't installed on my system and i guess it would be a needed dependency. i also added cc: red0x as this might be a gentoo-independend problem as well.

btw: this seems to be missing as well:
--- No package manifest found: /usr/portage/net-analyzer/sonar/Manifest

feel free contact me if you need more output from emerge.
Comment 1 red0x 2003-09-29 17:23:19 UTC
Created attachment 18512 [details, diff]
Configure patch to fix this error

Patches are also available from here:
http://autosec.sourceforge.net/helpDesk/mantis/view_bug_page.php?f_id=0000040.

This bug has been fixed in the next version.  However, that version has not
been released yet, so here is a patch in the meantime.
Comment 2 SpanKY gentoo-dev 2003-10-02 11:09:16 UTC
patch added to cvs, thanks ;D