svn commit: r565454 - branches/2021Q1/net-mgmt/mk-livestatus

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


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


More information about the svn-ports-all mailing list