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

Your message dated Thu, 04 Aug 2005 05:47:07 -0700 with message-id <E1E0f7r-0002PP-00@spohr.debian.org> and subject line Bug#320237: fixed in cl-port 20050624-2 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; 4 Aug 2005 12:55:07 +0000
From katie@spohr.debian.org Thu Aug 04 05:55:07 2005 Return-path: <katie@spohr.debian.org> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E0f7r-0002PP-00; Thu, 04 Aug 2005 05:47:07 -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 20050624-2 Message-Id: <E1E0f7r-0002PP-00@spohr.debian.org> Sender: Archive Administrator <katie@spohr.debian.org> Date: Thu, 04 Aug 2005 05:47:07 -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 X-CrossAssassin-Score: 2
Source: cl-port Source-Version: 20050624-2 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_20050624-2.diff.gz to pool/main/c/cl-port/cl-port_20050624-2.diff.gz cl-port_20050624-2.dsc to pool/main/c/cl-port/cl-port_20050624-2.dsc cl-port_20050624-2_all.deb to pool/main/c/cl-port/cl-port_20050624-2_all.deb 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: Thu, 4 Aug 2005 14:05:31 +0200 Source: cl-port Binary: cl-port Architecture: source all Version: 20050624-2 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 321197 Changes: cl-port (20050624-2) unstable; urgency=low . * Corrected pathname problems. This was a patch from the cclan version that was not carried over. Closes: #321197 * Fixed (I hope) sbcl networking code. Closes: #320237 Files: d9517d957f29208421c6e58218144309 581 devel optional cl-port_20050624-2.dsc 146ffdf916ba6198b50b55164f9f3cde 6182 devel optional cl-port_20050624-2.diff.gz 27184cb2ea0f4160a566968c65588d9c 24740 devel optional cl-port_20050624-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC8gVP11ldN0tyliURAvLFAJ4mTJsTKQMgkjrlf67kjIKjSr8kvgCgt14u LPzLG2Jfb6sAVZYY8/akq2k= =JTaa -----END PGP SIGNATURE-----
participants (1)
-
owner@bugs.debian.org