Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529910 - net-misc/strongswan USE=strongswan_plugins_unbound should depend on net-libs/ldns
Summary: net-misc/strongswan USE=strongswan_plugins_unbound should depend on net-libs/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-20 04:39 UTC by Reuben Martin
Modified: 2016-03-05 11:47 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,14.35 KB, text/x-log)
2016-03-03 12:32 UTC, Markus Rathgeb
Details

Note You need to log in before you can comment on or make changes to this bug.
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>