Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Mike Gran
- Original Message > From: Linas Vepstas > To: Andy Wingo > Cc: Ludovic Courtès ; guile-devel@gnu.org > Sent: Sunday, June 21, 2009 2:17:46 AM > Subject: Re: GNU Guile 1.9.0 released (alpha) > > 2009/6/20 Andy Wingo : > > On Sat 20 Jun 2009 05:00, Linas Vepstas writes: > > > >> Run

Re: guile and emacs: unexec

2009-06-20 Thread Ken Raeburn
On Jun 20, 2009, at 05:33, Andy Wingo wrote: It's also kind of appealing to have something at intermediate stages that I might be able to show off, and say "hey, this works well enough that you can try it out; want to help me on the next steps?" (And since I'm getting into all this now, I *wo

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Linas Vepstas
2009/6/20 Andy Wingo : > On Sat 20 Jun 2009 05:00, Linas Vepstas writes: > >> Running r6rs-ports.test >> /bin/sh: line 4:  7268 Segmentation fault      ${dir}$tst >> FAIL: check-guile > > A few more things you could try, in addition to what Neil and Ludovic > said: > > ./check-guile r6rs-ports.tes

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Ludovic Courtès
Hello! Andy Wingo writes: > On Sat 20 Jun 2009 00:05, l...@gnu.org (Ludovic Courtès) writes: > >> We are pleased to announce GNU Guile release 1.9.0. > > Thank you for doing the release! Thank *you* for doing most of the work! >> Guile is an interpreter, compiler, and virtual machine for the S

Re: release update

2009-06-20 Thread Neil Jerram
Andy Wingo writes: >>> FIXME: update copyrights >> >> Yes. >> >> (There's "(add-hook 'write-file-hooks 'copyright-update)", which I find >> convenient.) > > Looks like Neil took care of things. I've added this one to my .emacs. I'm afraid not. I think I updated one or two cases in passing, but

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Andy Wingo
On Sat 20 Jun 2009 05:00, Linas Vepstas writes: > Running r6rs-ports.test > /bin/sh: line 4: 7268 Segmentation fault ${dir}$tst > FAIL: check-guile A few more things you could try, in addition to what Neil and Ludovic said: ./check-guile r6rs-ports.test Does this segfault for you? If so:

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Andy Wingo
Hi, On Sat 20 Jun 2009 00:05, l...@gnu.org (Ludovic Courtès) writes: > We are pleased to announce GNU Guile release 1.9.0. Thank you for doing the release! > Guile is an interpreter, compiler, and virtual machine for the Scheme > programming language Perhaps in the future we can just say "impl

Re: ongoing NEWS

2009-06-20 Thread Andy Wingo
On Thu 18 Jun 2009 23:49, Andreas Rottmann writes: > Andy Wingo writes: > >> Autocompiled files will be stored in the user's ~/.guile-ccache >> directory, which will be created if needed. This is analogous to >> ccache's behavior for C files. >> > As long as nothing is set in stone, perhaps you

Re: Guile HEAD on Cygwin-1.7

2009-06-20 Thread Andy Wingo
On Thu 18 Jun 2009 09:33, szgyg writes: > ** wrong path when compiling psyntax-pp.scm > > First time only > > Making all in module > make[2]: Entering directory `/home/szgyg/src/GIT/guile/=build/module' > /home/szgyg/src/GIT/guile/=build/meta/guile --no-autocompile -s > ../../module/ice-9/compil

Re: release update

2009-06-20 Thread Andy Wingo
On Thu 18 Jun 2009 23:01, l...@gnu.org (Ludovic Courtès) writes: >> guile-config and pkg-config > > We should deprecate the former, BTW, if this hasn't already been done. Indeed, though we need to keep it working through 2.0, at least until new guile.m4 (yet to be ported...) becomes common. >> (

Re: Again on Windows support (2)

2009-06-20 Thread Andy Wingo
On Fri 19 Jun 2009 21:11, "carlo.bramix" writes: > Under Cygwin, compilation advanced much more with newer sources > (yeah!) Cool :) > but it gave another error: > > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o > "ice-9/i18n. > go" "ice-9/i18n.scm" > Backtrace: [...] >

Re: guile and emacs: unexec

2009-06-20 Thread Andy Wingo
Howdy Ken! On Sun 14 Jun 2009 07:21, Ken Raeburn writes: > On Jun 13, 2009, at 09:06, Andy Wingo wrote: > > Yes -- for now, that includes anything I haven't converted, including > strings, symbols, vectors of objects, hash tables, etc. Many of what > are currently smobs should eventually be con

Re: a couple bugs related to error reporting and backtraces

2009-06-20 Thread Andy Wingo
Heya Jao, Thanks for the detailed report. I've pushed fixes for both of these issues. On Mon 15 Jun 2009 22:18, "Jose A. Ortega Ruiz" writes: > ERROR: In procedure make_objcode_by_mmap: > ERROR: Success > scheme@(guile-user)> ,i (system base compile) > scheme@(guile-user)> (load-compil

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Ludovic Courtès
Hi, Linas Vepstas writes: > Running r6rs-ports.test > /bin/sh: line 4: 7268 Segmentation fault ${dir}$tst > FAIL: check-guile Can you try to reproduce this? Run "ulimit -c unlimited" before (or similar) so that we can get a backtrace. Thanks in advance, Ludo'.

Re: GNU Guile 1.9.0 released (alpha)

2009-06-20 Thread Neil Jerram
Linas Vepstas writes: > Running r6rs-ports.test > /bin/sh: line 4: 7268 Segmentation fault ${dir}$tst > FAIL: check-guile I saw that once (before the release). When I ran make check again, it wasn't reproducible. Regards, Neil