Hi.

On 30/04/2011 17:24, Joey Hess wrote:
> I noticed this because it'll soon be blocking git-annex from testing.
> 
> Building curl-1.3.5...
> [1 of 8] Compiling Network.Curl.Debug ( Network/Curl/Debug.hs, 
> dist-ghc6/build/Network/Curl/Debug.o )
> Prologue junk?:       .globl __stginit_curlzm1zi3zi5_NetworkziCurlziDebug
>       .type   __stginit_curlzm1zi3zi5_NetworkziCurlziDebug, @function
> __stginit_curlzm1zi3zi5_NetworkziCurlziDebug:
>  # 62 "/tmp/ghc24928_0/ghc24928_0.hc" 1
> 
> make: *** [build-ghc6-stamp] Error 255

That's strange, the Debug.hs is really simple:

> module Network.Curl.Debug (debug) where
> 
> import System.IO
> 
> debugging :: Bool
> debugging = False
> 
> debug :: String -> IO ()
> debug msg
>   | debugging     = putStrLn ("DEBUG: " ++ msg) >> hFlush stdout
>   | otherwise     = return ()

I'll try to work on that on pescetti, but cannot guarantee anything.

I don't understand why wanna-build isn't able to locate the last version
of haskell-curl for powerpc:

https://buildd.debian.org/status/package.php?p=haskell-curl

Giovanni.
-- 
Giovanni Mascellani <mascell...@poisson.phc.unipi.it>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to