Your message dated Tue, 24 May 2022 09:49:23 +0000
with message-id <e1ntraj-000hmp...@fasolo.debian.org>
and subject line Bug#984112: fixed in libimage-seek-perl 0.06-3
has caused the Debian Bug report #984112,
regarding libimage-seek-perl: 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.)


-- 
984112: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libimage-seek-perl
Version: 0.06-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/libimage-seek-perl_0.06-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.

[...]
/usr/include/c++/11/limits:1823:7: error: ‘constexpr’ static data member ‘min’ 
must have an initializer
 1823 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |       ^~~
/usr/include/c++/11/limits:1823:7: error: expected ‘;’ at end of member 
declaration
 1823 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |       ^~~
      |          ;
In file included from /usr/include/c++/11/bits/stl_algobase.h:59,
                 from /usr/include/c++/11/bits/stl_tree.h:63,
                 from /usr/include/c++/11/map:60,
                 from imgdb.cpp:24,
                 from Seek.xs:1:
/usr/include/c++/11/limits:1823:13: error: expected unqualified-id before 
‘noexcept’
 1823 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/bits/specfun.h:46,
                 from /usr/include/c++/11/cmath:1927,
                 from /usr/include/c++/11/math.h:36,
                 from imgdb.cpp:37,
                 from Seek.xs:1:
/usr/include/c++/11/limits:1826:7: error: ‘constexpr’ static data member ‘max’ 
must have an initializer
 1826 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |       ^~~
/usr/include/c++/11/limits:1826:7: error: expected ‘;’ at end of member 
declaration
 1826 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |       ^~~
      |          ;
In file included from /usr/include/c++/11/bits/stl_algobase.h:59,
                 from /usr/include/c++/11/bits/stl_tree.h:63,
                 from /usr/include/c++/11/map:60,
                 from imgdb.cpp:24,
                 from Seek.xs:1:
/usr/include/c++/11/limits:1826:13: error: expected unqualified-id before 
‘noexcept’
 1826 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
In file included from imgdb.cpp:33,
                 from Seek.xs:1:
/usr/include/c++/11/tr1/bessel_function.tcc: In function ‘void 
std::__detail::__bessel_jn(_Tp, _Tp, _Tp&, _Tp&, _Tp&, _Tp&)’:
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
/usr/include/c++/11/tr1/ell_integral.tcc: In function ‘_Tp 
std::__detail::__ellint_rf(_Tp, _Tp, _Tp)’:
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
/usr/include/c++/11/tr1/ell_integral.tcc: In function ‘_Tp 
std::__detail::__ellint_rd(_Tp, _Tp, _Tp)’:
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
/usr/include/c++/11/tr1/ell_integral.tcc: In function ‘_Tp 
std::__detail::__ellint_rj(_Tp, _Tp, _Tp, _Tp)’:
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
haar.h:37:20: error: expected unqualified-id before ‘(’ token
   37 | #define max(a, b)  (((a) > (b)) ? (a) : (b))
      |                    ^
make[1]: *** [Makefile:344: Seek.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libimage-seek-perl
Source-Version: 0.06-3
Done: gregor herrmann <gre...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libimage-seek-perl, 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.
gregor herrmann <gre...@debian.org> (supplier of updated libimage-seek-perl 
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: Tue, 24 May 2022 11:24:15 +0200
Source: libimage-seek-perl
Architecture: source
Version: 0.06-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 984112
Changes:
 libimage-seek-perl (0.06-3) unstable; urgency=medium
 .
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.3 (no changes needed)
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-* headers for switch to salsa.debian.org
 .
   [ gregor herrmann ]
   * debian/control: update Build-Depends for cross builds.
   * debian/watch: use uscan version 4.
   * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since stretch:
     + Build-Depends: Drop versioned constraint on libextutils-cppguess-perl.
   * Bump debhelper from old 12 to 13.
 .
   [ gregor herrmann ]
   * debian/rules: fix passing of LDLOADLIBS.
     Adding it after dh_auto_configure makes it a parameter to Makefile.PL,
     which only causes a warning, so prepend it.
   * Build with -std=gnu++11 for the time being.
     (Closes: #984112)
   * Update years of packaging copyright.
   * Declare compliance with Debian Policy 4.6.1.
   * Set Rules-Requires-Root: no.
Checksums-Sha1:
 18757be66af295643d54aaf8e76e3c3a58cf3fdd 2382 libimage-seek-perl_0.06-3.dsc
 516af2053c84f339c512152785bba17570967766 3204 
libimage-seek-perl_0.06-3.debian.tar.xz
Checksums-Sha256:
 cd28b8f5d2debf08d443b6802148b2c67bca398c77a2a9dcaa1f4ffb4bd48977 2382 
libimage-seek-perl_0.06-3.dsc
 a896cfe7de1674e24ac023628644f68af5903ac554ef2d53a5f46b512e91bd91 3204 
libimage-seek-perl_0.06-3.debian.tar.xz
Files:
 ae4ad31331eb75c4506c509239b93d0e 2382 perl optional 
libimage-seek-perl_0.06-3.dsc
 d379395b68c2c5ed25b311b2dafce12b 3204 perl optional 
libimage-seek-perl_0.06-3.debian.tar.xz

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

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmKMpVRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaLwQ//b9B7hN79JxD6M4tY+HIDC+fTeWKYkp59rWejWKCklNkVlF+fn+yPYiIu
0b1yJGxyX9/zgmaJUSQaBjK2vPVhdx/165FrfrDpb0p6oYk3xmj5ahZ+iRQlF5qe
jQPVvbY97cbAKe+JyQM74sLnBzyvDPdhVVGWAZyRXD+O8tY+eKNBjEFab4LFNb9B
1io1hUtp001vpeUAYkU7I0+JvDJss+qDvtMsU8FhYDGUvIalZ4gzYWkv9O3blBfX
QTSNIjhL2KYj+4J55/V7KEJXuDa0/Czi2GtxozMbQ/3ohaH7DRYQyIih5MYniiai
sNOOyEprnxiOJl6IkO//oMs+PNd0/NWZ9eF7yIU6C66NB1l1RJodCYl8bQofSsTH
lnQ8KySCnTqRk40YBIjLP9xMut1m/U+3nAZR0c29tpnLK5KgAp9zB78b9T+p76OS
/qC51qIRDTveb7NBMIxo6ok435WObNToiDj+6xmVoxiTrgM4r2zRumXW7uqy9lky
vxpIae3c5mOUaiRk04VE7tOvrI3LLZJh9VMcRDDxMKbvrDeYWm6GpTuTZGabbqdQ
y9qnIzxL8nOaWrcEyVJfNHNdmrqgx0w1i30gLcYzkEPqE/3iuc41E+K6FEK8O0z7
EtWUpqSRkokUWbsl1nAX+THTP1vi0k2p0eN/BW2BYGF47D0ed80=
=UYe9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to