Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 17:01:51 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abe5fefed2e2 - main - sysutils/lttng-tools: mark BROKEN on FreeBSD >= 13
Message-ID:  <202104271701.13RH1p5k050070@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=abe5fefed2e24ef43a890f4d50ba712c581c7cfe

commit abe5fefed2e24ef43a890f4d50ba712c581c7cfe
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-27 15:54:37 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-27 17:00:08 +0000

    sysutils/lttng-tools: mark BROKEN on FreeBSD >= 13
---
 sysutils/lttng-tools/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/lttng-tools/Makefile b/sysutils/lttng-tools/Makefile
index 4902e86184fc..f49f0c9d2c23 100644
--- a/sysutils/lttng-tools/Makefile
+++ b/sysutils/lttng-tools/Makefile
@@ -14,6 +14,9 @@ LICENSE_COMB=		dual
 LICENSE_FILE_LGPL21=	${WRKSRC}/lgpl-2.1.txt
 LICENSE_FILE_GPLv2=	${WRKSRC}/gpl-2.0.txt
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: mi_lttng_element_load_override_url
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: mi_lttng_element_load_override_url
+
 LIB_DEPENDS=	libpopt.so:devel/popt \
 	    liburcu.so:sysutils/liburcu \
 	    liblttng-ust-ctl.so:sysutils/lttng-ust



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