Ask Your Question

Revision history [back]

As seen in the build/pkgs/texlive/spkg-configure.m4 file, the .configure is using kpsewhich to detect whether you have each of the latex packages installed.

In my case, I obtain:

$ kpsewhich tikz.sty
/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty

Do you have kpsewhich installed? If no, then, the configure script of Sage should be fixed in order to warn the user that kpsewhich is not installed. If you have kpsewhich installed, then you need to figure out why it does not see your texlive installation.

As seen in the build/pkgs/texlive/spkg-configure.m4 file, the .configure./configure is using kpsewhich to detect whether you have each of the latex packages installed.

In my case, I obtain:

$ kpsewhich tikz.sty
/usr/share/texlive/texmf-dist/tex/latex/pgf/frontendlayer/tikz.sty

Do you have kpsewhich installed? If no, then, the configure script of Sage should be fixed in order to warn the user that kpsewhich is not installed. If you have kpsewhich installed, then you need to figure out why it does not see your texlive installation.