Date: Tue, 16 Feb 2021 20:13:11 +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: r565453 - head/net-mgmt/mk-livestatus Message-ID: <202102162013.11GKDBK5085566@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102162013.11GKDBK5085566>