Hi Joachim, > when you say FTBFS, you really mean that their build-dependencies are > not installable, not that the build is attempted and fails (which would > be bad), right? > [...]
Yes, sorry, it's generally all about build dependencies. Nevertheless I found
the large number of those somewhat alarming.
As of today I've got a single exception here, which is haskell-process-conduit
(1.1.0.0-1). It says
[...]
debian/rules build
test -x debian/rules
mkdir -p "."
/usr/share/cdbs/1/rules/buildcore.mk:110: CDBS WARNING: DEB_COMPRESS_EXCLUDE
is deprecated since 0.4.85
if test ! -e Setup.lhs -a ! -e Setup.hs; then echo "No setup script found!";
exit 1; fi
for setup in Setup.lhs Setup.hs; do if test -e $setup; then ghc --make $setup
-o debian/hlibrary.setup; exit 0; fi; done
[1 of 1] Compiling Main ( Setup.hs, Setup.o )
Linking debian/hlibrary.setup ...
debian/hlibrary.setup configure --ghc -v2 \
--prefix=/usr --libdir=/usr/lib/haskell-packages/ghc/lib \
--builddir=dist-ghc \
--haddockdir=/usr/lib/ghc-doc/haddock/process-conduit-1.1.0.0/
--datasubdir=process-conduit\
--htmldir=/usr/share/doc/libghc-process-conduit-doc/html/
--enable-library-profiling \
--enable-tests
Configuring process-conduit-1.1.0.0...
hlibrary.setup: At least the following dependencies are missing:
conduit-extra -any
/usr/share/cdbs/1/class/hlibrary.mk:111: recipe for target
'configure-ghc-stamp' failed
make: *** [configure-ghc-stamp] Error 1
But maybe there's some local issue, I haven't done any further investigation
yet.
Best,
Michael
pgp6xOp2_m1Yz.pgp
Description: PGP signature
