#618 dune-common fails to configure
Metadata
Property | Value |
---|---|
Reported by | Martin Nolte (nolte@mathematik.uni-freiburg.de) |
Reported at | Oct 3, 2009 11:44 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Jö Fahlke (jorrit@jorrit.de) |
Last edited at | Oct 3, 2009 14:57 |
Closed by | Jö Fahlke (jorrit@jorrit.de) |
Closed at | Oct 3, 2009 14:57 |
Closed in version | 2.1 |
Resolution | Fixed |
Comment | in revision 5615 |
Description
When configuring dune-common with minimal options (i.e., MAKE_FLAGS=, CONFIGURE_FLAGS=), you get the following output:
Making all in doxygen
make[3]: Entering directory /hosts/disk1/janeway/dune/trunk/dune-common/doc/doxygen' set -e; if test ! -e doxygen-tag || test x"
find ../.. ( -name *.cc -o -name *.hh -o -name *.png -o -name Doxyfile -o -name modules ) -a -cnewer doxygen-tag -print" != x ; t echo Running doxygen. This may take a while... ; doxygen ./Doxyfile > doxygen.log 2>&1 <&- ; touch doxygen-tag ; if test "$DOXYQUIET" != "1" && test -f doxyerr.log; then cat doxyerr.log; fi; test -x "/update-doxygen.css" && /update-doxygen.css /hosts/disk1/janeway/dune/trunk/dune-common/doc/doxygen/html; fi Running doxygen. This may take a while... make[3]: *** [doxygen-tag] Error 1 make[3]: Leaving directory
/hosts/disk1/janeway/dune/trunk/dune-common/doc/doxygen'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /hosts/disk1/janeway/dune/trunk/dune-common/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory
/hosts/disk1/janeway/dune/trunk/dune-common'
make: *** [all] Error 2
--- Failed to build dune-common ---