On Thu, 26 Mar 2020, Sven Schreiber wrote:
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.
That may be ugly but it's harmless.
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
Hmm, what does "No such file or directory" refer to, exactly? If
it's pdflatex itself, then see section 3.1 of the building guide:
export PATH=$PATH:/c/w32tex/bin # or whatever
(but in that case I'd expect to see "Command not found"). Or is it
gretl-ref.tex that's not found? If so, I think I see why that might
be (an instance of no symlinks on Windows breaking the build) and I
can try revising doc/tex/Makefile.
Allin