Installation problem of esys-particle2.3.3 in Ubuntu 16.04

Asked by sde999

Dear admin:
After "make" the command executed, finally the following errors were shown on the screen.

...
Making all in .
make[3]: Entering directory '/home/sde/BUILD/esys/build/Python'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/sde/BUILD/esys/build/Python'
make[2]: Leaving directory '/home/sde/BUILD/esys/build/Python'
Making all in Doc/Tutorial
make[2]: Entering directory '/home/sde/BUILD/esys/build/Doc/Tutorial'
make[2]: *** No rule to make target '/home/sde/BUILD/esys/source-2.3.3/Doc/Tutorial/../ESyS-Particle_Tutorial.pdf', needed by 'all-am'。 停止。
make[2]: Leaving directory '/home/sde/BUILD/esys/build/Doc/Tutorial'
Makefile:466: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sde/BUILD/esys/build'
Makefile:397: recipe for target 'all' failed
make: *** [all] Error 2

Question information

Language:
English Edit question
Status:
Expired
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vince Boros (v-boros) said :
#1

I need some more information:

1/ What was the 'configure' command used (including all the 'configure' options)?
2/ Run the 'configure' command again and look through the output for these lines:
     checking for pdflatex...
     checking for bibtex...
     configure: PDF documentation enabled.
   These three lines appear fairly early in the 'configure' output, before the
   checks for Boost libraries. The checks for pdflatex and bibtex should provide a
   path to an installed binary file (or a link to one), something like
   /usr/bin/pdflatex, etc.
3/ It appears that you are using the ESyS-Particle 2.3.3 source tarball. Can
   you verify this?
4/ It appears that you are building outside the source tree, i.e. calling
   /home/sde/BUILD/esys/source-2.3.3/configure from /home/sde/BUILD/esys/build/.
   Can you verify this? (The reason for this question is that until very
   recently there was a bug building the tutorial documentation if the build
   was happening inside the source tree.)

Regards,

Vince

Revision history for this message
sde999 (newbiesde) said :
#2

Dear Vince:
     Firstly thanks a lot. This problem had been fixed. The cause is that there is not the file"ESyS-Particle_Tutorial.pdf" in the directory"Doc" of the version "esys-particle_2.3.3+dfsg1.orig.tar" . Replace the vesion with the other "ESyS-Particle-2.3.3"containing the "ESyS-Particle_Tutorial.pdf", and successfully compile the source code by the command "make".

Regards,

sde

Revision history for this message
Vince Boros (v-boros) said :
#3

Thanks for the feedback. Understanding the underlying cause for a particular error message is helpful.

Regards,

Vince

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.