Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 718024 - net-dns/pdns-recursor-4.3.0-r1 : lwres.cc: error: isEnabledForQueries was not declared in this scope
Summary: net-dns/pdns-recursor-4.3.0-r1 : lwres.cc: error: isEnabledForQueries was not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-04-18 09:42 UTC by Toralf Förster
Modified: 2020-07-10 20:22 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.19 KB, text/plain)
2020-04-18 09:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,311.87 KB, text/plain)
2020-04-18 09:42 UTC, Toralf Förster
Details
environment (environment,68.99 KB, text/plain)
2020-04-18 09:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.29 KB, application/x-bzip)
2020-04-18 09:42 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,20.35 KB, application/x-bzip)
2020-04-18 09:42 UTC, Toralf Förster
Details
net-dns:pdns-recursor-4.3.0-r1:20200418-082923.log (net-dns:pdns-recursor-4.3.0-r1:20200418-082923.log,42.56 KB, text/plain)
2020-04-18 09:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.62 KB, application/x-bzip)
2020-04-18 09:42 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-04-18 09:42:17 UTC
lwres.cc: In function int asyncresolve(const ComboAddress&, const DNSName&, int, bool, bool, int, timeval*, boost::optional<Netmask>&, boost::optional<const ResolveContext&>, const std::shared_ptr<std::vector<std::unique_ptr<RemoteLogger> > >&, const std::shared_ptr<std::vector<std::unique_ptr<FrameStreamLogger> > >&, const std::set<short unsigned int>&, LWResult*, bool*):
lwres.cc:287:7: error: isEnabledForQueries was not declared in this scope
  287 |   if (isEnabledForQueries(fstrmLoggers)) {
      |       ^~~~~~~~~~~~~~~~~~~
lwres.cc:288:35: error: queryTime was not declared in this scope

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-libressl-20200408-201646

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.3.1
 [2] x86_64-pc-linux-gnu-9.3.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.15.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 

The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 18 Apr 2020 07:16:46 AM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO net-dns/pdns-recursor
[ebuild  N    ] net-dns/pdns-recursor-4.3.0-r1  USE="libressl -debug -luajit -protobuf -snmp -sodium -systemd"
Comment 1 Toralf Förster gentoo-dev 2020-04-18 09:42:20 UTC
Created attachment 633546 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-18 09:42:23 UTC
Created attachment 633548 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-18 09:42:26 UTC
Created attachment 633550 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-18 09:42:28 UTC
Created attachment 633552 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-18 09:42:31 UTC
Created attachment 633554 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-18 09:42:34 UTC
Created attachment 633556 [details]
net-dns:pdns-recursor-4.3.0-r1:20200418-082923.log
Comment 7 Toralf Förster gentoo-dev 2020-04-18 09:42:37 UTC
Created attachment 633558 [details]
temp.tbz2
Comment 8 Sven Wegener gentoo-dev 2020-07-10 20:22:39 UTC
This should be fixed with the addition of the dnstap USE flag, which adds the dependency on the protobuf USE flag and also fixed the automagic dependency on dev-libs/fstrm