libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib -DOS_LINUX -I../../.. -I../../.. -Wall -Wextra -Wnon-virtual-dtor -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -pthread -Wno-missing-field-initializers -fPIC -Wno-non-virtual-dtor -O2 -pipe -march=native -fno-diagnostics-color -c io_address.cc -fPIC -DPIC -o .libs/libkea_asiolink_la-io_address.o io_address.cc: In constructor 'isc::asiolink::IOAddress::IOAddress(const std::string&)': io_address.cc:40:34: error: 'from_string' is not a member of 'boost::asio::ip::address' 40 | asio_address_ = ip::address::from_string(address_str, err); | ^~~~~~~~~~~ io_address.cc: In member function 'uint32_t isc::asiolink::IOAddress::toUint32() const': io_address.cc:120:39: error: 'class boost::asio::ip::address_v4' has no member named 'to_ulong' 120 | return (asio_address_.to_v4().to_ulong()); | ^~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_hardened_systemd-20241213-165002 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-14 * clang version 19.1.5 llvm-config: 19.1.5 Python 3.12.8 go version go1.23.4 linux/amd64 Available Ruby profiles: [1] ruby32 (with Rubygems) * Available Rust versions: [1] rust-bin-1.83.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] Available Java Virtual Machines: [1] openjdk-bin-21 system-vm HEAD of ::gentoo commit 4c26cbfe07e66777c50c40c339bb8c7878f72f0f Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Dec 14 20:48:37 2024 +0000 2024-12-14 20:48:37 UTC emerge -qpvO =net-misc/kea-2.4.1 [ebuild N ] net-misc/kea-2.4.1 USE="openssl samples -debug -doc -filecaps -mysql -postgres -shell -test" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Created attachment 914056 [details] emerge-info.txt
Created attachment 914057 [details] emerge-history.txt
Created attachment 914058 [details] environment
Created attachment 914059 [details] etc.clang.tar.xz
Created attachment 914060 [details] etc.portage.tar.xz
Created attachment 914061 [details] logs.tar.xz
Created attachment 914062 [details] net-misc:kea-2.4.1:20241214-213525.log
Created attachment 914063 [details] qlist-info.txt
Created attachment 914064 [details] temp.tar.xz
Confirm few errors with new 1.87 boost version
Created attachment 914160 [details, diff] Patch to compile with boost 1.87.0 version