Skip to content

Custom setup hangs if LaTeX package missing #111

@adamgundry

Description

@adamgundry

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions