Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946488 - net-misc/kea-2.4.1 - io_address.cc: error: class boost::asio::ip::address_v4 has no member named to_ulong
Summary: net-misc/kea-2.4.1 - io_address.cc: error: class boost::asio::ip::address_v4 ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Dennis Lamm
URL:
Whiteboard:
Keywords: PATCH, UPSTREAM
Depends on:
Blocks: boost-1.87
  Show dependency tree
 
Reported: 2024-12-14 22:03 UTC by Toralf Förster
Modified: 2025-05-08 15:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.16 KB, text/plain)
2024-12-14 22:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,72.38 KB, text/plain)
2024-12-14 22:03 UTC, Toralf Förster
Details
environment (environment,143.76 KB, text/plain)
2024-12-14 22:03 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.34 KB, application/x-xz)
2024-12-14 22:03 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,20.15 KB, application/x-xz)
2024-12-14 22:03 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,17.37 KB, application/x-xz)
2024-12-14 22:03 UTC, Toralf Förster
Details
net-misc:kea-2.4.1:20241214-213525.log (net-misc:kea-2.4.1:20241214-213525.log,167.23 KB, text/plain)
2024-12-14 22:03 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,170.30 KB, text/plain)
2024-12-14 22:03 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,33.83 KB, application/x-xz)
2024-12-14 22:03 UTC, Toralf Förster
Details
Patch to compile with boost 1.87.0 version (kea-boost.patch,12.73 KB, patch)
2024-12-16 08:51 UTC, Jiri Netolicky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-12-14 22:03:25 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2024-12-14 22:03:26 UTC
Created attachment 914056 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-12-14 22:03:28 UTC
Created attachment 914057 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-12-14 22:03:30 UTC
Created attachment 914058 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-12-14 22:03:31 UTC
Created attachment 914059 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-12-14 22:03:32 UTC
Created attachment 914060 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-12-14 22:03:32 UTC
Created attachment 914061 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-12-14 22:03:34 UTC
Created attachment 914062 [details]
net-misc:kea-2.4.1:20241214-213525.log
Comment 8 Toralf Förster gentoo-dev 2024-12-14 22:03:35 UTC
Created attachment 914063 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-12-14 22:03:36 UTC
Created attachment 914064 [details]
temp.tar.xz
Comment 10 Jiri Netolicky 2024-12-16 08:50:28 UTC
Confirm few errors with new 1.87 boost version
Comment 11 Jiri Netolicky 2024-12-16 08:51:34 UTC
Created attachment 914160 [details, diff]
Patch to compile with boost 1.87.0 version