[cl-debian] Bug#320237: marked as done (cl-port: Sockets don't work with stock sbcl)

Your message dated Tue, 30 Aug 2005 03:02:04 -0700 with message-id <E1EA2wO-0007UY-00@spohr.debian.org> and subject line Bug#320237: fixed in cl-port 20050805-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 27 Jul 2005 19:21:58 +0000
From mange@freemail.hu Wed Jul 27 12:21:58 2005 Return-path: <mange@freemail.hu> Received: from pne-smtpout2-sn1.fre.skanova.net [81.228.11.159] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DxrTa-0007wu-00; Wed, 27 Jul 2005 12:21:58 -0700 Received: from ktisis.stor.no-ip.org (213.67.239.170) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B9371700593675; Wed, 27 Jul 2005 21:21:21 +0200 Received: from magnus by ktisis.stor.no-ip.org with local (Exim 4.52) id 1DxrSv-0002M5-V6; Wed, 27 Jul 2005 21:21:17 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Magnus Henoch <mange@freemail.hu> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: cl-port: Sockets don't work with stock sbcl X-Mailer: reportbug 3.15 Date: Wed, 27 Jul 2005 21:21:17 +0200 Message-Id: <E1DxrSv-0002M5-V6@ktisis.stor.no-ip.org> Delivered-To: submit@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
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 --------------------------------------- Received: (at 320237-close) by bugs.debian.org; 30 Aug 2005 10:10:03 +0000
From katie@spohr.debian.org Tue Aug 30 03:10:03 2005 Return-path: <katie@spohr.debian.org> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EA2wO-0007UY-00; Tue, 30 Aug 2005 03:02:04 -0700 From: Peter Van Eynde <pvaneynd@debian.org> To: 320237-close@bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#320237: fixed in cl-port 20050805-1 Message-Id: <E1EA2wO-0007UY-00@spohr.debian.org> Sender: Archive Administrator <katie@spohr.debian.org> Date: Tue, 30 Aug 2005 03:02:04 -0700 Delivered-To: 320237-close@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: cl-port Source-Version: 20050805-1 We believe that the bug you reported is fixed in the latest version of cl-port, which is due to be installed in the Debian FTP archive: cl-port_20050805-1.diff.gz to pool/main/c/cl-port/cl-port_20050805-1.diff.gz cl-port_20050805-1.dsc to pool/main/c/cl-port/cl-port_20050805-1.dsc cl-port_20050805-1_all.deb to pool/main/c/cl-port/cl-port_20050805-1_all.deb cl-port_20050805.orig.tar.gz to pool/main/c/cl-port/cl-port_20050805.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 320237@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde <pvaneynd@debian.org> (supplier of updated cl-port package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 30 Aug 2005 10:29:24 +0200 Source: cl-port Binary: cl-port Architecture: source all Version: 20050805-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde <pvaneynd@debian.org> Changed-By: Peter Van Eynde <pvaneynd@debian.org> Description: cl-port - Common Lisp Object Collections Port Package Closes: 320237 Changes: cl-port (20050805-1) unstable; urgency=low . * New upstream * Included patch from Magnus Henoch for better sbcl support in net.lisp Closes: #320237 * Actually install the generated ChangeLog Files: 0f8e80d5e3461ffab94c011bc74ce802 581 devel optional cl-port_20050805-1.dsc 4b616ed88e78d87f0435687601d1c374 29310 devel optional cl-port_20050805.orig.tar.gz 986c74d793d2b45b1c3e2f0f1789c0d6 6065 devel optional cl-port_20050805-1.diff.gz b470419e9aa0b23ffcc5aab5b5b885cc 32460 devel optional cl-port_20050805-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDFBlD11ldN0tyliURAmkGAJ952CUzDjdOBQ6WHSuVywTkzHwTTwCgkwnU gLRjycEUMUylL9hmEYxD+Q8= =v4vz -----END PGP SIGNATURE-----
participants (1)
-
owner@bugs.debian.org