Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2021 17:47:50 +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: r565432 - head/sysutils/gtk-imonc
Message-ID:  <202102161747.11GHloIa093200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Feb 16 17:47:50 2021
New Revision: 565432
URL: https://svnweb.freebsd.org/changeset/ports/565432

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: admin_passwd
  >>> defined at main.c
  >>>            main.o:(admin_passwd)
  >>> defined at interface.c
  >>>            interface.o:(.bss+0x60)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/sysutils/gtk-imonc/Makefile

Modified: head/sysutils/gtk-imonc/Makefile
==============================================================================
--- head/sysutils/gtk-imonc/Makefile	Tue Feb 16 17:46:33 2021	(r565431)
+++ head/sysutils/gtk-imonc/Makefile	Tue Feb 16 17:47:50 2021	(r565432)
@@ -12,6 +12,9 @@ COMMENT=	GTK2-based imond-client to control an on(e) d
 
 LICENSE=	GPLv2+
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: admin_passwd
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: admin_passwd
+
 GNU_CONFIGURE=	yes
 USES=		pkgconfig gettext gnome iconv xorg
 USE_GNOME=	gtk20



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