From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32126: call-with-temporary-directory rarely cleans up after itself Date: Thu, 12 Jul 2018 17:37:18 +0200 Message-ID: <87pnzsv51t.fsf@gnu.org> References: <20180711185937.GA16510@jasmine.lan> 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]:39928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fddfR-0001s6-IB for bug-guix@gnu.org; Thu, 12 Jul 2018 11:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fddfO-00051c-GQ for bug-guix@gnu.org; Thu, 12 Jul 2018 11:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49359) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fddfO-00051S-CR for bug-guix@gnu.org; Thu, 12 Jul 2018 11:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fddfO-0004kk-5y for bug-guix@gnu.org; Thu, 12 Jul 2018 11:38:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180711185937.GA16510@jasmine.lan> (Leo Famulari's message of "Wed, 11 Jul 2018 14:59:37 -0400") 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: Leo Famulari Cc: 32126@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > Should we alter the call-with-temporary-directory procedure to use > ((guix build utils) delete-file-recursively)? Yes, definitely. Note that you can alter (guix utils) without fear of a full rebuild, so you can go ahead and do that in =E2=80=98master=E2=80=99. Thanks, Ludo=E2=80=99.