Package: cl-port Version: 1.0.1.3-2 Severity: wishlist With sbcl, cmucl, clisp and cl-port installed, running the following code succeeds on clisp and cmucl but fails on sbcl with "Not implemented": (assuming a web server running on localhost)
(asdf:oos 'asdf:load-op :port) (setf s (port:open-socket "localhost" 80)) (format s "HEAD / HTTP/1.1 Host: localhost ") (format t "Got output: ~A~%" (read-line s)) Looking at net.lisp, it seems that sockets would work in sbcl with either "db-sockets" or "net.sbcl.sockets", but not with "sb-bsd-sockets", which is included in sbcl. It would be nice if net.lisp supported sb-bsd-sockets. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.8-2-386 Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8) Versions of packages cl-port depends on: ii common-lisp-controller 4.15 This is a Common Lisp source and c cl-port recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]