Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 398703

Summary: net-dns/pdns-3.0.1: fails to compile ( cannot find -lboost_{serialization,program_options}-mt )
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Agostino Sarubbo <ago>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 398403    
Attachments: build.log
pdns-3.0.1.ebuild
pdns-3.0.1-nameserver.patch
pdns-3.0.1-nameserver.patch
build.log

Description Agostino Sarubbo gentoo-dev 2012-01-12 22:31:11 UTC
net-dns/pdns-3.0.1: fails to compile
Comment 1 Marcel Pennewiß 2012-01-13 19:46:51 UTC
What about build.log and emerge --info? pdns-3.0.1 builds fine here with pgsql or mysql backend on amd64...
Comment 2 Agostino Sarubbo gentoo-dev 2012-01-13 19:55:10 UTC
oh, I missed build.log, sorry
Comment 3 Agostino Sarubbo gentoo-dev 2012-01-13 19:55:58 UTC
Created attachment 298869 [details]
build.log
Comment 4 Marcel Pennewiß 2012-01-13 21:03:08 UTC
Created attachment 298877 [details, diff]
pdns-3.0.1.ebuild
Comment 5 Marcel Pennewiß 2012-01-13 21:04:03 UTC
Created attachment 298879 [details, diff]
pdns-3.0.1-nameserver.patch
Comment 6 Marcel Pennewiß 2012-01-13 21:05:34 UTC
Could you test attached patch, seems if upstream missed something in
wiki.powerdns.com/trac/changeset/2230

if it works i'll submit upstream...
Comment 7 Agostino Sarubbo gentoo-dev 2012-01-13 22:09:58 UTC
Works with that patch, Sven, can you ack please?

@Marcel, if you're interested, you can co-maintain this package ;)
Comment 8 Marcel Pennewiß 2012-01-13 22:38:30 UTC
Created attachment 298887 [details, diff]
pdns-3.0.1-nameserver.patch

reworked patch as fixed upstream some time ago in trunk

http://wiki.powerdns.com/trac/changeset?old_path=%2Ftrunk%2Fpdns%2Fpdns%2Fnameserver.cc&old=2230&new_path=%2Ftrunk%2Fpdns%2Fpdns%2Fnameserver.cc&new=2259
Comment 9 Agostino Sarubbo gentoo-dev 2012-01-22 12:12:31 UTC
@swegener, ping, any news?
Comment 10 Sven Wegener gentoo-dev 2012-01-22 20:37:23 UTC
Thanks, commited.
Comment 11 Agostino Sarubbo gentoo-dev 2012-01-23 13:11:48 UTC
Created attachment 299613 [details]
build.log

It fails again :/
Comment 12 Sven Wegener gentoo-dev 2012-01-25 21:16:46 UTC
It now forces boost with static-libs with USE="static".