[Bug 207982] dns/bundy build fails with boost 1.60

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 14 17:58:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207982

            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 at FreeBSD.org
          Reporter: truckman at FreeBSD.org
            Blocks: 199601
             Flags: maintainer-feedback?(mat at FreeBSD.org)
          Assignee: mat at 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 directory
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=199601
[Bug 199601] devel/boost-all: Upgrade to 1.58, 1.59, or 1.60
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list