Package: drift
Version: 2.2.3-2+b1
Severity: serious
Package fails to build under pbuilder/unstable:
checking for a BSD-compatible install... /usr/bin/install -c
checking for sh... /bin/sh
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating example/Makefile
config.status: creating src/Version.hs
config.status: creating DrIFT.spec
config.status: creating drift-ghc
touch debian/stamp-autotools
/usr/bin/make -C .
make[2]: Entering directory `/tmp/buildd/drift-2.2.3'
Making all in src
make[3]: Entering directory `/tmp/buildd/drift-2.2.3/src'
sh ./collect_rules.sh > Rules.hs
/usr/bin/make all-am
make[4]: Entering directory `/tmp/buildd/drift-2.2.3/src'
ghc6 -O2 -i. -i. -hidir . -odir . -o DrIFT --make ./DrIFT.hs
/bin/bash: ghc6: command not found
make[4]: *** [DrIFT] Error 127
Even if ghc6 (obsoleted package) was changed to ghc in debian/rules[1], the
build
fails:
...
ghc -O2 -i. -i. -hidir . -odir . -o DrIFT --make ./DrIFT.hs
DrIFT.hs:20:18:
Could not find module `System'
It is a member of the hidden package `haskell98-2.0.0.1'.
Use -v to see a list of the files searched for.
make[3]: *** [DrIFT] Error 1
Jari
[1]
-DEB_CONFIGURE_EXTRA_FLAGS := --with-hc=ghc6
+DEB_CONFIGURE_EXTRA_FLAGS := --with-hc=ghc
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]