Your message dated Sun, 15 Dec 2024 18:35:58 +0000
with message-id <e1tmttc-00e9ck...@fasolo.debian.org>
and subject line Bug#1060453: Removed package(s) from unstable
has caused the Debian Bug report #1086576,
regarding boost1.74 FTBFS with Python 3.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 ow...@bugs.debian.org
immediately.)


-- 
1086576: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086576
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: boost1.74
Version: 1.74.0+ds1-23.1
Severity: normal
User: debian-pyt...@lists.debian.org
Usertags: python3.13

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

Boost 1.74's RM is pending: #1060453

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html

Log snippet:

   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/14/memory:78,
                 from ./boost/config/no_tr1/memory.hpp:21,
                 from ./boost/get_pointer.hpp:14,
                 from ./boost/python/object/pointer_holder.hpp:11:
/usr/include/c++/14/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from 
./boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
                 from ./boost/python/call.hpp:33:
./boost/python/call.hpp: In function ‘typename 
boost::python::detail::returnable<T>::type boost::python::call(PyObject*, 
boost::type<T>*)’:
./boost/python/call.hpp:62:9: error: there are no arguments to 
‘PyEval_CallFunction’ that depend on a template parameter, so a declaration of 
‘PyEval_CallFunction’ must be available [-fpermissive]
   62 |     PyObject* const result =
      |         ^~~~~~~~~~~~~~~~~~~
./boost/python/call.hpp:62:9: note: (if you use ‘-fpermissive’, G++ will accept 
your code, but allowing the use of an undeclared name is deprecated)
...failed gcc.compile.c++ 
build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/module.o...
gcc.compile.c++ 
build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/object_operators.o

    "g++"   -fvisibility-inlines-hidden -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security 
-mbranch-protection=standard -Wno-unused-local-typedefs -pthread -O3 
-finline-functions -Wno-inline -Wall -g -fvisibility=hidden -Wdate-time 
-D_FORTIFY_SOURCE=2  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE 
-DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.13"  -c -o 
"build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/object_operators.o"
 "libs/python/src/object_operators.cpp"

In file included from ./boost/python/detail/is_xxx.hpp:8,
                 from ./boost/python/detail/is_auto_ptr.hpp:9,
                 from ./boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
                 from ./boost/python/detail/value_arg.hpp:7,
                 from ./boost/python/object/forward.hpp:10,
                 from ./boost/python/object/pointer_holder.hpp:16,
                 from ./boost/python/to_python_indirect.hpp:10,
                 from ./boost/python/converter/arg_to_python.hpp:10,
                 from ./boost/python/call.hpp:15,
                 from ./boost/python/object_core.hpp:14,
                 from ./boost/python/object_operators.hpp:10,
                 from libs/python/src/object_operators.cpp:6:
./boost/python/detail/is_auto_ptr.hpp:17:40: warning: ‘template<class> class 
std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead 
[-Wdeprecated-declarations]
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      |                                        ^~~~~~~~
./boost/detail/is_xxx.hpp:20:4: note: in definition of macro 
‘BOOST_DETAIL_IS_XXX_DEF’
   20 |    qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) >        \
      |    ^~~~~~~~~~~~~~
./boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of macro 
‘BOOST_PYTHON_IS_XXX_DEF’
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/14/memory:78,
                 from ./boost/config/no_tr1/memory.hpp:21,
                 from ./boost/get_pointer.hpp:14,
                 from ./boost/python/object/pointer_holder.hpp:11:
/usr/include/c++/14/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from 
./boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
                 from ./boost/python/call.hpp:33:
./boost/python/call.hpp: In function ‘typename 
boost::python::detail::returnable<T>::type boost::python::call(PyObject*, 
boost::type<T>*)’:
./boost/python/call.hpp:62:9: error: there are no arguments to 
‘PyEval_CallFunction’ that depend on a template parameter, so a declaration of 
‘PyEval_CallFunction’ must be available [-fpermissive]
   62 |     PyObject* const result =
      |         ^~~~~~~~~~~~~~~~~~~
./boost/python/call.hpp:62:9: note: (if you use ‘-fpermissive’, G++ will accept 
your code, but allowing the use of an undeclared name is deprecated)
...failed gcc.compile.c++ 
build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/object_operators.o...
gcc.compile.c++ 
build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/exec.o

    "g++"   -fvisibility-inlines-hidden -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security 
-mbranch-protection=standard -Wno-unused-local-typedefs -pthread -O3 
-finline-functions -Wno-inline -Wall -g -fvisibility=hidden -Wdate-time 
-D_FORTIFY_SOURCE=2  -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE 
-DBOOST_PYTHON_STATIC_LIB -DNDEBUG  -I"." -I"/usr/include/python3.13"  -c -o 
"build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/exec.o"
 "libs/python/src/exec.cpp"

In file included from ./boost/python/detail/is_xxx.hpp:8,
                 from ./boost/python/detail/is_auto_ptr.hpp:9,
                 from ./boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
                 from ./boost/python/detail/value_arg.hpp:7,
                 from ./boost/python/object/forward.hpp:10,
                 from ./boost/python/object/pointer_holder.hpp:16,
                 from ./boost/python/to_python_indirect.hpp:10,
                 from ./boost/python/converter/arg_to_python.hpp:10,
                 from ./boost/python/call.hpp:15,
                 from ./boost/python/object_core.hpp:14,
                 from ./boost/python/object.hpp:9,
                 from ./boost/python/exec.hpp:8,
                 from libs/python/src/exec.cpp:6:
./boost/python/detail/is_auto_ptr.hpp:17:40: warning: ‘template<class> class 
std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead 
[-Wdeprecated-declarations]
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      |                                        ^~~~~~~~
./boost/detail/is_xxx.hpp:20:4: note: in definition of macro 
‘BOOST_DETAIL_IS_XXX_DEF’
   20 |    qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) >        \
      |    ^~~~~~~~~~~~~~
./boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of macro 
‘BOOST_PYTHON_IS_XXX_DEF’
   17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
      | ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/14/memory:78,
                 from ./boost/config/no_tr1/memory.hpp:21,
                 from ./boost/get_pointer.hpp:14,
                 from ./boost/python/object/pointer_holder.hpp:11:
/usr/include/c++/14/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from 
./boost/preprocessor/iteration/detail/iter/forward1.hpp:47,
                 from ./boost/python/call.hpp:33:
./boost/python/call.hpp: In function ‘typename 
boost::python::detail::returnable<T>::type boost::python::call(PyObject*, 
boost::type<T>*)’:
./boost/python/call.hpp:62:9: error: there are no arguments to 
‘PyEval_CallFunction’ that depend on a template parameter, so a declaration of 
‘PyEval_CallFunction’ must be available [-fpermissive]
   62 |     PyObject* const result =
      |         ^~~~~~~~~~~~~~~~~~~
./boost/python/call.hpp:62:9: note: (if you use ‘-fpermissive’, G++ will accept 
your code, but allowing the use of an undeclared name is deprecated)
...failed gcc.compile.c++ 
build-3.13/boost/bin.v2/libs/python/build/gcc-14/release/debug-symbols-on/link-static/pch-off/python-3.13/threading-multi/visibility-hidden/exec.o...
...failed updating 20 targets...
...updated 124 targets...
make[1]: *** [debian/rules:217: override_dh_auto_build-common] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:207: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2
--------------------------------------------------------------------------------
Build finished at 2024-11-01T04:29:45Z


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/926709/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

--- End Message ---
--- Begin Message ---
Version: 1.74.0+ds1-23.1+rm

Dear submitter,

as the package boost1.74 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1060453

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to