From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRcij-0004kH-KC for guix-patches@gnu.org; Tue, 27 Nov 2018 07:44:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRcig-0003uG-9T for guix-patches@gnu.org; Tue, 27 Nov 2018 07:44:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46273) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRcig-0003u0-6P for guix-patches@gnu.org; Tue, 27 Nov 2018 07:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRcif-0001Mu-UT for guix-patches@gnu.org; Tue, 27 Nov 2018 07:44:01 -0500 Subject: [bug#33482] [PATCH] gnu: meson: Update to 0.48.2 Resent-Message-ID: Date: Tue, 27 Nov 2018 13:43:12 +0100 From: Pjotr Prins Message-ID: <20181127124312.w743rxx2leebax3a@thebird.nl> References: <20181124062215.20651-1-brettg@posteo.net> <87y39ixihe.fsf@gnu.org> <874lc6jgpf.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <874lc6jgpf.fsf@posteo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brett Gilio Cc: 33482@debbugs.gnu.org One good reason for the meson upgrade is that it has D support. The GNU D compiler is now part of the GCC project: https://phoronix.com/scan.php?page=news_item&px=GCC-9-Merges-D-Language Pj. On Sat, Nov 24, 2018 at 03:42:04PM -0600, Brett Gilio wrote: > > Ludovic Courtès writes: > > > Brett Gilio skribis: > > > >> --- > >> gnu/packages/build-tools.scm | 4 ++-- > >> 1 file changed, 2 insertions(+), 2 deletions(-) > >> > >> diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm > >> index a52ee480a..e87d4fa2c 100644 > >> --- a/gnu/packages/build-tools.scm > >> +++ b/gnu/packages/build-tools.scm > >> @@ -158,7 +158,7 @@ files and generates build instructions for the Ninja build system.") > >> (define-public meson > >> (package > >> (name "meson") > >> - (version "0.47.1") > >> + (version "0.48.2") > > > > This would entail 868 rebuilds according to: > > > > guix refresh -l -e '(@ (gnu packages build-tools) meson-for-build)' > > > > so I think we’ll wait until ‘core-updates’ has been merged. One thing > > at a time. :-) > > > > Thanks, > > Ludo’. > > My apologies. I forgot to look into the dependencies for rebuild. > > >