Description: Disable test_dbinfo as it fails to build on MIPS
Author: Jelmer Vernooĳ <jelmer@debian.org>
Bug-Debian: https://bugs.debian.org/844227

diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am
index c17305767..85b078bcb 100644
--- a/lib/hdb/Makefile.am
+++ b/lib/hdb/Makefile.am
@@ -73,7 +73,7 @@ if versionscript
 libhdb_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
 endif
 
-noinst_PROGRAMS = test_dbinfo test_hdbkeys test_mkey test_hdbplugin
+noinst_PROGRAMS = test_hdbkeys test_mkey test_hdbplugin
 
 dist_libhdb_la_SOURCES =			\
 	common.c				\
diff --git a/lib/hdb/Makefile.in b/lib/hdb/Makefile.in
index f54940d23..f4a408a4c 100644
--- a/lib/hdb/Makefile.in
+++ b/lib/hdb/Makefile.in
@@ -98,7 +98,7 @@ build_triplet = @build@
 host_triplet = @host@
 @HAVE_DBHEADER_TRUE@am__append_1 = -I$(DBHEADER)
 @versionscript_TRUE@am__append_2 = $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
-noinst_PROGRAMS = test_dbinfo$(EXEEXT) test_hdbkeys$(EXEEXT) \
+noinst_PROGRAMS = test_hdbkeys$(EXEEXT) \
 	test_mkey$(EXEEXT) test_hdbplugin$(EXEEXT)
 subdir = lib/hdb
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/kdc/set_dbinfo.c b/kdc/set_dbinfo.c
index d22e083f7..f49aaa163 100644
--- a/kdc/set_dbinfo.c
+++ b/kdc/set_dbinfo.c
@@ -85,8 +85,6 @@ krb5_kdc_set_dbinfo(krb5_context context, struct krb5_kdc_configuration *c)
 	if (ret)
 	    goto out;
 
-	kdc_log(context, c, 0, "label: %s",
-		hdb_dbinfo_get_label(context, d));
 	kdc_log(context, c, 0, "\tdbname: %s",
 		hdb_dbinfo_get_dbname(context, d));
 	kdc_log(context, c, 0, "\tmkey_file: %s",
diff --git a/tests/db/Makefile.am b/tests/db/Makefile.am
index 9597a0b44..b92fb1a06 100644
--- a/tests/db/Makefile.am
+++ b/tests/db/Makefile.am
@@ -6,7 +6,7 @@ noinst_DATA = krb5.conf krb5.conf-sqlite krb5.conf-db3 krb5.conf-db1 krb5.conf-l
 
 noinst_SCRIPTS = have-db
 
-check_SCRIPTS = loaddump-db add-modify-delete check-dbinfo check-aliases
+check_SCRIPTS = loaddump-db add-modify-delete check-aliases
 
 TESTS = $(check_SCRIPTS) 
 
diff --git a/tests/db/Makefile.in b/tests/db/Makefile.in
index e8f4854ed..edc58455c 100644
--- a/tests/db/Makefile.in
+++ b/tests/db/Makefile.in
@@ -632,7 +632,7 @@ heim_verbose_ = $(heim_verbose_$(AM_DEFAULT_VERBOSITY))
 heim_verbose_0 = @echo "  GEN    "$@;
 noinst_DATA = krb5.conf krb5.conf-sqlite krb5.conf-db3 krb5.conf-db1 krb5.conf-lmdb
 noinst_SCRIPTS = have-db
-check_SCRIPTS = loaddump-db add-modify-delete check-dbinfo check-aliases
+check_SCRIPTS = loaddump-db add-modify-delete check-aliases
 TESTS = $(check_SCRIPTS) 
 do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
 	-e 's,[@]top_builddir[@],$(top_builddir),g' \
