X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org X-MB-Message-Type: User Content-Type: text/plain; charset="us-ascii" Cc: "\"Jan Nieuwenhuizen MIME-Version: 1.0 To: cygwin AT cygwin DOT com X-AOL-IP: 98.185.24.91 References: <1290420639 DOT 2543 DOT 2 DOT camel AT vuurvlieg> Date: Tue, 23 Nov 2010 21:06:44 -0500 From: Mark Harig Content-Transfer-Encoding: quoted-printable Subject: Re: Updated: guile-1.8.7 X-MB-Message-Source: WebUI In-Reply-To: <1290420639.2543.2.camel@vuurvlieg> Message-Id: <8CD599360D28DE7-18C8-8102@webmail-d067.sysops.aol.com> X-AOL-SENDER: idirectscm AT aim DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Mon, Nov 22, 2010 at 11:10:39AM +0100, Jan Nieuwenhuizen wrote: > I've updated the version of Guile to 1.8.7. This also includes the > guile-devel packages. > > This is a new upstream release. For a full update of changes, see > the file usr/share/doc/guile/NEWS in the guile-doc package. > > Cygwin-specific changes > > * New upstream release. > * Add int scm_i_terminating export, thanks Yaakov. > * Move to gub3: http://lilypond.org/gub . > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > I have installed guile 1.8.7, guile-doc 1.8.7, and libguile17 1.8.7, along with cygwin 1.7.7: $ cygcheck -c cygwin guile guile-doc libguile17 Cygwin Package Information Package Version Status cygwin 1.7.7-1 OK guile 1.8.7-1 OK guile-doc 1.8.7-1 OK libguile17 1.8.7-1 OK I have previously been able to install and start guile 1.8.2 without error, but when I attempt to start guile 1.8.7, it fails immediately with a Stack overflow error: $ guile -q --debug -- Backtrace: In unknown file: ?: 129* [#] ?: 130* (let* ((file #)) (cond (# =3D> #) (# =3D> #))) ?: 131 [# "/usr/share/guile/1.8/ice-9/debug.scm"] ?: 132 [with-fluid* # #f #] ?: 133* [#] ?: 134* [load-file # ...] ?: 135* [save-module-excursion #] ?: 136 (let (# #) (dynamic-wind # thunk #)) ?: 137 [dynamic-wind # # #] ?: 138* [#] ?: 139* [primitive-load "/usr/share/guile/1.8/ice-9/debug.scm"] In /usr/share/guile/1.8/ice-9/debug.scm: 22: 140* (define-module (ice-9 debug) :export ...) In unknown file: ?: 141* [copy-tree ... ?: 142* [apply # (# :export #)] ?: 143 [# (ice-9 debug) :export ...] ?: 144 (quasiquote (eval-case (# #) (else #))) ?: 145* [compile-define-module-args (# :export #)] ?: 146 ((letrec ((loop #)) loop) (quasiquote ((quote #))) (cdr args)) ?: 147* (letrec ((loop (lambda # #))) loop) ?: 148* (lambda (compiled-args args) (cond (# #) (# #) (# #) ...)) : In expression (lambda (compiled-args args) (cond # # ...)): : Stack overflow --- End of stack dump --- This error is repeatable (the same error messages with the same line numbers). The same error occurs if guile is provided no command-line options. I can un-install version 1.8.7, install version 1.8.2, and start guile without error. Please let me know if there is some information that I can provide that would help to diagnose the source of this problem. Here are sha1sums of the files that I have downloaded and installed: $ sha1sum.exe guile-1.8.7-1.tar.bz2 ee5cdc729998bfd7c8aa93c9e53467d28c77153b *guile-1.8.7-1.tar.bz2 $ sha1sum.exe libguile17-1.8.7-1.tar.bz2 cb35fa72ad8fe46a27abfc2bd3d38f731cb127e5 *libguile17-1.8.7-1.tar.bz2 $ sha1sum.exe guile-doc-1.8.7-1.tar.bz2 2e42accc2103f7ee83808b91319bf43611004a36 *guile-doc-1.8.7-1.tar.bz2 $ sha1sum cygwin-1.7.7-1.tar.bz2 61d32c981e6aa1d19b8586d1f9f6c19d87b06bf2 *cygwin-1.7.7-1.tar.bz2 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple