Date: Tue, 8 Aug 2017 15:51:38 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447546 - head/databases/redis-devel Message-ID: <201708081551.v78Fpc2w054823@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Aug 8 15:51:38 2017 New Revision: 447546 URL: https://svnweb.freebsd.org/changeset/ports/447546 Log: Fails to build 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 Tue Aug 8 15:47:30 2017 (r447545) +++ head/databases/redis-devel/Makefile Tue Aug 8 15:51:38 2017 (r447546) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708081551.v78Fpc2w054823>