svn commit: r562029 - head/net/libstorj

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 07:23:05 UTC 2021


Author: linimon
Date: Tue Jan 19 07:23:04 2021
New Revision: 562029
URL: https://svnweb.freebsd.org/changeset/ports/562029

Log:
  Mark BROKEN on riscv64 as on other tier-2 archs:
  
    ./../src/rs.c:512:29: error: invalid output constraint '=d' in asm
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/net/libstorj/Makefile

Modified: head/net/libstorj/Makefile
==============================================================================
--- head/net/libstorj/Makefile	Tue Jan 19 06:31:42 2021	(r562028)
+++ head/net/libstorj/Makefile	Tue Jan 19 07:23:04 2021	(r562029)
@@ -16,6 +16,7 @@ BROKEN_armv6=		fails to build: invokes x86 assembler
 BROKEN_armv7=		fails to build: invokes x86 assembler
 BROKEN_mips=		fails to build: invokes x86 assembler
 BROKEN_mips64=		fails to build: invokes x86 assembler
+BROKEN_riscv64=		fails to build: invokes x86 assembler
 
 LIB_DEPENDS=	libjson-c.so:devel/json-c \
 		libuv.so:devel/libuv \


More information about the svn-ports-all mailing list