Date: Wed, 17 Feb 2021 20:22:29 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565803 - branches/2021Q1/games/libretro-uae Message-ID: <202102172022.11HKMTnC093741@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Feb 17 20:22:29 2021 New Revision: 565803 URL: https://svnweb.freebsd.org/changeset/ports/565803 Log: MFH: r565802 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 Modified: branches/2021Q1/games/libretro-uae/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/games/libretro-uae/Makefile ============================================================================== --- branches/2021Q1/games/libretro-uae/Makefile Wed Feb 17 20:20:29 2021 (r565802) +++ branches/2021Q1/games/libretro-uae/Makefile Wed Feb 17 20:22:29 2021 (r565803) @@ -9,6 +9,10 @@ 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 USE_LDCONFIG= yes USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102172022.11HKMTnC093741>