Jonathan Nieder wrote: > fixed 541848 2.0.2-3 > quit > > Whoops, I meant http://bugs.debian.org/541848 (FTBFS: ld: cannot find > -lHSrts_thr). I think the problem was introduced with Cabalization > in 2.2, making lenny safe.
Um, that bug only affects architectures which do not support the threaded runtime (e.g. ARM). You won't be able to reproduce it on linux-i386 or linux-amd64 (and perhaps some other architectures). The fix for it was a patch to darcs.cabal (to add the "threaded" flag, which defaults to true), and a patch to debian/rules, which adds -f-threaded (disabling threading) when it isn't supported. The former patch was applied to upstream's HEAD, and I also applied it temporarily as a Debian-specific patch until it was released (in 2.4, IIRC). -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

