You are not logged in.
I am trying to install texlive (already successfully installed texlive-basic) and the xetex packages.
My intention is to use it in Zettlr (https://docs.zettlr.com/en/installing-latex/).
When running
sudo pacman -S texlive-xetex
it does not return an error code, but shows the following error log in the console:
resolving dependencies...
looking for conflicting packages...
Packages (1) texlive-xetex-2024.2-1
Total Installed Size: 3.29 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
:: Processing package changes...
(1/1) installing texlive-xetex [######################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating TeXLive filename database...
(3/3) Updating TeXLive format files...
fmtutil [ERROR]: running `xetex -ini -jobname=xelatex-dev -progname=xelatex-dev -etex xelatex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
fmtutil [ERROR]: running `xetex -ini -jobname=xelatex -progname=xelatex -etex xelatex.ini </dev/null' return status: 1
fmtutil [ERROR]: returning error due to option --strict
error: command failed to execute correctly
How could I confirm the installtion is successful? What do the errors mean? How could I fix them?
Thanks anyone for your help!
Offline