#204 closed defect (fixed)
Sherpa
Reported by: | Generic User (don't modify these fields) | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | major | Milestone: | rel-1.4.0 |
Component: | Unknown | Version: | 1.3.1 |
Keywords: | missing files in package? | Cc: | sami.kama@cern.ch |
Description
SHERPA-MC-1.3.1.tar.gz seems to be missing files in Manual folder, build fails. Log is below
Making all in Manual make[2]: Entering directory `/home/kama/higgsWork/SHERPA-MC-1.3.1/Manual' if test -x "$(which texi2html 2>/dev/null)"; then \
texi2html --I .. --nosec-nav --css-include=./Sherpa.css ./Sherpa.texi; \
elif test -x "$(which makeinfo 2>/dev/null)"; then \
makeinfo -I .. --html --no-split --css-include=./Sherpa.css -o Sherpa.html ./Sherpa.texi; \
else \
touch Sherpa.html; \
fi
.Customization.texi:24: @include `MyInterface.texi': No such file or directory. .Examples.texi:52: @include `LHC_EPA.texi': No such file or directory. .LHC_ADD.texi:1: Prev reference to nonexistent node `LHC_EPA' (perhaps incorrect sectioning?). .LHC_AGC.texi:1: Next reference to nonexistent node `LHC_EPA' (perhaps incorrect sectioning?). .OLE.texi:1: Next reference to nonexistent node `My own interface' (perhaps incorrect sectioning?). .Examples.texi:26: Menu reference to nonexistent node `LHC_EPA' (perhaps incorrect sectioning?). .Customization.texi:17: Menu reference to nonexistent node `My own interface' (perhaps incorrect sectioning?). makeinfo: Removing output file `Sherpa.html' due to errors; use --force to preserve. make[2]: * [Sherpa.html] Error 1
Attachments (2)
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi Sami,
thanks for the report, these files (MyInterface.texi
and LHC_EPA.texi
) were indeed missing in the build process and I have fixed that for the next release. I am also attaching them to this ticket. Please download them into the Manual/
folder and let us know if the installation succeeds then.
Cheers,
Frank
Changed 13 years ago by
Attachment: | LHC_EPA.texi added |
---|
Changed 13 years ago by
Attachment: | MyInterface.texi added |
---|
comment:3 Changed 13 years ago by
Milestone: | → rel-2.0.0 |
---|
Re submitting make output with proper formatting