Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 02:45:51 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557336 - head/net-im/ejabberd
Message-ID:  <202012090245.0B92jpYg024143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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