Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 20:13:32 +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: r565454 - branches/2021Q1/net-mgmt/mk-livestatus
Message-ID:  <202102162013.11GKDWCf085679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 16 20:13:31 2021
New Revision: 565454
URL: https://svnweb.freebsd.org/changeset/ports/565454

Log:
  MFH: r565453
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: g_mainthread_id
  >>> defined at module.c
  >>>            livestatus_so-module.o:(g_mainthread_id)
  >>> defined at logger.c
  >>>            livestatus_so-logger.o:(.bss+0x8)
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/net-mgmt/mk-livestatus/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/net-mgmt/mk-livestatus/Makefile
==============================================================================
--- branches/2021Q1/net-mgmt/mk-livestatus/Makefile	Tue Feb 16 20:13:10 2021	(r565453)
+++ branches/2021Q1/net-mgmt/mk-livestatus/Makefile	Tue Feb 16 20:13:31 2021	(r565454)
@@ -13,6 +13,9 @@ COMMENT=	Nagios event broker module
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: g_mainthread_id
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: g_mainthread_id
+
 USES=		compiler:c++11-lang
 
 GNU_CONFIGURE=	yes



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