From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#21614: add-to-load-path compilation fails with compile-cps error Date: Tue, 06 Oct 2015 10:14:15 -0400 Message-ID: <877fn0t77s.fsf@netris.org> References: <56115721.1020704@posteo.eu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444140994 16321 80.91.229.3 (6 Oct 2015 14:16:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2015 14:16:34 +0000 (UTC) Cc: 21614-done@debbugs.gnu.org To: tantalum Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Oct 06 16:16:26 2015 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZjT2M-0005yJ-C7 for guile-bugs@m.gmane.org; Tue, 06 Oct 2015 16:16:14 +0200 Original-Received: from localhost ([::1]:51983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjT2L-0000Ga-QX for guile-bugs@m.gmane.org; Tue, 06 Oct 2015 10:16:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjT1I-00004x-55 for bug-guile@gnu.org; Tue, 06 Oct 2015 10:15:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjT1E-0006fd-4x for bug-guile@gnu.org; Tue, 06 Oct 2015 10:15:08 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:39988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjT1E-0006ec-1x for bug-guile@gnu.org; Tue, 06 Oct 2015 10:15:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZjT1D-0005uE-Ee for bug-guile@gnu.org; Tue, 06 Oct 2015 10:15:03 -0400 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Tue, 06 Oct 2015 14:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 21614 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 21614@debbugs.gnu.org, mhw@netris.org, sph@posteo.eu Original-Received: via spool by 21614-done@debbugs.gnu.org id=D21614.144414088122653 (code D ref 21614); Tue, 06 Oct 2015 14:15:02 +0000 Original-Received: (at 21614-done) by debbugs.gnu.org; 6 Oct 2015 14:14:41 +0000 Original-Received: from localhost ([127.0.0.1]:57190 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZjT0q-0005tJ-OH for submit@debbugs.gnu.org; Tue, 06 Oct 2015 10:14:40 -0400 Original-Received: from world.peace.net ([50.252.239.5]:38967) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZjT0n-0005t9-GW for 21614-done@debbugs.gnu.org; Tue, 06 Oct 2015 10:14:38 -0400 Original-Received: from [10.1.10.31] (helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1ZjT0h-0000IS-7b; Tue, 06 Oct 2015 10:14:31 -0400 In-Reply-To: <56115721.1020704@posteo.eu> (tantalum's message of "Sun, 4 Oct 2015 16:43:13 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org 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:7861 Archived-At: tantalum writes: > i am getting a compilation error which seems odd to me, with guile > version 2.1.0.455-73f61, compiled from the commit from 2015-09-18. [...] > # from the repl > > scheme@(guile-user)> (add-to-load-path "test") > While compiling expression: > ERROR: Wrong number of arguments to # > scheme@(guile-user)> I believe this is fixed in commit 315adb6347. I'm closing this bug, but please let me know if you continue to have problems. Thanks! Mark