#120 closed defect (fixed)
make dist fails (pdflatex can't process the woven O'Mega)
Reported by: | Juergen Reuter | Owned by: | ohl |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | omega | Version: | 2.0.0beta |
Severity: | major | Keywords: | distribution |
Cc: |
Description
make dist fails with the following error message:
test -d /localscratch/reuter/whizard2.0/trunk/whizard-2.0.0_rc1/src/omega || mkdir /localscratch/reuter/whizard2.0/trunk/whizard-2.0.0_rc1/src/omega list='src lib models bin doc web tools extensions tests'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d "/localscratch/reuter/whizard2.0/trunk/whizard-2.0.0_rc1/src/omega/$subdir" \ || /bin/mkdir -p "/localscratch/reuter/whizard2.0/trunk/whizard-2.0.0_rc1/src/omega/$subdir" \ || exit 1; \ distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /localscratch/reuter/whizard2.0/trunk/whizard-2.0.0_rc1/src/omega && pwd`; \ top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd /localscratch/reuter/whizard2.0/trunk/whizard-2.0.0_rc1 && pwd`; \ (cd $subdir && \ make \ top_distdir="$top_distdir" \ distdir="$distdir/$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done make[3]: Entering directory `/localscratch/reuter/whizard2.0/trunk/src/omega/src' make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega/src' make[3]: Entering directory `/localscratch/reuter/whizard2.0/trunk/src/omega/lib' make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega/lib' make[3]: Entering directory `/localscratch/reuter/whizard2.0/trunk/src/omega/models' make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega/models' make[3]: Entering directory `/localscratch/reuter/whizard2.0/trunk/src/omega/bin' make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega/bin' make[3]: Entering directory `/localscratch/reuter/whizard2.0/trunk/src/omega/doc' make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega/doc' make[3]: Entering directory `/localscratch/reuter/whizard2.0/trunk/src/omega/web' make[3]: *** No rule to make target `config.interface', needed by `omega.pdf'. Stop. make[3]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega/web' make[2]: *** [distdir] Error 1 make[2]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src/omega' make[1]: *** [distdir] Error 1 make[1]: Leaving directory `/localscratch/reuter/whizard2.0/trunk/src' make: *** [distdir] Error 1
Change History (9)
comment:1 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:3 Changed 15 years ago by
Severity: | blocker → major |
---|---|
Summary: | make dist does not work !!!!! Always something new! → make dist fails in OSX (pdflatex can't process the woven O'Mega) |
better description
comment:4 Changed 15 years ago by
Summary: | make dist fails in OSX (pdflatex can't process the woven O'Mega) → make dist fails (pdflatex can't process the woven O'Mega) |
---|
This has been reproduced also by Daniel W. on the Linux machines in the Freiburg AFS as well as, I think, partially by WK. So it seems not entirely to be a MAC OS X problem!
comment:5 Changed 15 years ago by
OK, the problem with the unknown rule to make config.interface (just the first in the list of files) happens because ocamlweb was not present. This should be caught to be able to do 'make dist'.
comment:6 Changed 15 years ago by
Or should we just mention to everyone that in order to do a distribution one definitively needs ocamlweb!?!?!?
comment:7 Changed 15 years ago by
So: the "index.tex" problem also persists on the Linux machine! Where does it come from?
comment:8 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
There was a rule for index.tex missing in the src/omega/web/Makefile.am. Closing the ticket.
Well, on the MAC OS X this does not work because of
So it seems everything here is HIGHLY unstable. Going back to bed.