found 813078 5.20150731-1
thanks
Debian reproducability tests in testing are not showing it right now,
but I strongly suspect that is because some other package hasn't been
rebuilt yet, not because the underlying issue is not there.
Having said that I think the real issue is actually in the
libghc-network-protocol-xmpp-dev package. The file
/usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-7.10.3/network-protocol-xmpp-0.4.8-JhaYXxRYoe44FPYf4Nmd79/libHSnetwork-protocol-xmpp-0.4.8-JhaYXxRYoe44FPYf4Nmd79-ghc7.10.3.so
contains a library dependency on gnutls but there are no corresponding
package dependencies.
root@odroidu2:/# ldd
/usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-7.10.3/network-protocol-xmpp-0.4.8-JhaYXxRYoe44FPYf4Nmd79/libHSnetwork-protocol-xmpp-0.4.8-JhaYXxRYoe44FPYf4Nmd79-ghc7.10.3.so
| grep gnutls
libHSgnutls-0.2-BYccZTzDgCw38R5GwM0fsE-ghc7.10.3.so =>
/usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-7.10.3/gnutls-0.2-BYccZTzDgCw38R5GwM0fsE/libHSgnutls-0.2-BYccZTzDgCw38R5GwM0fsE-ghc7.10.3.so
(0xb69c3000)
libgnutls-deb0.so.28 => not found
libgnutls.so.30 => /usr/lib/arm-linux-gnueabihf/libgnutls.so.30
(0xb4ba9000)
root@odroidu2:/#
I'm going to try scheduling a binnmu of haskell-network-protocol-xmpp in
raspbian stretch and see if that fixes things.