FS#59247 - [haskell-kan-extensions] Linked to incorrect library

Attached to Project: Community Packages
Opened by Matt (madalu) - Friday, 06 July 2018, 03:16 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 20 August 2018, 18:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: haskell-kan-extensions is linked to an incorrect (i.e., absent) versioon of the haskell-invariant library, resulting in the following error:

error while loading shared libraries: libHSinvariant-0.5-44G0fZQGGBbPdAXOMuWq9-ghc8.4.3.so: cannot open shared object file: No such file or directory

The versions of the haskell packages:

- haskell-kan-extensions 5.2-3
- haskell-invariant 0.5-1

Steps to reproduce:

One of the packages that depends on haskell-kan-extensions is git-annex. One way to reproduce this is to install git-annex and then to run:

git annex --version
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Monday, 20 August 2018, 18:06 GMT
Reason for closing:  Fixed
Additional comments about closing:  a while ago
Comment by Eli Schwartz (eschwartz) - Friday, 06 July 2018, 04:34 GMT
The necessary library comes from community-staging/haskell-invariant 0.5-2

I guess the wrong packages got moved from staging at some point.
Comment by Felix Yan (felixonmars) - Friday, 06 July 2018, 06:36 GMT
Looks like a syncing issue in my scripts. Should be fixed now.

Loading...