Date: Thu, 8 Oct 2020 18:00:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551723 - branches/2020Q4/net/xorp Message-ID: <202010081800.098I03mg047358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Oct 8 18:00:03 2020 New Revision: 551723 URL: https://svnweb.freebsd.org/changeset/ports/551723 Log: MFH: r551722 Mark BROKEN c++ -o obj/x86_64-unknown-freebsd12.1/fea/data_plane/ifconfig/ifconfig_get_sysctl.os -c -pipe -fstack-protector-strong -fno-strict-aliasing -O3 -g3 -W -Wall -Wwrite-strings -Wno-cast-qual -Wno-sign-compare -Wpointer-arith -Woverloaded-virtual -DXORP_BUILDINFO -fPIC -DXRL_PF=120 -DXORP_VERSION=1.8.5 -DBOOST_DISABLE_THREADS -I/usr/local/include -Iobj/x86_64-unknown-freebsd12.1 -I. -I. fea/data_plane/ifconfig/ifconfig_get_sysctl.cc In file included from fea/data_plane/ifconfig/ifconfig_get_sysctl.cc:35: In file included from /usr/include/net/if_var.h:83: /usr/include/sys/lock.h:68:15: error: reference to 'thread' is ambiguous struct thread **owner); ^ /usr/include/sys/lock.h:42:8: note: candidate found by name lookup is 'thread' struct thread; ^ /usr/include/c++/v1/__threading_support:397:24: note: candidate found by name lookup is 'std::__1::thread' class _LIBCPP_TYPE_VIS thread; ^ Reported by: pkg-fallout Modified: branches/2020Q4/net/xorp/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net/xorp/Makefile ============================================================================== --- branches/2020Q4/net/xorp/Makefile Thu Oct 8 17:59:23 2020 (r551722) +++ branches/2020Q4/net/xorp/Makefile Thu Oct 8 18:00:03 2020 (r551723) @@ -12,6 +12,7 @@ COMMENT= EXtensible Open Router Platform LICENSE= GPLv2 +BROKEN= fails to build DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-09-15
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010081800.098I03mg047358>