Modify ↓
#100 closed defect (fixed)
fail to install on Linux: Missing files in distribution
Reported by: | Generic User (don't modify these fields) | Owned by: | support@sherpa-mc.de |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Unknown | Version: | 1.2.2 |
Keywords: | Cc: | maina@to.infn.it |
Description (last modified by )
make fails as follows:
Making all in Manual make[2]: Entering directory `/root/software_repository/SHERPA/SHERPA-MC-1.2.2/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 .//Examples.texi:36: @include `HERA_DIS.texi': No such file or directory. .//Examples.texi:47: @include `Tevatron_Photons.texi': No such file or directory. .//W_NLO.texi:1: Next reference to nonexistent node `Tevatron_Photons' (perhaps incorrect sectioning?). .//LHC_TTH.texi:1: Prev reference to nonexistent node `HERA_DIS' (perhaps incorrect sectioning?). .//LEP91.texi:1: Next reference to nonexistent node `HERA_DIS' (perhaps incorrect sectioning?). .//Examples.texi:28: Menu reference to nonexistent node `Tevatron_Photons' (perhaps incorrect sectioning?). .//Examples.texi:16: Menu reference to nonexistent node `HERA_DIS' (perhaps incorrect sectioning?). .//Merging.texi:188: Cross reference to nonexistent node `HERA_DIS' (perhaps incorrect sectioning?). .//Shower.texi:48: Cross reference to nonexistent node `HERA_DIS' (perhaps incorrect sectioning?). makeinfo: Removing output file `Sherpa.html' due to errors; use --force to preserve. make[2]: *** [Sherpa.html] Error 1 make[2]: Leaving directory `/root/software_repository/SHERPA/SHERPA-MC-1.2.2/Manual' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/software_repository/SHERPA/SHERPA-MC-1.2.2' make: *** [all] Error 2
In fact there is no trace in the tarball of HERA_DIS.texi and Tevatron_Photons.texi I tried to work around the issue creating both files with touch but all messages about nonexistent nodes were still there.
Thanks,
Ezio Maina
Attachments (2)
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Cc: | maina@to.infn.it added |
---|---|
Description: | modified (diff) |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi Ezio,
you are right, they have been accidently left out of the distribution tarball. I will attach these files to this bug report, so that you can download them and place them in the Manual/
directory. The next release tarball will also contain them of course.
Thanks for letting us know!
Frank
Changed 14 years ago by
Attachment: | HERA_DIS.texi added |
---|
Changed 14 years ago by
Attachment: | Tevatron_Photons.texi added |
---|
comment:4 Changed 13 years ago by
Milestone: | → rel-old |
---|
Note: See
TracTickets for help on using
tickets.
maina@to.infn.it