bug#18866: bytevector-copy creates srfi-4 vector with greater length

2014-10-28 Thread tantalum
with guile version 2.1.0.89-c5ea7 on an x86_64 GNU/Linux system and the following code (use-modules (srfi srfi-4) (rnrs bytevectors)) (define a (make-f32vector 2 0)) (define b (bytevector-copy a)) (write (list a b)) "b" turns out to be an f32vector with length 8, 4 times the length of "a".

bug#21614: add-to-load-path compilation fails with compile-cps error

2015-10-04 Thread tantalum
hi, 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. here are several scenarios i tried: # code in a file ## file contents (add-to-load-path "test") ## compilation guile t.scm ;;; note: auto-compilation

bug#22076: public-interface of r6rs-library exports import instead of new definition

2015-12-02 Thread tantalum
when using resolve-interface to resolve a r6rs-library module, i found that when the r6rs-library defines and exports a procedure with the same name as a procedure that it imports, only the imported procedure will be available in the interface module. this does not seem to happen with modules t

guile 1.8.5 compile segfault

2008-09-19 Thread tantalum
hi having dependencies gmp 4.2.2-2 libtool 2.2.6a-1 installed and 64bit linux, im trying to compile guile 1.8.5, but it fails leaving the message found here: http://pastebin.com/m3bd2e879 "Speicherzugriffsfehler" translates to "segmentation fault" this happens also with the git version. im cl

Re: guile 1.8.5 compile segfault

2008-09-20 Thread tantalum
i meant the version one gets when issuing "git clone git://git.sv.gnu.org/guile.git". now trying this again, it wont complete "autoconf configure.in" (i found no further documentation how to compile except a comment in configure.in) it runs a second then gives: ;; configure.in:44: error: poss

Re: guile 1.8.5 compile segfault

2008-09-21 Thread tantalum
ok, i did try to compile from the latest snapshot. same error, i guess. 'make' produces a shorter message when run a second time. the linked message is the end of a first 'make' run. messages: ./configurehttp://pastebin.com/m684b4e99 make http://pastebin.com/m3a251e3a

Re: guile 1.8.5 compile segfault

2008-09-22 Thread tantalum
_I_GSC_STACK_GROWS_UP to 1, no change. tantalum

Re: guile 1.8.5 compile segfault

2008-09-23 Thread tantalum
x86_64 is the same as amd64, just a vendor neutral name. (http://en.wikipedia.org/wiki/X86-64) i use gcc 4.3.2-1 2008/9/22 Neil Jerram <[EMAIL PROTECTED]>: > Once you're in GDB, type bt to get the stack, and if you can a few > prints to identify the immediate cause of the fault im not sure what

error messages of "dynamic-link"

2009-05-14 Thread tantalum
Hi, while experimenting with using "dynamic-link" with guile 1.8.6, I noticed that some libraries can not be loaded. same location ("/usr/lib"), same filename extension (".so"). for example "libc.so", "libopcodes.so". the error message always says "File not Found", which is irritating. i believ

Re: error messages of "dynamic-link"

2009-05-18 Thread tantalum
t;"..., 1")= 1 write(2, ", message: "..., 11, message: ) = 11 write(2, "\""..., 1") = 1 write(2, "file not found"..., 14file not found) = 14 write(2, "\""..., 1")