BIND 10 trac3025, updated. f59e953a20f34118e276c215ed5d75f0e0611c7f [3025] Update the error message for old boost

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 12 10:10:11 UTC 2013


The branch, trac3025 has been updated
       via  f59e953a20f34118e276c215ed5d75f0e0611c7f (commit)
      from  290fb63c1c7640c8fdc8801b93c36f8ca0432b96 (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 f59e953a20f34118e276c215ed5d75f0e0611c7f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Mon Aug 12 12:07:09 2013 +0200

    [3025] Update the error message for old boost
    
    Tell more details about what the problem is.

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

Summary of changes:
 configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 762b896..1193d41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -914,7 +914,9 @@ AC_SUBST(BOOST_MAPPED_FILE_CXXFLAG)
 
 if test "$BOOST_OFFSET_PTR_OLD" = "yes" -a "$use_shared_memory" = "yes" ; then
     AC_MSG_ERROR([You're trying to compile against boost older than 1.48 with
-shared memory. This is known to cause problems under certain situations.
+shared memory. Older versions of boost have a bug which causes segfaults in
+offset_ptr implementation when compiled by GCC with optimisations enabled.
+See ticket #3025 for details.
 
 Either update boost to newer version or use --without-shared-memory.
 Note that most users likely don't need shared memory support.



More information about the bind10-changes mailing list