From unknown Thu Jun 19 13:52:57 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#30441 <30441@debbugs.gnu.org> To: bug#30441 <30441@debbugs.gnu.org> Subject: Status: [PATCH] gnu: boost: Update to 1.66.0. Reply-To: bug#30441 <30441@debbugs.gnu.org> Date: Thu, 19 Jun 2025 20:52:57 +0000 retitle 30441 [PATCH] gnu: boost: Update to 1.66.0. reassign 30441 guix-patches submitter 30441 Arun Isaac severity 30441 normal tag 30441 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 12 18:34:52 2018 Received: (at submit) by debbugs.gnu.org; 12 Feb 2018 23:34:52 +0000 Received: from localhost ([127.0.0.1]:40204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elNcV-00061k-9s for submit@debbugs.gnu.org; Mon, 12 Feb 2018 18:34:52 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elNcT-00061Y-JC for submit@debbugs.gnu.org; Mon, 12 Feb 2018 18:34:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elNcM-0001KY-Ul for submit@debbugs.gnu.org; Mon, 12 Feb 2018 18:34:40 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elNcM-0001KG-RW for submit@debbugs.gnu.org; Mon, 12 Feb 2018 18:34:38 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elNcL-0004Bk-Fl for guix-patches@gnu.org; Mon, 12 Feb 2018 18:34:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elNcH-0001Ed-M7 for guix-patches@gnu.org; Mon, 12 Feb 2018 18:34:37 -0500 Received: from [2001:19f0:5:274f:4827:c39:448f:6777] (port=45530 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elNcH-00018x-1m for guix-patches@gnu.org; Mon, 12 Feb 2018 18:34:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=FmgSP8/vYTD/sNTbfmjGKYJ1GBKNt68oM4uALpCj9Wg=; b=f5GzS7U88P5hHhtK0D4nsPhEtC /ahGnbBcf7OZ8aOR4s5ur54bMWZcFrhb1nH2wxv/O3twouHPL/8y3A6iS7sPKd0PfM0Zpwa1Y/t3v gYC2u6oRFxGAPZkKXSX/mbrLA+9+NbOsSYDada4uipkBrbc7cF4HCR8HlC4MfJmQ/KaY=; Received: from [117.192.110.44] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90) (envelope-from ) id 1elNc8-0002sl-Mx; Tue, 13 Feb 2018 05:04:24 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: boost: Update to 1.66.0. Date: Tue, 13 Feb 2018 05:03:58 +0530 Message-Id: <20180212233358.4911-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.9 (/) * gnu/packages/boost.scm (boost): Update to 1.66.0. [arguments]: Replace system* with invoke. [home-page]: Update URI. --- gnu/packages/boost.scm | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 91dd2f915..bf584fa6c 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2015 Ludovic Courtès ;;; Copyright © 2017 Thomas Danckaert ;;; Copyright © 2018 Tobias Geerinckx-Rice +;;; Copyright © 2018 Arun Isaac ;;; ;;; This file is part of GNU Guix. ;;; @@ -37,7 +38,7 @@ (define-public boost (package (name "boost") - (version "1.64.0") + (version "1.66.0") (source (origin (method url-fetch) (uri (string-append @@ -46,7 +47,7 @@ ".tar.bz2")) (sha256 (base32 - "0cikd35xfkpg9nnl76yqqnqxnf3hyfjjww8xjd4akflprsm5rk3v")))) + "1aaw48cmimsskzgiclwn0iifp62a5iw9cbqrhfari876af1828ap")))) (build-system gnu-build-system) (inputs `(("icu4c" ,icu4c) ("zlib" ,zlib))) @@ -73,8 +74,7 @@ '())) #:phases (modify-phases %standard-phases - (replace - 'configure + (replace 'configure (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (substitute* '("libs/config/configure" @@ -88,21 +88,22 @@ (setenv "SHELL" (which "sh")) (setenv "CONFIG_SHELL" (which "sh")) - (zero? (system* "./bootstrap.sh" - (string-append "--prefix=" out) - "--with-toolset=gcc"))))) - (replace - 'build + (invoke "./bootstrap.sh" + (string-append "--prefix=" out) + "--with-toolset=gcc") + #t))) + (replace 'build (lambda* (#:key outputs make-flags #:allow-other-keys) - (zero? (apply system* "./b2" - (format #f "-j~a" (parallel-job-count)) - make-flags)))) - (replace - 'install + (apply invoke "./b2" + (format #f "-j~a" (parallel-job-count)) + make-flags) + #t)) + (replace 'install (lambda* (#:key outputs make-flags #:allow-other-keys) - (zero? (apply system* "./b2" "install" make-flags))))))) + (apply invoke "./b2" "install" make-flags) + #t))))) - (home-page "http://boost.org") + (home-page "http://www.boost.org") (synopsis "Peer-reviewed portable C++ source libraries") (description "A collection of libraries intended to be widely useful, and usable -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 13 14:46:38 2018 Received: (at 30441) by debbugs.gnu.org; 13 Feb 2018 19:46:38 +0000 Received: from localhost ([127.0.0.1]:41820 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elgXG-00007j-Cj for submit@debbugs.gnu.org; Tue, 13 Feb 2018 14:46:38 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:60973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elgXE-00007a-FA for 30441@debbugs.gnu.org; Tue, 13 Feb 2018 14:46:36 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 008C6213C3; Tue, 13 Feb 2018 14:46:36 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 13 Feb 2018 14:46:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=+7L0udkdZWqJ2tAcTwasKKtlkp6PNoL6N4EPrgRWXHc=; b=lP8Di k85oNrvqV+UoaVfu7Lx5kcjczwJR4Gi6barCPQCYx6iCVhUxe9FSTXJaoiT1GO31 dEh/+gM+Msla0q1YidhjXNLhBq/PxkKYBIGWTnKLkB+siB4vPPbjbeuGzwgVsiNX rWWJCBE+XOG641ZB/GLZrtrE3IPhIuRU9kE7gc= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=+7L0udkdZWqJ2tAcTwasKKtlkp6PN oL6N4EPrgRWXHc=; b=UKd0kn7KqiTroWyiLs2Kcc9TyOfdSaqHsYk8JfFa2dWxe aTh/SFfyLPyr2SWLiG6TmOF3x/z6Bb4DViD98XZ8qwTnOrZBP4OQqtcq8N5htIxr uB+tHme2EvTCTq1CRMh6m+RWE+hTtjX/ou4JgMGNfThBMa0SUSs+57LGowaCTfww kp5se1NDgQfVoslXkqitqHULjnvgmzpHw5OZpouFSbxVXm9EQCtixRhzACsaxktG 3kRQd4+LaIJPGmEB7m1jW8UYLGn0zmkHi2RqBC/EkNsPHStfm/TP3Y2tlKV4A8BE /eplKI6t75bmGECta+XgjE2iouFFQYp2oI1yWlzaw== X-ME-Sender: Received: from localhost (unknown [172.58.225.135]) by mail.messagingengine.com (Postfix) with ESMTPA id 991757E571; Tue, 13 Feb 2018 14:46:35 -0500 (EST) Date: Tue, 13 Feb 2018 14:46:33 -0500 From: Leo Famulari To: Arun Isaac Subject: Re: [bug#30441] [PATCH] gnu: boost: Update to 1.66.0. Message-ID: <20180213194633.GA1536@jasmine.lan> References: <20180212233358.4911-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <20180212233358.4911-1-arunisaac@systemreboot.net> User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30441 Cc: 30441@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 13, 2018 at 05:03:58AM +0530, Arun Isaac wrote: > * gnu/packages/boost.scm (boost): Update to 1.66.0. > [arguments]: Replace system* with invoke. > [home-page]: Update URI. Thanks! This is a change for the next core-updates cycle, so I put it on my local core-updates-next branch. But please try to remember it, too :) --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlqDQJkACgkQJkb6MLrK fwibDhAAzmMIAwvRV2glPbXEjUidv0nXDesSaey+xHEkzgPxT5W8Ii2Sl3pmiyVL na6+lYo0ka5VSM/lRNDkUAlwQmcOfLJSlChiHkdp107rD1l8CbXpK/gkAQk95ue8 EeXaKR6BmLBjmngGU7vuMZMKkEVz05dVt2HExgMuifj2DOCR8tYyiSKKhxeOhaZV kg67UYw2BcRwjfc3DKfPZ3G7tJfaQ6FSICHU0xTWF8f720JWVfT2ZCcY+LS73I6f /mNtxfdfECR+pSA/99Hgeml3DkMH0cgx7OjHVMXo2DmpmJAXYUK33NoG4lH8n0/I J9hn+ARS+PZrIFbyZec5yNj6z+vAd5las5wds+n8Mjj8vN2vq1HVPbAptn6U/4QT tUn7X/N5dUpnaVm1E1bfwNRCIEF8g4h9Coof2neOEfPbUcCEBHHSrLH8uorVEFgV LLnCCPYGBu6grABYgE4ClHmlfhArb+UlxveH51MSZzAcCG3UeP6XUhoMYZddpFYE SPFSyhBIQbEcRdTXKUPIT3FG2pvps442DwUWlJCQysaav0WFQGG66qdzefKXbW8o eLMguhPgLXYwKDxQvQdVyBIrlX/UOZP+kXbz90qvbtSZbfiJ+QNOV1vTtqj3OQ0A wlrzYRxOUsL6/MDhWGu60pBG9/DS8pKzGyvEcUH2SSF9R0T33Wk= =On0E -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 14 01:20:52 2018 Received: (at 30441) by debbugs.gnu.org; 14 Feb 2018 06:20:52 +0000 Received: from localhost ([127.0.0.1]:42081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elqR2-0001e7-5O for submit@debbugs.gnu.org; Wed, 14 Feb 2018 01:20:52 -0500 Received: from vultr.systemreboot.net ([45.77.148.100]:59842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elqQz-0001ds-5b for 30441@debbugs.gnu.org; Wed, 14 Feb 2018 01:20:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=eozF9D9LRoFhe+kOsjSqab+0FcBTwFDwULqtap0ouYc=; b=kNXK4GeLtaEW+OyTN6msBrcHh NN+m5QVyvRXjMQFXJ9NtOBnotxVKWtm/YTRiR1mbX98U6Rdi4cUVJQrx3se/XlHvweBHVDotm7wdP y7UmPtHKUIQvXY9AyWHrBlz52Eab2zA0N8X9pNQbShSADH0iHwfvQuF9DIR8pwYFMTqlM=; Received: from [117.192.100.107] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90) (envelope-from ) id 1elqQk-0006wW-Us; Wed, 14 Feb 2018 11:50:35 +0530 From: Arun Isaac To: Leo Famulari Subject: Re: [bug#30441] [PATCH] gnu: boost: Update to 1.66.0. In-Reply-To: <20180213194633.GA1536@jasmine.lan> References: <20180212233358.4911-1-arunisaac@systemreboot.net> <20180213194633.GA1536@jasmine.lan> Date: Wed, 14 Feb 2018 11:50:20 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30441 Cc: 30441@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Leo Famulari writes: > On Tue, Feb 13, 2018 at 05:03:58AM +0530, Arun Isaac wrote: >> * gnu/packages/boost.scm (boost): Update to 1.66.0. >> [arguments]: Replace system* with invoke. >> [home-page]: Update URI. > > Thanks! > > This is a change for the next core-updates cycle, so I put it on my > local core-updates-next branch. But please try to remember it, too :) Sure! From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 17 08:58:13 2018 Received: (at 30441) by debbugs.gnu.org; 17 Feb 2018 13:58:13 +0000 Received: from localhost ([127.0.0.1]:47619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1en30H-0006pX-9J for submit@debbugs.gnu.org; Sat, 17 Feb 2018 08:58:13 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:41578) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1en30F-0006pO-MT for 30441@debbugs.gnu.org; Sat, 17 Feb 2018 08:58:12 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 931D610D80; Sat, 17 Feb 2018 14:58:10 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UlwRLlCYz-UI; Sat, 17 Feb 2018 14:58:09 +0100 (CET) Received: from jurong (unknown [IPv6:2001:910:103f::c1e]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 49B09105E8; Sat, 17 Feb 2018 14:58:09 +0100 (CET) Date: Sat, 17 Feb 2018 14:58:07 +0100 From: Andreas Enge To: Leo Famulari Subject: Re: [bug#30441] [PATCH] gnu: boost: Update to 1.66.0. Message-ID: <20180217135807.GB17522@jurong> References: <20180212233358.4911-1-arunisaac@systemreboot.net> <20180213194633.GA1536@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180213194633.GA1536@jasmine.lan> User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30441 Cc: Arun Isaac , 30441@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello, On Tue, Feb 13, 2018 at 02:46:33PM -0500, Leo Famulari wrote: > This is a change for the next core-updates cycle, so I put it on my > local core-updates-next branch. But please try to remember it, too :) would it not be better to build it (after the next core-updates merge, or even the next release) on a feature branch? There are new releases of mpfr and mpc; it would be nice to have a quick core-updates run with these packages that really belong to the core (together with a few others, maybe, like glibc?) right after the next guix release. Andreas From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 27 04:31:45 2018 Received: (at 30441) by debbugs.gnu.org; 27 Feb 2018 09:31:45 +0000 Received: from localhost ([127.0.0.1]:34318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqbbt-0000ey-Jh for submit@debbugs.gnu.org; Tue, 27 Feb 2018 04:31:45 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:50742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqbbr-0000er-TS for 30441@debbugs.gnu.org; Tue, 27 Feb 2018 04:31:44 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 539AE10CD3; Tue, 27 Feb 2018 10:31:43 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id brAcAebg4sLc; Tue, 27 Feb 2018 10:31:42 +0100 (CET) Received: from ribbon (unknown [193.50.110.216]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 6C2071069E; Tue, 27 Feb 2018 10:31:42 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Andreas Enge Subject: Re: [bug#30441] [PATCH] gnu: boost: Update to 1.66.0. References: <20180212233358.4911-1-arunisaac@systemreboot.net> <20180213194633.GA1536@jasmine.lan> <20180217135807.GB17522@jurong> Date: Tue, 27 Feb 2018 10:31:42 +0100 In-Reply-To: <20180217135807.GB17522@jurong> (Andreas Enge's message of "Sat, 17 Feb 2018 14:58:07 +0100") Message-ID: <87woyy4w3l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30441 Cc: Arun Isaac , 30441@debbugs.gnu.org, Leo Famulari X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Hello, Andreas Enge skribis: > On Tue, Feb 13, 2018 at 02:46:33PM -0500, Leo Famulari wrote: >> This is a change for the next core-updates cycle, so I put it on my >> local core-updates-next branch. But please try to remember it, too :) > > would it not be better to build it (after the next core-updates merge, > or even the next release) on a feature branch? I=E2=80=99d recommend either that or current =E2=80=98staging=E2=80=99 (tho= ugh you=E2=80=99d need to check with Leo and Marius if that=E2=80=99s fine) or =E2=80=98core-updates= =E2=80=99. > There are new releases of mpfr and mpc; it would be nice to have a quick > core-updates run with these packages that really belong to the core (toge= ther > with a few others, maybe, like glibc?) right after the next guix release. You should definitely try updating them in the current =E2=80=98core-update= s=E2=80=99 branch. Now=E2=80=99s the time! :-) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 27 08:49:21 2018 Received: (at 30441) by debbugs.gnu.org; 27 Feb 2018 13:49:21 +0000 Received: from localhost ([127.0.0.1]:34510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqfdB-0002Sa-A3 for submit@debbugs.gnu.org; Tue, 27 Feb 2018 08:49:21 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:46327) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqfdA-0002ST-2g for 30441@debbugs.gnu.org; Tue, 27 Feb 2018 08:49:20 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 8338E20E58; Tue, 27 Feb 2018 08:49:19 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Tue, 27 Feb 2018 08:49:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=tfUy9heNOb/nanwPIwwdWH6qB2nOkYs5Rbe0rW+qUVM=; b=f9hoPHNb jsCAqBS0FV4gwcPAMyCf7vJJnh2hzaWfuGKsp7TSKLstdjbTicN41+vytEEV7Eqz 3wfT1bMz6nY0140TSd6Xe8Jmnlt8w+hPp2NRiIzonHZ6/FRrA6gB5Wg+lbOlySuX et3jyyYup/Gouiv6DZ+UdwYKoAbxOfilVbs8PEW3kql8w+2CqlM1ZGF0WwjjiyuS yDx4E+Y9kfVO+eygGNDkAr99qUbj3qp1jO82srGJl+abM5zDmHlcVz0s6R5FJtNU 5OYp/r6dqW7pcxrpdp0CSFkYs+iDZW9TkrFFQucF/5ZgZrjSvl+NiwFgHKv3uMjo n1rYzKkd4o/U9Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=tfUy9heNOb/nanwPIwwdWH6qB2nOk Ys5Rbe0rW+qUVM=; b=Trp2woUYlaPtVc2qYDZtbnEunnXaIcYO6WNIsa8jUx4gM Od7vKNZ4tf9wFSsQSaAEEbQX2pZ1Z/eQ87/8EfCgWf6E1nLsWMKkyX+PCt6uRxSM juV7Qxm1r2lH+Jj1SJDsZAP4OupJaSXtpfxFGFJYp1NbVDjQyzUEZhK443MQRPcv tjpySZssX5OXVzRNFDgqM1VuoPW+IN+4Lo306ETnXNPvyq02FP9V1aNQjH0JKwtW puEO25hVP14NRzM5AtFX2II3J13yzMz/xV3iYn/rLWWs0bX0VErbZqr21nSS5I6T XRIJQ12GDeRfNonUK0H8bI7xO/AYLCGpOY9at4fnQ== X-ME-Sender: Received: from localhost (cm-84.214.173.174.getinternet.no [84.214.173.174]) by mail.messagingengine.com (Postfix) with ESMTPA id 0A8C224733; Tue, 27 Feb 2018 08:49:18 -0500 (EST) From: Marius Bakke To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Andreas Enge Subject: Re: [bug#30441] [PATCH] gnu: boost: Update to 1.66.0. In-Reply-To: <87woyy4w3l.fsf@gnu.org> References: <20180212233358.4911-1-arunisaac@systemreboot.net> <20180213194633.GA1536@jasmine.lan> <20180217135807.GB17522@jurong> <87woyy4w3l.fsf@gnu.org> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Tue, 27 Feb 2018 14:49:12 +0100 Message-ID: <87k1uyv8yv.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30441 Cc: 30441@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hello, > > Andreas Enge skribis: > >> On Tue, Feb 13, 2018 at 02:46:33PM -0500, Leo Famulari wrote: >>> This is a change for the next core-updates cycle, so I put it on my >>> local core-updates-next branch. But please try to remember it, too :) >> >> would it not be better to build it (after the next core-updates merge, >> or even the next release) on a feature branch? > > I=E2=80=99d recommend either that or current =E2=80=98staging=E2=80=99 (t= hough you=E2=80=99d need to > check with Leo and Marius if that=E2=80=99s fine) or =E2=80=98core-update= s=E2=80=99. Current 'staging' is almost built, so it would have to be the next round. Also, Boost has ~1400 dependents, so it's a bit heavy even for 'staging'. Let's try to do a new 'core-updates' soonish instead. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqVYdkACgkQoqBt8qM6 VPrI8gf7Br6aYfr46dwtNQmXaclvKRWHpWOaJuXsPZJetEcmCijX9UcXDbRDctja apymYnmU+Dgkls5Y/imqjjViTW80hB8f4sAm1XzBblRvYECD6S4nLfotCBnHcLD7 BWP3zAuRTX4n+5x3z4cb569biTgb+Bkaa8TWK5RbWhD+wcP1IbzF5TstlR3cBWnK iJQRdVzABqvJpeNkC9CedCpVfxXbjfJlPKM5ZBRdQf2cqPJ/sDXlavD3/DDE4o0f s2AzcMUXsL2aimx6tal5inCf44An1i7trilVnPsQhAyYexri/ua87XDiEBw5uWPN h4gUTV9f1XXxOFpoTTbwAw8z+FKSng== =EtjR -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 27 09:22:25 2018 Received: (at 30441) by debbugs.gnu.org; 27 Feb 2018 14:22:25 +0000 Received: from localhost ([127.0.0.1]:34565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqg9A-0003LB-Oh for submit@debbugs.gnu.org; Tue, 27 Feb 2018 09:22:24 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:52382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eqg98-0003L1-DK for 30441@debbugs.gnu.org; Tue, 27 Feb 2018 09:22:22 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 505BE11FDE; Tue, 27 Feb 2018 15:22:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Fgprq6lVtT3D; Tue, 27 Feb 2018 15:22:20 +0100 (CET) Received: from ribbon (unknown [193.50.110.216]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7FBD611CC3; Tue, 27 Feb 2018 15:22:20 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Marius Bakke Subject: Re: [bug#30441] [PATCH] gnu: boost: Update to 1.66.0. References: <20180212233358.4911-1-arunisaac@systemreboot.net> <20180213194633.GA1536@jasmine.lan> <20180217135807.GB17522@jurong> <87woyy4w3l.fsf@gnu.org> <87k1uyv8yv.fsf@fastmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 =?utf-8?Q?Vent=C3=B4se?= an 226 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 27 Feb 2018 15:22:20 +0100 In-Reply-To: <87k1uyv8yv.fsf@fastmail.com> (Marius Bakke's message of "Tue, 27 Feb 2018 14:49:12 +0100") Message-ID: <87r2p6342r.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30441 Cc: Andreas Enge , 30441@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Marius Bakke skribis: > Ludovic Court=C3=A8s writes: > >> Hello, >> >> Andreas Enge skribis: >> >>> On Tue, Feb 13, 2018 at 02:46:33PM -0500, Leo Famulari wrote: >>>> This is a change for the next core-updates cycle, so I put it on my >>>> local core-updates-next branch. But please try to remember it, too :) >>> >>> would it not be better to build it (after the next core-updates merge, >>> or even the next release) on a feature branch? >> >> I=E2=80=99d recommend either that or current =E2=80=98staging=E2=80=99 (= though you=E2=80=99d need to >> check with Leo and Marius if that=E2=80=99s fine) or =E2=80=98core-updat= es=E2=80=99. > > Current 'staging' is almost built, so it would have to be the next round. > > Also, Boost has ~1400 dependents, so it's a bit heavy even for 'staging'. Sounds reasonable. > Let's try to do a new 'core-updates' soonish instead. Actually =E2=80=98core-updates=E2=80=99 already exist, so I suppose we can = give it a try right away? berlin.guixsd.org should have substitutes for the core packages on =E2=80=98core-updates=E2=80=99, hopefully making it less painful to try thi= ngs out. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 22 11:59:45 2018 Received: (at 30441-done) by debbugs.gnu.org; 22 Jun 2018 15:59:45 +0000 Received: from localhost ([127.0.0.1]:60470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fWOTQ-0004xa-Um for submit@debbugs.gnu.org; Fri, 22 Jun 2018 11:59:45 -0400 Received: from mail-it0-f44.google.com ([209.85.214.44]:53118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fWOTO-0004xN-R5 for 30441-done@debbugs.gnu.org; Fri, 22 Jun 2018 11:59:43 -0400 Received: by mail-it0-f44.google.com with SMTP id m194-v6so3523868itg.2 for <30441-done@debbugs.gnu.org>; Fri, 22 Jun 2018 08:59:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=e1eFq7/UXvMSjxmFF//tD7SVMrTq/DIlySWLGsAGC78=; b=Z4RdG9p5zpJeJtJkUfu8cdJWTVjuLg7ZMADvz2IYPxoHHJhkBqaVUd1vco9VoSgKky gA7IewU4xC8GYvIgqdklf/QB27G7W/G4MT50DGrY87dB5mYnWLYqckIW5tZX6wXmDyTJ yXGtwP+VF361czAVwhEtHD3/aQyC/jM9extRv+Z5xfuKODmOXTqpDSGmRSZPq9OoanNn S1H+mBZX9dPV94mYMiMr5mfcr+ll3FP/05B05a1Ys4Is/bWcjeuvBwkl3nzC5+xn7jGU +KLFscLE39qln4ZqtamRa/DmntZMkC1XVWrYijmbMAgaYA2RNLRDDSnYe6VS83Wwq2iJ 6V4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=e1eFq7/UXvMSjxmFF//tD7SVMrTq/DIlySWLGsAGC78=; b=b8GFY/+jznpQRn0hYE4VjPlO4KoesBDxJM86TTOlBzmxihcEHYAkzi4adWyU8OB/lA kH0WigZcInFIvLRbASTk0zBpGQF7I3qwOJvdiWY+knM7Chv3df84SqYqGV4Aa5Ga/Ssx VOPVZoF21zE+3HLfhu2TIvvqt0A9GfocOf5uniGoeNQOGPDtaqHg9a19CmmaBUX2ySbz Qi1SwygaKZfE7bfCu7EfWT3G+jWTBwpxWDnwUiyCcOJBl6PkDYt8Lx3pYBFDfF1w6/yz 1irPYinFZyvjGIWlB+6XbSZVKYN157AnaNznyn0sLViL3F1eoglE5dGXIaAVaMukQBZb wmfQ== X-Gm-Message-State: APt69E2jBGvHOzQRFN21ko/MYElvKYcomHi07LFScuToerD6Y9LZtbAv X38qhIrxSkFaQZn8oMdeQLO5fGup1T2Ni5pNSIAZuOM= X-Google-Smtp-Source: ADUXVKI0FXXMzgPmLAXDTidRWknZy1AXfHa4/4qCZQYu2OdbUppl8+4ajDPLBoFYlXWVmgwT6vsa3XJJZ1EoknAtT7Y= X-Received: by 2002:a24:50d1:: with SMTP id m200-v6mr1982600itb.11.1529683177043; Fri, 22 Jun 2018 08:59:37 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Fri, 22 Jun 2018 17:59:26 +0200 Message-ID: Subject: gnu: boost: Update to 1.66.0. To: 30441-done@debbugs.gnu.org Content-Type: multipart/alternative; boundary="00000000000062fd44056f3d1e65" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30441-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --00000000000062fd44056f3d1e65 Content-Type: text/plain; charset="UTF-8" Thanks, this landed on master as *baef70bb.* --00000000000062fd44056f3d1e65 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, this landed on master as=C2=A0baef70bb. --00000000000062fd44056f3d1e65-- From unknown Thu Jun 19 13:52:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 21 Jul 2018 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator