Your message dated Tue, 01 Feb 2022 18:48:46 +0000
with message-id <e1neycs-0005dd...@fasolo.debian.org>
and subject line Bug#984167: fixed in c2hs 0.28.8-1
has caused the Debian Bug report #984167,
regarding haskell-bz2: ftbfs with GCC-11
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.)


-- 
984167: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:haskell-bz2
Version: 1.0.0.1-2
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/haskell-bz2_1.0.0.1-2_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
        include deepseq-1.4.4.0
        include directory-1.3.6.0
        include filepath-1.4.2.1
        include tasty-1.2.3-AZt8xI2xlno8v5hDADqrNN
        include tasty-golden-2.3.3.2-6sJb7oXGG78cNUBuhO2MY
        include tasty-hunit-0.10.0.2-BqZUGn5O6hLEnVSlkj273H
Ready component graph:
    definite bz2-1.0.0.1-6nxzksin47k5tsH0wSuJKl
        depends base-4.13.0.0
        depends bytestring-0.10.10.1
    definite bz2-1.0.0.1-1kvSrlJqb0iAhQ9t5u3rGW-bz2-test
        depends base-4.13.0.0
        depends bytestring-0.10.10.1
        depends bz2-1.0.0.1-6nxzksin47k5tsH0wSuJKl
        depends deepseq-1.4.4.0
        depends directory-1.3.6.0
        depends filepath-1.4.2.1
        depends tasty-1.2.3-AZt8xI2xlno8v5hDADqrNN
        depends tasty-golden-2.3.3.2-6sJb7oXGG78cNUBuhO2MY
        depends tasty-hunit-0.10.0.2-BqZUGn5O6hLEnVSlkj273H
Using Cabal-3.0.1.0 compiled by ghc-8.8
Using compiler: ghc-8.8.4
Using install prefix: /usr
Executables installed in: /usr/bin
Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4/bz2-1.0.0.1-6nxzksin47k5tsH0wSuJKl
Dynamic Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.8.4
Private executables installed in: /usr/lib/x86_64-linux-ghc-8.8.4/bz2-1.0.0.1
Data files installed in: /usr/share/bz2
Documentation installed in: /usr/share/doc/x86_64-linux-ghc-8.8.4/bz2-1.0.0.1
Configuration files installed in: /usr/etc
No alex found
Using ar found on system at: /usr/bin/x86_64-linux-gnu-ar
Using c2hs version 0.28.6 found on system at: /usr/bin/c2hs
No cpphs found
No doctest found
Using gcc version 11 found on system at: /usr/bin/x86_64-linux-gnu-gcc
Using ghc version 8.8.4 found on system at: /usr/bin/ghc
Using ghc-pkg version 8.8.4 found on system at: /usr/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.23.0 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.7 found on system at: /usr/bin/hsc2hs
No hscolour found
No jhc found
Using ld found on system at: /usr/bin/x86_64-linux-gnu-ld.gold
No pkg-config found
Using runghc version 8.8.4 found on system at: /usr/bin/runghc
Using strip version 2.35 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
Preprocessing library for bz2-1.0.0.1..
c2hs: C header contains errors:

dist-ghc/build/Codec/Compression/BZip/Foreign/Common.i:1: (column 1) [ERROR]  
>>> Lexical error !
  The character '#' does not fit here.

make: *** [/usr/share/cdbs/1/class/hlibrary.mk:147: build-ghc-stamp] Error 1
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: c2hs
Source-Version: 0.28.8-1
Done: Apollon Oikonomopoulos <apoi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
c2hs, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Apollon Oikonomopoulos <apoi...@debian.org> (supplier of updated c2hs 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: SHA256

Format: 1.8
Date: Tue, 01 Feb 2022 19:53:38 +0200
Source: c2hs
Architecture: source
Version: 0.28.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<pkg-haskell-maintain...@lists.alioth.debian.org>
Changed-By: Apollon Oikonomopoulos <apoi...@debian.org>
Closes: 984167
Changes:
 c2hs (0.28.8-1) unstable; urgency=medium
 .
   [ Apollon Oikonomopoulos ]
   * Team upload
   * New upstream release
     + B-D on libghc-language-c-dev >= 0.9 to ensure GCC-11 compatibility
       (closes: #984167)
   * Fix paragraph continuation in d/copyright
 .
   [ Debian Janitor ]
   * Remove MIA uploaders
Checksums-Sha1:
 df1ada709a6d2b46d302bd2fedbb8d3f119ce1f3 2222 c2hs_0.28.8-1.dsc
 2a7b03b2f2b05e07f8a938056fd7c859374ec90d 207816 c2hs_0.28.8.orig.tar.gz
 85431fd587ddd3b2a3f96a67831f5087d68c0197 10228 c2hs_0.28.8-1.debian.tar.xz
Checksums-Sha256:
 538db1cbc431859626d89086b1b4ee40fa1a78e542bba4f64f674672ef7a80f7 2222 
c2hs_0.28.8-1.dsc
 390632cffc561c32483af474aac50168a68f0fa382096552e37749923617884c 207816 
c2hs_0.28.8.orig.tar.gz
 7237d6318ecbc9140b2ea9cfaf1792f1dd59d7edbd5a32163487bf99fd6842a4 10228 
c2hs_0.28.8-1.debian.tar.xz
Files:
 691aa8329732dd0510c2b95ea1e4b1ea 2222 haskell optional c2hs_0.28.8-1.dsc
 0d21188ad3737724e500982b88e32b9d 207816 haskell optional 
c2hs_0.28.8.orig.tar.gz
 2796fb44c68249b3dd31bd45102b073d 10228 haskell optional 
c2hs_0.28.8-1.debian.tar.xz

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

iQIzBAEBCAAdFiEEPgL9ZlYpWVIRC6uZ9RsYxyAkgiQFAmH5elUACgkQ9RsYxyAk
giSA/A//UNiZyr4v3KY6W5l7jAxpJ1BBp0pL+Far0wZEPMX4BhCQAj0Q8T420yAX
CxewsCm1nel4Fpq3+6g712bK15fUOAwPJbkVVKOenpfEAr92w781Lh9zky4r1Zw1
jU0gqvMmiu9Op8dqMShKncCZ8+GMQ0KPcVacCxdYkaa3rYrYBAG2gHIpLzH7mda+
LdE7XO6eFjsIzU+k1AZJlb75Os7q0LYCaOX+wsiNBuwTJ3jG/tuvX0F/LigExw9e
uryShde1cnLUyq4hxS8u4h7Hc73cmHWGKlphsuK+7dZBW9WOHkkZfYr5ybRGrMTI
ZITUu+pH+5Pb7blj221nSTYMGmG9iDC1zIrewGvtu9ZRNTd2LLkmSVLaDqY8dHcz
HbVZy0+nlZ9XpcQoGrSkbnK6jkCInuIKILK5JC3N+lFJuJDd6jLwiBGjVoKdJg+o
7zqcYojBy3IeQVpkIcR7NEuhBTX8a4dmL2V3ptNGj58UWp3+o/mmXyYLj6CSbVzF
WzqbVS3qkZDfAFf0d++YoCc2uCOQAJAgo2URxCu+00/wiHV3yHPP1vaNc/HsjdXB
1itbcfNbMX6OnQtW6RH2mIItl7tJ56Lulu9TjBrbpxRoKJ5sohuj9y7gxLlqBAj8
jkDcZUPaf6BYTNJ3DM/2jIF0I8ZosXrrl0+qfpS1KmFWxuHFd+0=
=DAdQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to