From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31450: guix pull ignores GUILE_WARN_DEPRECATED Date: Tue, 15 May 2018 12:03:32 +0200 Message-ID: <87mux1i6bv.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIWoS-0002e1-5h for bug-guix@gnu.org; Tue, 15 May 2018 06:04:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIWoM-0000Vc-Ej for bug-guix@gnu.org; Tue, 15 May 2018 06:04:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55363) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fIWoM-0000VX-Ac for bug-guix@gnu.org; Tue, 15 May 2018 06:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fIWoM-0003JZ-0U for bug-guix@gnu.org; Tue, 15 May 2018 06:04:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Martin Castillo's message of "Mon, 14 May 2018 11:09:50 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Martin Castillo Cc: 31450-done@debbugs.gnu.org Hi Martin, Martin Castillo skribis: > I have exported GUILE_WARN_DEPRECATED=3Dno but the new guix pull still > shows the warning about used, deprecated features. The problem was in one of the derivations built you run =E2=80=98guix pull= =E2=80=99 (and because these are separate processes, the value of GUILE_WARN_DEPRECATED in your environment doesn=E2=80=99t matter.) Fixed in 30d722c392960373bb45c3248d318ef6e248fb67. Thanks, Ludo=E2=80=99.