From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: GIT version: autocompiling startup file Date: Tue, 18 Jan 2011 11:08:14 +0100 Message-ID: <9116B624-001B-4742-9B43-EB271EE689C9@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1295345311 13658 80.91.229.12 (18 Jan 2011 10:08:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 Jan 2011 10:08:31 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jan 18 11:08:27 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 1Pf8UF-0000QL-0o for guile-bugs@m.gmane.org; Tue, 18 Jan 2011 11:08:27 +0100 Original-Received: from localhost ([127.0.0.1]:52337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pf8UE-0007Qw-37 for guile-bugs@m.gmane.org; Tue, 18 Jan 2011 05:08:26 -0500 Original-Received: from [140.186.70.92] (port=45725 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pf8U7-0007Qr-5L for bug-guile@gnu.org; Tue, 18 Jan 2011 05:08:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pf8U6-0002ym-08 for bug-guile@gnu.org; Tue, 18 Jan 2011 05:08:19 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:51582) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pf8U5-0002yf-QV for bug-guile@gnu.org; Tue, 18 Jan 2011 05:08:17 -0500 Original-Received: from h131n2-fre-d2.ias.bredband.telia.com (78.72.157.131) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D065C29008ACD5D for bug-guile@gnu.org; Tue, 18 Jan 2011 11:08:16 +0100 X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:4975 Archived-At: When starting with 'guile -l', autocompiling fails, even with an empty file. $ guile -l empty.scm ;;; note: autocompilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; 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 position ~A (expecting ~A): ~S" (1 "string" #f) (#f)) GNU Guile 1.9.14.68-a7d8a