Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 06:28:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498260 - branches/2019Q2/games/crafty
Message-ID:  <201904070628.x376SHE6016498@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr  7 06:28:17 2019
New Revision: 498260
URL: https://svnweb.freebsd.org/changeset/ports/498260

Log:
  MFH: r498259
  
  Mark BROKEN on i386
  
  In file included from crafty.c:28:
  ./tbprobe.c:111:9: error: invalid operand for instruction
  __asm__("bsfq %1, %0": "=r"(idx):"rm"(b));
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/games/crafty/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/games/crafty/Makefile
==============================================================================
--- branches/2019Q2/games/crafty/Makefile	Sun Apr  7 06:27:48 2019	(r498259)
+++ branches/2019Q2/games/crafty/Makefile	Sun Apr  7 06:28:17 2019	(r498260)
@@ -16,9 +16,10 @@ EXTRACT_ONLY=	crafty-${PORTVERSION}.zip
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Chess program for playing and analyzing games
 
-BROKEN_aarch64=		fails to compile: invokes x86 assembler
-BROKEN_armv6=		fails to compile: invokes x86 assembler
-BROKEN_armv7=		fails to compile: invokes x86 assembler
+BROKEN_aarch64=		fails to compile: invokes amd64 assembler
+BROKEN_armv6=		fails to compile: invokes amd64 assembler
+BROKEN_armv7=		fails to compile: invokes amd64 assembler
+BROKEN_i386=		fails to compile: invokes amd64 assembler
 BROKEN_mips=		fails to compile: unrecognized command line option "-mpopcnt"
 BROKEN_mips64=		fails to compile: unrecognized command line option "-mpopcnt"
 



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