From owner-freebsd-ports@freebsd.org Tue Aug 22 20:26:35 2017 Return-Path: Delivered-To: freebsd-ports@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 8BE09DE1DC8; Tue, 22 Aug 2017 20:26:35 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E65B73D91; Tue, 22 Aug 2017 20:26:34 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from 84-236-59-104.pool.digikabel.hu ([84.236.59.104] helo=[10.219.16.1]) by marvin.harmless.hu with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1dkFkt-000OWN-Ga; Tue, 22 Aug 2017 20:26:31 +0000 Subject: Re: r440699 broke xorg on aarch64 (rpi3 and alike) To: Jan Beich Cc: freebsd-x11@freebsd.org, freebsd-ports@freebsd.org References: <680f4901-0131-d83e-4c53-960a1fc504af@harmless.hu> <8tib-9wwr-wny@FreeBSD.org> From: Gergely Czuczy Message-ID: Date: Tue, 22 Aug 2017 22:26:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <8tib-9wwr-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2017 20:26:35 -0000 On 2017. 08. 22. 22:20, Jan Beich wrote: > Gergely Czuczy writes: > >> Hello, >> >> r440699 [1] made mesa-dri unconditionally depend on s2tc, which >> unconditionally depends on nvidia-texture-tools. nvidia-texture-tools >> is not supported on aarch64, which is the platform of rpi3. > Only for `make test`. And make fetch, fetch-recursive. I just ran into it, while trying to start building the xorg images for my rpi3, on a pine64. I haven't tested other targets, to be honest. Also, in graphics/nvidia-texture-tools/Makefile this doesn't quite suggest the make target restriction: # see src/nvcore/nvcore.h ONLY_FOR_ARCHS=         amd64 i386 powerpc powerpc64 PS: sorry for the previous private reply, MUA acted up. >> Could you please make sure xorg works on aarch64 as well? > http://thunderx1.nyi.freebsd.org/data/latest-per-pkg/xorg-server/1.18.4_3%2C1/110arm64-default.log > http://thunderx1.nyi.freebsd.org/data/latest-per-pkg/xorg-server/1.18.4_3%2C1/head-arm64-default.log