Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609538 - net-dns/pdns-4.0.3 fails to build
Summary: net-dns/pdns-4.0.3 fails to build
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: 2017-02-16 15:39 UTC by Chris Pritchard
Modified: 2017-02-21 21:52 UTC (History)
1 user (show)

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


Attachments
emerge -pqv '=net-dns/pdns-4.0.3::gentoo' (emerge -pvq.txt,287 bytes, text/plain)
2017-02-16 15:39 UTC, Chris Pritchard
Details
ebuild environment file (ebuild environment.txt,99.05 KB, text/plain)
2017-02-16 15:39 UTC, Chris Pritchard
Details
Build log (build log.txt,64.63 KB, text/plain)
2017-02-16 15:39 UTC, Chris Pritchard
Details
emerge --info (emerge --info.txt,15.91 KB, text/plain)
2017-02-16 15:40 UTC, Chris Pritchard
Details
pdns-4.0.3.ebuild (pdns-4.0.3.ebuild,3.99 KB, text/plain)
2017-02-16 16:31 UTC, Chris Pritchard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Pritchard 2017-02-16 15:39:08 UTC
Created attachment 463972 [details]
emerge -pqv '=net-dns/pdns-4.0.3::gentoo'

When compiling net-dns/pdns-4.0.3 I get the following error:

./pdns_server --no-config --config 2>/dev/null > pdns.conf-dist
/bin/sh: line 1: 16982 Aborted                 (core dumped) ./pdns_server --no-config --config 2> /dev/null > pdns.conf-dist
make[3]: *** [Makefile:2997: pdns.conf-dist] Error 134
make[3]: Leaving directory '/var/tmp/portage/net-dns/pdns-4.0.3/work/pdns-4.0.3/pdns'
make[2]: *** [Makefile:2095: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/net-dns/pdns-4.0.3/work/pdns-4.0.3/pdns'
make[1]: *** [Makefile:537: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-dns/pdns-4.0.3/work/pdns-4.0.3'
make: *** [Makefile:468: all] Error 2
 * ERROR: net-dns/pdns-4.0.3::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=net-dns/pdns-4.0.3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-dns/pdns-4.0.3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-dns/pdns-4.0.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-dns/pdns-4.0.3/temp/environment'.
 * Working directory: '/var/tmp/portage/net-dns/pdns-4.0.3/work/pdns-4.0.3'
 * S: '/var/tmp/portage/net-dns/pdns-4.0.3/work/pdns-4.0.3'
Comment 1 Chris Pritchard 2017-02-16 15:39:30 UTC
Created attachment 463974 [details]
ebuild environment file
Comment 2 Chris Pritchard 2017-02-16 15:39:47 UTC
Created attachment 463976 [details]
Build log
Comment 3 Chris Pritchard 2017-02-16 15:40:49 UTC
Created attachment 463978 [details]
emerge --info
Comment 4 Chris Pritchard 2017-02-16 16:29:43 UTC
Works fine if dev-libs/botan has the threads useflag set - see upstream bug https://github.com/PowerDNS/pdns/issues/5044
Comment 5 Chris Pritchard 2017-02-16 16:31:24 UTC
Created attachment 463992 [details]
pdns-4.0.3.ebuild

I've made an updated ebuild that requires botan to be built with "threads" support.
Comment 6 Sven Wegener gentoo-dev 2017-02-21 21:52:02 UTC
Thanks, applied to the tree.