From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de6VP-0002aE-5y for guix-patches@gnu.org; Sat, 05 Aug 2017 17:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1de6VK-0001uS-6i for guix-patches@gnu.org; Sat, 05 Aug 2017 17:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1de6VJ-0001u2-Vt for guix-patches@gnu.org; Sat, 05 Aug 2017 17:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1de6VJ-00055i-Po for guix-patches@gnu.org; Sat, 05 Aug 2017 17:21:01 -0400 Subject: [bug#27914] [PATCH] guix: Fix Guile current-processor-count deprecation warnings. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170802133052.25609-1-m.othacehe@gmail.com> Date: Sat, 05 Aug 2017 23:20:38 +0200 In-Reply-To: <20170802133052.25609-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Wed, 2 Aug 2017 15:30:52 +0200") Message-ID: <87wp6hk8yh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Mathieu Othacehe Cc: 27914@debbugs.gnu.org Hi! Mathieu Othacehe skribis: > When current-processor-count is used without (ice-9 threads) being used, = Guile > complains with the following warning: > > Import (ice-9 threads) to have access to `current-processor-count'. > > * guix/build/utils.scm: Use (ice-9 threads). > * guix/store.scm: Ditto. The (guix store) part is OK for master, but the (guix build utils) will have to wait until the next core-updates cycle. Thanks, Ludo=E2=80=99.