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, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] libtool: compile: x86_64-linux-gnu-g++ -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/serial -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 mpb-python.cxx -fPIC -DPIC -o .libs/_mpb_la-mpb-python.o libtool: compile: x86_64-linux-gnu-g++ -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/serial -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 mpb-python.cxx:3415: 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 mpb-python.cxx: In function 'const char* pytype_string(PyObject*)': mpb-python.cxx:3786:9: error: 'PyString_Check' was not declared in this scope; did you mean 'PyMapping_Check'? 3786 | if (PyString_Check( py_obj)) return "string" ; | ^~~~~~~~~~~~~~ | PyMapping_Check mpb-python.cxx:3787:9: error: 'PyInt_Check' was not declared in this scope; did you mean 'PySet_Check'? 3787 | if (PyInt_Check( py_obj)) return "int" ; | ^~~~~~~~~~~ | PySet_Check In file included from meep-python.cxx:4090: 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:4697:9: error: 'PyString_Check' was not declared in this scope; did you mean 'PyMapping_Check'? 4697 | if (PyString_Check( py_obj)) return "string" ; | ^~~~~~~~~~~~~~ | PyMapping_Check meep-python.cxx:4698:9: error: 'PyInt_Check' was not declared in this scope; did you mean 'PySet_Check'? 4698 | 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:7380:62: warning: unused parameter 'alist' [-Wunused-parameter] 7380 | meep_geom::absorber_list alist, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ meep-python.cxx:7381:67: warning: unused parameter 'extra_materials' [-Wunused-parameter] 7381 | meep_geom::material_type_list extra_materials, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ meep-python.cxx:7383:42: warning: unused parameter 'set_materials' [-Wunused-parameter] 7383 | 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:7427:29: warning: unused parameter 'cell_size' [-Wunused-parameter] 7427 | vector3 cell_size, | ~~~~~~~~^~~~~~~~~ meep-python.cxx:7428:40: warning: unused parameter 'gv' [-Wunused-parameter] 7428 | meep::grid_volume &gv, | ~~~~~~~~~~~~~~~~~~~^~ meep-python.cxx:7441:26: warning: unused parameter 'output_chunk_costs' [-Wunused-parameter] 7441 | bool output_chunk_costs, | ~~~~~^~~~~~~~~~~~~~~~~~ meep-python.cxx:7442:51: warning: unused parameter 'my_bp' [-Wunused-parameter] 7442 | const meep::binary_partition *my_bp) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ 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:921: _mpb_la-mpb-python.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... meep-python.cxx: In function 'PyObject* _wrap_abort__varargs__(PyObject*, PyObject*, PyObject*)': meep-python.cxx:23078:87: warning: unused parameter 'varargs' [-Wunused-parameter] 23078 | SWIGINTERN PyObject *_wrap_abort__varargs__(PyObject *self, PyObject *args, PyObject *varargs) { | ~~~~~~~~~~^~~~~~~ meep-python.cxx: In function 'PyObject* _wrap_abort(PyObject*, PyObject*)': meep-python.cxx:23111:44: warning: unused parameter 'self' [-Wunused-parameter] 23111 | SWIGINTERN PyObject *_wrap_abort(PyObject *self, PyObject *args) { | ~~~~~~~~~~^~~~ meep-python.cxx: In function 'PyObject* _wrap_master_printf__varargs__(PyObject*, PyObject*, PyObject*)': meep-python.cxx:123774:95: warning: unused parameter 'varargs' [-Wunused-parameter] 123774 | 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:123807:52: warning: unused parameter 'self' [-Wunused-parameter] 123807 | 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:123821:102: warning: unused parameter 'varargs' [-Wunused-parameter] 123821 | 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:123854:59: warning: unused parameter 'self' [-Wunused-parameter] 123854 | 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:123868:94: warning: unused parameter 'varargs' [-Wunused-parameter] 123868 | 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:123901:51: warning: unused parameter 'self' [-Wunused-parameter] 123901 | 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:123915:96: warning: unused parameter 'varargs' [-Wunused-parameter] 123915 | 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:123957:53: warning: unused parameter 'self' [-Wunused-parameter] 123957 | 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:29: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------