From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Southern Newsgroups: gmane.lisp.guile.bugs Subject: Possibly strange fluid errors Date: Mon, 13 Jun 2011 21:57:19 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1307998683 15766 80.91.229.12 (13 Jun 2011 20:58:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2011 20:58:03 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jun 13 22:57:59 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QWECr-0002ZH-09 for guile-bugs@m.gmane.org; Mon, 13 Jun 2011 22:57:57 +0200 Original-Received: from localhost ([::1]:49000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWECp-0006ot-Bw for guile-bugs@m.gmane.org; Mon, 13 Jun 2011 16:57:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWECI-0006mS-VC for bug-guile@gnu.org; Mon, 13 Jun 2011 16:57:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWECH-0004Dt-Le for bug-guile@gnu.org; Mon, 13 Jun 2011 16:57:22 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:60240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWECH-0004Dl-87 for bug-guile@gnu.org; Mon, 13 Jun 2011 16:57:21 -0400 Original-Received: by iyl8 with SMTP id 8so5777415iyl.0 for ; Mon, 13 Jun 2011 13:57:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=Nps0v112CxllsIoZS3kFw49wYTvTSYir56uZlxNiMbE=; b=bClVWdDuTUL7VKEHKZlMKoFlLllxZiUhgGChlksEK7TYwSRt63RRDGDV1gHHrKmyuD dC4bK0eN+1peDX0/pkDIKvTrlwAdeqTmiAJPORzUoq55OOG0TC9bBQqfjdthAXb2Z3Dq vYRIsAVexhYwLGigHm3cf3i/CXSw1g96BLHtk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=FI0+zPsan1RTWK0Bh1aVF59F+cgwkpyp9s31YE6Wq9lM5a/UyLn3iQo1K4+a4N95wg IGm7I88GvqvB89ncDONG5HSbbu8VpSopaFIDrROXJHdys1vzP1LbGv/ao6dLqFMOwpcY khlRtknRfzMg0JZjgZpquPClK9Sg67luT5Zco= Original-Received: by 10.231.92.196 with SMTP id s4mr6272246ibm.10.1307998639928; Mon, 13 Jun 2011 13:57:19 -0700 (PDT) Original-Received: by 10.231.40.8 with HTTP; Mon, 13 Jun 2011 13:57:19 -0700 (PDT) X-Google-Sender-Auth: FjAcr-Dt0_KcGR_BEkmO5iNIqrg X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5642 Archived-At: Hell Guilers, I just built Guile from the stable-2.0 branch of the Git repository and got these errors from running `make check': FAIL: fluids.test: initial fluid values: fluid-ref uninitialized fluid is #f FAIL: fluids.test: with-fluids with non-fluid: fluids not modified if nonfluid passed to with-fluids FAIL: fluids.test: with-fluids with duplicate fluid: original value restored To build I ran: git reset --hard origin/stable-2.0 git clean -fdx git pull ./autogen.sh ./configure make clean make -j3 I'm using Debian 6.0.1 "Squeeze" x86_64, libgc 7.2alpha4, gcc (Debian 4.4.5-8) 4.4.5, glibc-2.11-1, basically everything is stock Debian Stable except for libgc. I was told on IRC that it would probably be best to report the problem here, so here I am. I'm happy to provide any further information that might be needed. Francis