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
The unstable package ghc (8.10.1) is installed via apt install, and I have installed llvm beforehand. ghc-pkg doesn't work as expected and throws an exception for missing file.
Steps to reproduce
install ghc using apt install
➜ ~ apt install ghc --fix-missing
run ghc-pkg
➜ ~ ghc-pkg
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/lib/ghc-8.10.1/bin/ghc-pkg": library "libncursesw.so.6" not found: needed by main executable
Expected behavior
For just running ghc-pkg the expected output should be: (On macOS 11.0.1 x86_64, version 8.8.4)
➜ ~ ghc-pkg
ghc-pkg: missing command
For usage information see 'ghc-pkg --help'.
Additional information
The error output
➜ ~ ghc-pkg
CANNOT LINK EXECUTABLE "/data/data/com.termux/files/usr/lib/ghc-8.10.1/bin/ghc-pkg": library "libncursesw.so.6" not found: needed by main executable
Other info:
Device: Oneplus 8 Pro (Snapdragon 865)
OS: Android 11, Hydrogen OS 11.0.1.1IN11 (NOT rooted)
Termux version: 0.101
The text was updated successfully, but these errors were encountered:
Problem description
The unstable package
ghc
(8.10.1) is installed viaapt install
, and I have installedllvm
beforehand.ghc-pkg
doesn't work as expected and throws an exception for missing file.Steps to reproduce
ghc
usingapt install
ghc-pkg
Expected behavior
For just running
ghc-pkg
the expected output should be: (On macOS 11.0.1 x86_64, version 8.8.4)Additional information
The error output
Other info:
The text was updated successfully, but these errors were encountered: