svn commit: r519074 - head/net-p2p/parity-ethereum

Alex Dupre ale at FreeBSD.org
Thu Dec 5 10:21:58 UTC 2019


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


More information about the svn-ports-all mailing list