Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread SP
On 23/04/15 16:46, Skottish wrote: pacman -Q haskell-regex-tdfa haskell-regex-tdfa 1.2.0-76 But this is me after having a go at installing and reinstalling various alleged missing dependencies. -- SP ___ arch-haskell mailing list

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread SP
On 24/04/15 09:42, Magnus Therning wrote: Personally I tend to first delete all Haskell dev packages: `pacman -Rncs ghc`. Done thins. And also run `pacman -Sc` (clean cache) for good measure, but I got this: Cache directory: /var/cache/pacman/pkg/ :: Do you want to remove all other packages

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread SP
On 24/04/15 12:41, Magnus Therning wrote: ~~~ % sudo pacman -Rncs ghc % sudo pacman -S haskell-{unixutils,aeson,ansi-wl-pprint,mtl,optparse-applicative,safe,stringsearch,tar,utf8-string,zlib} % ./Setup.hs configure % ./Setup.hs build ~~~ Good, on my way to doing that too, that isn't the

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread SP
On 24/04/15 11:45, Magnus Therning wrote: My spontaneous reaction is that it looks filesystem related. I'd personally start with running `fsck` on the file system to see if that clears up the issues you see above. Listing the cache directory showed those Haskell packages to be of tiny size. I

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread Magnus Therning
On 24 April 2015 at 13:37, SP s...@orbitalfox.com wrote: On 24/04/15 12:16, Magnus Therning wrote: Sorry, but I don't understand what steps you are performing. How do you get ghc to accidentally install a second time? Because `Setup.hd configure` complained `base` dependency was missing, my

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread Magnus Therning
On 24 April 2015 at 13:52, SP s...@orbitalfox.com wrote: On 24/04/15 12:41, Magnus Therning wrote: ~~~ % sudo pacman -Rncs ghc % sudo pacman -S haskell-{unixutils,aeson,ansi-wl-pprint,mtl,optparse-applicative,safe,stringsearch,tar,utf8-string,zlib} % ./Setup.hs configure % ./Setup.hs build

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread SP
On 24/04/15 07:17, Magnus Therning wrote: It depends on what you mean by 'installing them manually'. Explicitly telling Pacman to install them. If you find that the depencencies of `cblrepo` can't be satisfied by ArchHaskell then it's a bug and I'd appreciate it if you raise a ticket on

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread Magnus Therning
On 24 April 2015 at 10:18, SP s...@orbitalfox.com wrote: On 24/04/15 07:17, Magnus Therning wrote: It depends on what you mean by 'installing them manually'. Explicitly telling Pacman to install them. Yes, to build `cblrepo` from source you do need to manually ensure its requirements are

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread Magnus Therning
On 24 April 2015 at 13:09, SP s...@orbitalfox.com wrote: On 24/04/15 11:45, Magnus Therning wrote: My spontaneous reaction is that it looks filesystem related. I'd personally start with running `fsck` on the file system to see if that clears up the issues you see above. Listing the cache

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread SP
On 24/04/15 13:04, Magnus Therning wrote: If I re-install ghc all information about installed packages is lost, on the ghc-level [..] When re-installing ghc these two databases aren't in sync anymore and using `pacman` to install results in errors on the `ghc-pkg` level. Basically, `pacman`

Re: [arch-haskell] Cblrepo and dependencies

2015-04-24 Thread Magnus Therning
On Fri, Apr 24, 2015 at 02:51:08PM +0100, SP wrote: On 24/04/15 13:04, Magnus Therning wrote: If I re-install ghc all information about installed packages is lost, on the ghc-level [..] When re-installing ghc these two databases aren't in sync anymore and using `pacman` to install results