[Pkg-haskell-maintainers] Bug#641112: c2hs: FTBFS: hlibrary.setup: the following dependencies are missing: language-c >=0.3.1.1 && <0.4.0
Aurelien Jarno
aurel32 at debian.org
Sat Sep 10 12:17:02 UTC 2011
Package: c2hs
Version: 0.16.3-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
c2hs version 0.16.3-1 fails to build, due to version mismatch. It
requires language-c <0.4.0, while the version in unstable is now
0.4.2.
>From my build log:
| /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_COMPRESS_EXCLUDE is a deprecated variable
| 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/c2hs-0.16.3/ \
| --htmldir=/usr/share/doc/libghc-c2hs-doc/html/ --ghc-option=-DDEBIAN_NO_GHCI \
|
| Configuring c2hs-0.16.3...
| hlibrary.setup: At least the following dependencies are missing:
| language-c >=0.3.1.1 && <0.4.0
| make: *** [dist-ghc] Error 1
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.39-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
More information about the Pkg-haskell-maintainers
mailing list