From owner-freebsd-x11@freebsd.org Tue Apr 14 01:36:29 2020 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDDDA2AFC4E for ; Tue, 14 Apr 2020 01:36:29 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from mx.sdf.org (mx.sdf.org [205.166.94.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.sdf.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 491Skj12bfz4Tx1 for ; Tue, 14 Apr 2020 01:36:28 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (IDENT:bennett@miku.sdf.org [205.166.94.6]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03E1aQC7029177 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 14 Apr 2020 01:36:27 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03E1aQ6A018930; Mon, 13 Apr 2020 20:36:26 -0500 (CDT) From: Scott Bennett Message-Id: <202004140136.03E1aQ6A018930@sdf.org> Date: Mon, 13 Apr 2020 20:36:26 -0500 To: imp@bsdimp.com Subject: Re: Upgrading 11.3 -> 12.1 [was Re: Radeon 5770, graphics/gpu-firmware-kmod, and graphics/drm-fbsd11.2-kmod] Cc: freebsd-x11@freebsd.org References: <202004121042.03CAgZFl029863@sdf.org> <202004131206.03DC6lpA026230@sdf.org> <7332320f-4717-e42f-5098-45b7aade6df1@netfence.it> In-Reply-To: User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 491Skj12bfz4Tx1 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of bennett@sdf.org has no SPF policy when checking 205.166.94.20) smtp.mailfrom=bennett@sdf.org X-Spamd-Result: default: False [-1.09 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.79)[-0.788,0]; FROM_HAS_DN(0.00)[]; IP_SCORE(-0.23)[ip: (-0.72), ipnet: 205.166.94.0/24(-0.36), asn: 14361(-0.01), country: US(-0.05)]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[sdf.org]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.97)[-0.971,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[20.94.166.205.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14361, ipnet:205.166.94.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2020 01:36:30 -0000 Warner Losh wrote: > On Mon, Apr 13, 2020 at 9:05 AM Andrea Venturoli wrote: > > > On 2020-04-13 14:06, Scott Bennett wrote: > > > > > If I can ever get 12.1 to build on 11.3, I can upgrade. > > > > This is going out of the scope of the thread, but what is your problem > > exactly? > > I was able to build 12.1 on 11.3 on different boxes. > > > > He doesn't have LLD or a newer binutils, so is hitting the test for that in > libc. Or we've got some kind of false positive. > How new does binutils have to be? The last time a portmaster -a run updated it was on 25 February, though I have no idea when the time before that might have been. I.e., I can't say which version was installed by 26 Nov. 2019. hellas# echo $PATH /usr/local/libexec/ccache:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin hellas# Scott