On Mon, 2014-06-30 at 23:48 -0400, Jens Petersen wrote:
/usr/bin/ld: cannot find -lHSsetlocale-0.0.3-ghc7.4.2 collect2: error: ld returned 1 exit status
Reproduced on F19 with:
$ cabal install setlocale $ cblrpm local setlocale $ sudo rpm -ivh $(arch)/ghc-setlocale* $ cblrpm local hgettext
You can try "ghc-pkg unregister setlocale" to uninstall the user library.
That fixed it for me.
Fixed it for me too, thanks!
Ideally Cabal should prefer the system library in this case but I think it doesn't.
I think this is fixed with the Cabal in ghc-7.6.3. So upgrading to F20 should also fix this issue.
Right. I need to set aside a weekend for doing that. This is my work laptop, so there are very few windows of opportunity to upgrade.
I am happy to help review the packages.
ghc-setlocale: https://bugzilla.redhat.com/show_bug.cgi?id=1115885 ghc-hgettext: https://bugzilla.redhat.com/show_bug.cgi?id=1115894
The Bustle package itself is waiting on two upstream branches to be merged, and a point release made.
Thanks! Philip