Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 10:21:58 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519074 - head/net-p2p/parity-ethereum
Message-ID:  <201912051021.xB5ALwat074204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Dec  5 10:21:57 2019
New Revision: 519074
URL: https://svnweb.freebsd.org/changeset/ports/519074

Log:
  Apparently it can be built only on FreeBSD 12 amd64.
  
  11.3-i386: LLVM ERROR: out of memory
  12.0-i386: parity-4c44772188702cce.parity.e8wnuwsj-cgu.11.rcgu.o: file not recognized: File format not recognized
  11.3-amd64: parity-1a336ac89c32de09.parity.5withm3d-cgu.11.rcgu.o: file not recognized: File format not recognized

Modified:
  head/net-p2p/parity-ethereum/Makefile

Modified: head/net-p2p/parity-ethereum/Makefile
==============================================================================
--- head/net-p2p/parity-ethereum/Makefile	Thu Dec  5 10:01:10 2019	(r519073)
+++ head/net-p2p/parity-ethereum/Makefile	Thu Dec  5 10:21:57 2019	(r519074)
@@ -11,6 +11,9 @@ COMMENT=	Fast and advanced Ethereum client
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=		fails to build
+BROKEN_FreeBSD_11=	fails to build
+
 USES=		cargo
 
 USE_GITHUB=	yes



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