From owner-svn-ports-all@freebsd.org Fri Jun 5 10:02:21 2020 Return-Path: Delivered-To: svn-ports-all@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 A21F7346993; Fri, 5 Jun 2020 10:02:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49ddVP3tMCz4cvY; Fri, 5 Jun 2020 10:02:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 7B95F6899; Fri, 5 Jun 2020 10:02:21 +0000 (UTC) From: Jan Beich To: Emmanuel Vadot Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r537998 - in head: graphics/libosmesa graphics/libxatracker graphics/mesa-dri graphics/mesa-dri/files graphics/mesa-libs lang/clover References: <202006050913.0559DwOX047806@repo.freebsd.org> Date: Fri, 05 Jun 2020 12:02:10 +0200 In-Reply-To: <202006050913.0559DwOX047806@repo.freebsd.org> (Emmanuel Vadot's message of "Fri, 5 Jun 2020 09:13:58 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 05 Jun 2020 10:02:21 -0000 Emmanuel Vadot writes: > Author: manu > Date: Fri Jun 5 09:13:57 2020 > New Revision: 537998 > URL: https://svnweb.freebsd.org/changeset/ports/537998 > > Log: > mesa*: Switch to meson > > Upstream switched to meson for their build system so do the same as > it will be easier to find problems sooner than later. > This also switch to python3, python is only used for the build. > There is more thing enabled by default (or auto-enabled based on some > configuration) so we need to disable a lot more things than with autotools. > > This should be a non functional change. Fails to build on i386. Maybe apply graphics/mesa-devel/files/patch-i386 $ poudriere testport -j 113i386 graphics/mesa-libs [...] Checking if "GCC atomic builtins" compiles: YES Checking if "GCC atomic builtins required -latomic" links: NO meson.build:912:4: ERROR: C library 'atomic' not found Fails to build on non-LLD archs. Maybe move USE_BINUTILS conditional from mesa-dri/Makefile to mesa-dri/Makefile.common. $ poudriere testport -j 113amd64 graphics/mesa-libs [...] FAILED: src/mesa/drivers/dri/libmesa_dri_drivers.so /usr/bin/ld: unrecognized option '--build-id=sha1' /usr/bin/ld: use the --help option for usage information c++: error: linker command failed with exit code 1 (use -v to see invocation) $ poudriere testport -j 121armv6 graphics/mesa-libs FAILED: src/mesa/drivers/dri/libmesa_dri_drivers.so /nxb-bin/usr/bin/ld: unrecognized option '--build-id=sha1' /nxb-bin/usr/bin/ld: use the --help option for usage information c++: error: linker command failed with exit code 1 (use -v to see invocation)