[bind10-dev] nsas build issues
Jelte Jansen
jelte at isc.org
Fri Dec 17 09:12:19 UTC 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 12/16/2010 10:09 PM, Jelte Jansen wrote:
>
> Last problem there is in boost, it seems to be an issue that should have been fixed:
> https://svn.boost.org/trac/boost/ticket/3886
>
> But apparently it's not. Unfortunately with the AC_TRY_LINK addition from
> earlier today, this now shows up as a configure error, which prints that boost
> may be too old (and you'll have to look at config.log to find the real problem;
> a call to a private function within boost itself)
>
> Linked in that bugreport was a patch, which does make it compile.
>
i took another look at this; as mentioned in the ticket above, boost has a
workaround for sunstudio, which fixes this. However, it is enclosed in these ifdefs:
#if BOOST_WORKAROUND(__SUNPRO_CC, < 0x5100)
in our sunstudio on sol-10, that value is 0x5100 (compiler version 5.10.0), so
the workaround is not triggered. If i manually change these to <= it does compile.
So I think we need to tell boost that this problem still exists in later versions.
Jelte
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk0LKXMACgkQ4nZCKsdOncXGbgCeJorsIOxpH6OcSLoDLAEvmpvz
Uc8AoKY0Xf/Ka1CM/WbIkOQH7D37I3U1
=R0fZ
-----END PGP SIGNATURE-----
More information about the bind10-dev
mailing list