[
https://issues.apache.org/jira/browse/TS-3302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14492943#comment-14492943
]
Felix Buenemann commented on TS-3302:
-------------------------------------
It is already fixed on 5.3.x and master, I backported the fix for the 5.2.1
homebrew formula.
Felix Bünemann
> Build failure on FreeBSD11
> --------------------------
>
> Key: TS-3302
> URL: https://issues.apache.org/jira/browse/TS-3302
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: Leif Hedstrom
> Assignee: Leif Hedstrom
> Priority: Critical
> Fix For: 5.3.0
>
>
> {code}
> gmake[2]: Entering directory '/usr/home/leif/apache/trafficserver/iocore/net'
> CXX Connection.o
> In file included from Connection.cc:32:
> In file included from ./P_Net.h:102:
> In file included from ./P_Socks.h:30:
> In file included from ../../proxy/ParentSelection.h:37:
> In file included from ../../proxy/ControlMatcher.h:91:
> In file included from ../../lib/ts/IpMap.h:8:
> ../../lib/ts/IntrusiveDList.h:121:18: error: reference to
> 'bidirectional_iterator_tag' is ambiguous
> typedef std::bidirectional_iterator_tag iterator_category;
> ^
> /usr/include/c++/v1/iterator:353:30: note: candidate found by name lookup is
> 'std::__1::bidirectional_iterator_tag'
> struct _LIBCPP_TYPE_VIS_ONLY bidirectional_iterator_tag : public
> forward_iterator_tag {};
> ^
> ../../lib/ts/IntrusiveDList.h:49:10: note: candidate found by name lookup is
> 'std::bidirectional_iterator_tag'
> struct bidirectional_iterator_tag;
> ^
> In file included from Connection.cc:32:
> In file included from ./P_Net.h:102:
> In file included from ./P_Socks.h:30:
> In file included from ../../proxy/ParentSelection.h:37:
> In file included from ../../proxy/ControlMatcher.h:91:
> ../../lib/ts/IpMap.h:140:18: error: reference to 'bidirectional_iterator_tag'
> is ambiguous
> typedef std::bidirectional_iterator_tag iterator_category;
> ^
> /usr/include/c++/v1/iterator:353:30: note: candidate found by name lookup is
> 'std::__1::bidirectional_iterator_tag'
> struct _LIBCPP_TYPE_VIS_ONLY bidirectional_iterator_tag : public
> forward_iterator_tag {};
> ^
> ../../lib/ts/IntrusiveDList.h:49:10: note: candidate found by name lookup is
> 'std::bidirectional_iterator_tag'
> struct bidirectional_iterator_tag;
> ^
> 2 errors generated.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)