svn commit: r557336 - head/net-im/ejabberd
Mark Linimon
linimon at FreeBSD.org
Wed Dec 9 02:45:51 UTC 2020
Author: linimon
Date: Wed Dec 9 02:45:51 2020
New Revision: 557336
URL: https://svnweb.freebsd.org/changeset/ports/557336
Log:
Mark as BROKEN on riscv64:
Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
ld: error: lto.tmp: cannot link object files with different floating-point ABI
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Modified:
head/net-im/ejabberd/Makefile
Modified: head/net-im/ejabberd/Makefile
==============================================================================
--- head/net-im/ejabberd/Makefile Wed Dec 9 02:41:51 2020 (r557335)
+++ head/net-im/ejabberd/Makefile Wed Dec 9 02:45:51 2020 (r557336)
@@ -11,6 +11,8 @@ COMMENT= Free and Open Source distributed fault-tolera
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_riscv64= fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension
+
BUILD_DEPENDS= erlc:lang/erlang
RUN_DEPENDS= erl:lang/erlang
LIB_DEPENDS= libexpat.so:textproc/expat2 \
More information about the svn-ports-head
mailing list