[Buildroot] Failing bind 9.11.1-P3 configure failure

Peter Seiderer ps.report at gmx.net
Mon Aug 7 22:19:26 UTC 2017


Hello 'grunpferd'(*),

On Sun, 6 Aug 2017 21:53:01 -0400, grunpferd at netscape.net wrote:

> Currently unable to build bind 9.11.1-P3.
> 
> 
> 
> It looks like there is some confusion over the local existence of header files resulting in the following error message.
> Previous version of bind compiles successfully.
> 

Could be, mind to try with BR2_COMPILER_PARANOID_UNSAFE_PATH enabled?

> 
> ...
> checking for using OpenSSL for hash functions... no
> checking for PKCS11 support... no
> checking for PKCS11 tools... disabled
> checking for native PKCS11... disabled
> checking for clock_gettime... yes
> checking for lmdb library... yes
> checking for library containing mdb_env_create... no
> configure: error: found lmdb include but not library.
> package/pkg-generic.mk:217: recipe for target '/u/rfg/w/buildroot_tk1_gcc7_4.12/output/build/bind-9.11.1-P3/.stamp_configured' faile
> d
> make: *** [/u/rfg/w/buildroot_tk1_gcc7_4.12/output/build/bind-9.11.1-P3/.stamp_configured] Error 1
> 
> ...

Local build of bind here (with a random configuration) succeeds, mind to try
the following buildroot patch:

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index 988f40e1c2..c65568e9e3 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -24,6 +24,7 @@ BIND_CONF_ENV = \
        BUILD_CC="$(TARGET_CC)" \
        BUILD_CFLAGS="$(TARGET_CFLAGS)"
 BIND_CONF_OPTS = \
+       --without-lmdb \
        --with-libjson=no \
        --with-randomdev=/dev/urandom \
        --enable-epoll \


Regards,
Peter

(*) Using a real name instead of any pseudonym or fake name is preferred

> 
> 
> So buildroot can't configure bind-9.11.1-P3.
> 
> 
> Ross
> 
> 
> 
> 
> 
> 
> 
> 



More information about the buildroot mailing list