[Dune] [#618] dune-common fails to configure

Dune dune at dune-project.org
Sat Oct 3 16:48:01 CEST 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#618 - dune-common fails to configure
User who did this - Jö Fahlke (joe)

----------
The problem appears to be related to update-doxygen.css.  modifying am/doxygen to print the commands executed by the shell I get:

joe at paranoia:~/src/dune/dune-common/doc/doxygen$ make
set -ex; 
	  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 ; then 
	    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 /home/joe/src/dune/dune-common/doc/doxygen/html; 
	fi
+ test '!' -e doxygen-tag
+ echo Running doxygen. This may take a while...
Running doxygen. This may take a while...
+ doxygen ./Doxyfile
+ touch doxygen-tag
+ test '' '!=' 1
+ test -f doxyerr.log
+ test -x /update-doxygen.css
make: *** [doxygen-tag] Fehler 1
joe at paranoia:~/src/dune/dune-common/doc/doxygen$ 

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=618#comment1181

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list