[Pkg-haskell-maintainers] Bug#624681: Bug#624681: FTBFS on powerpc

Giovanni Mascellani gio at debian.org
Wed May 4 16:21:49 UTC 2011


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 <mascellani at poisson.phc.unipi.it>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascellani at jabber.org / giovanni at elabor.homelinux.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 294 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20110504/b4dfafa7/attachment.pgp>


More information about the Pkg-haskell-maintainers mailing list