From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: Re: 1.5.8 "make check" on powerpc Date: Thu, 5 Sep 2002 23:59:00 +0200 (CEST) Sender: guile-devel-admin@gnu.org Message-ID: References: <5862.1030628301@www6.gmx.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: main.gmane.org 1031263140 32180 127.0.0.1 (5 Sep 2002 21:59:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 21:59:00 +0000 (UTC) Cc: guile-devel@gnu.org, wolfgang@pro-linux.de Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17n4eR-0008Mt-00 for ; Thu, 05 Sep 2002 23:58:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n4g0-0007xX-00; Thu, 05 Sep 2002 18:00:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17n4ea-0007gv-00 for guile-devel@gnu.org; Thu, 05 Sep 2002 17:59:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17n4eW-0007gK-00 for guile-devel@gnu.org; Thu, 05 Sep 2002 17:59:07 -0400 Original-Received: from sallust.ida.ing.tu-bs.de ([134.169.132.52]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n4eV-0007gD-00 for guile-devel@gnu.org; Thu, 05 Sep 2002 17:59:03 -0400 Original-Received: from localhost (dirk@localhost) by sallust.ida.ing.tu-bs.de (8.9.3+Sun/8.9.1) with ESMTP id XAA10438; Thu, 5 Sep 2002 23:59:00 +0200 (CEST) Original-To: Wolfgang =?ISO-8859-1?Q?J=E4hrling?= In-Reply-To: <5862.1030628301@www6.gmx.net> Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1314 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1314 Hello, although I have to admit that I have not looked into those specific test cases myself I would like to point out the following: Some UNRESOLVED issues may be due to guile's garbage collection: You can not guarantee that something gets collected, although you expect it to. The reason is that guile scans the C execution stack for potential references to objects. Some non-SCM values may irritate the gc and keep objects from being collected. The two cases below might belong to such a category. Probably we should clarify this issue in the names of the test cases. Best regards,=20 Dirk Herrmann -- This message is best viewed with ISO 8859/1 (latin-1) character encoding. Microsoft .. what do you want to boot today? On Thu, 29 Aug 2002, Wolfgang [ISO-8859-1] J=E4hrling wrote: > Hi! >=20 > On powerpc-unknown-linux-gnu (a Debian 2.2 installation), a "make check" > after compiling Guile 1.5.8 gives me: >=20 > UNRESOLVED: environments.test: leaf-environments: observe weak: weak > observer gets collected > UNRESOLVED: environments.test: leaf-environment based eval-environments: > observe weak: weak observer gets collected >=20 > Everything else works. >=20 > Cheers, > GNU/Wolfgang >=20 > --=20 > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net >=20 >=20 >=20 > _______________________________________________ > Guile-devel mailing list > Guile-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/guile-devel >=20 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel