Your message dated Fri, 21 Jul 2023 16:20:20 +0000
with message-id <[email protected]>
and subject line Bug#1037823: fixed in pythran 0.11.0+ds-8
has caused the Debian Bug report #1037823,
regarding pythran: ftbfs with GCC-13
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.)


-- 
1037823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037823
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pythran
Version: 0.11.0+ds-7
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/pythran_0.11.0+ds-7_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
FAILED pythran/tests/test_base.py::TestBase::test_pow - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_pow_op0 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_pow_op1 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_pow_op2 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_print - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_print_tuple - distutils.err...
FAILED pythran/tests/test_base.py::TestBase::test_raise - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_range1 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range2 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range3 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range4 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range5 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range6 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range7 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_range_negative_step - distu...
FAILED pythran/tests/test_base.py::TestBase::test_raw_set - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_recursion1 - distutils.erro...
FAILED pythran/tests/test_base.py::TestBase::test_recursion2 - distutils.erro...
FAILED pythran/tests/test_base.py::TestBase::test_recursive_attr - distutils....
FAILED pythran/tests/test_base.py::TestBase::test_reduce - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_return_empty_list - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_return_set - distutils.erro...
FAILED pythran/tests/test_base.py::TestBase::test_reversed - distutils.errors...
FAILED pythran/tests/test_base.py::TestBase::test_reversed_range_negative_step
FAILED pythran/tests/test_base.py::TestBase::test_reversed_slice - distutils....
FAILED pythran/tests/test_base.py::TestBase::test_round - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_rrange1 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange2 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange3 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange4 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange5 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange6 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_rrange7 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_set - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_set_comprehension - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_shadow_parameters - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_slice0 - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_slicer - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_slicing - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_sorted0 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_sorted1 -   File "<string>"...
FAILED pythran/tests/test_base.py::TestBase::test_sorted2 -   File "<string>"...
FAILED pythran/tests/test_base.py::TestBase::test_sorted3 -   File "<string>"...
FAILED pythran/tests/test_base.py::TestBase::test_str - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_subscript - distutils.error...
FAILED pythran/tests/test_base.py::TestBase::test_subscript_assignment - dist...
FAILED pythran/tests/test_base.py::TestBase::test_sum - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_tuple - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_tuple_unpacking - distutils...
FAILED pythran/tests/test_base.py::TestBase::test_tuples - distutils.errors.C...
FAILED pythran/tests/test_base.py::TestBase::test_unaryop - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_update_empty_list - distuti...
FAILED pythran/tests/test_base.py::TestBase::test_update_list_with_slice - di...
FAILED pythran/tests/test_base.py::TestBase::test_while - distutils.errors.Co...
FAILED pythran/tests/test_base.py::TestBase::test_xrange1 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange2 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange3 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange4 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_xrange5 - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_yield_with_default_param - ...
FAILED pythran/tests/test_base.py::TestBase::test_yielder - distutils.errors....
FAILED pythran/tests/test_base.py::TestBase::test_zip - distutils.errors.Comp...
FAILED pythran/tests/test_base.py::TestBase::test_zipped_list_comprehension
=========== 195 failed, 1 skipped, 13 warnings in 344.49s (0:05:44) ============
E: pybuild pybuild:388: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pythran/build; python3.11 -m pytest 
pythran/tests/test_base.py
dh_auto_test: error: pybuild --test -i python{version} -p 3.11 returned exit 
code 13
make[1]: *** [debian/rules:30: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pythran
Source-Version: 0.11.0+ds-8
Done: Drew Parsons <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pythran, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Drew Parsons <[email protected]> (supplier of updated pythran 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 21 Jul 2023 16:17:26 +0200
Source: pythran
Architecture: source
Version: 0.11.0+ds-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 1037823
Changes:
 pythran (0.11.0+ds-8) unstable; urgency=medium
 .
   * Team upload.
   * debian patch gcc13_PR2029.patch applies upstream PR#2029 to fix
     build with gcc-13. Closes: #1037823.
Checksums-Sha1:
 d99273e7513f13f7a32c6a10965f5452637e5816 2517 pythran_0.11.0+ds-8.dsc
 f70873b6a9ce63c3aa6ce2587473b3814eca6015 13976 
pythran_0.11.0+ds-8.debian.tar.xz
Checksums-Sha256:
 374b498d563d1b67858fb547c42aaf8f92d9b2d6d6d9be80b026802d0dc7eb64 2517 
pythran_0.11.0+ds-8.dsc
 4437652b0d6f5d13751ff5f049cf525164c79d0dac853d0d899bee4b65b23fb0 13976 
pythran_0.11.0+ds-8.debian.tar.xz
Files:
 b792a8bddc94ddf10002e0637f9ed43f 2517 python optional pythran_0.11.0+ds-8.dsc
 fa239f94a521f71b0798c241bca51152 13976 python optional 
pythran_0.11.0+ds-8.debian.tar.xz

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmS6rZUACgkQVz7x5L1a
AfoewRAAk6RdaIzAnVZXQb6Bfb6bZiauFDHnxuIkrv3SwVD90jV7Xi2j3afL+ywO
yVB8gemUdRWJWgcRAPk0uKgFfjQXxHd7DqLcE8wcEvPsC5lqBnCNcfWCBMaUNw1O
c0eSD7bq1c3ks8xLZ9jjk1VeFCmvPEkThQcxmyZfWGJULMQJf4ROtx7IHH+Q6aZL
9ea9Bb0Kicp+bWiqYHIk8kW3zT4koYgbqfZRZ7OmH19ldgFkTkFcCFcu7MhdaR8j
RmuN+hSTNG1buDgHCzCB4z+/DzySF6XwdhtYzPT9NP575RU3KqH7hyiiDPs6TJgB
jJE6c48EpNvkw1WvGcTmT/eJtKAJIRvuh7prJoPGiDqLz8htCGpjv4XJbvYTmI9Y
awbDWmTKHE+h6wqYpsYuMXJlqzDxf14mDtMoXUVQJOMgVeAM4BNEpPyw6VAPL2i9
3i5eOd+lo6uoXSC7LuMfpp4AFJ+iRm6IthtVcDsATxKUwS2EbeBua7gtJ223ytSQ
jlNBa8ed7M2RNDg0I9nDjUtp1uxE7ZPhydTN519eTP/id7FNekrX+Nov3jfSbCtd
O/SHfAj7zGJJuyZ7zE/ZzuO+doi8SyLlInZzW61xEcxi2P2XFIIsM6sLpM3Pir8p
DMPYvv5EUUQjE6UL0aH+vIRxpb4Ggp1mycURnbffuzCcKvPjx6U=
=WebV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to