Bug#814655: haskell-text: Please allow integer-simple on x32

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Sat Feb 13 18:19:31 UTC 2016


Source: haskell-text
Version: 1.2.2.0-1
Severity: normal

Hello!

haskell-text currently fails to build from source on x32 because the package
requires integer-gmp which is currently not available on x32, unfortunately:

configure_recipe
Running debian/hlibrary.setup configure --ghc -v2 --package-db=/var/lib/ghc/package.conf.d --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro --haddockdir=/usr/lib/ghc-doc/haddock/text-1.2.2.0/ --datasubdir=text --htmldir=/usr/share/doc/libghc-text-doc/html/ --enable-library-profiling -f-integer-simple
hlibrary.setup: At least the following dependencies are missing:
integer-gmp >=0.2
Configuring text-1.2.2.0...
make: *** [configure-ghc-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
/usr/share/cdbs/1/class/hlibrary.mk:142: recipe for target 'configure-ghc-stamp' failed

While 1.2.2.0 also recently regarding integer-simple support, even using an older
version of haskell-text will still result in an FTBFS since the debian/rules
file disables integer-simple support for haskell-text.

Thus, as a work-around, please allow integer-simple on x32 for the time being
with something like:

ifneq (x32,$(DEB_HOST_ARCH))
DEB_SETUP_GHC_CONFIGURE_ARGS = -f-integer-simple
endif

Thanks,
Adrian

> [1] https://github.com/bos/text/issues/138

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz at debian.org
`. `'   Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



More information about the Pkg-haskell-maintainers mailing list