Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 938947 - net-dns/dnsdist-1.9.6: build failure with boost-1.86.0: uuid-utils.cc:38:58: error: 'random' is not a class, namespace, or enumeration
Summary: net-dns/dnsdist-1.9.6: build failure with boost-1.86.0: uuid-utils.cc:38:58: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Holger Hoffstätte
URL: https://github.com/PowerDNS/pdns/comm...
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2024-09-02 21:43 UTC by Holger Hoffstätte
Modified: 2024-09-08 08:53 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoffstätte 2024-09-02 21:43:58 UTC
Apparently boost-1.86.0 has tightened imlicit includes which are now missing.
Upstream already has a fix.


Reproducible: Always




Please assign to me directly.
Comment 1 Holger Hoffstätte 2024-09-02 21:45:45 UTC
Fixed locally and will be added with the next update.
Comment 2 Larry the Git Cow gentoo-dev 2024-09-08 08:53:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73369745e0a35f1b78af0e13c8db78866fae3eca

commit 73369745e0a35f1b78af0e13c8db78866fae3eca
Author:     Holger Hoffstätte <holger@applied-asynchrony.com>
AuthorDate: 2024-09-08 07:36:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-09-08 08:52:42 +0000

    net-dns/dnsdist: build fixes for gcc-15 & boost-1.86.0
    
    Also reported & fixed upstream.
    
    Closes: https://bugs.gentoo.org/937628
    Closes: https://bugs.gentoo.org/938947
    Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 net-dns/dnsdist/dnsdist-1.9.6-r1.ebuild        | 117 +++++++++++++++++++++++++
 net-dns/dnsdist/files/1.9.6-boost-1.86.0.patch |  35 ++++++++
 net-dns/dnsdist/files/1.9.6-json11-gcc15.patch |  19 ++++
 3 files changed, 171 insertions(+)