Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730460 - net-dns/pdns-recursor-4.3.2 : webserver.cc: error: _1 was not declared in this scope
Summary: net-dns/pdns-recursor-4.3.2 : webserver.cc: error: _1 was not declared in thi...
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:
 
Reported: 2020-07-02 16:42 UTC by Toralf Förster
Modified: 2020-07-02 18:35 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.44 KB, text/plain)
2020-07-02 16:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,115.42 KB, text/plain)
2020-07-02 16:42 UTC, Toralf Förster
Details
environment (environment,68.30 KB, text/plain)
2020-07-02 16:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.64 KB, application/x-bzip)
2020-07-02 16:42 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,17.85 KB, application/x-bzip)
2020-07-02 16:42 UTC, Toralf Förster
Details
net-dns:pdns-recursor-4.3.2:20200701-232603.log (net-dns:pdns-recursor-4.3.2:20200701-232603.log,84.06 KB, text/plain)
2020-07-02 16:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.71 KB, application/x-bzip)
2020-07-02 16:43 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-07-02 16:42:35 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.   -I./ext/yahttp -pthread     -O3 -Wall -pthread -DSYSCONFDIR=\"/etc/powerdns\"  -I./ext/json11 -I./ext/yahttp     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib64/pdns-recursor\" -DLOCALSTATEDIR=\"/var/run\" -DNODCACHEDIR=\"/var/lib/lib/pdns-recursor\" -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -Wall -Wextra -Wshadow -Wno-unused-parameter -g -O2 -O2 -pipe -march=native -fno-diagnostics-color -c -o webserver.o webserver.cc
webserver.cc: In member function ‘void WebServer::registerBareHandler(const string&, WebServer::HandlerFunction)’:
webserver.cc:110:74: error: ‘_1’ was not declared in this scope
  110 | THandlerFunction f = boost::bind(&bareHandlerWrapper, handler, _1, _2);
      |                                                                ^~


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-libressl-20200629-131942

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.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.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.44.1 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed 01 Jul 2020 10:05:21 PM UTC
/var/db/repos/libressl	Fri 19 Jun 2020 10:37:45 AM UTC

emerge -qpvO net-dns/pdns-recursor
[ebuild  N    ] net-dns/pdns-recursor-4.3.2  USE="libressl -debug -dnstap -luajit -protobuf -snmp -sodium -systemd"
Comment 1 Toralf Förster gentoo-dev 2020-07-02 16:42:39 UTC
this seems to be either still an issue or a similarity to the one reported in bug 724306
Comment 2 Toralf Förster gentoo-dev 2020-07-02 16:42:41 UTC
Created attachment 647376 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2020-07-02 16:42:44 UTC
Created attachment 647378 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-07-02 16:42:47 UTC
Created attachment 647380 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-07-02 16:42:50 UTC
Created attachment 647382 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-07-02 16:42:53 UTC
Created attachment 647384 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-07-02 16:42:56 UTC
Created attachment 647386 [details]
net-dns:pdns-recursor-4.3.2:20200701-232603.log
Comment 8 Toralf Förster gentoo-dev 2020-07-02 16:43:00 UTC
Created attachment 647388 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2020-07-02 18:35:53 UTC
The bug has been closed via the following commit(s):

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

commit fae730c18bbb9bce2b2fb0bea4be5d089e8c4ead
Author:     Sven Wegener <swegener@gentoo.org>
AuthorDate: 2020-07-02 18:34:35 +0000
Commit:     Sven Wegener <swegener@gentoo.org>
CommitDate: 2020-07-02 18:35:19 +0000

    net-dns/pdns-recursor: Re-add the patches from 4.3.1 to 4.3.2
    
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Closes: https://bugs.gentoo.org/730430
    Closes: https://bugs.gentoo.org/730460
    Signed-off-by: Sven Wegener <swegener@gentoo.org>

 net-dns/pdns-recursor/pdns-recursor-4.3.2.ebuild | 5 +++++
 1 file changed, 5 insertions(+)