From owner-svn-ports-all@freebsd.org Mon Dec 3 15:55:18 2018 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 30605132B097; Mon, 3 Dec 2018 15:55:18 +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)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBD9C880B6; Mon, 3 Dec 2018 15:55:17 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id B689B1BF4E; Mon, 3 Dec 2018 15:55:17 +0000 (UTC) From: Jan Beich To: Emmanuel Vadot Cc: Brooks Davis , Emmanuel Vadot , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r486198 - in head/www/chromium: . files References: <201811291726.wATHQUmJ058821@repo.freebsd.org> <20181129174839.GA99411@spindle.one-eyed-alien.net> <20181129195356.1b0811e93e77472d14f97b42@bidouilliste.com> Date: Mon, 03 Dec 2018 16:55:08 +0100 In-Reply-To: <20181129195356.1b0811e93e77472d14f97b42@bidouilliste.com> (Emmanuel Vadot's message of "Thu, 29 Nov 2018 19:53:56 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: CBD9C880B6 X-Spamd-Result: default: False [0.81 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_SPAM_SHORT(0.26)[0.257,0]; NEURAL_SPAM_MEDIUM(0.17)[0.174,0]; NEURAL_SPAM_LONG(0.38)[0.380,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US] X-Rspamd-Server: mx1.freebsd.org 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: Mon, 03 Dec 2018 15:55:18 -0000 Emmanuel Vadot writes: > On Thu, 29 Nov 2018 17:48:39 +0000 > Brooks Davis wrote: > >> On Thu, Nov 29, 2018 at 05:26:30PM +0000, Emmanuel Vadot wrote: >> > Author: manu >> > Date: Thu Nov 29 17:26:30 2018 >> > New Revision: 486198 >> > URL: https://svnweb.freebsd.org/changeset/ports/486198 >> > >> > Log: >> > www/chromium: Fix build on aarch64 >> > >> > arm64 doesn't have elf_aux_info and FreeBSD doesn't support getauxval. >> > For both boringssl and zlib disable the feature checking until we have >> > a way to expose those feature to the user. >> >> Why doesn't arm64 have elf_aux_info? It looks like it's unconditionally >> compiled in lib/libc/gen/auxv.c and exported in lib/libc/gen/Symbol.map. >> >> -- Brooks > > The info aren't filled, I have a patch that I need to finish > (https://reviews.freebsd.org/D17137). > So yeah the commit should have said "we have elf_aux_info but it's > empty". Wasn't the plan to allow aarch64 userland directly read ID registers? I'm referring to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223016#c4