Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2016 17:58:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207982] dns/bundy build fails with boost 1.60
Message-ID:  <bug-207982-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207982

            Bug ID: 207982
           Summary: dns/bundy build fails with boost 1.60
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: truckman@FreeBSD.org
            Blocks: 199601
             Flags: maintainer-feedback?(mat@FreeBSD.org)
          Assignee: mat@FreeBSD.org

Building bundy with boost 1.60 fails with these errors:

In file included from encode/base_n.cc:15:
../../../src/lib/util/encode/base32hex_from_binary.h:90:49: error: expected=
 ')'
    base32hex_from_binary(BOOST_PFTO_WRAPPER(T) start) :
                                                ^
../../../src/lib/util/encode/base32hex_from_binary.h:90:26: note: to match =
this
'('
    base32hex_from_binary(BOOST_PFTO_WRAPPER(T) start) :
                         ^
../../../src/lib/util/encode/base32hex_from_binary.h:92:57: error: use of
undeclared identifier 'start'
            Base(BOOST_MAKE_PFTO_WRAPPER(static_cast<T>(start))),
                                                        ^
../../../src/lib/util/encode/base32hex_from_binary.h:90:56: error: only
constructors take base initializers
    base32hex_from_binary(BOOST_PFTO_WRAPPER(T) start) :
                                                       ^
In file included from encode/base_n.cc:16:
../../../src/lib/util/encode/binary_from_base32hex.h:99:50: error: expected=
 ')'
    binary_from_base32hex(BOOST_PFTO_WRAPPER(T)  start) :
                                                 ^
../../../src/lib/util/encode/binary_from_base32hex.h:99:26: note: to match =
this
'('
    binary_from_base32hex(BOOST_PFTO_WRAPPER(T)  start) :
                         ^
../../../src/lib/util/encode/binary_from_base32hex.h:101:57: error: use of
undeclared identifier 'start'
            Base(BOOST_MAKE_PFTO_WRAPPER(static_cast<T>(start))),
[snip]

The problem is that the BOOST_PFTO_WRAPPER() macro is no longer a port of
boost.

The cause of the problem is that a number of the files in the encode direct=
ory
are derivatives of the boost header base64_from_binary.hpp and the interface
between that header and the rest of boost has changed.

To fix bundy, these files will have to be regenerated from the version of
base64_from_binary.hpp in boost 1.60.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199601
[Bug 199601] devel/boost-all: Upgrade to 1.58, 1.59, or 1.60
--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207982-13>