Your message dated Wed, 28 Oct 2020 20:36:32 +0000
with message-id <e1kxsbm-000gex...@fasolo.debian.org>
and subject line Bug#973012: fixed in pybind11 2.6.0-1
has caused the Debian Bug report #973012,
regarding pybind11's autopkg tests are failing, blocking python3-defaults
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.)


-- 
973012: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973012
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pybind11
Version: 2.5.0-5
Severity: serious
Tags: sid bullseye
User: debian-pyt...@lists.debian.org
Usertags: python3.9

autopkgtest [19:02:38]: test command4: set -e ; cp -r tests ${AUTOPKGTEST_TMP} ;
cd ${AUTOPKGTEST_TMP}/tests ; cmake . ; make ; pytest-3
autopkgtest [19:02:38]: test command4: [-----------------------
-- The CXX compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: /usr/bin/python3.9 (found version "3.9")
-- Found PythonLibs: python3.9
-- Performing Test HAS_CPP14_FLAG
-- Performing Test HAS_CPP14_FLAG - Success
-- Setting tests build type to MinSizeRel as none was specified
-- Building tests with Eigen v3.3.8
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake
(found suitable version "1.71.0", minimum required is "1.56")
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- LTO enabled
-- Configuring done
-- Generating done
-- Build files have been written to:
/tmp/autopkgtest-lxc.adcars4k/downtmp/autopkgtest_tmp/tests
Scanning dependencies of target cross_module_gil_utils
[  2%] Building CXX object
CMakeFiles/cross_module_gil_utils.dir/cross_module_gil_utils.cpp.o
In file included from /usr/include/pybind11/pytypes.h:12,
                 from /usr/include/pybind11/cast.h:13,
                 from /usr/include/pybind11/attr.h:13,
                 from /usr/include/pybind11/pybind11.h:44,
                 from
/tmp/autopkgtest-lxc.adcars4k/downtmp/autopkgtest_tmp/tests/cross_module_gil_utils.cpp:9:
/usr/include/pybind11/detail/common.h:112:10: fatal error: Python.h: No such
file or directory
  112 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/cross_module_gil_utils.dir/build.make:82:
CMakeFiles/cross_module_gil_utils.dir/cross_module_gil_utils.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:157:
CMakeFiles/cross_module_gil_utils.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
autopkgtest [19:02:39]: test command4: -----------------------]
autopkgtest [19:02:39]: test command4:  - - - - - - - - - - results - - - - - -
- - - -
command4             FAIL non-zero exit status 2
autopkgtest [19:02:39]: test command4:  - - - - - - - - - - stderr - - - - - - -
- - -
In file included from /usr/include/pybind11/pytypes.h:12,
                 from /usr/include/pybind11/cast.h:13,
                 from /usr/include/pybind11/attr.h:13,
                 from /usr/include/pybind11/pybind11.h:44,
                 from
/tmp/autopkgtest-lxc.adcars4k/downtmp/autopkgtest_tmp/tests/cross_module_gil_utils.cpp:9:
/usr/include/pybind11/detail/common.h:112:10: fatal error: Python.h: No such
file or directory
  112 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/cross_module_gil_utils.dir/build.make:82:
CMakeFiles/cross_module_gil_utils.dir/cross_module_gil_utils.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:157:
CMakeFiles/cross_module_gil_utils.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
autopkgtest [19:02:39]: @@@@@@@@@@@@@@@@@@@@ summary
command1             PASS
command2             PASS
command3             PASS
command4             FAIL non-zero exit status 2

--- End Message ---
--- Begin Message ---
Source: pybind11
Source-Version: 2.6.0-1
Done: Drew Parsons <dpars...@debian.org>

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

Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated pybind11 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: Thu, 29 Oct 2020 03:44:25 +0800
Source: pybind11
Architecture: source
Version: 2.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 973012 973295
Changes:
 pybind11 (2.6.0-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * add debian patches
     - skip_sphinxcontrib_doc.patch removes sphinxcontrib
       modules rsvgconverter and moderncmakedomain for doc build, since
       they are not yet packaged.
     - test_cmake_pyversion.patch configures ./tests for specific python
       version if PYVERSION is defined for cmake.
       Applied in debian/tests. Closes: #973012, #973295.
   * To avoid privacy breaches, predownload badge image files in docs,
     store in debian/images and install in html/_images.
Checksums-Sha1:
 7091d5b7f084a6dbdfcfb43aeb5e966d3d283f4a 2602 pybind11_2.6.0-1.dsc
 446958f8e8a0268c50b934509ed07655f0c32eb4 631925 pybind11_2.6.0.orig.tar.gz
 2899402d62375952d5e7c0de66c636ac73a9605e 66296 pybind11_2.6.0-1.debian.tar.xz
Checksums-Sha256:
 2078133413cc04d1c7d594a25fd25b25b099685dbda3cdefdcb154906d0708a8 2602 
pybind11_2.6.0-1.dsc
 90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571 631925 
pybind11_2.6.0.orig.tar.gz
 586b4f6c1c4dfdc0618d825ae230d32269cc463a902ce5cb90fc0467c3cc5586 66296 
pybind11_2.6.0-1.debian.tar.xz
Files:
 10dc0821f010b680de4f2a659094bb00 2602 libs optional pybind11_2.6.0-1.dsc
 6815d191e63c5be21c3630b268688eb8 631925 libs optional 
pybind11_2.6.0.orig.tar.gz
 0ff6a217937de3ba86d977b246524182 66296 libs optional 
pybind11_2.6.0-1.debian.tar.xz

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAl+ZzhsACgkQVz7x5L1a
Afpoug/+NFIn7zzPJiNtoukOfpI5LYkVzZufDMXyruxIq1o0hntA7H3C2nDBdNhT
lsX3k1gpPGdtifAM1sWAYPprtpNGEG4j8yo6eD146zNRZGU4DxiRx7qUUmNKnmrm
qCYC7tOejA/DX8Oodfii31G8Ik6d/9yRFAiWm75BP+EQzSZWhT/h4Fyl+uBn/akv
hgByO0C1cooBV1rYmvUc8VuQHC2NMeojAaW3Aum8jJ1pda0h74jsRQWH18gjagas
cB1y3pDIKXGI2U8+U9bA1RyLMNvxLasuHHS4rH+Wo1vCjZorHusTZ4i6468RYXjg
hHFFqZXo4Tz89ZjnLk9HtZ9NKi2XVrUoNORc8LaRQJ8uFFGrwZtJMsDXx9rWiaU5
ro2rTZ0cNFAa34lI6XxslPyO8zjeuJDKKAIendw3awFku+LOQTzc10ZadjGZ1KZi
92goXdc+x9oV4luG7JU1XmSon8Avt0so19i8I6LPSj0FeO2R3PLv00NJSgBckAZV
b9cZkagbyqB2fTpIdXaTtpTVwI3q9lz8JKM2mvrOgWLowNrr/4K58U0Rex+yvRFi
T4aKXZwFqyaTN+59cbTnyTTdo0mpX4MD2nMw5J9F9nFPrxsNd8Lct6sdAM2ZOJYU
KQfO8M4NSnWmHoa1Vj3h92awWKHTXq8sTM/TwP+NytEIUS8/TGA=
=8xej
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to