svn commit: r565453 - head/net-mgmt/mk-livestatus

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 20:13:11 UTC 2021


Author: antoine
Date: Tue Feb 16 20:13:10 2021
New Revision: 565453
URL: https://svnweb.freebsd.org/changeset/ports/565453

Log:
  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
  MFH:		2021Q1

Modified:
  head/net-mgmt/mk-livestatus/Makefile

Modified: head/net-mgmt/mk-livestatus/Makefile
==============================================================================
--- head/net-mgmt/mk-livestatus/Makefile	Tue Feb 16 20:10:51 2021	(r565452)
+++ head/net-mgmt/mk-livestatus/Makefile	Tue Feb 16 20:13:10 2021	(r565453)
@@ -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


More information about the svn-ports-all mailing list