Package: src:boost1.88
Version: 1.88.0~beta1-1~exp1
Severity: important
X-Debbugs-CC: debian-hurd@lists.debian.org
[...]
gcc.compile.c++
bin.v2/libs/process/build/gcc-14/release/x86_64/boost.process.fs-boost/debug-symbols-on/threading-multi/visibility-hidden/ext/cmd.o
"g++" -fvisibility-inlines-hidden -g -O2
-ffile-prefix-map=/build/reproducible-path/boost1.88-1.88.0~beta1=.
-fstack-protector-strong -Wformat -Werror=format-security
-fcf-protection -Wno-unused-local-typedefs -fPIC -m64 -pthread -O3
-finline-functions -Wno-inline -Wall -g -fvisibility=hidden -Wdate-time
-D_FORTIFY_SOURCE=2 -DBOOST_ALL_NO_LIB=1 -DBOOST_ASIO_NO_DEPRECATED
-DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_NO_LIB=1
-DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTEXT_DYN_LINK=1
-DBOOST_CONTEXT_NO_LIB=1 -DBOOST_DATE_TIME_DYN_LINK=1
-DBOOST_DISABLE_ASSERTS -DBOOST_FILESYSTEM_DYN_LINK=1
-DBOOST_FILESYSTEM_NO_LIB=1 -DBOOST_PROCESS_DYN_LINK=1
-DBOOST_PROCESS_SOURCE=1 -DBOOST_SYSTEM_DYN_LINK=1
-DBOOST_SYSTEM_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"."
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/asio/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/assert/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/atomic/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/concept_check/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/container_hash/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/context/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/core/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/describe/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/detail/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/filesystem/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/integer/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/iterator/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/move/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/mp11/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/mpl/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/optional/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/pool/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/predef/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/process/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/scope/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/smart_ptr/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/system/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/throw_exception/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/tokenizer/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/type_index/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/variant2/include"
-I"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/winapi/include"
-c -o
"bin.v2/libs/process/build/gcc-14/release/x86_64/boost.process.fs-boost/debug-symbols-on/threading-multi/visibility-hidden/ext/cmd.o"
"/build/reproducible-path/boost1.88-1.88.0~beta1/libs/process/src/ext/cmd.cpp"
In file included from ./boost/asio/detail/posix_fd_set_adapter.hpp:27,
from ./boost/asio/detail/fd_set_adapter.hpp:22,
from ./boost/asio/detail/select_reactor.hpp:27,
from ./boost/asio/detail/reactor.hpp:31,
from ./boost/asio/detail/impl/scheduler.ipp:30,
from ./boost/asio/detail/scheduler.hpp:239,
from ./boost/asio/system_context.hpp:19,
from ./boost/asio/impl/system_executor.hpp:21,
from ./boost/asio/system_executor.hpp:671,
from ./boost/asio/associated_executor.hpp:24,
from ./boost/asio/composed.hpp:19,
from ./boost/asio/compose.hpp:19,
from
./boost/process/v2/detail/process_handle_signal.hpp:26,
from ./boost/process/v2/process_handle.hpp:20,
from ./boost/process/v2/ext/cmd.hpp:15,
from
/build/reproducible-path/boost1.88-1.88.0~beta1/libs/process/src/ext/cmd.cpp:16:
./boost/asio/detail/socket_types.hpp:417:41: error: ‘SA_NOCLDWAIT’ was
not declared in this scope; did you mean ‘SA_NOCLDSTOP’?
417 | # define BOOST_ASIO_OS_DEF_SA_NOCLDWAIT SA_NOCLDWAIT
| ^~~~~~~~~~~~
./boost/asio/detail/socket_types.hpp:334:31: note: in expansion of macro
‘BOOST_ASIO_OS_DEF_SA_NOCLDWAIT’
334 | # define BOOST_ASIO_OS_DEF(c) BOOST_ASIO_OS_DEF_##c
| ^~~~~~~~~~~~~~~~~~
./boost/asio/signal_set_base.hpp:68:21: note: in expansion of macro
‘BOOST_ASIO_OS_DEF’
68 | no_child_wait = BOOST_ASIO_OS_DEF(SA_NOCLDWAIT),
| ^~~~~~~~~~~~~~~~~
/build/reproducible-path/boost1.88-1.88.0~beta1/libs/process/src/ext/cmd.cpp:406:18:
error: ambiguating new declaration of ‘boost::filesystem::path
boost::process::v2::ext::cmd(boost::process::v2::pid_type,
boost::system::error_code&)’
406 | filesystem::path cmd(boost::process::v2::pid_type, error_code & ec)
| ^~~
./boost/process/v2/ext/cmd.hpp:31:29: note: old declaration
‘boost::process::v2::shell
boost::process::v2::ext::cmd(boost::process::v2::pid_type,
boost::system::error_code&)’
31 | BOOST_PROCESS_V2_DECL shell cmd(pid_type pid, error_code & ec);
| ^~~
...failed gcc.compile.c++
bin.v2/libs/process/build/gcc-14/release/x86_64/boost.process.fs-boost/debug-symbols-on/threading-multi/visibility-hidden/ext/cmd.o...
...updated 1069 targets...
...failed updating 1 target...
gcc.compile.c++
bin.v2/libs/process/build/gcc-14/release/x86_64/boost.process.fs-boost/debug-symbols-on/threading-multi/visibility-hidden/ext/cmd.o
make[1]: *** [debian/rules:191: override_dh_auto_build-common] Error 1