svn commit: r448866 - head/databases/redis-devel

Mathieu Arnold mat at FreeBSD.org
Mon Aug 28 12:57:32 UTC 2017


Author: mat
Date: Mon Aug 28 12:57:31 2017
New Revision: 448866
URL: https://svnweb.freebsd.org/changeset/ports/448866

Log:
  Mark BROKEN on 10/i386.
  
  networking.o: In function `createClient':
  networking.c:(.text+0x189): undefined reference to `__atomic_fetch_add_8'
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  
  Sponsored by:	Absolight

Modified:
  head/databases/redis-devel/Makefile   (contents, props changed)

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Mon Aug 28 12:44:28 2017	(r448865)
+++ head/databases/redis-devel/Makefile	Mon Aug 28 12:57:31 2017	(r448866)
@@ -12,6 +12,8 @@ COMMENT=	Persistent key-value database with built-in n
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_FreeBSD_10_i386=	undefined reference to __atomic_fetch_add_8
+
 USES=		execinfo
 
 OPTIONS_DEFINE=	TESTS TRIB


More information about the svn-ports-all mailing list