Am 26.03.2020 um 10:55 schrieb Sven Schreiber:
OK, there was a dependency issue so indeed the deps package
wasn't
installed. I had to remove three other packages manually to clear the
way for openblas and curl to be removed. Maybe it would be better to
error out in such cases instead of continuing in the shell script.
Then the build process (with R, MPI, doc and addons) looked good
initially, but towards the end I got a file not found error from
pdflatex. It seemed to look for /opt/gretl/<something> when that path
didn't exist yet (prior to installation).
Could it be that one has to first make a more minimal build&install and
then do a second pass with more build options, when the install prefix
dir already exists?
Nope, I started from scratch with the original conf.sh from the server
(ricardo I guess) and again got this:
libtool: link: gcc -msse2 -fopenmp -o .libs/topiclist topiclist.o
-LC:/msys64/mingw64/lib ../../lib/.libs/libgretl-1.0.dll.a -lopenblas
-lgfortran -ldl -lz -lgmp -lfftw3 -lcurl -lgsf-1 -lgobject-2.0 -lxml2
-lglib-2.0 -lintl -fopenmp -L/opt/gretl/lib
libtool: error: Could not determine the host path corresponding to
libtool: error:
'C:/msys64/mingw64/lib:C:/msys64/mingw64/bin:/home/fantomas/src/build/lib/.libs:/opt/gretl/lib:/opt/gretl/bin'
libtool: error: Continuing, but uninstalled executables may not work.
LANG=en_US ./topiclist
../../../gretl-git/doc/commands/gretl_commands_en.xml >
../tex/cmdtopics.tex && touch topiclist_en
Found 10 sections in '../../../gretl-git/doc/commands/gretl_commands_en.xml'
make[4]: Verzeichnis „/home/fantomas/src/build/doc/commands“ wird verlassen
pdflatex gretl-ref.tex
make[3]: pdflatex: No such file or directory
make[3]: *** [Makefile:131: gretl-ref.pdf] Fehler 127
make[3]: Verzeichnis „/home/fantomas/src/build/doc/tex“ wird verlassen
make[2]: *** [Makefile:277: ../tex/gretl-ref.bbl] Fehler 2
make[2]: Verzeichnis „/home/fantomas/src/build/doc/commands“ wird verlassen
make[1]: *** [Makefile:60: help] Fehler 2
make[1]: Verzeichnis „/home/fantomas/src/build/share“ wird verlassen
make: *** [Makefile:69: share] Fehler 2
At this stage there is no /opt/gretl yet.
thanks
sven