Your message dated Thu, 16 Nov 2017 16:04:09 +0000
with message-id <e1efme9-000cqx...@fasolo.debian.org>
and subject line Bug#868907: fixed in haskell-argon2 1.2.0+dfsg1-1
has caused the Debian Bug report #868907,
regarding haskell-argon2: FTBFS: FFI.hsc:93:16: error: 
'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in this function)
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 ow...@bugs.debian.org
immediately.)


-- 
868907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-argon2
Version: 1.2.0-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170719 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> CDBS WARNING:    DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:    DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> make_setup_recipe
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main             ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> 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/argon2-1.2.0/ --datasubdir=argon2 
> --htmldir=/usr/share/doc/libghc-argon2-doc/html/ --enable-library-profiling 
> -fuse-system-library
> Configuring argon2-1.2.0...
> Flags chosen: use-system-library=True
> Dependency base >=4.8 && <4.10: using base-4.9.1.0
> Dependency bytestring -any: using bytestring-0.10.8.1
> Dependency text -any: using text-1.2.2.2
> Dependency transformers -any: using transformers-0.5.2.0
> Using Cabal-1.24.2.0 compiled by ghc-8.0
> Using compiler: ghc-8.0.2
> Using install prefix: /usr
> Binaries installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/argon2-1.2.0-34BCT97DazHC6hmlmEfz20
> Dynamic libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
> Private binaries installed in: /usr/lib
> Data files installed in: /usr/share/argon2
> Documentation installed in: /usr/share/doc/x86_64-linux-ghc-8.0.2/argon2-1.2.0
> Configuration files installed in: /usr/etc
> No alex found
> Using ar found on system at: /usr/bin/ar
> No c2hs found
> No cpphs found
> Using gcc version 6.4.0 found on system at: /usr/bin/gcc
> Using ghc version 8.0.2 found on system at: /usr/bin/ghc
> Using ghc-pkg version 8.0.2 found on system at: /usr/bin/ghc-pkg
> No ghcjs found
> No ghcjs-pkg found
> No greencard found
> Using haddock version 2.17.3 found on system at: /usr/bin/haddock
> No happy found
> Using haskell-suite found on system at: haskell-suite-dummy-location
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
> No hmake found
> Using hpc version 0.67 found on system at: /usr/bin/hpc
> Using hsc2hs version 0.68.1 found on system at: /usr/bin/hsc2hs
> Using hscolour version 1.24 found on system at: /usr/bin/HsColour
> No jhc found
> Using ld found on system at: /usr/bin/ld
> No lhc found
> No lhc-pkg found
> No pkg-config found
> Using strip version 2.28 found on system at: /usr/bin/strip
> Using tar found on system at: /bin/tar
> No uhc found
> touch configure-ghc-stamp
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> build_recipe
> Running debian/hlibrary.setup build --builddir=dist-ghc
> Building argon2-1.2.0...
> Preprocessing library argon2-1.2.0...
> In file included from dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c:1:0:
> FFI.hsc: In function 'main':
> FFI.hsc:93:16: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in 
> this function)
> /usr/lib/ghc/template-hsc.h:35:10: note: in definition of macro 'hsc_const'
>      if ((x) < 0)                                      \
>           ^
> FFI.hsc:93:16: note: each undeclared identifier is reported only once for 
> each function it appears in
> /usr/lib/ghc/template-hsc.h:35:10: note: in definition of macro 'hsc_const'
>      if ((x) < 0)                                      \
>           ^
> compiling dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c failed (exit code 1)
> command was: /usr/bin/gcc -c dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c -o 
> dist-ghc/build/Crypto/Argon2/FFI_hsc_make.o -fno-stack-protector 
> -fno-stack-protector -D__GLASGOW_HASKELL__=800 -Dlinux_BUILD_OS=1 
> -Dx86_64_BUILD_ARCH=1 -Dlinux_HOST_OS=1 -Dx86_64_HOST_ARCH=1 
> -Idist-ghc/build/autogen -include dist-ghc/build/autogen/cabal_macros.h 
> -I/usr/lib/ghc/bytestring-0.10.8.1/include 
> -I/usr/lib/ghc/base-4.9.1.0/include 
> -I/usr/lib/ghc/integer-gmp-1.0.0.1/include -I/usr/lib/ghc/include 
> -I/usr/lib/ghc/include/
> /usr/share/cdbs/1/class/hlibrary.mk:147: recipe for target 'build-ghc-stamp' 
> failed
> make: *** [build-ghc-stamp] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2017/07/19/haskell-argon2_1.2.0-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: haskell-argon2
Source-Version: 1.2.0+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
haskell-argon2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 868...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ilias Tsitsimpis <ilias...@debian.org> (supplier of updated haskell-argon2 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 16 Nov 2017 16:58:55 +0200
Source: haskell-argon2
Binary: libghc-argon2-dev libghc-argon2-prof libghc-argon2-doc
Architecture: source
Version: 1.2.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<pkg-haskell-maintain...@lists.alioth.debian.org>
Changed-By: Ilias Tsitsimpis <ilias...@debian.org>
Description:
 libghc-argon2-dev -
 libghc-argon2-doc -
 libghc-argon2-prof -
Closes: 868907
Changes:
 haskell-argon2 (1.2.0+dfsg1-1) unstable; urgency=medium
 .
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
   * Remove embedded copy of Argon2 library
   * Backport upstream patch to build with newer libargon2 (Closes: #868907)
Checksums-Sha1:
 14aac8f168611c04594e1dd467c20513030ac7e3 2387 haskell-argon2_1.2.0+dfsg1-1.dsc
 f0b80d432f2ae4092f2368a7a9aaebb41fb97631 6691 
haskell-argon2_1.2.0+dfsg1.orig.tar.gz
 40c6c557efb0062e55c64fcc94f3cfbc67d3cc03 3504 
haskell-argon2_1.2.0+dfsg1-1.debian.tar.xz
 f453e57293573ab6d8a4383a92d097a28eb11dbf 7458 
haskell-argon2_1.2.0+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
 22149430424440fc62d16a4741da1a64bd7e2f1219731d3dc609cc9bce01d7f9 2387 
haskell-argon2_1.2.0+dfsg1-1.dsc
 86099b1945ea1f5c34bcee106b813ff5b53dc218dc9e8f3d3e5f1c3ed99e9777 6691 
haskell-argon2_1.2.0+dfsg1.orig.tar.gz
 a77f82973917a84a3cc22c1c3f5df9b049f9c1ac2dcaeb8adf76399857e351ff 3504 
haskell-argon2_1.2.0+dfsg1-1.debian.tar.xz
 c555fa7f068f7873afa56912f4c7ceb537a3a1dbf234f74136d28aab29d54636 7458 
haskell-argon2_1.2.0+dfsg1-1_amd64.buildinfo
Files:
 c0a34427ece9cc05b565b4b7e0957547 2387 haskell optional 
haskell-argon2_1.2.0+dfsg1-1.dsc
 a001ef245ed4c1f02d3b7734bf368bc9 6691 haskell optional 
haskell-argon2_1.2.0+dfsg1.orig.tar.gz
 16475ec9d2e11ac22e83be84fb0f3711 3504 haskell optional 
haskell-argon2_1.2.0+dfsg1-1.debian.tar.xz
 76c7b0b423947fdb6ff8a50ba5f950f9 7458 haskell optional 
haskell-argon2_1.2.0+dfsg1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEJ9c8pfW11+AaUTb116hngMxkQDwFAloNrVAUHGlsaWFzdHNp
QGRlYmlhbi5vcmcACgkQ16hngMxkQDwOcg//QZm+72Pls9VyzwdjWPuRm7OXPZCo
MJwqfMxbitKeJlnLZvQbYJPBKgsocEeRaad3p56nm/EB54ZJe8O2L/M62kEE9H/z
00yPMHmCLwcFfPZlYnZZyONCjOmN3jQw42wHBjHmUHZOoyGEEAy8+OiirWqwHnLa
drRvX8jmEToBgYgG4/KB8vJlx6QbnoURVHe+kt3hbGpUUT5jQg7UrEuT1d3hx2nM
XsYveEIssMIc4W/QDhMI1MWpwJVQeMOwAFZSCcSWQ1uBcfkGDhZacBOYp0fTnpdD
UGyp1O3/h71lnPDLttTDm+ltiPI3vkrmeLy8sddHoOWGYizH/M2sVMUoPlMr7lXD
hpC2WMk91Fp0Mkc1xpPE3UNI7HFHWHJ3RW1mVcL+aizhO6g5M36aOJyLYNB82y/n
2F4LXl0zkahXHA2DuWMlK0AUAcw30K9pMGwmq2/OCnraLF/j3n49cxfNHrVSzwUc
oOnt3jHUxCELUWjP+ch6L8dfEmgrVMBErbNyfUUSIcxRGvw43FHmVGIHUL20E6CI
mnCr/kmtXyXTh9zNQu9ELXF9KGplRElVcb9qlTG9Nxwe9uHMdD/OoP87ZzGV1f1v
xX9zn816xtJxqpHjm8WxUODShfC4m7zEcY5U9cqxu23dY1jcL+4TnzdRMgRQYuSk
A8Ia2ZRMrmG6wbQ=
=lxik
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to