From owner-svn-ports-head@freebsd.org Mon Jan 8 18:04:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D38EE7B82D; Mon, 8 Jan 2018 18:04:39 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D5226A003; Mon, 8 Jan 2018 18:04:39 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id AA5D42045B; Mon, 8 Jan 2018 18:04:38 +0000 (UTC) From: Jan Beich To: Kirill Ponomarev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r458457 - in head/security: . libdecaf libdecaf/files References: <201801081711.w08HBRRZ094047@repo.freebsd.org> Date: Mon, 08 Jan 2018 19:04:32 +0100 In-Reply-To: <201801081711.w08HBRRZ094047@repo.freebsd.org> (Kirill Ponomarev's message of "Mon, 8 Jan 2018 17:11:27 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 18:04:39 -0000 Kirill Ponomarev writes: > Log: > Add security/libdecaf Doesn't build on i386. In file included from src/p25519/f_arithmetic.cIn file included from src/p25519/arch_x86_64/f_impl.c:5: In file included from src/GENERATED/c/p25519/f_field.h:18: In file included from src/include/constant_time.h:14: In file included from src/include/word.h:18: src/include/arch_x86_64/arch_intrinsics.h:13:19: error: unknown type name '__uint128_t' :11: In file included from src/include/field.h:13: In file included from src/include/constant_time.h:14: In file included from src/include/word.h:18: src/include/arch_x86_64/arch_intrinsics.h:13static __inline__ __uint128_t widemul(const uint64_t *a, const uint64_t *b) {:19: error: unknown type name '__uint128_t' ^ static __inline__ __uint128_t widemul(const uint64_t *a, const uint64_t *b) { ^ [...] 10.3 i386 build log: http://tpaste.us/bga1 11.3 i386 build log: http://tpaste.us/7Nvo > +LDFLAGS+= -L${LOCALBASE}/lib Why only LDFLAGS (no CFLAGS)? Maybe drop the line or replace with USES=localbase:ldflags.