serverlesspub / latex-aws-lambda-layer

latex/pdflatex binaries for AWS Lambda
Other
20 stars 8 forks source link

Failed to "make all" - Error building pandoc-packages #6

Open jesuspc opened 3 years ago

jesuspc commented 3 years ago

After cloning the project and running make all I am getting the following error:

[18/19, 00:06/00:06] install: xunicode [26k]
[19/19, 00:06/00:06] install: xurl [2k]
tlmgr: action install returned an error; continuing.
running mktexlsr ...
done running mktexlsr.
running updmap-sys ...
done running updmap-sys.
tlmgr: package log updated: /opt/texlive/texmf-var/web2c/tlmgr.log
tlmgr: An error has occurred. See above messages. Exiting.
make: *** [pandoc-packages] Error 1
make: *** [Makefile:20: all] Error 2

I noticed that by removing ifxetex and ifluatex from the pandoc-packages in Makefile_Latex fixes it.

joetheone commented 3 years ago

Had the same error and the same fix