sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Last modified 11 years ago

#100 closed defect

fail to install on Linux: Missing files in distribution — at Initial Version

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

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

Change History (0)

Note: See TracTickets for help on using tickets.