You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to install via cabal install lhs2tex, which resulted in the install process silently hanging. Digging through the output of cabal install -v and inspecting the logs revealed the issue: the package had built successfully, but the custom setup script was attempting to build the manual, and LaTeX had frozen awaiting user input as I was missing some files from my TeXLive distribution.
The immediate solution to my problem was apt install texlive-science, but ideally the custom setup would not hang forever (e.g. using -interaction=nonstopmode).
The text was updated successfully, but these errors were encountered:
adamgundry
changed the title
Custom setup hangs if package missing
Custom setup hangs if LaTeX package missing
Dec 10, 2024
I attempted to install via
cabal install lhs2tex
, which resulted in the install process silently hanging. Digging through the output ofcabal install -v
and inspecting the logs revealed the issue: the package had built successfully, but the custom setup script was attempting to build the manual, and LaTeX had frozen awaiting user input as I was missing some files from my TeXLive distribution.The immediate solution to my problem was
apt install texlive-science
, but ideally the custom setup would not hang forever (e.g. using-interaction=nonstopmode
).The text was updated successfully, but these errors were encountered: