From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: Close every file and port used in ports.test Date: Wed, 02 Jul 2014 11:53:05 +0200 Message-ID: <87vbrgytmm.fsf@gnu.org> References: <8338em5ti0.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1404294821 6288 80.91.229.3 (2 Jul 2014 09:53:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Jul 2014 09:53:41 +0000 (UTC) Cc: Mark H Weaver , guile-devel@gnu.org To: Eli Zaretskii Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 02 11:53:34 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X2HEI-00012U-VX for guile-devel@m.gmane.org; Wed, 02 Jul 2014 11:53:31 +0200 Original-Received: from localhost ([::1]:52139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2HEI-0002eJ-MC for guile-devel@m.gmane.org; Wed, 02 Jul 2014 05:53:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2HE8-0002V8-6u for guile-devel@gnu.org; Wed, 02 Jul 2014 05:53:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2HE2-0005wn-OT for guile-devel@gnu.org; Wed, 02 Jul 2014 05:53:20 -0400 Original-Received: from hera.aquilenet.fr ([2a01:474::1]:56753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2HDw-0005vw-Mx; Wed, 02 Jul 2014 05:53:08 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id CFA323063; Wed, 2 Jul 2014 11:53:06 +0200 (CEST) Original-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 4NV4VijPwIUr; Wed, 2 Jul 2014 11:53:06 +0200 (CEST) Original-Received: from pluto (pluto.sophia.inria.fr [138.96.204.192]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8F8F91827; Wed, 2 Jul 2014 11:53:06 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 14 Messidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <8338em5ti0.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 30 Jun 2014 18:04:07 +0300") User-Agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:474::1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17261 Archived-At: Eli Zaretskii skribis: > Here's one more fallout from digging into ports.test failures on > Windows. After all the ports.test tests are completed, Guile reported > a fatal error because it couldn't delete the temporary file used by > these tests. > > It turns out 6 of the tests were not closing the file after they were > done with it. Windows doesn't allow to delete an open file (unless it > was opened in a very special manner, something the "normal" Posix > emulating functions like 'open' don't do). > > Here's the patch to fix that: Makes sense, please push. Thanks, Ludo=E2=80=99.