Your message dated Thu, 17 Sep 2026 10:49:07 +0000
with message-id <[email protected]>
and subject line Bug#1145841: fixed in meep-mpi-default 1.29.0-3
has caused the Debian Bug report #1145841,
regarding meep-mpi-default: FTBFS: typemap_utils.cpp:494:18: error:
'PyInt_AsLong' was not declared in this scope; did you mean 'PyLong_AsLong'?
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.)
--
1145841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145841
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:meep-mpi-default
Version: 1.29.0-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:meep-mpi-default, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
make[4]: Entering directory '/<<PKGBUILDDIR>>/python'
/bin/bash ../libtool --tag=CXX --mode=compile mpic++ -DHAVE_CONFIG_H -I.
-I.. -I/usr/include/python3.14
-I/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include -I../src
-I../libpympb -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/openmpi
-I/usr/include/guile/3.0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -W -c -o _meep_la-meep-python.lo
`test -f 'meep-python.cxx' || echo './'`meep-python.cxx
libtool: compile: mpic++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python3.14
-I/usr/lib/x86_64-linux-gnu/python3-numpy/numpy/_core/include -I../src
-I../libpympb -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/hdf5/openmpi
-I/usr/include/guile/3.0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wall -W -c meep-python.cxx -fPIC
-DPIC -o .libs/_meep_la-meep-python.o
In file included from meep-python.cxx:4088:
typemap_utils.cpp: In function 'int pymaterial_grid_to_material_grid(PyObject*,
meep_geom::material_data*)':
typemap_utils.cpp:494:18: error: 'PyInt_AsLong' was not declared in this scope;
did you mean 'PyLong_AsLong'?
494 | long gt_enum = PyInt_AsLong(type);
| ^~~~~~~~~~~~
| PyLong_AsLong
meep-python.cxx: In function 'const char* pytype_string(PyObject*)':
meep-python.cxx:4695:9: error: 'PyString_Check' was not declared in this scope;
did you mean 'PyMapping_Check'?
4695 | if (PyString_Check( py_obj)) return "string" ;
| ^~~~~~~~~~~~~~
| PyMapping_Check
meep-python.cxx:4696:9: error: 'PyInt_Check' was not declared in this scope;
did you mean 'PySet_Check'?
4696 | if (PyInt_Check( py_obj)) return "int" ;
| ^~~~~~~~~~~
| PySet_Check
meep-python.cxx: In function 'meep::structure* create_structure(vector3,
std::vector<meep_geom::dft_data>, std::vector<meep::volume>,
std::vector<meep::volume>, std::vector<meep::volume>,
std::vector<meep::volume>, meep::grid_volume&, const meep::boundary_region&,
const meep::symmetry&, int, double, bool, double, int, geometric_object_list,
vector3, bool, meep_geom::material_type, meep_geom::absorber_list,
meep_geom::material_type_list, bool, bool, meep::structure*, bool, const
meep::binary_partition*)':
meep-python.cxx:7375:62: warning: unused parameter 'alist' [-Wunused-parameter]
7375 | meep_geom::absorber_list alist,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
meep-python.cxx:7376:67: warning: unused parameter 'extra_materials'
[-Wunused-parameter]
7376 | meep_geom::material_type_list
extra_materials,
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
meep-python.cxx:7378:42: warning: unused parameter 'set_materials'
[-Wunused-parameter]
7378 | bool set_materials,
| ~~~~~^~~~~~~~~~~~~
meep-python.cxx: In function 'meep_geom::geom_epsilon*
_set_materials(meep::structure*, vector3, meep::grid_volume&, bool, double,
int, geometric_object_list, vector3, bool, meep_geom::material_type,
meep_geom::absorber_list, meep_geom::material_type_list, bool, bool,
meep_geom::geom_epsilon*, bool, const meep::binary_partition*)':
meep-python.cxx:7422:29: warning: unused parameter 'cell_size'
[-Wunused-parameter]
7422 | vector3 cell_size,
| ~~~~~~~~^~~~~~~~~
meep-python.cxx:7423:40: warning: unused parameter 'gv' [-Wunused-parameter]
7423 | meep::grid_volume &gv,
| ~~~~~~~~~~~~~~~~~~~^~
meep-python.cxx:7436:26: warning: unused parameter 'output_chunk_costs'
[-Wunused-parameter]
7436 | bool output_chunk_costs,
| ~~~~~^~~~~~~~~~~~~~~~~~
meep-python.cxx:7437:51: warning: unused parameter 'my_bp' [-Wunused-parameter]
7437 | const meep::binary_partition *my_bp) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
meep-python.cxx: In function 'PyObject* _wrap_abort__varargs__(PyObject*,
PyObject*, PyObject*)':
meep-python.cxx:23073:87: warning: unused parameter 'varargs'
[-Wunused-parameter]
23073 | SWIGINTERN PyObject *_wrap_abort__varargs__(PyObject *self, PyObject
*args, PyObject *varargs) {
|
~~~~~~~~~~^~~~~~~
meep-python.cxx: In function 'PyObject* _wrap_abort(PyObject*, PyObject*)':
meep-python.cxx:23106:44: warning: unused parameter 'self' [-Wunused-parameter]
23106 | SWIGINTERN PyObject *_wrap_abort(PyObject *self, PyObject *args) {
| ~~~~~~~~~~^~~~
meep-python.cxx: In function 'PyObject*
_wrap_master_printf__varargs__(PyObject*, PyObject*, PyObject*)':
meep-python.cxx:123769:95: warning: unused parameter 'varargs'
[-Wunused-parameter]
123769 | SWIGINTERN PyObject *_wrap_master_printf__varargs__(PyObject *self,
PyObject *args, PyObject *varargs) {
|
~~~~~~~~~~^~~~~~~
meep-python.cxx: In function 'PyObject* _wrap_master_printf(PyObject*,
PyObject*)':
meep-python.cxx:123802:52: warning: unused parameter 'self' [-Wunused-parameter]
123802 | SWIGINTERN PyObject *_wrap_master_printf(PyObject *self, PyObject
*args) {
| ~~~~~~~~~~^~~~
meep-python.cxx: In function 'PyObject*
_wrap_master_printf_stderr__varargs__(PyObject*, PyObject*, PyObject*)':
meep-python.cxx:123816:102: warning: unused parameter 'varargs'
[-Wunused-parameter]
123816 | SWIGINTERN PyObject *_wrap_master_printf_stderr__varargs__(PyObject
*self, PyObject *args, PyObject *varargs) {
|
~~~~~~~~~~^~~~~~~
meep-python.cxx: In function 'PyObject* _wrap_master_printf_stderr(PyObject*,
PyObject*)':
meep-python.cxx:123849:59: warning: unused parameter 'self' [-Wunused-parameter]
123849 | SWIGINTERN PyObject *_wrap_master_printf_stderr(PyObject *self,
PyObject *args) {
| ~~~~~~~~~~^~~~
meep-python.cxx: In function 'PyObject*
_wrap_debug_printf__varargs__(PyObject*, PyObject*, PyObject*)':
meep-python.cxx:123863:94: warning: unused parameter 'varargs'
[-Wunused-parameter]
123863 | SWIGINTERN PyObject *_wrap_debug_printf__varargs__(PyObject *self,
PyObject *args, PyObject *varargs) {
|
~~~~~~~~~~^~~~~~~
meep-python.cxx: In function 'PyObject* _wrap_debug_printf(PyObject*,
PyObject*)':
meep-python.cxx:123896:51: warning: unused parameter 'self' [-Wunused-parameter]
123896 | SWIGINTERN PyObject *_wrap_debug_printf(PyObject *self, PyObject
*args) {
| ~~~~~~~~~~^~~~
meep-python.cxx: In function 'PyObject*
_wrap_master_fprintf__varargs__(PyObject*, PyObject*, PyObject*)':
meep-python.cxx:123910:96: warning: unused parameter 'varargs'
[-Wunused-parameter]
123910 | SWIGINTERN PyObject *_wrap_master_fprintf__varargs__(PyObject *self,
PyObject *args, PyObject *varargs) {
|
~~~~~~~~~~^~~~~~~
meep-python.cxx: In function 'PyObject* _wrap_master_fprintf(PyObject*,
PyObject*)':
meep-python.cxx:123952:53: warning: unused parameter 'self' [-Wunused-parameter]
123952 | SWIGINTERN PyObject *_wrap_master_fprintf(PyObject *self, PyObject
*args) {
| ~~~~~~~~~~^~~~
typemap_utils.cpp: At global scope:
typemap_utils.cpp:115:18: warning: 'PyObject* py_volume_object()' defined but
not used [-Wunused-function]
115 | static PyObject *py_volume_object() {
| ^~~~~~~~~~~~~~~~
make[4]: *** [Makefile:914: _meep_la-meep-python.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/python'
make[3]: *** [Makefile:767: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/python'
make[2]: *** [Makefile:523: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:430: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:34: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: meep-mpi-default
Source-Version: 1.29.0-3
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
meep-mpi-default, 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.
Thorsten Alteholz <[email protected]> (supplier of updated meep-mpi-default
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: Wed, 16 Sep 2026 16:42:08 +0200
Source: meep-mpi-default
Architecture: source
Version: 1.29.0-3
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1145841
Changes:
meep-mpi-default (1.29.0-3) unstable; urgency=medium
.
* add patch build-with-swig-4.5.0.patch (Closes: #1145841)
(thanks a lot to Rafael Laboissière for this patch)
* fix autopkgtest by adding python3-scipy as test dependency
* debian/control: bump standard to 4.7.4 (no changes)
* debian/control: remove RRR: and Priority:
Checksums-Sha1:
6fa5d197a85b509f5f1f2e12f4af261b416ce20d 2699 meep-mpi-default_1.29.0-3.dsc
64f7a6ce26f97e0dace9378c784494b7273a563a 45869613
meep-mpi-default_1.29.0.orig.tar.gz
0f82e5a417b8d421459a1a580881c8ea220a196c 11268
meep-mpi-default_1.29.0-3.debian.tar.xz
30271958abb1a660a1bb4ce56f3a2a979ad1bca4 16724
meep-mpi-default_1.29.0-3_amd64.buildinfo
Checksums-Sha256:
f5a82b6af30a8b5f8bd4660a5c87ba7c5e953e4dd95448b19b4fdf8f6a41871c 2699
meep-mpi-default_1.29.0-3.dsc
f63bdf6a8fbae8aad87d4f683da3a466d687848a53bbebe1d6935fb268aeeffa 45869613
meep-mpi-default_1.29.0.orig.tar.gz
4ef9c8f530ba2a67cca2e6fcf3c6ce38ec13be2ad703f079a13324e33153fb5a 11268
meep-mpi-default_1.29.0-3.debian.tar.xz
daa81333db003397efb1fe9ee8d788b9d4b34067dbae025f192acbdf70fda483 16724
meep-mpi-default_1.29.0-3_amd64.buildinfo
Files:
0b3df7af2e23f3484dd25e3479852449 2699 science optional
meep-mpi-default_1.29.0-3.dsc
411797e008bb3b64583c40925a835be0 45869613 science optional
meep-mpi-default_1.29.0.orig.tar.gz
9d2bce38d76489f195d537ca51320899 11268 science optional
meep-mpi-default_1.29.0-3.debian.tar.xz
6739b69ed789803dac42e2ba5fcad6f4 16724 science optional
meep-mpi-default_1.29.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmqrwJlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR7mJEACjV4haWYfbaZM7R0FDJ3Z175PN1BGS
0r2S7xkhc/YrbeD6ra/5lPNfPcAmuWNfa4oYOplUpJpiD6gpBCCzO7GCpjbPMHLJ
KOvNwGLQEnvj9lc6OWr+idk6OyGJ57W6JFT8u2BIML2ykJwFqNAhYdbndGnPgyr8
12FHeriIKeLhlV83I6O+sP34JEPzWfV7dnRWHkVxOjS+fsH2KTI3CILTPNVxFn+1
H+stkZYrBQckqehELKkcywY6MxaEDBJmYzKYZOdp93bAJZmoHQW3Y4unlE5DPzCR
Q3J9uNrCqinVDdcIOoHXTVbJ4uM8WkXYIEVelFTkcinElrGo3a6i2iEjcy/6AJYG
A3+RDSHYjVgBFtQKSGQw6m3LINFQvkd7JLkS01Z2LIn1jwlfQb/vbBKrkvodF5sN
qaAJnaZgDGc9majGmRTW9XOeLvJg1CW2g/eRGhp5K3i3CKvAKxLxA+l0j1r+oW2F
R1m9BrB76Vp/9pJu2L8VpoWVoQTuPZN/hcgGUoXYDIUd+Pz1OgYP6f4JSksckTqu
UmGo8j0bBhABO1q6parnYS4+kMv6LvPqo74QziZH3+ZoUcnBDEGz3iustY8AQUa3
4Q5srEZ1yWDBnVBI6ZOcPwP3CSYfsotkEja2z3xsimnAPKqZ99QohPR0tLjb7Hh4
R0omRuc66A3C3g==
=K30S
-----END PGP SIGNATURE-----
pgpujEjVxXJMI.pgp
Description: PGP signature
--- End Message ---