Welcome to the Bug Tracking System for the DUNE project.
Due to increasing spam attacks, we had to disable the feature of anonymous bug reports. You will have to register before you are able to report a new bug.
In case you experience any problems, let us know at http://www.dune-project.org/mailinglists.html .
Tasklist

FS#726 - make dist fails if --disable-documentation is used

Attached to Project: Dune
Opened by Martin Nolte (nolte) - Tuesday, 26 January 2010, 10:03 GMT+2
Last edited by Christian Engwer (christi) - Monday, 22 March 2010, 18:57 GMT+2
Task Type Bug Report
Category Infrastructure → Build-System
Status Closed
Assigned To No-one
Operating System Unspecified / All
Severity Medium
Priority Normal
Reported Version SVN (pre2.1)
Due in Version 2.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I always configure DUNE with --disable-documentation. As a new problem, I can no longer call 'make dist' in one of the module directories (here: dune-common). The output I get is as follows:

make[2]: Entering directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc/doxygen'
if test -f ./Doxylocal && test ./Doxylocal -nt ./Doxyfile.in; then
cd ../.. && /usr/people/nolte/numerics/gcc-4.4/dune-common/bin/dunedoxynize;
fi
make
top_distdir="/usr/people/nolte/numerics/gcc-4.4/dune-common/dune-common-2.1-svn" distdir="/usr/people/nolte/numerics/gcc-4.4/dune-common/dune-common-2.1-svn/doc/doxygen"
dist-hook
make[3]: Entering directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc/doxygen'
set -e; mkdir /usr/people/nolte/numerics/gcc-4.4/dune-common/dune-common-2.1-svn/doc/doxygen/html;
make doxygen-html-install instcmd="cp -fp" instdir="/usr/people/nolte/numerics/gcc-4.4/dune-common/dune-common-2.1-svn/doc/doxygen/html"
make[4]: Entering directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc/doxygen'
set -e;
OLDPWD=$PWD;
dir=/usr/people/nolte/numerics/gcc-4.4/dune-common/doc/doxygen;
if test -f /usr/people/nolte/numerics/gcc-4.4/dune-common/doc/doxygen/; then dir=/usr/people/nolte/numerics/gcc-4.4/dune-common/doc/doxygen; fi;
cd "$dir/html/";
list=`echo `;
cd "$OLDPWD";
for p in $list; do
cp -fp $dir/html/$p /usr/people/nolte/numerics/gcc-4.4/dune-common/dune-common-2.1-svn/doc/doxygen/html;
done;
/bin/sh: line 4: cd: /usr/people/nolte/numerics/gcc-4.4/dune-common/doc/doxygen/html/: No such file or directory
make[4]: *** [doxygen-html-install] Error 1
make[4]: Leaving directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc/doxygen'
make[3]: *** [doxygen-dist-install] Error 2
make[3]: Leaving directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc/doxygen'
make[2]: *** [distdir] Error 2
make[2]: Leaving directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc/doxygen'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/hosts/disk1/asterix/nolte/numerics/gcc-4.4/dune-common/doc'
make: *** [distdir] Error 1
This task depends upon

Closed by  Christian Engwer (christi)
Monday, 22 March 2010, 18:57 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  and merged

Loading...