From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark Harig Newsgroups: gmane.lisp.guile.bugs Subject: Re: GIT version: autocompiling startup file Date: Thu, 20 Jan 2011 18:07:41 -0500 Message-ID: <8CD870DF94E6CA5-E68-1D13C@Webmail-d124.sysops.aol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295564896 24168 80.91.229.12 (20 Jan 2011 23:08:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Jan 2011 23:08:16 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jan 21 00:08:12 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pg3bu-0004IL-Uo for guile-bugs@m.gmane.org; Fri, 21 Jan 2011 00:08:11 +0100 Original-Received: from localhost ([127.0.0.1]:58253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg3bt-0002fK-Bi for guile-bugs@m.gmane.org; Thu, 20 Jan 2011 18:08:09 -0500 Original-Received: from [140.186.70.92] (port=53518 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pg3bo-0002f2-If for bug-guile@gnu.org; Thu, 20 Jan 2011 18:08:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pg3bn-0002wM-KB for bug-guile@gnu.org; Thu, 20 Jan 2011 18:08:04 -0500 Original-Received: from imr-ma02.mx.aol.com ([64.12.206.40]:42507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pg3bn-0002wG-9o for bug-guile@gnu.org; Thu, 20 Jan 2011 18:08:03 -0500 Original-Received: from imo-da01.mx.aol.com (imo-da01.mx.aol.com [205.188.169.199]) by imr-ma02.mx.aol.com (8.14.1/8.14.1) with ESMTP id p0KN7tIh013045 for ; Thu, 20 Jan 2011 18:07:55 -0500 Original-Received: from idirectscm@aim.com by imo-da01.mx.aol.com (mail_out_v42.9.) id 7.cf6.7e3d32d5 (55725) for ; Thu, 20 Jan 2011 18:07:49 -0500 (EST) Original-Received: from smtprly-mb02.mx.aol.com (smtprly-mb02.mx.aol.com [64.12.207.149]) by cia-md02.mx.aol.com (v129.7) with ESMTP id MAILCIAMD028-5c664d38c03d239; Thu, 20 Jan 2011 18:07:49 -0500 Original-Received: from Webmail-d124 (webmail-d124.sim.aol.com [205.188.108.140]) by smtprly-mb02.mx.aol.com (v129.5) with ESMTP id MAILSMTPRLYMB024-5c664d38c03d239; Thu, 20 Jan 2011 18:07:41 -0500 X-MB-Message-Source: WebUI X-AOL-IP: 98.185.24.91 X-MB-Message-Type: User X-Mailer: AIM WebMail 33124-STANDARD Original-Received: from 98.185.24.91 by Webmail-d124.sysops.aol.com (205.188.108.140) with HTTP (WebMailUI); Thu, 20 Jan 2011 18:07:41 -0500 X-AOL-SENDER: idirectscm@aim.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4994 Archived-At: > When starting with 'guile -l', autocompiling fails, even with an=20 empty file. > > $ guile -l empty.scm > ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=3D0 > ;;; or pass the --no-autocompile argument to disable. > ;;; compiling empty.scm > ;;; WARNING: compilation of empty.scm failed: > ;;; key wrong-type-arg, throw_args ("dirname" "Wrong type argument in=20 position ~A (expecting ~A): ~S" (1 "string" #f) (#f)) > GNU Guile 1.9.14.68-a7d8a This is not happening on my build of guile 1.9.14. Here is the output of the above command: $ rm empty.scm && touch empty.scm && guile -l empty.scm ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=3D0 ;;; or pass the --no-autocompile argument to disable. ;;; compiling empty.scm ;;; compiled [long path to ]/empty.scm.go GNU Guile 1.9.14 Copyright (C) 1995-2010 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)>