FS#37653 - [haskell-vector] static libraries are needed

Attached to Project: Community Packages
Opened by Sami B. (spider-mario) - Tuesday, 05 November 2013, 12:53 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 06 November 2013, 12:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: due to the change in the default configuration of makepkg, static libraries are removed from the package, which breaks it.


Additional info:
* package version: haskell-vector 0.10.0.1-5
* when the package was upgraded on my machine, the following message appeared: vector-0.10.0.1: cannot find libHSvector-0.10.0.1.a on library path (use --force to override)

$ pacman -Qs haskell-vector
local/haskell-vector 0.10.0.1-5
Efficient Arrays
$ ghci
GHCi, version 7.6.3: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Prelude> import Data.Vector

<no location info>:
Could not find module `Data.Vector'
Perhaps you meant Data.Functor (from base)
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 06 November 2013, 12:48 GMT
Reason for closing:  Fixed
Comment by Jelle van der Waa (jelly) - Tuesday, 05 November 2013, 13:00 GMT
Indeed, all haskell packages need static libraries, since the shared libs don't work.. yet

Loading...