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

Bug 529910

Summary: net-misc/strongswan USE=strongswan_plugins_unbound should depend on net-libs/ldns
Product: Gentoo Linux Reporter: Reuben Martin <reuben.m>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: normal CC: gurligebis, taopy
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Reuben Martin 2014-11-20 04:39:11 UTC
ebuild currently doesn't pull ldns as a build dependency, so the configure fails.

Reproducible: Always
Comment 1 Alexander Zubkov 2015-03-12 18:00:49 UTC
have this problem too. Building fails with strongswan_plugins_unbound USE-flag. It stops on configure with error:

...
checking for main in -lldns... no
configure: error: UNBOUND library ldns not found
Comment 2 Xiami 2015-04-21 08:08:03 UTC
+1 with the bug. with USE="strongswan_plugins_unbound" the net-libs/ldns should be built as dependency or strongswan will fail in econfig phase.
Comment 3 Markus Rathgeb 2016-03-03 12:32:58 UTC
Created attachment 427302 [details]
build.log

Same here.
build.log attached
Comment 4 Patrice Clement gentoo-dev 2016-03-05 11:47:14 UTC
commit 46da43339452de45f64d453b97f1ef4ab3eb774f (HEAD -> master)
Merge: 720c2f8 4138bda
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Sat Mar 5 11:29:23 2016 +0000

Merge github#965: net-misc/strongswan: plugin unbound needs net-libs/ldns

Pull-Request: https://github.com/gentoo/gentoo/pull/965
Gentoo-Bug: https://bugs.gentoo.org/529910
Reporter: Markus Rathgeb <maggu2810@gmail.com>
Acked-by: Patrick Lauer <patrick@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>