Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 17:59:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551722 - head/net/xorp
Message-ID:  <202010081759.098HxNJI047131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct  8 17:59:23 2020
New Revision: 551722
URL: https://svnweb.freebsd.org/changeset/ports/551722

Log:
  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
  MFH:		2020Q4

Modified:
  head/net/xorp/Makefile

Modified: head/net/xorp/Makefile
==============================================================================
--- head/net/xorp/Makefile	Thu Oct  8 17:58:10 2020	(r551721)
+++ head/net/xorp/Makefile	Thu Oct  8 17:59:23 2020	(r551722)
@@ -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?202010081759.098HxNJI047131>