Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29941 - net-analyzer/sonar-1.2.0 ebuild fails (doxygen missing?)
Summary: net-analyzer/sonar-1.2.0 ebuild fails (doxygen missing?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 12:29 UTC by Wernfried Haas (RETIRED)
Modified: 2003-10-02 11:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Configure patch to fix this error (40-config.patch.gz,261 bytes, patch)
2003-09-29 17:23 UTC, red0x
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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