FS#65465 - [stack] Stack failed to find shared libraries (probably needs rebuild)

Attached to Project: Community Packages
Opened by poscat0x04 (Poscat) - Wednesday, 12 February 2020, 10:23 GMT
Last edited by Felix Yan (felixonmars) - Wednesday, 12 February 2020, 11:33 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

stack cannot find shared library

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:

install stack

❯ stack --help
stack: error while loading shared libraries: libHScasa-client-0.0.0-BQJEGO8wXWh6HwXP4aOoSq-ghc8.8.1.so: cannot open shared object file: No such file or directory


This task depends upon

Closed by  Felix Yan (felixonmars)
Wednesday, 12 February 2020, 11:33 GMT
Reason for closing:  Fixed
Comment by poscat0x04 (Poscat) - Wednesday, 12 February 2020, 10:26 GMT
output of `ghc-pkg check`:
```
The following packages are broken, either because they have a problem
listed above, or because they depend on a broken package.
stack-2.2.0
pantry-0.2.0.0
casa-types-0.0.0
casa-client-0.0.0
```
Comment by poscat0x04 (Poscat) - Wednesday, 12 February 2020, 10:44 GMT
stack version 2.1.3.20200209-8
Comment by Felix Yan (felixonmars) - Wednesday, 12 February 2020, 11:32 GMT
It appears that haskell-casa-client and haskell-casa-types were left behind in [community-testing]. Fixed now.

Loading...