whizard is hosted by Hepforge, IPPP Durham
close Warning: Error with navigation contributor "BrowserModule"

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by ohl

Resolution: worksforme
Status: newclosed

comment:2 Changed 14 years ago by Juergen Reuter

Resolution: worksforme
Status: closedreopened

Well, on the MAC OS X this does not work because of

l.7579 \end{align}
                  pdfTeX warning (ext4): destination with the same identifier (
name{equation.S.15.3}) has been already used, duplicate ignored
<to be read again> 
                   \relax 
l.7579 \end{align}
                   [500] [501] [502] [503] [504] [505] [506] [507] [508]
[509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520]
[521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532]
[533] [534] [535] [536]) [537]
Appendix T.

! LaTeX Error: File `index.tex' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: tex)

Enter file name: ^D
! Emergency stop.
<read *> 
         
l.1073   \input{index.tex}
                          ^^M
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on omega.log.
make[3]: [omega.pdf] Error 1 (ignored)
mpost omegapics
This is MetaPost, version 1.208 (kpathsea version 5.0.0)
(./omegapics.mp (/Users/reuter/tex/fonts/feynmp/feynmp.mp) [1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]
[21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35]
[36] [37] [38] [39] [40] [41] [42])
*^D
! Emergency stop.
<*> omegapics
             
42 output files written: omegapics.1 .. omegapics.42
Transcript written on omegapics.log.
make[3]: *** [omega.pdf] Error 3
make[2]: *** [distdir] Error 1
make[1]: *** [distdir] Error 1
make: *** [distdir] Error 1

So it seems everything here is HIGHLY unstable. Going back to bed.

comment:3 Changed 14 years ago by ohl

Severity: blockermajor
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 14 years ago by Juergen Reuter

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 14 years ago by Juergen Reuter

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 14 years ago by Juergen Reuter

Or should we just mention to everyone that in order to do a distribution one definitively needs ocamlweb!?!?!?

comment:7 Changed 14 years ago by Juergen Reuter

So: the "index.tex" problem also persists on the Linux machine! Where does it come from?

comment:8 Changed 14 years ago by Juergen Reuter

Resolution: fixed
Status: reopenedclosed

There was a rule for index.tex missing in the src/omega/web/Makefile.am. Closing the ticket.

comment:9 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.