Re: issue in unstable ?

2016-04-04 Thread Sean Whitton
On Mon, Apr 04, 2016 at 03:48:00PM +, PICCA Frederic-Emmanuel wrote: > since I use propellor from time to time some haskell packages are > installed as root... You said the machine is running Debian unstable, right? Propellor should install everything with apt-get in that case. Might be a bu

Re: RE:issue in unstable ?

2016-04-04 Thread Joachim Breitner
Hi, Am Montag, den 04.04.2016, 15:48 + schrieb PICCA Frederic-Emmanuel: > Do you think that it could interfear ;) with the system installed > packages ? yes. What happens is that a Haskell package foo you built uses one of the packages provided by Debian, say, bar. Then bar gets updated, then

Re: Bug#819995: haskell-werewolf: FTBFS: werewolf-test: unknown RTS option: -N

2016-04-04 Thread Clint Adams
On Mon, Apr 04, 2016 at 01:31:51PM -0400, Aaron M. Ucko wrote: > werewolf-test: unknown RTS option: -N > werewolf-test: > werewolf-test: Usage: [+RTS | -RTS ] ... > --RTS > Test suite werewolf-test: FAIL > Test suite logged to: dist-ghc/test/werewolf-0.5.1.0-werewolf-test.log > 0 o

Re: Forking a discontinued package

2016-04-04 Thread Neil Mayhew
On 2016-04-01 11:23 PM, Dmitry Bogatov wrote: > On 2016-04-01 4:03 PM, Neil Mayhew wrote: >> I'm packaging a Haskell project that needs the now-discontinued >> haskell-download-curl. (Discontinued in Debian, not discontinued on >> Hackage.) > I am not sure why `download-curl' was dropped (found no

RE:issue in unstable ?

2016-04-04 Thread PICCA Frederic-Emmanuel
so I removed a /root/.cabal directoy and uninstall all the haskell stack apt-get autoremove --purge libghc-* ghc then I did an apt-get install propellor haskell-platform There are problems in package async-2.1.0: Warning: library-dirs: /root/.cabal/lib/i386-linux-ghc-7.10.3/async-2.1.0-KuqnF

RE:issue in unstable ?

2016-04-04 Thread PICCA Frederic-Emmanuel
not at all, I will check if something was installed as root.

Re: adventures in failure

2016-04-04 Thread Erik de Castro Lopo
Emilio Pozuelo Monfort wrote: > https://buildd.debian.org/status/package.php?p=haskell-monad-par > https://buildd.debian.org/status/package.php?p=haskell-shake I've just built these two packages from Hackage on my PowerPC system without a problem. Is it possible that the package build is running

Re: issue in unstable ?

2016-04-04 Thread Joachim Breitner
Hi, no, that is not normal. Did you use "cabal" as root to install packages system-wide? Greetings, Joachim Am Montag, den 04.04.2016, 05:28 + schrieb PICCA Frederic-Emmanuel: > Hello, I am using unstable and I get this error message when I > iinstall a new ghc package. > > Is it normal ? >