Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202450 - dev-cpp/libmxmlplus-0.9.2_p20060618 emerge fails w/ USE=doc
Summary: dev-cpp/libmxmlplus-0.9.2_p20060618 emerge fails w/ USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-16 05:19 UTC by Bernd Martin Wollny
Modified: 2008-03-24 20:52 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 Bernd Martin Wollny 2007-12-16 05:19:31 UTC
libmxml compiles fine, but the doxygen call fill always fail.

start and interresting section ...  
x86_64-pc-linux-gnu-ar cru .libs/libmxmlplus.a  mxml_attribute.o mxml_document.o mxml_error.o mxml_node.o mxml_utility.o
x86_64-pc-linux-gnu-ranlib .libs/libmxmlplus.a
creating libmxmlplus.la
(cd .libs && rm -f libmxmlplus.la && ln -s ../libmxmlplus.la libmxmlplus.la)
make[2]: Leaving directory `/pub/tmp/portage/dev-cpp/libmxmlplus-0.9.2_p20060618/work/libmxmlplus-0.9.2_p20060618/src'
Making all in doc
make[2]: Entering directory `/pub/tmp/portage/dev-cpp/libmxmlplus-0.9.2_p20060618/work/libmxmlplus-0.9.2_p20060618/doc'
doxygen && touch doctag;
make[3]: Entering directory `/pub/tmp/portage/dev-cpp/libmxmlplus-0.9.2_p20060618/work/libmxmlplus-0.9.2_p20060618/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/pub/tmp/portage/dev-cpp/libmxmlplus-0.9.2_p20060618/work/libmxmlplus-0.9.2_p20060618/doc'
Doxyfile not found and no input file specified!
Doxygen version 1.5.4
Copyright Dimitri van Heesch 1997-2007

You can use doxygen in a number of ways:

1) Use doxygen to generate a template configuration file:
    doxygen [-s] -g [configName]

    If - is used for configName doxygen will write to standard output.

2) Use doxygen to update an old configuration file:
    doxygen [-s] -u [configName]

3) Use doxygen to generate documentation using an existing configuration file:
    doxygen [configName]

    If - is used for configName doxygen will read from standard input.

4) Use doxygen to generate a template style sheet file for RTF, HTML or Latex.
    RTF:   doxygen -w rtf styleSheetFile
    HTML:  doxygen -w html headerFile footerFile styleSheetFile [configFile]
    LaTeX: doxygen -w latex headerFile styleSheetFile [configFile]

5) Use doxygen to generate an rtf extensions file
    RTF:   doxygen -e rtf extensionsFile

If -s is specified the comments in the config file will be omitted.
If configName is omitted `Doxyfile' will be used as a default.

make[2]: *** [doctag] Error 1
make[2]: Leaving directory `/pub/tmp/portage/dev-cpp/libmxmlplus-0.9.2_p20060618/work/libmxmlplus-0.9.2_p20060618/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/pub/tmp/portage/dev-cpp/libmxmlplus-0.9.2_p20060618/work/libmxmlplus-0.9.2_p20060618'
make: *** [all] Error 2
 * 
 * ERROR: dev-cpp/libmxmlplus-0.9.2_p20060618 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_compile
 *             environment, line  449:  Called die
 * The specific snippet of code:
 *       emake || diefunc "$FUNCNAME" "$LINENO" "$?" "emake failed"



bye bernd
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2008-01-20 03:08:58 UTC
Another bug that looks like upstream has abandoned it.  Does anyone really care for this package and will maintain it?  Nothing in the tree depends on it.

dev-zero:  Opinion?
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2008-01-21 08:27:57 UTC
I vote for punting.
Flameeyes: If you care for this package, please take the maintainership within the next week.
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2008-03-24 20:52:28 UTC
Made a new snapshot and bumped the thing.
Seems to work now...

Needed for wt (http://www.webtoolkit.eu)