bug#11456: it still can't be compiled

2012-07-06 Thread Andy Wingo
On Fri 06 Jul 2012 06:59, gnuemacser writes: > I have to say that the error is not only about --without-threads > argument.Here is my test: > i use mingw gcc version 4.6.2, i installed mingw's pthread, gmp, > libunistring, i build libffi > and gc myself. > when i build gc-7.2alpha6 , i found that

bug#10410: bump: Bug#10410: numbers, ipv6 addresses in uri module

2012-07-06 Thread Andy Wingo
On Wed 22 Feb 2012 07:15, Daniel Hartwig writes: > Bumping this bug report as it is relevant to commit 1868309 which > recently addressed the issue with domain names starting with numbers. Sorry for the long delay. I have applied your patches on my hasty commits. There were a couple bugs that

bug#10922: procedure-argumets does not work with advanced evaled lambdas

2012-07-06 Thread Andy Wingo
Fixed in fc835b1b, thanks for the report. Andy -- http://wingolog.org/

bug#10988:

2012-07-06 Thread Andy Wingo
Hi, On Tue 10 Apr 2012 18:40, Jon Snader writes: >   SNARF  socket.doc > >   SNARF  regex-posix.doc > >   GEN    guile-procedures.texi > > guile: uncaught throw to unbound-variable: (#f Unbound variable: ~S > (id-15978) # I can only think this is a libgc bug.

bug#10991: syntax-local-binding does not play well with fluid-let-syntax

2012-07-06 Thread Andy Wingo
Hi Stefan, Sorry for the late reply. On Sun 11 Mar 2012 12:47, Stefan Israelsson Tampe writes: > ;;This shows that f rebounds to yield #t but the info returns %f > (eq? >  (fluid-let-syntax ((f (lambda x #'#t))) >    (pk (f 1)) >    (info f)) >  %f) This is by design. This is as in Racket, w

bug#10890: Erroneous REPL Example in Web HTTP Documentation

2012-07-06 Thread Andy Wingo
On Sun 26 Feb 2012 13:03, Daniel Krueger writes: > (parse-header 'content-encoding "gzip") > => (GET HEAD) > > but which should be > > (parse-header 'content-encoding "gzip") > => (gzip) Thanks for the report, fixed :-) Andy -- http://wingolog.org/

bug#10581: exit-hook is undocumented and is not called from a non-interactive environment

2012-07-06 Thread Andy Wingo
Hi, Closing out this bug, as it seems that the current situation shouldn't be changed, and also that atexit sounds sufficient. Please open a new report if you still have issues :) Regards, Andy -- http://wingolog.org/

bug#11456: the guile-2.1.0.310-b8bc is worse to be compiled

2012-07-06 Thread Andy Wingo
Hi, On Fri 06 Jul 2012 07:31, gnuemacser writes: >   CC libguile_2.2_la-deprecation.lo > ../../libguile/deprecation.c:40:0: warning: "vsnprintf" redefined > [enabled by default] > ../lib/stdio.h:1605:0: note: this is the location of the previous > definition Fixed, thanks! >   CC libgu

bug#11112: Fix for repl command ,describe

2012-07-06 Thread Andy Wingo
Applied, thanks! Andy -- http://wingolog.org/

bug#11456: add time.h in threads.c ,but it still don't work

2012-07-06 Thread gnuemacser
i checked the libguile/scmconfig.h for scm_t_timespec /* same as POSIX "struct timespec" -- always defined */ typedef struct timespec scm_t_timespec; it seems normal. then i add #include in libguile/threads.c, but it still wrong. make all-am make[3]: Entering directory `/e/temp/files/guile/g

bug#10923: git-version-gen reports wrong version after merge

2012-07-06 Thread Andy Wingo
On Fri 02 Mar 2012 02:22, BT Templeton writes: > After merging a branch, version.test is failing, apparently because > "git-version-gen" is generating an incorrect version number: I believe I have fixed this on stable-2.0 and master. Please let me know if it does not work for you. Cheers, And

bug#10821: FSF address error on the guile website

2012-07-06 Thread Andy Wingo
On Thu 16 Feb 2012 03:10, Jeremy Newton writes: > I just would like to let whoever maintains the website that the free > software foundation address is outdated at the bottom of the following > web page: http://www.gnu.org/software/guile/ Took a while, but we finally got around to fixing it. Th

bug#10790: [bug-guile] guile-2.0.5 test fails on Solaris x86/x86_64

2012-07-06 Thread Andy Wingo
On Sat 11 Feb 2012 16:44, "Nelson H. F. Beebe" writes: > Assertion failed: SCM_I_IS_THREAD (data.thread), file threads.c, line 1135 > /bin/bash: line 5: 18970 Abort (core dumped) srcdir="." > builddir="." CHARSETALIASDIR="/local/build/gcc/guile-2.0.5/lib" > GUILE_AUTO_COMPILE=0

bug#10756: [2.0.5+] Miscompilation with peval: local shadows module-ref

2012-07-06 Thread Andy Wingo
On Thu 08 Mar 2012 08:11, Mark H Weaver writes: >> scheme@(guile-user)> ,expand (define (foo) (define bar (@ (chbouib) bar)) >> bar) >> $2 = (define foo >> (lambda () (letrec* ((bar-92 bar-92)) bar-92))) >> >> Andy > > I've attached a patch that fixes this bug. Fixing '@' was literally a > on

bug#10681: GNU Guile 2.0.5 released

2012-07-06 Thread Andy Wingo
On Wed 01 Feb 2012 16:08, Hans Aberg writes: > On 1 Feb 2012, at 15:53, Andy Wingo wrote: > >>> There is no issue with libffi from latest GIT compiled with >>> llvm-gcc-4.2, and guile-2.0.5 compiled with SVN gcc-4.7. >> >> But there is an issue with libffi from git compiled with llvm-gcc-4.2, >>

bug#10668: FFI: ‘set-pointer-finalizer!’ overrides the previous finalizer

2012-07-06 Thread Andy Wingo
On Mon 30 Jan 2012 23:31, l...@gnu.org (Ludovic Courtès) writes: > The ‘set-pointer-finalizer!’ procedure is harmful because it erases any > previously set finalizer. > > Said finalizer could come from a guardian: > >(define ptr (make-pointer 123)) >(define g (make-guardian)) >(g ptr)

bug#10991: syntax-local-binding does not play well with fluid-let-syntax

2012-07-06 Thread Stefan Israelsson Tampe
Ok, I'm not using this at the moment so I can wait for master to become guile-2.2. I do not know yet why this complexity is needed though (I asked on the racket channel but could not make anything useful out of the comments) Best to leave it as you suggest. /Regards Stefan On Fri, Jul 6, 2012 at

bug#10991: syntax-local-binding does not play well with fluid-let-syntax

2012-07-06 Thread Andy Wingo
Hi Stefan, Thanks for looking at this. On Fri 06 Jul 2012 21:03, Stefan Israelsson Tampe writes: > Ok, I'm not using this at the moment so I can wait for master to become > guile-2.2. Even in that case there needs to be an interface to resolve syntax parameters or not, and master doesn't have

bug#10991: syntax-local-binding does not play well with fluid-let-syntax

2012-07-06 Thread Stefan Israelsson Tampe
Ok, a second reading of your mail after your answer and I know what to do, I will hack on a patch for 2.0 and master that as you say, plumb it through, will do it after a few weeks though! /Stefan On Fri, Jul 6, 2012 at 9:37 PM, Andy Wingo wrote: > Hi Stefan, > > Thanks for looking at this. > >

bug#11456: guile-2.0.5.210-e1fb0e don't know libffi

2012-07-06 Thread gnuemacser
i take the advice of this message and download the newest guile-2.0.5.210-e1fb0e to build , using the same way i mentioned in the bugreport before. when i configure it by ../configure --without-threads it stops here checking how to link with libgmp... -lgmp checking whether libunistring was bu

bug#11872: stable-2.0 build breaks at v2.0.5-225-g005de2e

2012-07-06 Thread dsmich
Building stable-2.0 stared breaking for me at commit 005de2e8273853e155c21767b1c8bdb4f3f3ca53 Some of the build output follows: make[4]: Entering directory `/home/dsmith/src/guile/lib' CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.lo CC dirname-lgpl.lo CC basena

bug#11456: guile crashed in mingw

2012-07-06 Thread gnuemacser
after i read the https://lists.gnu.org/archive/html/bug-guile/2012-01/msg00050.html i use the command : ./configure --host=i686-pc-mingw32 --disable-shared --without-threads scm_cv_struct_timespec=no LIBS='-lunistring -lintl -liconv' to config and make: it fails in lib/netdb.h because struct

bug#10410: bump: Bug#10410: numbers, ipv6 addresses in uri module

2012-07-06 Thread Daniel Hartwig
On 6 July 2012 19:15, Andy Wingo wrote: > On Wed 22 Feb 2012 07:15, Daniel Hartwig writes: > >> Bumping this bug report as it is relevant to commit 1868309 which >> recently addressed the issue with domain names starting with numbers. > > Sorry for the long delay. Please, no :-) Your meticulous