BIND 10 trac1207, updated. bb745745967720d590e39b970861a40d2f7efa56 [1207] remove comment

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 21 08:57:23 UTC 2012


The branch, trac1207 has been updated
       via  bb745745967720d590e39b970861a40d2f7efa56 (commit)
       via  4c63a321442273e8acd3414585b1b8d775ceb83c (commit)
       via  34ed44e230ee4939303a988a50a50874a0e5b4c9 (commit)
      from  61b38bf68fb9db29513d2d1d26b914338e690741 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bb745745967720d590e39b970861a40d2f7efa56
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon May 21 10:56:51 2012 +0200

    [1207] remove comment
    
    not really useful at this point anymore

commit 4c63a321442273e8acd3414585b1b8d775ceb83c
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon May 21 10:55:34 2012 +0200

    [1207] use test_db in setup for command loadzone test
    
    It isn't actually used by the test, but by not setting any db, the default db would've been created (and not cleaned up, making distcheck fail for leaving files around)

commit 34ed44e230ee4939303a988a50a50874a0e5b4c9
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed May 16 09:52:48 2012 -0500

    [1207] [master] version the log library
    
    This is to fix the ongoing problem seen on a builder:
    
    /libexec/ld-elf.so.1: /usr/home/jreed/builder/work/BIND10-cppcheck/20120516030045-FreeBSD8-amd64-GCC/build/src/lib/datasrc/tests/.libs/run_unittests: Undefined symbol "_ZN3isc3log23checkExcessPlaceholdersEPSsj"
    
    It was matching the library in the base system instead.
    
    This was discussed on jabber some weeks ago.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/tests/command_unittest.cc |    6 +++---
 src/lib/log/Makefile.am                |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/command_unittest.cc b/src/bin/auth/tests/command_unittest.cc
index d93adb5..84f1dc0 100644
--- a/src/bin/auth/tests/command_unittest.cc
+++ b/src/bin/auth/tests/command_unittest.cc
@@ -258,8 +258,6 @@ TEST_F(AuthCommandTest,
     newZoneChecks(server_);
 }
 
-// This test uses dynamic load of a data source module, and won't work when
-// statically linked.
 TEST_F(AuthCommandTest,
 #ifdef USE_STATIC_LINK
        DISABLED_loadZoneSQLite3
@@ -297,7 +295,9 @@ TEST_F(AuthCommandTest,
                               "      }"
                               "    ]"
                               "  }"
-                              "]}"));
+                              "],"
+                              " \"database_file\": \"" + test_db + "\""
+                              "}"));
     module_session.setLocalConfig(map);
     server_.setConfigSession(&module_session);
 
diff --git a/src/lib/log/Makefile.am b/src/lib/log/Makefile.am
index 286e9fd..b82eb1b 100644
--- a/src/lib/log/Makefile.am
+++ b/src/lib/log/Makefile.am
@@ -47,3 +47,4 @@ liblog_la_CXXFLAGS += -Wno-error
 endif
 liblog_la_CPPFLAGS = $(AM_CPPFLAGS) $(LOG4CPLUS_INCLUDES)
 liblog_la_LIBADD   = $(LOG4CPLUS_LIBS) $(top_builddir)/src/lib/util/libutil.la
+liblog_la_LDFLAGS = -no-undefined -version-info 1:0:0



More information about the bind10-changes mailing list