From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dorK8-0007GQ-3q for guix-patches@gnu.org; Mon, 04 Sep 2017 09:22:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dorJG-0001lY-1v for guix-patches@gnu.org; Mon, 04 Sep 2017 09:21:55 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39339) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dorJF-0001lP-VE for guix-patches@gnu.org; Mon, 04 Sep 2017 09:21:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dorJF-0000Zl-Oq for guix-patches@gnu.org; Mon, 04 Sep 2017 09: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> <87wp6hk8yh.fsf@gnu.org> Date: Mon, 04 Sep 2017 15:19:31 +0200 In-Reply-To: <87wp6hk8yh.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 05 Aug 2017 23:20:38 +0200") Message-ID: <87r2vm1tzw.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 ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > 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. Now=E2=80=99s the time to push to =E2=80=98core-updates=E2=80=99! Ludo=E2=80=99.