Your message dated Sun, 07 Jul 2019 19:05:56 +0000
with message-id <[email protected]>
and subject line Bug#929767: Removed package(s) from unstable
has caused the Debian Bug report #814655,
regarding haskell-text: Please allow integer-simple on x32
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
814655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814655
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 - [email protected]
`. `' Freie Universitaet Berlin - [email protected]
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- End Message ---
--- Begin Message ---
Version: 1.2.3.0-2+rm
Dear submitter,
as the package haskell-text has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/929767
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---