Your message dated Tue, 01 Sep 2026 20:38:27 +0000
with message-id <[email protected]>
and subject line Bug#1145499: fixed in openturns 1.27.3-1
has caused the Debian Bug report #1145499,
regarding openturns: FTBFS:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4014:7:
error: 'PyInt_Check' was not declared in this scope; did you mean
'PySet_Check'?
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.)
--
1145499: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145499
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:openturns
Version: 1.27.1-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202608/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:openturns, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
[ 38%] Building CXX object
python/src/CMakeFiles/typ.dir/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx.o
cd /<<PKGBUILDDIR>>/builddir/python/src && /usr/bin/x86_64-l
[too-long-redacted] p.dir/typ_modulePYTHON_wrap.cxx
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Description___setitem__(OT::Description*,
PyObject*, PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4014:7:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
4014 | if (PyInt_Check(arg))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4088:18:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
4088 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Description___getitem__(const OT::Description*,
PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4103:7:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
4103 | if (PyInt_Check(arg))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4165:18:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
4165 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Indices___setitem__(OT::Indices*, PyObject*,
PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4208:7:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
4208 | if (PyInt_Check(arg))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4282:18:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
4282 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Indices___getitem__(const OT::Indices*,
PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4297:7:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
4297 | if (PyInt_Check(arg))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4359:18:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
4359 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Point___setitem__(OT::Point*, PyObject*,
PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4476:7:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
4476 | if (PyInt_Check(arg))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4550:18:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
4550 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Point___getitem__(const OT::Point*, PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4565:7:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
4565 | if (PyInt_Check(arg))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:4627:18:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
4627 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âPyObject* OT_Sample___getitem____SWIG_1(const OT::Sample*,
PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8067:20:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8067 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8134:13:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8134 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8136:25:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8136 | long index2 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8211:13:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8211 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8213:25:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8213 | long index2 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8242:11:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8242 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8244:23:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8244 | long index1 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8304:13:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8304 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8306:25:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8306 | long index2 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:
In function âvoid OT_Sample___setitem____SWIG_1(OT::Sample*, PyObject*,
PyObject*)â:
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8391:20:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8391 | long index = PyInt_AsLong(intValue.get());
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8473:13:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8473 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8475:25:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8475 | long index2 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8556:13:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8556 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8558:25:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8558 | long index2 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8581:11:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8581 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8583:23:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8583 | long index1 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8641:13:
error: âPyInt_Checkâ was not declared in this scope; did you mean
âPySet_Checkâ?
8641 | if (PyInt_Check(elt))
| ^~~~~~~~~~~
| PySet_Check
/<<PKGBUILDDIR>>/builddir/python/src/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx:8643:25:
error: âPyInt_AsLongâ was not declared in this scope; did you mean
âPyLong_AsLongâ?
8643 | long index2 = PyInt_AsLong(elt);
| ^~~~~~~~~~~~
| PyLong_AsLong
make[4]: *** [python/src/CMakeFiles/typ.dir/build.make:82:
python/src/CMakeFiles/typ.dir/CMakeFiles/typ.dir/typ_modulePYTHON_wrap.cxx.o]
Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
make[3]: *** [CMakeFiles/Makefile2:21508: python/src/CMakeFiles/typ.dir/all]
Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/builddir'
make[2]: *** [Makefile:169: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/builddir/python'
make[1]: *** [debian/rules:61: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:42: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: openturns
Source-Version: 1.27.3-1
Done: Pierre Gruet <[email protected]>
We believe that the bug you reported is fixed in the latest version of
openturns, 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.
Pierre Gruet <[email protected]> (supplier of updated openturns 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: SHA512
Format: 1.8
Date: Tue, 01 Sep 2026 22:01:37 +0200
Source: openturns
Architecture: source
Version: 1.27.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Pierre Gruet <[email protected]>
Closes: 1145499
Changes:
openturns (1.27.3-1) unstable; urgency=medium
.
* New upstream version 1.27.3:
- Handles the removal of the Python 2 compatibility macros in swig 4.5.0,
thanks to Rafael Laboissière for finding out (Closes: #1145499)
* Removing upstreamed patch
* Switching to debhelper-compat 14:
- Removing shlibs: and misc: substbvars
- Removing the manual passing of CMAKE_BUILD_RPATH_USE_ORIGIN=ON to CMake
Checksums-Sha1:
9d02eb5995245ec064ed0f60d6aecbda111834ee 2651 openturns_1.27.3-1.dsc
abf4cf3970a197d9156296182789c6ae7879114f 14982009 openturns_1.27.3.orig.tar.gz
56c15adabdf180a4357f00d260d3cec353105cb3 28256 openturns_1.27.3-1.debian.tar.xz
d6bffff9f826a0ab10667a74401eb9c4df26ba79 7836
openturns_1.27.3-1_source.buildinfo
Checksums-Sha256:
6734433b119353a755c35d70ebad301ece95be312c93969007a3f64848a9f168 2651
openturns_1.27.3-1.dsc
6cd10e65682a09a5c8f7b40e3b4926d64fc93dcdff19c0e432ec843886cc1bc2 14982009
openturns_1.27.3.orig.tar.gz
2a825d686c41fab68f5f20a55f1cdfb38ae73dbb7839f96858d10ff31668caf4 28256
openturns_1.27.3-1.debian.tar.xz
e4d5777b1451a7750f9d67d69e4f10b8cba3c1d51a1bd127f7b344656fb00a39 7836
openturns_1.27.3-1_source.buildinfo
Files:
4f13557d00c144c71a63e5a8cf4d8726 2651 science optional openturns_1.27.3-1.dsc
5f228d869470ebb8449a36d89443fbef 14982009 science optional
openturns_1.27.3.orig.tar.gz
f03c58efe7715729be0d2fc59238d971 28256 science optional
openturns_1.27.3-1.debian.tar.xz
3c6b96ad8488fdc0828c9b95dd46a433 7836 science optional
openturns_1.27.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmqXL1wACgkQYAMWptwn
dHYhuw//WzNQJpKID0C5xc8FxO4N2PViyloHUPWwN/XLO4Zv+WKoJ79p/P+PSzO0
adPHCQ/umuVLZeKUaTCFOfVQXFE+hHk8dJQkKGfZ+wn3GVXqDAgQdasnFZeArLsU
7mV3kyf/+FvNvrEpLjzNjn8nqdMD5P7Y+JzuUHvNmtmw0ECHRHA1EybDAywJQUZe
XxHZ/UKJcHEvg5mK0c+kUco2D+od4QjCyvaL1oIZnStCcOY6gYdKt8H5Hb2O3GAX
mrdIir3Qbnc8IR+4h1AiHp0UB3ziZ+FRVdW9kVBEH2BVVL1qxk2p1thqX1FtuEZ3
ecMFFQHigPyCALrmV60LjDiWRQZqRTIoD8WQCIzL/GxmsQZfdwEy4xlvYmGXCT9x
vEwqUbiE9cqbRgWMgEAFFy5Zu/4iKT0ZBhi9tOmk4qCdXZy6WIvX/mbontHBoZlM
2R+h+7WOqpIa3WuZMSWEEjrZfjEj45L1l5VyRX6l6lsN90U/1qdunB0GTbF+NwwJ
yd6SDcThgFZU6kIDPYw0C2m9rlhCLu8gQMskSzHu54PJIWACeiHEwSheduoB9+CB
4bWRA6AC2alApSr4/d5KLHv2wcOCCGnv2Ss6DuhETK5gVgatc4/V0w2BV9evv9jz
ZP7b4Wyn0bdf1YyqgU3xIE2Uz+AuChG5u/fMk68cVZpAkM/fphI=
=mof+
-----END PGP SIGNATURE-----
pgpg9rBDC2kU8.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers