From owner-svn-ports-all@freebsd.org Fri Jun 21 22:20:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9521315C13D2; Fri, 21 Jun 2019 22:20:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E94E8392C; Fri, 21 Jun 2019 22:20:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1F8201CC41; Fri, 21 Jun 2019 22:20:16 +0000 (UTC) From: Jan Beich To: Mark Linimon Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r504811 - head/net/tcpkali References: <201906212006.x5LK6ITT066843@repo.freebsd.org> Date: Sat, 22 Jun 2019 00:20:10 +0200 In-Reply-To: (Jan Beich's message of "Fri, 21 Jun 2019 23:27:41 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 2E94E8392C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.943,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2019 22:20:16 -0000 Jan Beich writes: > Mark Linimon writes: > >> -.include >> +.include >> + >> +.if ${CHOSEN_COMPILER_TYPE} == gcc >> +BROKEN= src/tcpkali_atomic.h unconditionally includes x86 assembler >> +.endif > > lang/gcc8 on powerpc64 does support __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4, > so maybe try USES=compiler:c11 instead. GCC 4.2 on amd64 does define > __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 but not __SIZEOF_SIZE_T__. As the Nevermind, except USES=compiler:c11 may still help. I've made too many mistakes in my testing and analysis e.g., SIZEOF_SIZE_T is defined by autoconf, GCC 4.2 amd64 doesn't define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.