From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: trace examples broken in master Date: Tue, 22 Sep 2009 10:28:47 -0400 Message-ID: <2bc5f8210909220728y64f338a3sb0cc936a33aacb6@mail.gmail.com> References: <2bc5f8210907091222v6d3a3b8cqd91050a02b9d4f9c@mail.gmail.com> <87r5wj6626.fsf@arudy.ossau.uklinux.net> <87r5uty5qh.fsf@arudy.ossau.uklinux.net> <2bc5f8210908300810v7afae448x13b1acb88ce113b6@mail.gmail.com> <87ab1enwe4.fsf@arudy.ossau.uklinux.net> <87ocpbrhzo.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1253629949 10670 80.91.229.12 (22 Sep 2009 14:32:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Sep 2009 14:32:29 +0000 (UTC) Cc: guile-devel To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 22 16:32:22 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mq6Pg-0005Ho-4g for guile-devel@m.gmane.org; Tue, 22 Sep 2009 16:32:16 +0200 Original-Received: from localhost ([127.0.0.1]:42273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq6Pf-0007N7-KF for guile-devel@m.gmane.org; Tue, 22 Sep 2009 10:32:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq6MR-0006Hx-By for guile-devel@gnu.org; Tue, 22 Sep 2009 10:28:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq6MM-0006Fu-Pn for guile-devel@gnu.org; Tue, 22 Sep 2009 10:28:54 -0400 Original-Received: from [199.232.76.173] (port=37171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq6MM-0006Fn-Fk for guile-devel@gnu.org; Tue, 22 Sep 2009 10:28:50 -0400 Original-Received: from mail-ew0-f208.google.com ([209.85.219.208]:33516) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq6MM-0006hU-5G for guile-devel@gnu.org; Tue, 22 Sep 2009 10:28:50 -0400 Original-Received: by ewy4 with SMTP id 4so461837ewy.31 for ; Tue, 22 Sep 2009 07:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uJ3Nt9SGfNp7VYqlx0Jx27XqsNLR+Yh2FqZ3coTLuCY=; b=YEnq5eA8dEkgmDgXGS1gKLY5LjLzT3WJxFAmIGwZBPtJrJlnxlINHkuMsN92vsWD5w Ccvz0oy6L78OzEaPz8XLQsOZwHADmGft9voNXvlgbdJ8blSutWpyzXFfEdDGNSDWg9kG yWDV/77q0nuYlzd3sZd3dpdEqFb75eGDOxrwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=etaOjy6aKzUIOxIWdR55BxObQQpBP89gd8JQ/8slmQIL0jdjnjLN0YTvtJOiKHZNF5 09Z6HNkDof0AFnBgSng+DZyTpcqA07941espA1+mELlWm0dpVeBgDmOreiuKVqVyZw64 m+ie5kl99WawTPpI1cOEAQqaFWk3XpHK7gLrw= Original-Received: by 10.216.45.142 with SMTP id p14mr241116web.178.1253629727114; Tue, 22 Sep 2009 07:28:47 -0700 (PDT) In-Reply-To: <87ocpbrhzo.fsf@ossau.uklinux.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9383 Archived-At: Hi Neil, > It works for me with current Git and `,o interp #t'; full transcript > below. =A0Note that this is even when all of the debugging infrastructure > modules are auto-compiled; the only code that must _not_ be compiled, > for that example to work, is the `rev' procedure. I've cleared my .cache directory and just finished doing a build from master. My transcript now looks exactly like yours, except that, as before, there's no trace output. Anything else I need to set up locally?