From owner-freebsd-ports@freebsd.org Sat May 16 16:08:23 2020 Return-Path: Delivered-To: freebsd-ports@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 86E1D2F6117 for ; Sat, 16 May 2020 16:08:23 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PVYz2vbNz4gKq; Sat, 16 May 2020 16:08:23 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 3BA687445; Sat, 16 May 2020 16:08:23 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::f873:486e:6934:8ecd] (unknown [IPv6:2001:470:7a58:0:f873:486e:6934:8ecd]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 66C16584E4; Sat, 16 May 2020 18:08:21 +0200 (CEST) From: Dimitry Andric Message-Id: <27748E8E-9A52-41CD-A635-E3A65CF14205@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_E79321F4-8796-4B35-A0EE-871DD5444DDB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.14\)) Subject: Re: LLVM target 'amdgpu' not enabled Was: Re: Conflict on very first port (xorg) on rpi3 Date: Sat, 16 May 2020 18:08:13 +0200 In-Reply-To: <20200516154455.GA57280@www.zefox.net> Cc: freebsd-ports@freebsd.org To: bob prohaska References: <4961F458-26EF-447F-8033-B00FA720C58F.ref@yahoo.com> <4961F458-26EF-447F-8033-B00FA720C58F@yahoo.com> <20200515151922.GC51382@www.zefox.net> <20200515164921.6zyiorfgnqhf5nls@t480.local> <20200515180554.GD51382@www.zefox.net> <35F4EC61-AC55-4FA4-89D4-7742E449CC8A@yahoo.com> <20200515200358.GA54521@www.zefox.net> <6C824795-DF23-4F5C-BF19-256177448183@yahoo.com> <20200516154455.GA57280@www.zefox.net> X-Mailer: Apple Mail (2.3445.104.14) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2020 16:08:23 -0000 --Apple-Mail=_E79321F4-8796-4B35-A0EE-871DD5444DDB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 16 May 2020, at 17:44, bob prohaska wrote: >=20 > Deinstalling the conflicting port made considerable progress toward a = build of > x11/xorg, but now make is stopping with: >=20 > configure: error: LLVM target 'amdgpu' not enabled in your LLVM build. = Required by radv. >=20 > I've tried turning off Wayland support in graphics/mesa-dri but that = didn't help. >=20 > Since this is on a Raspberry Pi3B, one wouldn't really expect to find = an AMD GPU, >=20 > If there's a workaround please give me a hint.... It seems to be required by the ATI/AMD Radeon drivers, and there is no option to turn these drivers off, as far as I can see. You could attempt to edit graphics/mesa-dri/Makefile, and fiddle with the ALL_DRI_DRIVERS, ALL_GALLIUM_DRIVERS and ALL_VULKAN_DRIVERS lines. But this is going to be very fragile, the best solution is really to rebuild the llvm port with AMDGPU support. -Dimitry --Apple-Mail=_E79321F4-8796-4B35-A0EE-871DD5444DDB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXsAP7QAKCRCwXqMKLiCW o/11AKD8e6t0fS1+XFyIUNd/Xf2Hc7fCrgCcCm1posC9ZEcnbab7T1HQ7nTqWWY= =nchd -----END PGP SIGNATURE----- --Apple-Mail=_E79321F4-8796-4B35-A0EE-871DD5444DDB--