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 __