svn commit: r460468 - head/net-p2p/qtum

Vasil Dimov vd at FreeBSD.org
Wed Jan 31 12:23:12 UTC 2018


Author: vd
Date: Wed Jan 31 12:23:11 2018
New Revision: 460468
URL: https://svnweb.freebsd.org/changeset/ports/460468

Log:
  net-p2p/qtum: Mark as broken on i386
  
  c++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DQTUM_BUILD -I./cryptopp  -I./cryptopp/include -DQTUM_BUILD -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -Wstack-protector -fstack-protector-all  -DETH_FATDB=1 -DNDEBUG -fPIC -O2 -g2 -O2 -pipe -fstack-protector -fno-strict-aliasing  -MT cryptopp/cryptopp_libcryptopp_a-sha.o -MD -MP -MF cryptopp/.deps/cryptopp_libcryptopp_a-sha.Tpo -c -o cryptopp/cryptopp_libcryptopp_a-sha.o `test -f 'cryptopp/sha.cpp' || echo './'`cryptopp/sha.cpp
  cryptopp/sha.cpp:1288:2: error: invalid operand for instruction
          ASJ(    jnz,    0, b)
          ^
  ./cryptopp/cpu.h:469:23: note: expanded from macro 'ASJ'
          #define ASJ(x, y, z) GNU_ASJ(x, y, z)
                               ^
  ./cryptopp/cpu.h:463:27: note: expanded from macro 'GNU_ASJ'
          #define GNU_ASJ(x, y, z) #x " " #y #z ";" NEW_LINE
                                   ^
  <scratch space>:219:2: note: expanded from here
  "jnz"
   ^
  <inline asm>:80:1: note: instantiated into assembly here
  jnz 0b;
  ^

Modified:
  head/net-p2p/qtum/Makefile

Modified: head/net-p2p/qtum/Makefile
==============================================================================
--- head/net-p2p/qtum/Makefile	Wed Jan 31 12:22:10 2018	(r460467)
+++ head/net-p2p/qtum/Makefile	Wed Jan 31 12:23:11 2018	(r460468)
@@ -11,6 +11,8 @@ COMMENT=	PoS cryptocurrency that can execute smart con
 
 LICENSE=	GPLv3
 
+BROKEN_i386=	does not compile: invalid operand for instruction ... ASJ(jnz, 0, b) ... "jnz"
+
 BUILD_DEPENDS=	libzmq4>0:net/libzmq4
 RUN_DEPENDS=	libzmq4>0:net/libzmq4
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \


More information about the svn-ports-head mailing list