Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 20:20:29 +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: r565802 - head/games/libretro-uae
Message-ID:  <202102172020.11HKKTMG087674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Feb 17 20:20:29 2021
New Revision: 565802
URL: https://svnweb.freebsd.org/changeset/ports/565802

Log:
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: potgo_value
  >>> defined at main.c
  >>>            ./sources/src/main.o:(potgo_value)
  >>> defined at newcpu.c
  >>>            ./sources/src/newcpu.o:(.bss+0x81E50)
  
  Reported by:	pkg-fallout
  MFH:		2021Q1

Modified:
  head/games/libretro-uae/Makefile

Modified: head/games/libretro-uae/Makefile
==============================================================================
--- head/games/libretro-uae/Makefile	Wed Feb 17 20:17:46 2021	(r565801)
+++ head/games/libretro-uae/Makefile	Wed Feb 17 20:20:29 2021	(r565802)
@@ -9,6 +9,8 @@ COMMENT=	Libretro port of UAE
 
 LICENSE=	GPLv2
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: potgo_value
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: potgo_value
 BROKEN_riscv64=		fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
 
 USES=		compiler:c++11-lib gmake gl



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