Re: 1.6.8 release candidate 0 available for testing.

2005-10-31 Thread Kevin Ryde
Greg Troxel <[EMAIL PROTECTED]> writes: > > I realize this is a tough call, I kicked it into touch, by adding this to the manual Note that `%Z' might print the `tm:zone' in TM or it might print just the current zone (`tzset' above). A GNU system prints `tm:zone', a strict C99 syst

Re: socket.test error

2005-10-31 Thread Kevin Ryde
Neil Jerram <[EMAIL PROTECTED]> writes: > > ERROR: socket.test: make-socket-address: AF_INET6 - arguments: > ((unbound-variable #f "Unbound variable: ~S" (sockaddr:flowinfo) #f)) I forgot part of the checkin, should be right now. ___ Guile-devel maili

socket.test error

2005-10-31 Thread Neil Jerram
I'm getting this error from make check on current CVS: ERROR: socket.test: make-socket-address: AF_INET6 - arguments: ((unbound-variable #f "Unbound variable: ~S" (sockaddr:flowinfo) #f)) Is that expected? The machine concerned is running Debian GNU/Linux. Neil __