From edi at agharta.de Fri Sep 1 07:04:22 2006 From: edi at agharta.de (Edi Weitz) Date: Fri, 01 Sep 2006 09:04:22 +0200 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.5.8 Message-ID: ChangeLog: Version 0.5.8 2006-09-01 CHECK-EOF-NO-HANG is not necessary Updated LW links in documentation Changed package handling in system definition (thanks to Christophe Rhodes) Download: http://weitz.de/files/flexi-streams.tar.gz Cheers, Edi. _______________________________________________ flexi-streams-announce mailing list flexi-streams-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From brlink at debian.org Sat Sep 2 20:48:10 2006 From: brlink at debian.org (Bernhard R. Link) Date: Sat, 2 Sep 2006 20:48:10 +0000 Subject: [cl-debian] Bug#308365: gclcvs: cannot install when common-lisp-controler is not installed Message-ID: <20060902204810.GA15827@risiko.mathematik.uni-freiburg.de> Package: gclcvs Version: 2.7.0-55 Followup-For: Bug #308365 gclcvs is uninstallable without common-lisp-controler due to register-common-lisp-implementation missing. I'm guessing the dependency got lost somewhen. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=de_DE at euro, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15) Versions of packages gclcvs depends on: ii debconf [debconf-2.0] 1.5.3 Debian configuration management sy ii gcc 4:4.1.1-6 The GNU C compiler ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii libncurses5 5.5-2 Shared libraries for terminal hand ii libreadline5 5.1-7 GNU readline and history libraries ii libsm6 1:1.0.1-2 X11 Session Management library ii libx11-6 2:1.0.0-8 X11 client-side library ii libxaw7 1:1.0.2-4 X11 Athena Widget library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxmu6 1:1.0.2-2 X11 miscellaneous utility library ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii tcl8.4 8.4.12-1.1 Tcl (the Tool Command Language) v8 ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 - gclcvs recommends no packages. -- debconf information: gclcvs/default_gcl_prof: gclcvs/default_gcl_ansi: From brlink at debian.org Sat Sep 2 21:52:11 2006 From: brlink at debian.org (Bernhard R. Link) Date: Sat, 2 Sep 2006 21:52:11 +0000 Subject: [cl-debian] Bug#385713: gcl: writing to network sockets does not work Message-ID: <20060902215211.GA6865@risiko.mathematik.uni-freiburg.de> Package: gcl Version: 2.6.7-20 Severity: normal When doing (with or without GCL_ANSI=t) gcl -load test.lisp and then (test) a connection is opened but nothing is sent over it. ------------------test.lisp------------------------- (defun test () (let* ((sock (si::socket 9999 :host "localhost"))) (format *error-output* "stderr=~a~%" 5) (format sock "sock=~a~%" 5) (force-output sock) )) ---------------------------------------------------- the following is a interval of output from strace, supporting netcat that nothing is sent: socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 connect(3, {sa_family=AF_INET, sin_port=htons(9999), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "stderr=5\n", 9stderr=5 ) = 9 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "NIL", 3NIL) = 3 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "\n", 1 ) = 1 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 write(1, "\n>", 2 >) = 2 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 ioctl(0, TIOCGWINSZ, {ws_row=65, ws_col=80, ws_xpixel=484, ws_ypixel=849}) = 0 ioctl(0, TIOCSWINSZ, {ws_row=65, ws_col=80, ws_xpixel=484, ws_ypixel=849}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 ioctl(0, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo ...}) = 0 ) = 1 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigaction(SIGINT, {0xa7d9b770, [], 0}, {0x80842f0, [INT], SA_RESTART|SA_SIGINFO}, 8) = 0 rt_sigaction(SIGTERM, {0xa7d9b770, [], 0}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGQUIT, {0xa7d9b770, [], 0}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGALRM, {0xa7d9b770, [], 0}, {0x80842f0, [ALRM], SA_RESTART|SA_SIGINFO}, 8) = 0 rt_sigaction(SIGALRM, {0x80842f0, [ALRM], SA_RESTART|SA_SIGINFO}, {0xa7d9b770, [], 0}, 8) = 0 rt_sigaction(SIGTSTP, {0xa7d9b770, [], 0}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTTOU, {0xa7d9b770, [], 0}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGTTIN, {0xa7d9b770, [], 0}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGWINCH, {0xa7d9b1f0, [], SA_RESTART}, {SIG_DFL}, 8) = 0 write(1, ">", 1>) = 1 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(0, The version from testing gcl_2.6.7-14_i386.deb sends properly. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=de_DE at euro, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15) Versions of packages gcl depends on: ii debconf [debconf-2.0] 1.5.3 Debian configuration management sy ii gcc 4:4.1.1-6 The GNU C compiler ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii libncurses5 5.5-2 Shared libraries for terminal hand ii libreadline5 5.1-7 GNU readline and history libraries ii libsm6 1:1.0.1-2 X11 Session Management library ii libx11-6 2:1.0.0-8 X11 client-side library ii libxaw7 1:1.0.2-4 X11 Athena Widget library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxmu6 1:1.0.2-2 X11 miscellaneous utility library ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii tcl8.4 8.4.12-1.1 Tcl (the Tool Command Language) v8 ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 - gcl recommends no packages. -- debconf information: gcl/default_gcl_prof: gcl/default_gcl_ansi: From owner at bugs.debian.org Sat Sep 2 15:48:33 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 02 Sep 2006 08:48:33 -0700 Subject: [cl-debian] Processed: cloning In-Reply-To: <20060902154116.GA11166@risiko.mathematik.uni-freiburg.de> References: <20060902154116.GA11166@risiko.mathematik.uni-freiburg.de> Message-ID: Processing commands for control at bugs.debian.org: > clone 385713 -1 Bug#385713: gcl: writing to network sockets does not work Bug 385713 cloned as bug 385728. > tags 385713 + patch Bug#385713: gcl: writing to network sockets does not work There were no tags set. Tags added: patch > tags -1 + patch Bug#385728: gcl: writing to network sockets does not work There were no tags set. Tags added: patch > reassign -1 gclcvs Bug#385728: gcl: writing to network sockets does not work Bug reassigned from package `gcl' to `gclcvs'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Sat Sep 2 15:48:33 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 02 Sep 2006 08:48:33 -0700 Subject: [cl-debian] Processed: cloning In-Reply-To: <20060902154116.GA11166@risiko.mathematik.uni-freiburg.de> References: <20060902154116.GA11166@risiko.mathematik.uni-freiburg.de> Message-ID: Processing commands for control at bugs.debian.org: > clone 385713 -1 Bug#385713: gcl: writing to network sockets does not work Bug 385713 cloned as bug 385728. > tags 385713 + patch Bug#385713: gcl: writing to network sockets does not work There were no tags set. Tags added: patch > tags -1 + patch Bug#385728: gcl: writing to network sockets does not work There were no tags set. Tags added: patch > reassign -1 gclcvs Bug#385728: gcl: writing to network sockets does not work Bug reassigned from package `gcl' to `gclcvs'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From brlink at debian.org Sat Sep 2 15:27:15 2006 From: brlink at debian.org (Bernhard R. Link) Date: Sat, 2 Sep 2006 15:27:15 +0000 Subject: [cl-debian] Bug#385713: [PATCH] missed else is cause for broken socket write Message-ID: <20060902152715.GA7251@risiko.mathematik.uni-freiburg.de> Afte debugging around a bit I found the following in the .diff.gz causing this (in h/object.c): @@ -514,9 +514,7 @@ }; /* flags */ #define GET_STREAM_FLAG(strm,name) ((strm)->sm.sm_flags & (1<<(name))) -#define SET_STREAM_FLAG(strm,name,val) (val ? \ - ((strm)->sm.sm_flags |= (1<<(name))) : \ - ((strm)->sm.sm_flags &= ~(1<<(name)))) +#define SET_STREAM_FLAG(strm,name,val) {if (val) (strm)->sm.sm_flags |= (1<<(na me)); (strm)->sm.sm_flags &= ~(1<<(name));} #define GCL_MODE_BLOCKING 1 #define GCL_MODE_NON_BLOCKING 0 There is obviously a else gone missing. The attached patch (against -19, as packages.d.o still links to that) solved the problem. Hochachtungsvoll, Bernhard R. Link -------------- next part -------------- --- gcl-2.6.7.old/h/object.h 2006-09-02 21:57:41.000000000 +0000 +++ gcl-2.6.7/h/object.h 2006-09-02 15:15:20.000000000 +0000 @@ -514,7 +514,7 @@ }; /* flags */ #define GET_STREAM_FLAG(strm,name) ((strm)->sm.sm_flags & (1<<(name))) -#define SET_STREAM_FLAG(strm,name,val) {if (val) (strm)->sm.sm_flags |= (1<<(name)); (strm)->sm.sm_flags &= ~(1<<(name));} +#define SET_STREAM_FLAG(strm,name,val) {if (val) (strm)->sm.sm_flags |= (1<<(name)); else (strm)->sm.sm_flags &= ~(1<<(name));} #define GCL_MODE_BLOCKING 1 #define GCL_MODE_NON_BLOCKING 0 From fahree at gmail.com Sat Sep 2 18:05:22 2006 From: fahree at gmail.com (=?UTF-8?Q? Far=C3=A9 ?=) Date: Sat, 2 Sep 2006 14:05:22 -0400 Subject: [cl-debian] Bug#385745: gclcvs: weird asdf method errors in c-l-c image Message-ID: <653bea160609021105s5102db5fsd2a05533973445a5@mail.gmail.com> Subject: gclcvs: weird asdf method errors in c-l-c image Package: gclcvs Version: 2.7.0-55 Severity: important *** Please type your report below this line *** Using GCL_ANSI=t, if I ever try to use asdf (as compiled into gclcvs by c-l-c), I get the following error: > (asdf:oos 'asdf:load-op :split-sequence) No matching method for the generic-function #, when called with arguments (:SPLIT-SEQUENCE NIL). Apparently, the (find-system :split-sequence) (see the source for operate) returned :split-sequence, which is erroneous. But when you try to > (find-system :split-sequence) at the REPL, you also get No matching method for the generic-function #, when called with arguments (:SPLIT-SEQUENCE). It looks like there is a bug in the way CLOS methods are compiled by GCL 2.7.0 and/or in the way that c-l-c builds its gcl image, because when you reload asdf.lisp (and re-define run-shell-command as in /usr/lib/common-lisp/bin/gclcvs.sh), then everything works much better. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.9-blefuscu Locale: LANG=en_US.iso-8859-1, LC_CTYPE=en_US.iso-8859-1 (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US.iso-8859-1) Versions of packages gclcvs depends on: ii debconf [debconf-2.0] 1.5.2 Debian configuration management sy ii gcc 4:4.1.1-5 The GNU C compiler ii libc6 2.3.6-16 GNU C Library: Shared libraries ii libgmp3c2 2:4.2.1+dfsg-3 Multiprecision arithmetic library ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii libncurses5 5.5-2 Shared libraries for terminal hand ii libreadline5 5.1-7 GNU readline and history libraries ii libsm6 1:1.0.0-4 X11 Session Management library ii libx11-6 2:1.0.0-7 X11 client-side library ii libxaw7 1:1.0.1-5 X11 Athena Widget library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxmu6 1:1.0.1-3 X11 miscellaneous utility library ii libxt6 1:1.0.0-5 X11 toolkit intrinsics library ii tcl8.4 8.4.12-1.1 Tcl (the Tool Command Language) v8 ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 - gclcvs recommends no packages. -- debconf information: gclcvs/default_gcl_prof: gclcvs/default_gcl_ansi: From kmr at debian.org Sun Sep 3 05:47:05 2006 From: kmr at debian.org (Kevin M. Rosenberg) Date: Sat, 02 Sep 2006 22:47:05 -0700 Subject: [cl-debian] Accepted cl-uffi 1.5.16-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 02 Sep 2006 20:31:11 -0600 Source: cl-uffi Binary: cl-uffi-tests cl-uffi Architecture: source all i386 Version: 1.5.16-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-uffi - Universal Foreign Function Library for Common Lisp cl-uffi-tests - Regression tests for UFFI Common Lisp Library Changes: cl-uffi (1.5.16-1) unstable; urgency=low . * New upstream Files: d590cff3cdb04689a5f98af604e432f8 637 devel optional cl-uffi_1.5.16-1.dsc d98ef3d8bfb0126b09604faa738a7bb0 146425 devel optional cl-uffi_1.5.16.orig.tar.gz ac294045a86148ad0c9b6a7d9f8ff54d 7809 devel optional cl-uffi_1.5.16-1.diff.gz 051afd66488b738c3e59f49130baef2d 114116 devel optional cl-uffi_1.5.16-1_all.deb c38b95b210f9461cf4af47fc21497e89 24944 devel optional cl-uffi-tests_1.5.16-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE+mvWES7N8sSjgj4RAleqAKCPtTQP3037vfTQ1ZR5DkGFXO+tYACfciu7 yIu+CXpJMpaZZTX3XYtUNDo= =k/Ks -----END PGP SIGNATURE----- Accepted: cl-uffi-tests_1.5.16-1_i386.deb to pool/main/c/cl-uffi/cl-uffi-tests_1.5.16-1_i386.deb cl-uffi_1.5.16-1.diff.gz to pool/main/c/cl-uffi/cl-uffi_1.5.16-1.diff.gz cl-uffi_1.5.16-1.dsc to pool/main/c/cl-uffi/cl-uffi_1.5.16-1.dsc cl-uffi_1.5.16-1_all.deb to pool/main/c/cl-uffi/cl-uffi_1.5.16-1_all.deb cl-uffi_1.5.16.orig.tar.gz to pool/main/c/cl-uffi/cl-uffi_1.5.16.orig.tar.gz From edi at agharta.de Sun Sep 3 20:53:55 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 03 Sep 2006 22:53:55 +0200 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.5.9 Message-ID: ChangeLog: Version 0.5.9 2006-09-01 Added string functions Download: http://weitz.de/files/flexi-streams.tar.gz Cheers, Edi. _______________________________________________ flexi-streams-announce mailing list flexi-streams-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From Toby.Allsopp at navman.com Sun Sep 3 20:53:46 2006 From: Toby.Allsopp at navman.com (Toby Allsopp) Date: Mon, 04 Sep 2006 08:53:46 +1200 Subject: [cl-debian] Bug#361275: cl-swank: swank-loader looks for a ChangeLog file that doesn't exist Message-ID: <87r6ysbrj9.fsf@nav-akl-pcn-343.newton.navman.com> I can confirm that creating the symlink: /usr/share/common-lisp/source/slime/ChangeLog -> /usr/share/doc/slime/changelog fixes this problem for me as well. From edi at agharta.de Mon Sep 4 10:19:45 2006 From: edi at agharta.de (Edi Weitz) Date: Mon, 04 Sep 2006 12:19:45 +0200 Subject: [cl-debian] [ann] [rdnzl-announce] New version 0.10.4 (Was: example apropos.lisp failed to load in ECL) In-Reply-To: <38C0C9E3083ADB42BFFFC6C2A8B012CE044821BC@WINEX2.imec.be> (Goffioul Michael's message of "Mon, 4 Sep 2006 11:37:41 +0200") References: <38C0C9E3083ADB42BFFFC6C2A8B012CE044821BC@WINEX2.imec.be> Message-ID: On Mon, 4 Sep 2006 11:37:41 +0200, "Goffioul Michael" wrote: > #+(:cormanlisp :ecl) (setq apropos-text (lf-to-crlf apropos-text)) Thanks for spotting that, I've made a new release (0.10.4) which fixes that. Download: http://weitz.de/files/rdnzl.tar.gz Note: For now, I'll stop keeping the c-l.net CVS repository in sync with my local repository as nobody with write access seems to use it anyway. If one of you wants to start hacking on RDNZL again, let me know and I'll re-sync. Cheers, Edi. _______________________________________________ rdnzl-announce mailing list rdnzl-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From thomas.huriaux at gmail.com Mon Sep 4 15:58:01 2006 From: thomas.huriaux at gmail.com (Thomas Huriaux) Date: Mon, 4 Sep 2006 17:58:01 +0200 Subject: [cl-debian] Bug#386002: cmucl: Invalid debconf priority Message-ID: <20060904155801.GA31173@localhost> Package: cmucl Version: 19c-release-20051115-2 Severity: normal Hi, In debian/config: db_input critital cmucl/upgradeproblems || true critital should be critical. Cheers, -- Thomas Huriaux -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From edi at agharta.de Mon Sep 4 22:34:12 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 05 Sep 2006 00:34:12 +0200 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.5.10 Message-ID: ChangeLog: Version 0.5.10 2006-09-04 Flexi streams can have binary element types now Download: http://weitz.de/files/flexi-streams.tar.gz Cheers, Edi. _______________________________________________ flexi-streams-announce mailing list flexi-streams-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Mon Sep 4 23:01:26 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 05 Sep 2006 01:01:26 +0200 Subject: [cl-debian] [ann] [tbnl-announce] New versions 0.10.2 (TBNL) and 0.3.0 (Hunchentoot) Message-ID: TBNL: ----- ChangeLog: Version 0.10.2 2006-09-05 Better reporting of IP addresses and ports if not behind mod_lisp Improved logging Fixed REAL-REMOTE-ADDR Cookies always use UTF-8 encoding (which is opaque to the client anyway) Read request bodies without 'Content-Length' header (for Hunchentoot) Removed accented character from test.lisp to appease SBCL (reported by Xristos Kalkanis) Download: http://weitz.de/files/tbnl.tar.gz Hunchentoot: ------------ ChangeLog: Version 0.3.0 2006-09-05 Accept HTTP requests with chunked transfer encoding Use Chunga for chunking Download: http://weitz.de/files/hunchentoot.tar.gz Cheers, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Mon Sep 4 23:03:26 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 05 Sep 2006 01:03:26 +0200 Subject: [cl-debian] [ann] [drakma-announce] New versions of Chunga (0.1.2) and Drakma (0.4.0) Message-ID: Chunga: ------- ChangeLog: Version 0.1.2 2006-09-05 Exported CHUNKED-STREAM-STREAM Mentioned Gentoo port in docs Added info about mailing lists Download: http://weitz.de/files/chunga.tar.gz Drakma: ------- ChangeLog: Version 0.4.0 2006-09-05 Added file uploads Added multipart/form-data Added enforced computation of request bodies in RAM Use LF line endings in default external format Download: http://weitz.de/files/drakma.tar.gz Cheers, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From kmr at debian.org Tue Sep 5 04:17:04 2006 From: kmr at debian.org (Kevin M. Rosenberg) Date: Mon, 04 Sep 2006 21:17:04 -0700 Subject: [cl-debian] Accepted cl-sql 3.7.1-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 4 Sep 2006 21:17:05 -0600 Source: cl-sql Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite cl-sql-mysql Architecture: source all i386 Version: 3.7.1-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-sql - SQL Interface for Common Lisp cl-sql-aodbc - CLSQL database backend, AODBC cl-sql-mysql - CLSQL database backend, MySQL cl-sql-odbc - CLSQL database backend, ODBC cl-sql-oracle - CLSQL database backend, Oracle cl-sql-postgresql - CLSQL database backend, PostgreSQL cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL cl-sql-sqlite - CLSQL database backend, SQLite cl-sql-sqlite3 - CLSQL database backend, SQLite3 cl-sql-tests - Testing suite for CLSQL cl-sql-uffi - Common UFFI functions for CLSQL database backends Changes: cl-sql (3.7.1-1) unstable; urgency=low . * New upstream Files: 8aeedd4b4acb357b9f1f7a6c78ef4ea7 796 devel extra cl-sql_3.7.1-1.dsc 42a960ba14778a0691456295c472f96b 736531 devel extra cl-sql_3.7.1.orig.tar.gz 8033a1a4a86a722144dff986cfbbed7a 11569 devel extra cl-sql_3.7.1-1.diff.gz 6b0fa4508b7535359f194f7fc5938c07 522826 devel extra cl-sql_3.7.1-1_all.deb fa0139d80d77299dcc50c5a200e1673e 38338 devel extra cl-sql-aodbc_3.7.1-1_all.deb 3f8dd651ff062e03098336b109ba8bba 65020 devel extra cl-sql-odbc_3.7.1-1_all.deb a323abeef39ee42ccd6218935443b6ca 43020 devel extra cl-sql-postgresql_3.7.1-1_all.deb ea621be8f321feb4c6f235d237c72dbd 47122 devel extra cl-sql-postgresql-socket_3.7.1-1_all.deb 2389c330a64b7ffe194f64f7974c1686 42884 devel extra cl-sql-sqlite_3.7.1-1_all.deb ec05324b578a542911eb85b8776e7bdc 43642 devel extra cl-sql-sqlite3_3.7.1-1_all.deb 54f6285dd57c5dd6d0c6796fcc309ade 59300 contrib/devel extra cl-sql-oracle_3.7.1-1_all.deb bbd6e372dffdfc1a91ba2d49103ee168 61668 devel extra cl-sql-tests_3.7.1-1_all.deb c0d934a6d64a63fd083d499d5fc756d4 41720 devel extra cl-sql-uffi_3.7.1-1_i386.deb 094ce48c592e3820de464f670586282a 52046 devel extra cl-sql-mysql_3.7.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE/PYiES7N8sSjgj4RAqHoAJ0WhNR71KBno0eiQB1RvkeKKBc6+QCfdMdD fKLDPwppHT2dpokdOS4pZ/4= =WNoS -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.7.1-1_all.deb cl-sql-mysql_3.7.1-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.7.1-1_i386.deb cl-sql-odbc_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.7.1-1_all.deb cl-sql-oracle_3.7.1-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.7.1-1_all.deb cl-sql-postgresql-socket_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.7.1-1_all.deb cl-sql-postgresql_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.7.1-1_all.deb cl-sql-sqlite3_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.7.1-1_all.deb cl-sql-sqlite_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.7.1-1_all.deb cl-sql-tests_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.7.1-1_all.deb cl-sql-uffi_3.7.1-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.7.1-1_i386.deb cl-sql_3.7.1-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.7.1-1.diff.gz cl-sql_3.7.1-1.dsc to pool/main/c/cl-sql/cl-sql_3.7.1-1.dsc cl-sql_3.7.1-1_all.deb to pool/main/c/cl-sql/cl-sql_3.7.1-1_all.deb cl-sql_3.7.1.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.7.1.orig.tar.gz From jurij at wooyd.org Tue Sep 5 04:17:10 2006 From: jurij at wooyd.org (Jurij Smakov) Date: Mon, 4 Sep 2006 21:17:10 -0700 (PDT) Subject: [cl-debian] Bug#386075: FTBFS on sparc Message-ID: Package: clisp Version: 1:2.39-1 Severity: serious Hi, Latest version of clisp fails to build on sparc [0]: [...] ;; Loading file clos-class2.lisp ... ;; Loaded file clos-class2.lisp ;; Loading file clos-class3.lisp ... *** - ALLOCATE-METAOBJECT-INSTANCE: length OOOOOOOO0OOOOOOOO0OOOOOOOO should be of type (INTEGER (0) (OOOOOOOO0OOOOOOOO0OOOOOOOO0OOOOOOOO0OOOOOOOO0OOOOOOOO)) Bye. make[1]: *** [interpreted.mem] Error 1 make[1]: Leaving directory `/build/buildd/clisp-2.39/debian/build' make: *** [build-stamp] Error 2 [...] When building locally in an up-to-date sid, I get a slightly different error: [...] ;; Loading file clos-class2.lisp ... ;; Loaded file clos-class2.lisp ;; Loading file clos-class3.lisp ... *** - ALLOCATE-METAOBJECT-INSTANCE: length wwwwwwww0wwwwwwww0wwwwwwww should be of type (INTEGER (0) (wwwwwwww0wwwwwwww0wwwwwwww0wwwwwwww0wwwwwwww0wwwwwwww)) Bye. make[1]: *** [interpreted.mem] Error 1 make[1]: Leaving directory `/home/jurij/tmp/clisp-2.39/debian/build' make: *** [build-stamp] Error 2 [...] [0] http://buildd.debian.org/fetch.php?&pkg=clisp&ver=1%3A2.39-1&arch=sparc&stamp=1154081144&file=log&as=raw Best regards, Jurij Smakov jurij at wooyd.org Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC From wahidadad at latinmail.com Tue Sep 5 09:28:46 2006 From: wahidadad at latinmail.com (Wahid Adada) Date: Tue, 5 Sep 2006 11:28:46 +0200 (CEST) Subject: [cl-debian] From Bahrain Message-ID: <20060905092846.A9CB278F40@netstorm.sk> An HTML attachment was scrubbed... URL: From edi at agharta.de Tue Sep 5 19:33:35 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 05 Sep 2006 21:33:35 +0200 Subject: [cl-debian] [ann] [tbnl-announce] New version 0.10.3 (Was: TBNL/SBCL 0.9.16 problems) In-Reply-To: (Juho Snellman's message of "Tue, 5 Sep 2006 17:37:44 +0000 (UTC)") References: <794ADCC8-1DC1-466B-9CBC-075996A86549@essex.ac.uk> Message-ID: On Tue, 5 Sep 2006 17:37:44 +0000 (UTC), Juho Snellman wrote: > * Just muffle the warning by adding the following declaration at > the start of the function: > > #+sbcl (declare (sb-ext:muffle-conditions warning)) Thanks. I've added that and made a new release. > * Ensure that the compiler also knows that it really can't happen > by replacing: > > (when (string= name parameter-name) > (parse-integer index-string)) > > With: > > (when (and (string= name parameter-name) > index-string) > (parse-integer index-string)) Adding something to otherwise correct code just to appease the compiler feels a bit like static typing to me - I'd rather not do that... :) Yeah, I know, it's only a friendly warning, but at least it stops ASDF compilation. Thanks, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From arjanoosting at home.nl Wed Sep 6 23:02:35 2006 From: arjanoosting at home.nl (Arjan Oosting) Date: Thu, 07 Sep 2006 01:02:35 +0200 Subject: [cl-debian] Bug#384758: Patch for RC bug 384758 Message-ID: <1157583756.5227.18.camel@nebula.arriesoft.nl> tags 384758 patch usertag 384758 supplied-patch thanks Hi, I have prepared a simple patch which fixes the FTBFS by replacing the build dependency on lesstif-dev. It also fixes a typo in some debconf script. As I am not a DD yet, I can not do a NMU, but maybe some DD who comes along can do the NMU. Greetings Arjan Oosting -------------- next part -------------- A non-text attachment was scrubbed... Name: cmucl.diff Type: text/x-patch Size: 1805 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dit berichtdeel is digitaal ondertekend URL: From owner at bugs.debian.org Wed Sep 6 23:48:28 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 06 Sep 2006 16:48:28 -0700 Subject: [cl-debian] Processed: Patch for RC bug 384758 In-Reply-To: <1157583756.5227.18.camel@nebula.arriesoft.nl> References: <1157583756.5227.18.camel@nebula.arriesoft.nl> Message-ID: Processing commands for control at bugs.debian.org: > tags 384758 patch Bug#384758: FTBFS: build-depends on removed package lesstif-dev Tags were: etch sid Tags added: patch > usertag 384758 supplied-patch Bug#384758: FTBFS: build-depends on removed package lesstif-dev There were no usertags set. Usertags are now: supplied-patch. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From edi at agharta.de Thu Sep 7 10:26:30 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 07 Sep 2006 12:26:30 +0200 Subject: [cl-debian] [ann] [drakma-announce] New version 0.4.1 (Was: Supported HTTP methods) In-Reply-To: <1157553695.12284.20.camel@localhost.localdomain> (Ralf Mattes's message of "Wed, 06 Sep 2006 16:41:35 +0200") References: <1157553695.12284.20.camel@localhost.localdomain> Message-ID: On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes wrote: > shouldn't the library allow all methods from HTTP/1.1? [...] BTW, > it might be a good idea to add the methods needed for WebDAV as well OK, done. There's a new release 0.4.1 online. Please test. Cheers, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Thu Sep 7 10:52:24 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 07 Sep 2006 12:52:24 +0200 Subject: [cl-debian] [ann] [drakma-announce] Version 0.4.2 (Was: Supported HTTP methods) In-Reply-To: <1157553695.12284.20.camel@localhost.localdomain> (Ralf Mattes's message of "Wed, 06 Sep 2006 16:41:35 +0200") References: <1157553695.12284.20.camel@localhost.localdomain> Message-ID: On Wed, 06 Sep 2006 16:41:35 +0200, Ralf Mattes wrote: > + ;; create a 'magic' options request > + (when (eq method :options*) > + (setf (uri-path uri) "*" > + (uri-query uri) "" > + method :options)) Woops, that was wrong. The query part must be set to NIL, not "". See release 0.4.2. Sorry, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From sesse at debian.org Thu Sep 7 15:17:13 2006 From: sesse at debian.org (Steinar H. Gunderson) Date: Thu, 07 Sep 2006 08:17:13 -0700 Subject: [cl-debian] Fixed in NMU of cmucl 19c-release-20051115-2.1 Message-ID: tag 384758 + fixed quit This message was generated automatically in response to a non-maintainer upload. The .changes file follows. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 7 Sep 2006 16:33:41 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-release-20051115-2.1 Distribution: unstable Urgency: medium Maintainer: Peter Van Eynde Changed-By: Steinar H. Gunderson Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 384758 Changes: cmucl (19c-release-20051115-2.1) unstable; urgency=medium . * Non-maintainer upload; all patches by Arjan Oosting. * Update build dependency to lesstif2-dev; fixes FTBFS. (Closes: #384758) * Fix typo in debian/config; fixes lintian error about unknown debconf priority. Files: 0c65776decb4f5e8325f7d0e28c6137c 748 devel optional cmucl_19c-release-20051115-2.1.dsc a9a3125aa2015c3438a94d07b27cd504 1506442 devel optional cmucl_19c-release-20051115-2.1.diff.gz 54ec9df106bc4d5345bc226d7efc9f28 10576956 devel optional cmucl_19c-release-20051115-2.1_i386.deb b22ee96f1917a9102e9d04cb38243535 654522 devel optional cmucl-clm_19c-release-20051115-2.1_i386.deb 6ef3122b13fd519ea437d508052f40e9 2347800 doc optional cmucl-docs_19c-release-20051115-2.1_all.deb f7dc126b705bc0b47620190eb2589bde 5168674 devel optional cmucl-source_19c-release-20051115-2.1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFADWXXKRQ3lK3SH4RAi1DAJ4neOAnnSF137+SRVZHwZV6DzAy1wCfXjog kKhM8rsNf2dd8OvvsS93IsE= =VWsB -----END PGP SIGNATURE----- From owner at bugs.debian.org Thu Sep 7 15:33:41 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 08:33:41 -0700 Subject: [cl-debian] Bug#384758: marked as done (FTBFS: build-depends on removed package lesstif-dev) References: <20060907152944.GA3942@uio.no> <20060826130256.23821.62477.reportbug@bode.aurel32.net> Message-ID: Your message dated Thu, 7 Sep 2006 17:29:44 +0200 with message-id <20060907152944.GA3942 at uio.no> and subject line Fixed in NMU of cmucl 19c-release-20051115-2.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) -------------- next part -------------- An embedded message was scrubbed... From: Aurelien Jarno Subject: FTBFS: build-depends on removed package lesstif-dev Date: Sat, 26 Aug 2006 15:02:56 +0200 Size: 3987 URL: -------------- next part -------------- An embedded message was scrubbed... From: "Steinar H. Gunderson" Subject: Re: Fixed in NMU of cmucl 19c-release-20051115-2.1 Date: Thu, 7 Sep 2006 17:29:44 +0200 Size: 2125 URL: From sesse at debian.org Thu Sep 7 15:17:13 2006 From: sesse at debian.org (Steinar H. Gunderson) Date: Thu, 07 Sep 2006 08:17:13 -0700 Subject: [cl-debian] Accepted cmucl 19c-release-20051115-2.1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 7 Sep 2006 16:33:41 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-release-20051115-2.1 Distribution: unstable Urgency: medium Maintainer: Peter Van Eynde Changed-By: Steinar H. Gunderson Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 384758 Changes: cmucl (19c-release-20051115-2.1) unstable; urgency=medium . * Non-maintainer upload; all patches by Arjan Oosting. * Update build dependency to lesstif2-dev; fixes FTBFS. (Closes: #384758) * Fix typo in debian/config; fixes lintian error about unknown debconf priority. Files: 0c65776decb4f5e8325f7d0e28c6137c 748 devel optional cmucl_19c-release-20051115-2.1.dsc a9a3125aa2015c3438a94d07b27cd504 1506442 devel optional cmucl_19c-release-20051115-2.1.diff.gz 54ec9df106bc4d5345bc226d7efc9f28 10576956 devel optional cmucl_19c-release-20051115-2.1_i386.deb b22ee96f1917a9102e9d04cb38243535 654522 devel optional cmucl-clm_19c-release-20051115-2.1_i386.deb 6ef3122b13fd519ea437d508052f40e9 2347800 doc optional cmucl-docs_19c-release-20051115-2.1_all.deb f7dc126b705bc0b47620190eb2589bde 5168674 devel optional cmucl-source_19c-release-20051115-2.1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFADWXXKRQ3lK3SH4RAi1DAJ4neOAnnSF137+SRVZHwZV6DzAy1wCfXjog kKhM8rsNf2dd8OvvsS93IsE= =VWsB -----END PGP SIGNATURE----- Accepted: cmucl-clm_19c-release-20051115-2.1_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-release-20051115-2.1_i386.deb cmucl-docs_19c-release-20051115-2.1_all.deb to pool/main/c/cmucl/cmucl-docs_19c-release-20051115-2.1_all.deb cmucl-source_19c-release-20051115-2.1_all.deb to pool/main/c/cmucl/cmucl-source_19c-release-20051115-2.1_all.deb cmucl_19c-release-20051115-2.1.diff.gz to pool/main/c/cmucl/cmucl_19c-release-20051115-2.1.diff.gz cmucl_19c-release-20051115-2.1.dsc to pool/main/c/cmucl/cmucl_19c-release-20051115-2.1.dsc cmucl_19c-release-20051115-2.1_i386.deb to pool/main/c/cmucl/cmucl_19c-release-20051115-2.1_i386.deb From owner at bugs.debian.org Thu Sep 7 15:33:38 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 08:33:38 -0700 Subject: [cl-debian] Processed: Fixed in NMU of cmucl 19c-release-20051115-2.1 In-Reply-To: References: Message-ID: Processing commands for control at bugs.debian.org: > tag 384758 + fixed Bug#384758: FTBFS: build-depends on removed package lesstif-dev Tags were: patch etch sid Tags added: fixed > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From sesse at debian.org Thu Sep 7 15:06:36 2006 From: sesse at debian.org (Steinar H. Gunderson) Date: Thu, 7 Sep 2006 17:06:36 +0200 Subject: [cl-debian] Bug#386431: diff for 19c-release-20051115-2.1 NMU Message-ID: <20060907150636.GA30351@pannekake.samfundet.no> Package: cmucl Version: 19c-release-20051115-2 Severity: normal Tags: patch Hi, Attached is the diff for my cmucl 19c-release-20051115-2.1 NMU. -------------- next part -------------- diff -u cmucl-19c-release-20051115/debian/changelog cmucl-19c-release-20051115/debian/changelog --- cmucl-19c-release-20051115/debian/changelog +++ cmucl-19c-release-20051115/debian/changelog @@ -1,3 +1,12 @@ +cmucl (19c-release-20051115-2.1) unstable; urgency=medium + + * Non-maintainer upload; all patches by Arjan Oosting. + * Update build dependency to lesstif2-dev; fixes FTBFS. (Closes: #384758) + * Fix typo in debian/config; fixes lintian error about unknown debconf + priority. + + -- Steinar H. Gunderson Thu, 7 Sep 2006 16:33:41 +0200 + cmucl (19c-release-20051115-2) unstable; urgency=low * Included upstream patch 001: diff -u cmucl-19c-release-20051115/debian/control cmucl-19c-release-20051115/debian/control --- cmucl-19c-release-20051115/debian/control +++ cmucl-19c-release-20051115/debian/control @@ -1,6 +1,6 @@ Source: cmucl Section: devel -Build-Depends: debhelper (>= 4.1.16), lesstif-dev, tetex-extra, cmucl (>= 19c-pre1-20051019-1), hevea, tidy, a2ps, x-dev, gcc-3.4, bc +Build-Depends: debhelper (>= 4.1.16), lesstif2-dev, tetex-extra, cmucl (>= 19c-pre1-20051019-1), hevea, tidy, a2ps, x-dev, gcc-3.4, bc Priority: optional Maintainer: Peter Van Eynde Standards-Version: 3.6.2.1 diff -u cmucl-19c-release-20051115/debian/config cmucl-19c-release-20051115/debian/config --- cmucl-19c-release-20051115/debian/config +++ cmucl-19c-release-20051115/debian/config @@ -9,7 +9,7 @@ configure|reconfigure) # do we need to warn? if `grep -q common-lisp-controller.lisp /etc/common-lisp/cmucl/site-init.lisp /var/lib/cmucl/site-init.lisp 2> /dev/null` ; then - db_input critital cmucl/upgradeproblems || true + db_input critical cmucl/upgradeproblems || true fi db_go || true From installer at ftp-master.debian.org Thu Sep 7 21:02:44 2006 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 07 Sep 2006 14:02:44 -0700 Subject: [cl-debian] cl-statistics_20050224-2_i386.changes REJECTED Message-ID: Rejected: Unknown distribution `UNRELEASED'. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu Sep 7 21:05:52 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 07 Sep 2006 14:05:52 -0700 Subject: [cl-debian] Accepted sbcl 1:0.9.16.0-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 5 Sep 2006 14:56:30 +0200 Source: sbcl Binary: sbcl sbcl-source sbcl-doc Architecture: source all i386 Version: 1:0.9.16.0-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A Common Lisp compiler and development system sbcl-doc - Documentation for Steel Bank Common Lisp sbcl-source - Source code files for SBCL Closes: 382770 Changes: sbcl (1:0.9.16.0-1) unstable; urgency=low . * New upstream version. Major changes: + feature: implemented the READER-METHOD-CLASS and WRITER-METHOD-CLASS portion of the Class Initialization Protocol as specified by AMOP. + incompatible change: variable SB-EXT:*USE-IMPLEMENTATION-TYPES* no longer exists. + optimization: faster LOGCOUNT implementation on x86 and x86-64 (thanks to Lutz Euler) + optimization: hashing of general arrays and vectors has been improved. (reported by Any Fingerhut) + enhancement: SB-INTROSPECT is now able to find definitions of profiled functions. (thanks to Troels Henriksen) + enhancement: compiler-macro expansion applies now to FUNCALL forms as well, allowing compiler-macros for SETF-functions to expand. + enhancement: step-instrumentation no longer wraps known single-value functions with multiple-value context, allowing better type inference. + fixed bug #337: use of MAKE-METHOD in method combination now works even in the presence of user-defined method classes. (reported by Bruno Haible and Pascal Costanza) + fixed bug #339(c): if there are applicable methods not part of any long-form method-combination group, call INVALID-METHOD-ERROR. (reported by Bruno Haible) + fixed bug #361: the :FUNCTION initarg in the protocol for initialization of methods can now be used to override internally-produced optimized functions. (reported by Bruno Haible) + bug fix: extensions of MAKE-METHOD-LAMBDA which wrap the system-provided lambda expression no longer cause warnings about unbound #:|pv-table| symbols. + bug fix: improved the handling of type declarations and the detection of violations for keyword arguments with non-constant defaults. + bug fix: potentially erronous calls to PATHNAME and MERGE-PATHNAMES were being flushed in some cases. (reported by Richard Kreuter) + bug fix: compiled calls to TYPEP were mishandling obsolete instances. (reported by James Bielman and Attila Lendvai) + bug fix: format strings with ~> without matching ~< no longer trigger an AVER, but signal an understandable error instead. (reported by Antonio Martinez) + bug fix: specifying an output-file without a pathname-type for COMPILE-FILE or COMPILE-FILE-PATHNAME resulted in using the type of input-file instead of "fasl". (reported by Robert Dodier) + bug fix: compiler-macro lambda-list parsing of FUNCALL forms. (reported by James Y Knight). + bug fix: compiler-macros-function did not consider the environment argument for shadowing by local functions. + bug fix: compiler-macros expansion was inhibited by local INLINE declarations. + bug fix: inline expansions of known functions were subject to step-instrumentation in high debug policies, leading to problems with type-inference. + bug fix: compiler failed to differentiate between different CONS types in some cases. + bug fix: fixed input, output and error redirection in RUN-PROGRAM for win32. (thanks to Mike Thomas and Yaroslav Kavenchuk) + bug fix: #368: incorrect use of expressed vs. upgraded array element type. + bug fix: #306a: more precise unions of array types. + thread-safety improvements: ** CONDITION-WAIT could return early on Linux, if the thread was interrupted and subsequently continued with SIGCONT. ** STABLE-SORT and ADJUST-ARRAY were not reentrant. * Make sbcl.info file one file. Fixes the 'cannot find Top' error. (Closes: #382770) Files: 1687651db6bf505df552785ecb1506c2 694 devel optional sbcl_0.9.16.0-1.dsc 7979a622857fbc59602f95d4a0cc25a0 4032049 devel optional sbcl_0.9.16.0.orig.tar.gz 872de155af5b0e7aa0386b351adc4d56 24458 devel optional sbcl_0.9.16.0-1.diff.gz 0249c3256bad4e0e5834145cb1194646 1397830 doc optional sbcl-doc_0.9.16.0-1_all.deb 8c5180667f0d9ca46337eedf007725c0 3282148 doc optional sbcl-source_0.9.16.0-1_all.deb 2810bf331c2cb61d854ef7cf24a7f7a5 8388176 devel optional sbcl_0.9.16.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE/ajG11ldN0tyliURAioxAKCK2vLeT2IbZqijKqV3p04KC7q/6gCgklX3 KI1So4ZgtDfUIdTcjZ2+ZSE= =ryUq -----END PGP SIGNATURE----- Accepted: sbcl-doc_0.9.16.0-1_all.deb to pool/main/s/sbcl/sbcl-doc_0.9.16.0-1_all.deb sbcl-source_0.9.16.0-1_all.deb to pool/main/s/sbcl/sbcl-source_0.9.16.0-1_all.deb sbcl_0.9.16.0-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.16.0-1.diff.gz sbcl_0.9.16.0-1.dsc to pool/main/s/sbcl/sbcl_0.9.16.0-1.dsc sbcl_0.9.16.0-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.16.0-1_i386.deb sbcl_0.9.16.0.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.16.0.orig.tar.gz From pvaneynd at debian.org Thu Sep 7 21:06:11 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 07 Sep 2006 14:06:11 -0700 Subject: [cl-debian] Accepted slime 1:20060827-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 6 Sep 2006 08:24:16 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20060827-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-swank - Superior LISP Interaction Mode for Emacs (Lisp-side server) slime - Superior LISP Interaction Mode for Emacs Closes: 361275 Changes: slime (1:20060827-1) unstable; urgency=low . * Get rid of debian/prepare-build.sh * Replaced all references to ChangeLog in the sources with /usr/share/doc/cl-swank/changelog. This should fix any remaining problems with finding the ChangeLog. (Closes: #361275) Files: da7d0b0b76c29cd845add4181d749882 630 non-free/devel optional slime_20060827-1.dsc 9bb723859ee60355432bdc4df0e9fbe7 452380 non-free/devel optional slime_20060827.orig.tar.gz e26dbaa9ba2f1c7bca5b5b518ddd34aa 10210 non-free/devel optional slime_20060827-1.diff.gz fdecacaeebd841feb4147ae1792e8e90 565770 non-free/devel optional slime_20060827-1_all.deb e97155914ee7b63148c0f3daee9add1e 303098 non-free/devel optional cl-swank_20060827-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE/mss11ldN0tyliURAjKqAKCpLQB6BBytVJCxpORkRRv/2d0P6gCfZ3rD UzMCiI8/IJ+6zDCgyrn5awc= =hBzC -----END PGP SIGNATURE----- Accepted: cl-swank_20060827-1_all.deb to pool/non-free/s/slime/cl-swank_20060827-1_all.deb slime_20060827-1.diff.gz to pool/non-free/s/slime/slime_20060827-1.diff.gz slime_20060827-1.dsc to pool/non-free/s/slime/slime_20060827-1.dsc slime_20060827-1_all.deb to pool/non-free/s/slime/slime_20060827-1_all.deb slime_20060827.orig.tar.gz to pool/non-free/s/slime/slime_20060827.orig.tar.gz From owner at bugs.debian.org Thu Sep 7 21:49:08 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 14:49:08 -0700 Subject: [cl-debian] Bug#361275: marked as done (cl-swank: swank-loader looks for a ChangeLog file that doesn't exist) References: <18589991.1144424195495.JavaMail.root@ps18> Message-ID: Your message dated Thu, 07 Sep 2006 14:06:11 -0700 with message-id and subject line Bug#361275: fixed in slime 1:20060827-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) -------------- next part -------------- An embedded message was scrubbed... From: "stfn.sbtn at tiscali.it" Subject: cl-swank: swank-loader looks for a ChangeLog file that doesn't exist Date: Fri, 7 Apr 2006 17:36:35 +0200 (CEST) Size: 2921 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#361275: fixed in slime 1:20060827-1 Date: Thu, 07 Sep 2006 14:06:11 -0700 Size: 3415 URL: From owner at bugs.debian.org Thu Sep 7 21:49:11 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 14:49:11 -0700 Subject: [cl-debian] Bug#382770: marked as done (Can not get access to SBCL documentation through "info" command) References: Message-ID: Your message dated Thu, 07 Sep 2006 14:05:58 -0700 with message-id and subject line Bug#382770: fixed in sbcl 1:0.9.16.0-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) -------------- next part -------------- An embedded message was scrubbed... From: "alexey" Subject: Can not get access to SBCL documentation through "info" command Date: Sun, 13 Aug 2006 16:13:03 +0700 Size: 1826 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#382770: fixed in sbcl 1:0.9.16.0-1 Date: Thu, 07 Sep 2006 14:05:58 -0700 Size: 7026 URL: From fare at tunes.org Thu Sep 7 22:17:09 2006 From: fare at tunes.org (Francois-Rene Rideau) Date: Thu, 07 Sep 2006 15:17:09 -0700 Subject: [cl-debian] Accepted cl-launch 1.88-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 7 Sep 2006 20:00:34 +0200 Source: cl-launch Binary: cl-launch Architecture: source all Version: 1.88-1 Distribution: unstable Urgency: low Maintainer: Francois-Rene Rideau Changed-By: Francois-Rene Rideau Description: cl-launch - uniform frontend to running Common Lisp code from the shell Changes: cl-launch (1.88-1) unstable; urgency=low . * separate the debian thing in a .diff.gz. * The correct command to detect packaging bugs is lintian cl-launch_*.dsc Files: f4de7856a11a4e639dd9faf63a67cacb 684 devel optional cl-launch_1.88-1.dsc 41864e61a31fab8c601a87686076b053 26736 devel optional cl-launch_1.88.orig.tar.gz bcc702160f825f6d478f4adbf2732124 14636 devel optional cl-launch_1.88-1.diff.gz 553bf99196e4ba15f34ad26323a877c1 42534 devel optional cl-launch_1.88-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFAJK1wm0wNHxxTHgRAnQVAKCLVPVgACT/v4S4V/aGS87jVXu5OwCfelhF vbGTCkp0w3A7vpz5QPQOSeg= =7ebU -----END PGP SIGNATURE----- Accepted: cl-launch_1.88-1.diff.gz to pool/main/c/cl-launch/cl-launch_1.88-1.diff.gz cl-launch_1.88-1.dsc to pool/main/c/cl-launch/cl-launch_1.88-1.dsc cl-launch_1.88-1_all.deb to pool/main/c/cl-launch/cl-launch_1.88-1_all.deb cl-launch_1.88.orig.tar.gz to pool/main/c/cl-launch/cl-launch_1.88.orig.tar.gz From camm at enhanced.com Fri Sep 8 02:32:35 2006 From: camm at enhanced.com (Camm Maguire) Date: Thu, 07 Sep 2006 19:32:35 -0700 Subject: [cl-debian] Accepted gcl 2.6.7-21 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 6 Sep 2006 09:59:50 -0400 Source: gcl Binary: gcl-doc gcl Architecture: source i386 all Version: 2.6.7-21 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gcl - GNU Common Lisp compiler gcl-doc - Documentation for GNU Common Lisp Changes: gcl (2.6.7-21) unstable; urgency=low . * Fix socket write error Files: 1d8414b232cf534a23fd502ee0bda0ab 730 interpreters optional gcl_2.6.7-21.dsc 5c44cd465367996fb63bba4c834ed60f 14454820 interpreters optional gcl_2.6.7-21.diff.gz c8fa240faa18c9c0debd5424a9311257 765988 doc optional gcl-doc_2.6.7-21_all.deb aaa00f02658f044b36fae93df854bbf1 28815170 interpreters optional gcl_2.6.7-21_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFE/tzHczG1wFfwRdwRAkgaAKCZNeJFHJJqNxbu/ezPSJQTBSpy1gCgjlzl sxIuIRs8eTfZqR2YFLe7icI= =VQRa -----END PGP SIGNATURE----- Accepted: gcl-doc_2.6.7-21_all.deb to pool/main/g/gcl/gcl-doc_2.6.7-21_all.deb gcl_2.6.7-21.diff.gz to pool/main/g/gcl/gcl_2.6.7-21.diff.gz gcl_2.6.7-21.dsc to pool/main/g/gcl/gcl_2.6.7-21.dsc gcl_2.6.7-21_i386.deb to pool/main/g/gcl/gcl_2.6.7-21_i386.deb From owner at bugs.debian.org Fri Sep 8 04:33:11 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 21:33:11 -0700 Subject: [cl-debian] Bug#376807: marked as done (gclcvs: FTBFS: bashisms in debian/rules) References: <20060705080757.GK24203@abydos.adm.naquadah.org> Message-ID: Your message dated Thu, 07 Sep 2006 21:17:34 -0700 with message-id and subject line Bug#376807: fixed in gclcvs 2.7.0-56 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) -------------- next part -------------- An embedded message was scrubbed... From: Julien Danjou Subject: gclcvs: FTBFS: bashisms in debian/rules Date: Wed, 5 Jul 2006 10:07:57 +0200 Size: 2835 URL: -------------- next part -------------- An embedded message was scrubbed... From: Camm Maguire Subject: Bug#376807: fixed in gclcvs 2.7.0-56 Date: Thu, 07 Sep 2006 21:17:34 -0700 Size: 4321 URL: From owner at bugs.debian.org Fri Sep 8 04:33:07 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 21:33:07 -0700 Subject: [cl-debian] Bug#333655: marked as done (gclcvs: [INTL:sv] Swedish debconf templates translation) References: <20051013062258.4926.qmail@mail.lidkoping.net> Message-ID: Your message dated Thu, 07 Sep 2006 21:17:31 -0700 with message-id and subject line Bug#333655: fixed in gclcvs 2.7.0-56 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) -------------- next part -------------- An embedded message was scrubbed... From: Daniel Nylander Subject: gclcvs: [INTL:sv] Swedish debconf templates translation Date: Thu, 13 Oct 2005 08:22:58 +0200 Size: 6574 URL: -------------- next part -------------- An embedded message was scrubbed... From: Camm Maguire Subject: Bug#333655: fixed in gclcvs 2.7.0-56 Date: Thu, 07 Sep 2006 21:17:31 -0700 Size: 4296 URL: From camm at enhanced.com Fri Sep 8 04:17:31 2006 From: camm at enhanced.com (Camm Maguire) Date: Thu, 07 Sep 2006 21:17:31 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-56 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 7 Sep 2006 16:52:18 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-56 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Closes: 333655 376807 385728 385745 Changes: gclcvs (2.7.0-56) unstable; urgency=low . * New cvs snapshot * rules changes Closes: #376807. * Apply socket patch (thanks!) Closes: #385728 * Install new sv.po, Closes: 333655. * xgcl update * fix object_to_string * (hopefully) fix bss shrank when dumping error * fix arg inlining bug * fix the tests, propagate structure types from accessors and constructors * fix constantp and some lambda tests, prevent tracing from wiping stored function properties * only do mutual recursion when src is present * fix bds_bind ordering error * install xgcl-2/sysdef.lisp * fix info dir and emacs site lisp dir installation * New xgcl readme * lowercase build-deps * protect get_internal_run_times for ia64 * Remove bashism from debian/rules * add xgcl doc-base file * fix ia64 build * split recompile files;faster funcalls with optional tracing (more work here);unique sigs in call-hash-table;some makefile reworking * fix build on small reloc record architectures * fix warning-swallowing bug in c1tagbody * Better undefined function message for setf funs * fix fadump/gc bug * fix pathname gc bug * Clean up after split-files recompile * Cleanup common-lisp controller script; fix setf symbol-function type propagation, Closes: #385745 Files: 5b41040adb81ef88199de0877d148894 734 interpreters optional gclcvs_2.7.0-56.dsc 394ea67694160de0dd022a7236cc28eb 23440247 interpreters optional gclcvs_2.7.0-56.tar.gz a3d7d78ddd9f245a4ce36054463c46b4 3471458 doc optional gclcvs-doc_2.7.0-56_all.deb 632ae3d2282dd2eeff4f78db28c8b6bc 50586566 interpreters optional gclcvs_2.7.0-56_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFAOXPczG1wFfwRdwRAvDbAJ92MOD6IlRzOFboZSMKtVx0LHv8AgCdGBhH ErbHp6y/TTcYtZHIv8VDO0I= =RFtN -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-56_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-56_all.deb gclcvs_2.7.0-56.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-56.dsc gclcvs_2.7.0-56.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-56.tar.gz gclcvs_2.7.0-56_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-56_i386.deb From owner at bugs.debian.org Fri Sep 8 04:33:13 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 21:33:13 -0700 Subject: [cl-debian] Bug#385728: marked as done (gcl: writing to network sockets does not work) References: <20060902215211.GA6865@risiko.mathematik.uni-freiburg.de> Message-ID: Your message dated Thu, 07 Sep 2006 21:17:34 -0700 with message-id and subject line Bug#385728: fixed in gclcvs 2.7.0-56 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) -------------- next part -------------- An embedded message was scrubbed... From: "Bernhard R. Link" Subject: gcl: writing to network sockets does not work Date: Sat, 2 Sep 2006 21:52:11 +0000 Size: 6846 URL: -------------- next part -------------- An embedded message was scrubbed... From: Camm Maguire Subject: Bug#385728: fixed in gclcvs 2.7.0-56 Date: Thu, 07 Sep 2006 21:17:34 -0700 Size: 4321 URL: From owner at bugs.debian.org Fri Sep 8 04:33:16 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 07 Sep 2006 21:33:16 -0700 Subject: [cl-debian] Bug#385745: marked as done (gclcvs: weird asdf method errors in c-l-c image) References: <653bea160609021105s5102db5fsd2a05533973445a5@mail.gmail.com> Message-ID: Your message dated Thu, 07 Sep 2006 21:17:34 -0700 with message-id and subject line Bug#385745: fixed in gclcvs 2.7.0-56 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) -------------- next part -------------- An embedded message was scrubbed... From: "=?ISO-8859-1?Q?Far=E9?=" Subject: gclcvs: weird asdf method errors in c-l-c image Date: Sat, 2 Sep 2006 14:05:22 -0400 Size: 4361 URL: -------------- next part -------------- An embedded message was scrubbed... From: Camm Maguire Subject: Bug#385745: fixed in gclcvs 2.7.0-56 Date: Thu, 07 Sep 2006 21:17:34 -0700 Size: 4321 URL: From owner at bugs.debian.org Fri Sep 8 15:33:36 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 08 Sep 2006 08:33:36 -0700 Subject: [cl-debian] Bug#385713: marked as done (gcl: writing to network sockets does not work) References: <20060902215211.GA6865@risiko.mathematik.uni-freiburg.de> Message-ID: Your message dated Fri, 08 Sep 2006 11:27:34 -0400 with message-id and subject line fixed in -21 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) -------------- next part -------------- An embedded message was scrubbed... From: "Bernhard R. Link" Subject: gcl: writing to network sockets does not work Date: Sat, 2 Sep 2006 21:52:11 +0000 Size: 6846 URL: -------------- next part -------------- An embedded message was scrubbed... From: Camm Maguire Subject: fixed in -21 Date: Fri, 08 Sep 2006 11:27:34 -0400 Size: 1483 URL: From camm at enhanced.com Fri Sep 8 21:20:11 2006 From: camm at enhanced.com (Camm Maguire) Date: Fri, 08 Sep 2006 14:20:11 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-57 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 8 Sep 2006 13:31:02 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-57 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Changes: gclcvs (2.7.0-57) unstable; urgency=low . * remove emacs build-depends;64bit hash and gmp fixes Files: 489174aca58d74c07d4774e06a742cbf 715 interpreters optional gclcvs_2.7.0-57.dsc 84fcdb4f20bb22e3281e2b63cd2165ec 23265096 interpreters optional gclcvs_2.7.0-57.tar.gz 5b7ba7ace34cb1dd749d6b8ba8f81e15 3471578 doc optional gclcvs-doc_2.7.0-57_all.deb 68e939f620252f9564f7d102e0f0d386 50725232 interpreters optional gclcvs_2.7.0-57_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFAdH/czG1wFfwRdwRAql3AJ47OMfslF1O1XKw2OSXoVpDkMR+/QCfeSf7 dWm9I8JSiEp+PwlHjPBmWGc= =kYPG -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-57_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-57_all.deb gclcvs_2.7.0-57.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-57.dsc gclcvs_2.7.0-57.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-57.tar.gz gclcvs_2.7.0-57_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-57_i386.deb From owner at bugs.debian.org Sun Sep 10 16:33:53 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 10 Sep 2006 09:33:53 -0700 Subject: [cl-debian] Processed: Severity In-Reply-To: <20060910162258.GA9939@robin-laptop> References: <20060910162258.GA9939@robin-laptop> Message-ID: Processing commands for control at bugs.debian.org: > severity 385489 wishlist Bug#385489: [wishlist] Lack of FFI support in clisp causes mcvs build failures Severity set to `wishlist' from `normal' > severity 385490 wishlist Bug#385490: [wishlist] FFI module should be made to work on more architectures Severity set to `wishlist' from `normal' > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From nowhere.man at levallois.eu.org Wed Sep 6 13:41:11 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Wed, 6 Sep 2006 15:41:11 +0200 Subject: [cl-debian] Packaging Message-ID: <20060906134111.GA21611@bateleur.arcanes.fr.eu.org> Hi all, now that alioth is back online, I've subscribed to the list... I've been a happy user of Debian for some years now, and I'm happily discovering Lisp for some months now. I'm willing to contribute, so I'm trying to package some libraries I'm using or intending to use. I've begun with Edi Weitz's HTTP lib, namely Drakma. All my packages will be available at: deb{,-src} http://arcanes.fr.eu.org sid main For now, there are only drakma and chunga, but they are not even really finished. They lack support of clc (I'm not yet sure where to put dh_lisp when using CDBS), and not all dependencies of drakma are packaged. Partially, Nowhere man -- nowhere.man at levallois.eu.org OpenPGP 0xD9D50D8A -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From nowhere.man at levallois.eu.org Thu Sep 7 01:39:29 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Thu, 7 Sep 2006 03:39:29 +0200 Subject: [cl-debian] Packaging Message-ID: <20060907013929.GB21611@bateleur.arcanes.fr.eu.org> Hi all, I just subscribed to the list when alioth went back online. I hope I ask in the right place. I've been a happy user of Debian for some years now, and I'm happily discovering Lisp for some months now. I'm willing to contribute, so I'm trying to package some libraries I'm using or intending to use. I've begun with Edi Weitz's HTTP lib, namely Drakma. All my packages will be available at: deb{,-src} http://arcanes.fr.eu.org sid main For now, there are only drakma and chunga, but they are not even really finished. They lack support of clc (I'm not yet sure where to put dh_lisp when using CDBS, the way I did seems to be wrong, although I took it from cl-fad...), and not all dependencies of drakma are packaged. I'm searching for some help in the packaging, although I'm sure I can cope with everything if dive enough in the docs, and if I can take my packages to a sufficient quality, for a sponsor to upload them. Partly, Nowhere man -- nowhere.man at levallois.eu.org OpenPGP 0xD9D50D8A -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From edi at agharta.de Sun Sep 10 20:37:33 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 10 Sep 2006 22:37:33 +0200 Subject: [cl-debian] [ann] [html-template-announce] New version 0.5.0 Message-ID: ChangeLog: Version 0.5.0 2006-09-08 Added *FORMAT-NON-STRINGS* Download: http://weitz.de/files/html-template.tar.gz Cheers, Edi. _______________________________________________ html-template-announce site list html-template-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/html-template-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From schizo at debian.org Sun Sep 10 22:24:16 2006 From: schizo at debian.org (Clint Adams) Date: Sun, 10 Sep 2006 18:24:16 -0400 Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded Message-ID: <20060910222416.GA14327@scowler.net> Package: sbcl Version: 1:0.9.16.0-1 Severity: serious ; /build/buildd/sbcl-0.9.16.0/obj/from-host/src/compiler/target/vm.lisp-obj-tmp written ; compilation finished in 0:00:10 ; compiling file "/build/buildd/sbcl-0.9.16.0/src/code/early-type.lisp" (written 05 SEP 2006 05:58:10 AM): ; compiling (IN-PACKAGE "SB!KERNEL") ; compiling (!BEGIN-COLLECTING-COLD-INIT-FORMS) ; compiling (DEFSTRUCT (HAIRY-TYPE # ...) ...) ; compiling (!DEFINE-TYPE-CLASS HAIRY) ; compiling (DEFSTRUCT (UNKNOWN-TYPE # ...)) ; compiling (DEFSTRUCT (NEGATION-TYPE # ...) ...) ; compiling (!DEFINE-TYPE-CLASS NEGATION) ; compiling (DEFSTRUCT (ARGS-TYPE # ...) ...) ; compiling (DEFUN CANONICALIZE-ARGS-TYPE-ARGS ...) ; compiling (DEFUN ARGS-TYPES ...) ; compiling (DEFSTRUCT (VALUES-TYPE # ...)) ; compiling (DEFUN-CACHED (MAKE-VALUES-TYPE-CACHED :HASH-BITS ...) ...) ; compiling (DEFUN MAKE-VALUES-TYPE ...) ; compiling (!DEFINE-TYPE-CLASS VALUES) ; compiling (DEFSTRUCT (FUN-TYPE # ...) ...) ; compiling (DEFUN MAKE-FUN-TYPE ...)fatal error encountered in SBCL pid 14037: maximum interrupt nesting depth (32) exceeded make: *** [build-arch-stamp] Error 1 http://buildd.debian.org/fetch.php?pkg=sbcl&arch=sparc&ver=1%3A0.9.16.0-1&stamp=1157664368&file=log From jurij at wooyd.org Mon Sep 11 06:59:39 2006 From: jurij at wooyd.org (Jurij Smakov) Date: Sun, 10 Sep 2006 23:59:39 -0700 (PDT) Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded Message-ID: Hi, There are some other interesting things in the log, besides the final error messages, like: [..] Setting up realpath (1.10) ... Setting up common-lisp-controller (6.2) ... Reinstalling for sbcl Recompiling Common Lisp Controller for sbcl /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. /usr/lib/common-lisp/bin/sbcl.sh: line 22: 12703 Segmentation fault /usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core --noinform --sysinit ${RCFILE} --userinit /dev/null --load "/usr/lib/sbcl/install-clc.lisp" mv: cannot stat `sbcl-new.core': No such file or directory FAILED Done rebuilding Setting up html2text (1.3.2a-3) ... [..] Best regards, Jurij Smakov jurij at wooyd.org Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC From jurij at wooyd.org Mon Sep 11 06:59:39 2006 From: jurij at wooyd.org (Jurij Smakov) Date: Sun, 10 Sep 2006 23:59:39 -0700 (PDT) Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded Message-ID: Hi, There are some other interesting things in the log, besides the final error messages, like: [..] Setting up realpath (1.10) ... Setting up common-lisp-controller (6.2) ... Reinstalling for sbcl Recompiling Common Lisp Controller for sbcl /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. /usr/lib/common-lisp/bin/sbcl.sh: line 22: 12703 Segmentation fault /usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core --noinform --sysinit ${RCFILE} --userinit /dev/null --load "/usr/lib/sbcl/install-clc.lisp" mv: cannot stat `sbcl-new.core': No such file or directory FAILED Done rebuilding Setting up html2text (1.3.2a-3) ... [..] Best regards, Jurij Smakov jurij at wooyd.org Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC From jurij at wooyd.org Tue Sep 12 16:38:04 2006 From: jurij at wooyd.org (Jurij Smakov) Date: Tue, 12 Sep 2006 09:38:04 -0700 (PDT) Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded Message-ID: Hi, Yesterday I have successfully rebuilt sbcl in a up-to-date pbuilder chroot on sparc. The log of the build is available at http://www.wooyd.org/debian/misc/sbcl-build.log.bz2 Perhaps it was some transient failure and the build just has to be retried? Best regards, Jurij Smakov jurij at wooyd.org Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC From jurij at wooyd.org Tue Sep 12 16:38:04 2006 From: jurij at wooyd.org (Jurij Smakov) Date: Tue, 12 Sep 2006 09:38:04 -0700 (PDT) Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded Message-ID: Hi, Yesterday I have successfully rebuilt sbcl in a up-to-date pbuilder chroot on sparc. The log of the build is available at http://www.wooyd.org/debian/misc/sbcl-build.log.bz2 Perhaps it was some transient failure and the build just has to be retried? Best regards, Jurij Smakov jurij at wooyd.org Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC From camm at enhanced.com Tue Sep 12 18:02:22 2006 From: camm at enhanced.com (Camm Maguire) Date: Tue, 12 Sep 2006 11:02:22 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-58 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 12 Sep 2006 09:50:30 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-58 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Changes: gclcvs (2.7.0-58) unstable; urgency=low . * some preliminary pprint test fixes * Fix mv-bind /bds-bind ordering error * Reset gmp mersenne pointers on startup * mips support * Fix mv-setq and symbol-macrolet tests Files: 57824ab3c360c465b108ca07380de54e 715 interpreters optional gclcvs_2.7.0-58.dsc 212e660df42f094de83a43f2880ea0c3 23436521 interpreters optional gclcvs_2.7.0-58.tar.gz 52477fdbf0245565bbaf1d3cee17037f 3471650 doc optional gclcvs-doc_2.7.0-58_all.deb 68fced5141aae74ca078a7697106bac6 50751196 interpreters optional gclcvs_2.7.0-58_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFBux1czG1wFfwRdwRAhdnAJ9pff3R43nrtjUpq+D/5eopSwl9WgCfQho6 IeeqvsOG6v4NHxopFBv/EgI= =tXA7 -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-58_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-58_all.deb gclcvs_2.7.0-58.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-58.dsc gclcvs_2.7.0-58.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-58.tar.gz gclcvs_2.7.0-58_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-58_i386.deb From owner at bugs.debian.org Wed Sep 13 11:03:38 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 13 Sep 2006 04:03:38 -0700 Subject: [cl-debian] Bug#386897: marked as done (FTBFS on sparc: maximum interrupt nesting depth (32) exceeded) References: <87odtk5ea1.fsf@marx.progn.org> <20060910222416.GA14327@scowler.net> Message-ID: Your message dated Wed, 13 Sep 2006 11:03:50 +0200 with message-id <87odtk5ea1.fsf at marx.progn.org> and subject line SBCL has built on Sparc now 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) -------------- next part -------------- An embedded message was scrubbed... From: Clint Adams Subject: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded Date: Sun, 10 Sep 2006 18:24:16 -0400 Size: 2379 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?Q?Ren=C3=A9_van_Bevern?= Subject: SBCL has built on Sparc now Date: Wed, 13 Sep 2006 11:03:50 +0200 Size: 3160 URL: From edi at agharta.de Wed Sep 13 11:56:58 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 13 Sep 2006 13:56:58 +0200 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.6.0 / FILE-POSITION Message-ID: This new version tries to implement a somewhat reasonable behaviour for FILE-POSITION but due to this not being mentioned in the Gray streams proposal, I currently only have code for LispWorks. I'll gladly accept patches to make this work for other implementations as well. http://weitz.de/flexi-streams/#position Cheers, Edi. _______________________________________________ flexi-streams-announce mailing list flexi-streams-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From camm at enhanced.com Thu Sep 14 01:17:30 2006 From: camm at enhanced.com (Camm Maguire) Date: Wed, 13 Sep 2006 18:17:30 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-59 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 13 Sep 2006 17:43:15 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-59 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Changes: gclcvs (2.7.0-59) unstable; urgency=low . * fix trace on mutual recursion functions * restore alpha build with static defentry support * Try stepping around hppa/gmp oddity Files: b16fa8c4370c1b7ae5ee44eee814ace2 715 interpreters optional gclcvs_2.7.0-59.dsc 6a712d1482b5119d7487e6c292f26f43 23323346 interpreters optional gclcvs_2.7.0-59.tar.gz 99a1b61a4222a19cbf2a2bf755ad3bd3 3471722 doc optional gclcvs-doc_2.7.0-59_all.deb 9d40ace183597746316a617a7dad07cc 50762876 interpreters optional gclcvs_2.7.0-59_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFCKJFczG1wFfwRdwRArXPAJ9IjRssnoaNxubFYST9tUDrUDsYWwCeJe22 blMTVm+vKIfkQuVJ+gE903w= =tcU+ -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-59_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-59_all.deb gclcvs_2.7.0-59.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-59.dsc gclcvs_2.7.0-59.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-59.tar.gz gclcvs_2.7.0-59_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-59_i386.deb From edi at agharta.de Thu Sep 14 07:59:24 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 14 Sep 2006 09:59:24 +0200 Subject: [cl-debian] [ann] [rdnzl-announce] New version 0.10.5 (Was: Handling of static events) In-Reply-To: <38C0C9E3083ADB42BFFFC6C2A8B012CE045FAD59@WINEX2.imec.be> (Goffioul Michael's message of "Tue, 12 Sep 2006 16:44:20 +0200") References: <38C0C9E3083ADB42BFFFC6C2A8B012CE045FAD59@WINEX2.imec.be> Message-ID: On Tue, 12 Sep 2006 16:44:20 +0200, "Goffioul Michael" wrote: > I think that the RDNZL syntax does not handle static events > correctly. Yes, you're right. Thanks for catching that one. I've made a new release which should fix that. Cheers, Edi. _______________________________________________ rdnzl-announce mailing list rdnzl-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Thu Sep 14 14:07:37 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 14 Sep 2006 16:07:37 +0200 Subject: [cl-debian] [ann] [html-template-announce] New version 0.6.0 Message-ID: ChangeLog: Version 0.6.0 2006-09-14 Changed default for *VALUE-ACCESS-FUNCTION* Added *STRING-MODIFIER* Added ESCAPE-xxx functions (from CL-WHO) Fixed docs for hyperdoc support General documentation enhancements Fixed test.lisp w.r.t. *FORMAT-NON-STRINGS* Download: http://weitz.de/files/html-template.tar.gz Note that some of the changes introduced in 0.5.0 and 0.6.0 make the library slightly incompatible with earlier versions. As there have been no bug fixes since 0.4.0, it is safe to stay with this version if you have code which you don't want to change. Cheers, Edi. _______________________________________________ html-template-announce site list html-template-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/html-template-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From pvaneynd at debian.org Thu Sep 14 16:07:00 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 14 Sep 2006 18:07:00 +0200 Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded In-Reply-To: References: Message-ID: <200609141807.02083.pvaneynd@debian.org> Alle Tuesday 12 September 2006 18:38, Jurij Smakov ha scritto: > Hi, > > Yesterday I have successfully rebuilt sbcl in a up-to-date pbuilder chroot > on sparc. The log of the build is available at > > http://www.wooyd.org/debian/misc/sbcl-build.log.bz2 Very helpful indeed. > Perhaps it was some transient failure and the build just has to be > retried? I've had a few build failures on sparc before. Something is not working right, but I do not know what. Could you give me the details of this machine: CPU Kernel used Memory gcc version used what is the outout of 'cat /proc/self/maps' Thanks in advance. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From pvaneynd at debian.org Thu Sep 14 16:07:00 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 14 Sep 2006 18:07:00 +0200 Subject: [cl-debian] Bug#386897: FTBFS on sparc: maximum interrupt nesting depth (32) exceeded In-Reply-To: References: Message-ID: <200609141807.02083.pvaneynd@debian.org> Alle Tuesday 12 September 2006 18:38, Jurij Smakov ha scritto: > Hi, > > Yesterday I have successfully rebuilt sbcl in a up-to-date pbuilder chroot > on sparc. The log of the build is available at > > http://www.wooyd.org/debian/misc/sbcl-build.log.bz2 Very helpful indeed. > Perhaps it was some transient failure and the build just has to be > retried? I've had a few build failures on sparc before. Something is not working right, but I do not know what. Could you give me the details of this machine: CPU Kernel used Memory gcc version used what is the outout of 'cat /proc/self/maps' Thanks in advance. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From edi at agharta.de Thu Sep 14 20:11:27 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 14 Sep 2006 22:11:27 +0200 Subject: [cl-debian] [ann] [tbnl-announce] New versions 0.11.1 (TBNL) and 0.3.2 (Hunchentoot) Message-ID: Both new versions (try to) add better debugging capabilities - see http://weitz.de/tbnl/#*catch-errors-p* Cheers, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From camm at enhanced.com Fri Sep 15 01:32:19 2006 From: camm at enhanced.com (Camm Maguire) Date: Thu, 14 Sep 2006 18:32:19 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-60 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 14 Sep 2006 15:07:38 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-60 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Changes: gclcvs (2.7.0-60) unstable; urgency=low . * fix mips local symbol got relocation * fastlinks for gensym, make-symbol, and symbol-name * block name in setf functions * preliminary si::stat function Files: d2ecceb43a963d4d3882ecaba0b908f1 715 interpreters optional gclcvs_2.7.0-60.dsc d1928c2f0c8af3ef4035d4d272b0f26e 23442279 interpreters optional gclcvs_2.7.0-60.tar.gz 17225ddc526bb04c03d87fe33b26f821 3471750 doc optional gclcvs-doc_2.7.0-60_all.deb 4c24f5e582848ebcd57234b98ec2bce2 50762430 interpreters optional gclcvs_2.7.0-60_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFCfiuczG1wFfwRdwRAijQAKCisvGyBd5+2DbyemlmIQxq/3orWwCeKOE9 EMicTziagx14Y5fStb1UEXw= =XyWI -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-60_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-60_all.deb gclcvs_2.7.0-60.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-60.dsc gclcvs_2.7.0-60.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-60.tar.gz gclcvs_2.7.0-60_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-60_i386.deb From edi at agharta.de Fri Sep 15 07:27:47 2006 From: edi at agharta.de (Edi Weitz) Date: Fri, 15 Sep 2006 09:27:47 +0200 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.6.1 Message-ID: ChangeLog: Version 0.6.1 2006-09-15 Switched FILE-POSITION implementation to TRIVIAL-GRAY-STREAMS (thanks to David Lichteblau) Download: http://weitz.de/files/flexi-streams.tar.gz Note: At the moment you'll need the CVS version of TRIVIAL-GRAY-STREAMS. Cheers, Edi. _______________________________________________ flexi-streams-announce mailing list flexi-streams-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From luca at pca.it Fri Sep 15 13:22:36 2006 From: luca at pca.it (Luca Capello) Date: Fri, 15 Sep 2006 15:22:36 +0200 Subject: Bug#384697: [cl-debian] Bug#384697: cl-launch: need to modify script variables without touching the script References: <87u040483m.fsf@gismo.pca.it> <653bea160608252108u7378ef3m4444c328b5a02754@mail.gmail.com> <874pvz1lwf.fsf@gismo.pca.it> <877j0rs0y1.fsf@gismo.pca.it> <653bea160608291513t7cd02683i29f38d0d372baf45@mail.gmail.com> <653bea160608291638n8ec9a17k4110c46be4310bfb@mail.gmail.com> Message-ID: <87lkoljmcj.fsf@gismo.pca.it> Hello! On Wed, 30 Aug 2006 01:38:30 +0200, Far? wrote: > Due to popular request, I am working on an optional /etc/cl-launchrc > feature for cl-launch. [...] > Also, the preferrence happens at script-creation time. At runtime, > the variable $LISP is still all that matters -- should it not? I tested your cl-launchrc feature and indeed it works as expected, but, as you wrote, at script-creation time. I think you and I are trying to solve a different problem: IMHO it's not worth supporting cl-launchrc at script-creation time, as per the following example. I, as the StumpWM maintainer, provide a general /usr/bin/stumpwm (which is a CL-Launch script, with LISPS="sbcl clisp"). Then, Joe User launches StumpWM and discovers that instead of his preferred Common Lisp (which turns out to be CLisp), the script uses SBCL (because it's the first option and it's available). So, Joe reads the StumpWM README.Debian where he finds that he can creates his own ~/bin/stumpwm via a /usr/share/doc/stumpwm/create-stumpwm-binary (provided by the StumpWM Debian package, calling `cl-launch --rc` and creating binaries in ~/bin/), specifying CLisp in his ~/.cl-launchrc. This situation is very similar to copying /usr/bin/stumpwm and modifying the LISPS variable. If a lot of CL-Launch depending packages acts like the above example, Joe User will have a crowded ~/bin/, which is something that I don't really like. And which is the "problem" I'm trying to solve. In my scenario, in fact, different CL-Launch scripts end to have only one configuration file, well, two (one general and one user-specific), instead of filling ~/bin. I'll investigate with the problem you arose in your previous posts (e.g. the --dump behavior), but I hope I have better explained my point :-) Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Thu Sep 14 17:43:32 2006 From: luca at pca.it (Luca Capello) Date: Thu, 14 Sep 2006 19:43:32 +0200 Subject: Bug#384697: [cl-debian] Bug#384697: cl-launch: need to modify script variables without touching the script References: <87u040483m.fsf@gismo.pca.it> <653bea160608252108u7378ef3m4444c328b5a02754@mail.gmail.com> <874pvz1lwf.fsf@gismo.pca.it> <877j0rs0y1.fsf@gismo.pca.it> <653bea160608291513t7cd02683i29f38d0d372baf45@mail.gmail.com> Message-ID: <87k646ibsr.fsf@gismo.pca.it> Hello! Sorry for the long delay, real life took recently quite all my free time. On Wed, 30 Aug 2006 00:13:47 +0200, Far? wrote: > On 29/08/06, Luca Capello wrote: >>> check_lisp_variable () { >>> test -r /etc/cl-launchrc && . /etc/cl-launchrc >>> test -r "$HOME/.cl-launchrc" && . "$HOME/.cl-launchrc" >>> test -n ${SOFTWARE_SYSTEM} && LISP=${SOFTWARE_SYSTEM} >>> } > I have several issues with such a patch: > > (1) I took enough pain to get cl-launch running on a wide variety of > shells (bash, zsh, posh, dash...) and I won't accept any bash-ism. > Eval is OK. I agree and I forgot to wrote that I tested my patch with dash (which AFAIK is POSIX-compliant only), without any problem. Other common tools I use for shell scripts are checkbash [1] and checkbashism [2]. > (2) since we're using eval I'd rather the variable be named > LISP_stumpwm or something like that. I thought about that, too, but I found that as ATM cl-launchrc should only contains $LISP for a specific script, I preferred to use the general $LISP. > (3) this patch just won't work when we're in --dump mode, since it > very wrongly overrides the $LISP from the dumped image. A script > generated with --dump should NOT read any kind of cl-launchrc. I never tested the --dump mode, so I cannot say anything. I'll investigate to find a better solution. > (4) If you hack cl-launch, you might want to run cl-launch -l "clisp > sbcl cmucl gcl" -B tests from a temporary directory (complete with all > installed and supported implementations). This will run the > self-test. Thank you for the hint! Thx, bye, Gismo / Luca Footnotes: [1] `apt-cache show debmake` [2] `apt-cache show devscripts` -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From noreply at henning.makholm.net Fri Sep 15 21:08:05 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Fri, 15 Sep 2006 15:08:05 -0600 Subject: [cl-debian] cmucl 19c-release-20051115-2.1 MIGRATED to testing Message-ID: FYI: The status of the cmucl source package in Debian's testing distribution has changed. Previous version: 19c-release-20051115-2 Current version: 19c-release-20051115-2.1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From camm at enhanced.com Fri Sep 15 21:33:36 2006 From: camm at enhanced.com (Camm Maguire) Date: Fri, 15 Sep 2006 14:33:36 -0700 Subject: [cl-debian] Accepted gcl 2.6.7-22 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 15 Sep 2006 13:48:28 -0400 Source: gcl Binary: gcl-doc gcl Architecture: source i386 all Version: 2.6.7-22 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gcl - GNU Common Lisp compiler gcl-doc - Documentation for GNU Common Lisp Changes: gcl (2.6.7-22) unstable; urgency=low . * HAVE_SYS_SOCKIO_H for solaris * autolocbfd for solaris * no -Wall when no gcc * no -fomit-frame-pointer on m68k * no profiling on mips * $(AWK) instead of awk * si::stat function * fix 'the boolean type coersion error * no varargs on cygwin * while eval macro * gensym counter fixes * xgcl updates Files: 0df4743f39c8ab9858f9f500e291fd4e 730 interpreters optional gcl_2.6.7-22.dsc 30f612492bf7ac5b910a81d6ef939e1a 14459907 interpreters optional gcl_2.6.7-22.diff.gz 98032cbd47f287702c75276c1cef2bf9 766142 doc optional gcl-doc_2.6.7-22_all.deb 1f4ce9d37a83882b40a5378b422ef8cd 29129028 interpreters optional gcl_2.6.7-22_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFCvYlczG1wFfwRdwRAk4jAJ9WzRUGfOg/fYXK5/Pwf35vX/Cu6ACeKHpw M0WfWKVey8SDyHVyBIZtrgw= =OlXY -----END PGP SIGNATURE----- Accepted: gcl-doc_2.6.7-22_all.deb to pool/main/g/gcl/gcl-doc_2.6.7-22_all.deb gcl_2.6.7-22.diff.gz to pool/main/g/gcl/gcl_2.6.7-22.diff.gz gcl_2.6.7-22.dsc to pool/main/g/gcl/gcl_2.6.7-22.dsc gcl_2.6.7-22_i386.deb to pool/main/g/gcl/gcl_2.6.7-22_i386.deb From pvaneynd at debian.org Sat Sep 16 22:02:17 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 16 Sep 2006 15:02:17 -0700 Subject: [cl-debian] Accepted cl-statistics 20050224-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 15 Sep 2006 07:43:26 +0200 Source: cl-statistics Binary: cl-statistics Architecture: source all Version: 20050224-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-statistics - Common Lisp Statistics Package Closes: 383957 Changes: cl-statistics (20050224-2) unstable; urgency=low . * Now again compiles on SBCL (Closes: #383957) Files: a77f6d4e69c2acc23fccd2a4a4d5a9d1 628 devel optional cl-statistics_20050224-2.dsc 2d65ea929fbe4d006e0a603157b54f54 4801 devel optional cl-statistics_20050224-2.diff.gz 19fa1f18364b92f5cd40e65e96433dc5 31886 devel optional cl-statistics_20050224-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFCj4G11ldN0tyliURAg6gAJ99dBhSI/nEgvXxsgDK/TmCU0NwogCgvtmI mVyaEBfL2hWyhM06GMruIL4= =7zGn -----END PGP SIGNATURE----- Accepted: cl-statistics_20050224-2.diff.gz to pool/main/c/cl-statistics/cl-statistics_20050224-2.diff.gz cl-statistics_20050224-2.dsc to pool/main/c/cl-statistics/cl-statistics_20050224-2.dsc cl-statistics_20050224-2_all.deb to pool/main/c/cl-statistics/cl-statistics_20050224-2_all.deb From owner at bugs.debian.org Sat Sep 16 22:33:55 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 16 Sep 2006 15:33:55 -0700 Subject: [cl-debian] Bug#383957: marked as done (cl-statistics does not compile in SBCL) References: <44E8EF66.1040108@tamu.edu> Message-ID: Your message dated Sat, 16 Sep 2006 15:02:17 -0700 with message-id and subject line Bug#383957: fixed in cl-statistics 20050224-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) -------------- next part -------------- An embedded message was scrubbed... From: Kevin L Subject: cl-statistics does not compile in SBCL Date: Sun, 20 Aug 2006 18:25:26 -0500 Size: 6213 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#383957: fixed in cl-statistics 20050224-2 Date: Sat, 16 Sep 2006 15:02:17 -0700 Size: 2898 URL: From camm at enhanced.com Sun Sep 17 18:18:26 2006 From: camm at enhanced.com (Camm Maguire) Date: Sun, 17 Sep 2006 11:18:26 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-61 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 16 Sep 2006 00:50:35 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-61 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Changes: gclcvs (2.7.0-61) unstable; urgency=low . * HAVE_SYS_SOCKIO_H for solaris;autolocbfd for solaris;no -Wall when no gcc;no -fomit-frame-pointer on m68k;no profiling on mips;$(AWK) instead of awk;si::stat function;fix 'the boolean type coersion error;no varargs on cygwin;while eval macro;gensym counter fixes;xgcl updates * fastlink gensym Files: 179f47dabdc015e67b5ed669baa84ffa 715 interpreters optional gclcvs_2.7.0-61.dsc 72e606ee4398a644b64a39d67591620a 23263830 interpreters optional gclcvs_2.7.0-61.tar.gz 5589d23c0b79f7e2f5d75889da07f0cc 3472080 doc optional gclcvs-doc_2.7.0-61_all.deb 1ad181e698216b919b9e4721088a312a 50775452 interpreters optional gclcvs_2.7.0-61_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQFFDDOpczG1wFfwRdwRAkGYAKCzLJomygy3iMlZnpyupA5JeOCCuwCeMOpl vPYkuMfTAqIlbndOR4uBqFs= =V5SL -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-61_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-61_all.deb gclcvs_2.7.0-61.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-61.dsc gclcvs_2.7.0-61.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-61.tar.gz gclcvs_2.7.0-61_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-61_i386.deb From noreply at henning.makholm.net Sun Sep 17 21:08:05 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Sun, 17 Sep 2006 15:08:05 -0600 Subject: [cl-debian] cl-uffi 1.5.16-1 MIGRATED to testing Message-ID: FYI: The status of the cl-uffi source package in Debian's testing distribution has changed. Previous version: 1.5.15-1 Current version: 1.5.16-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Sun Sep 17 22:39:12 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Sun, 17 Sep 2006 16:39:12 -0600 Subject: [cl-debian] cl-sql 3.7.1-1 MIGRATED to testing Message-ID: FYI: The status of the cl-sql source package in Debian's testing distribution has changed. Previous version: 3.6.6-1 Current version: 3.7.1-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From pvaneynd at debian.org Mon Sep 18 08:44:53 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 18 Sep 2006 10:44:53 +0200 Subject: [cl-debian] Bug#360561: So what is a user supposed to do? In-Reply-To: <44EA20CA.8020402@tamu.edu> References: <44EA20CA.8020402@tamu.edu> Message-ID: <200609181044.54642.pvaneynd@debian.org> Alle Monday 21 August 2006 23:08, Kevin L ha scritto: > I just "upgraded" from Sarge to testing and CMUCL is now dead. > > If this is fixed upstream, when is the fix going into testing? > > Is an end-user just supposed to compile their own kernel in the meantime? I fear so. That or use the ubuntu kernels :-(. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at bugs.debian.org Mon Sep 18 09:18:18 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 18 Sep 2006 02:18:18 -0700 Subject: [cl-debian] Processed: severity of 386075 is normal, tagging 386075 In-Reply-To: <20060918085341.D2B71179DBA@sharrow> References: <20060918085341.D2B71179DBA@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.21 > severity 386075 normal Bug#386075: FTBFS on sparc Severity set to `normal' from `serious' > tags 386075 + unreproducible moreinfo Bug#386075: FTBFS on sparc There were no tags set. Tags added: unreproducible, moreinfo > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pvaneynd at debian.org Mon Sep 18 08:55:23 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 18 Sep 2006 10:55:23 +0200 Subject: [cl-debian] Bug#386075: FTBFS on sparc In-Reply-To: References: Message-ID: <200609181055.24595.pvaneynd@debian.org> Alle Tuesday 05 September 2006 06:17, Jurij Smakov ha scritto: > Latest version of clisp fails to build on sparc [0]: Hello, As on the buildd host it seems to work I'm lowering the severity to normal, but this does not mean I'm going to ignore this problem. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From vorlon at debian.org Mon Sep 18 09:44:09 2006 From: vorlon at debian.org (Steve Langasek) Date: Mon, 18 Sep 2006 02:44:09 -0700 Subject: [cl-debian] Bug#386075: FTBFS on sparc In-Reply-To: <200609181055.24595.pvaneynd@debian.org> References: <200609181055.24595.pvaneynd@debian.org> Message-ID: <20060918094408.GA10392@mauritius.dodds.net> severity 386075 serious thanks On Mon, Sep 18, 2006 at 10:55:23AM +0200, Peter Van Eynde wrote: > Alle Tuesday 05 September 2006 06:17, Jurij Smakov ha scritto: > > Latest version of clisp fails to build on sparc [0]: > As on the buildd host it seems to work I'm lowering the severity to normal, > but this does not mean I'm going to ignore this problem. What buildd host are you talking about? The only sparc buildd that's tried to build clisp 2.39 has failed. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. vorlon at debian.org http://www.debian.org/ From owner at bugs.debian.org Mon Sep 18 09:48:45 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 18 Sep 2006 02:48:45 -0700 Subject: [cl-debian] Processed: Re: Bug#386075: FTBFS on sparc In-Reply-To: <20060918094408.GA10392@mauritius.dodds.net> References: <20060918094408.GA10392@mauritius.dodds.net> Message-ID: Processing commands for control at bugs.debian.org: > severity 386075 serious Bug#386075: FTBFS on sparc Severity set to `serious' from `normal' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pc at p-cos.net Mon Sep 18 18:18:30 2006 From: pc at p-cos.net (Pascal Costanza) Date: Mon, 18 Sep 2006 20:18:30 +0200 Subject: [cl-debian] [ann] [closer-announce] asdf-installability of closer packages Message-ID: <6A84D3A5-D3E2-45CA-ACFA-EE650A27A3AD@p-cos.net> Hi everyone, Since today, the closer packages are now "officially" asdf- installable. Until now, Gary King has kindly made asdf-installable versions of the closer packages available, and has taken great care to be always up to date. I am greatly indebted to his efforts, and also to his help in getting me up and going with regard to making my packages asdf-installable. If there are any issues with regard to the new asdf-installable versions, please don't bother him but contact me, either directly or through the closer-devel mailing list. Cheers, Pascal -- Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net Vrije Universiteit Brussel, Programming Technology Lab Pleinlaan 2, B-1050 Brussel, Belgium _______________________________________________ closer-announce mailing list closer-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/closer-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From noreply at henning.makholm.net Tue Sep 19 22:39:15 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Tue, 19 Sep 2006 16:39:15 -0600 Subject: [cl-debian] cl-launch 1.88-1 MIGRATED to testing Message-ID: FYI: The status of the cl-launch source package in Debian's testing distribution has changed. Previous version: 1.85-1 Current version: 1.88-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Tue Sep 19 22:39:21 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Tue, 19 Sep 2006 16:39:21 -0600 Subject: [cl-debian] sbcl 1:0.9.16.0-1 MIGRATED to testing Message-ID: FYI: The status of the sbcl source package in Debian's testing distribution has changed. Previous version: 1:0.9.15.0-1 Current version: 1:0.9.16.0-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Tue Sep 19 22:39:21 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Tue, 19 Sep 2006 16:39:21 -0600 Subject: [cl-debian] slime 1:20060827-1 MIGRATED to testing Message-ID: FYI: The status of the slime source package in Debian's testing distribution has changed. Previous version: 1:20060618-1 Current version: 1:20060827-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From pvaneynd at debian.org Wed Sep 20 09:19:43 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 20 Sep 2006 11:19:43 +0200 Subject: [cl-debian] Bug#388398: ftp.debian.org: please remove clisp, clisp-dev, clisp-doc packages for sparc Message-ID: <20060920091943.4368.76364.reportbug@sharrow.pvaneynd.debian.net> Package: ftp.debian.org Severity: normal Hello, clisp does not build anymore on sparc (see 386075). Upstream is unable to fix the problem, nor do I have access to a sparc porting machine. So with regret I ask to remove the sparc packages of the clisp package, I will upload a clisp binary with modified Architecture line ASAP. Groetjes, Peter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.11-mine89 Locale: LANG=en_IE at euro, LC_CTYPE=en_IE at euro (charmap=ISO-8859-15) From pvaneynd at debian.org Wed Sep 20 10:08:34 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 20 Sep 2006 12:08:34 +0200 Subject: [cl-debian] Bug#367969: cl-tbnl: upstream is now at 0.11.1 Message-ID: <20060920100834.16104.33380.reportbug@sharrow.pvaneynd.debian.net> Package: cl-tbnl Version: 0.9.10-1 Followup-For: Bug #367969 upstream changelog: Version 0.11.1 2006-09-14 Cleaner implementation of *CATCH-ERRORS-P* Version 0.11.0 2006-09-14 Added *CATCH-ERRORS-P* Version 0.10.3 2006-09-05 Appease SBCL (thanks to Juho Snellman) Version 0.10.2 2006-09-05 Better reporting of IP addresses and ports if not behind mod_lisp Improved logging Fixed REAL-REMOTE-ADDR Cookies always use UTF-8 encoding (which is opaque to the client anyway) Read request bodies without 'Content-Length' header (for Hunchentoot) Removed accented character from test.lisp to appease SBCL (reported by Xristos Kalkanis) Version 0.10.1 2006-08-31 Only LispWorks: Set read timeout to NIL if connected to mod_lisp Version 0.10.0 2006-08-28 Based LispWorks version of TBNL on Hunchentoot infrastructure Added "easy" handlers Exported GET-BACKTRACE (suggested by Erik Enge) Version 0.9.11 2006-08-16 Added note about SBCL problems So for sbcl this seems an important update to do Groetjes, Peter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.11-mine89 Locale: LANG=en_IE at euro, LC_CTYPE=en_IE at euro (charmap=ISO-8859-15) Versions of packages cl-tbnl depends on: ii cl-base64 3.3.2-1 Common Lisp package to encode and ii cl-kmrcl 1.89-1 General Utilities for Common Lisp ii cl-md5 1:1.8-1 Common Lisp package for MD5 Messag ii cl-ppcre 1.2.16-1 Portable Regular Express Library f ii cl-rfc2388 1.1-3 an implementation of RFC 2388 in C ii cl-url-rewrite 0.1.0-3 Common Lisp package for rewriting ii cl-who 0.6.1-1 Common Lisp HTML generator ii common-lisp-controller 6.2 This is a Common Lisp source and c cl-tbnl recommends no packages. -- no debconf information From pvaneynd at debian.org Wed Sep 20 10:03:56 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 20 Sep 2006 12:03:56 +0200 Subject: [cl-debian] Bug#388414: cl-fad: new version available: 0.5.1 Message-ID: <20060920100356.14150.35593.reportbug@sharrow.pvaneynd.debian.net> Package: cl-fad Version: 0.5.0-2 Severity: wishlist Hi, >From weitz.de: CL-FAD - A portable pathname library for Common Lisp. version: [0.5.1 / 2006-08-11] No big changes it seems. Groetjes, Peter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.11-mine89 Locale: LANG=en_IE at euro, LC_CTYPE=en_IE at euro (charmap=ISO-8859-15) Versions of packages cl-fad depends on: ii common-lisp-controller 6.2 This is a Common Lisp source and c cl-fad recommends no packages. -- no debconf information From rvb at debian.org Wed Sep 20 11:17:09 2006 From: rvb at debian.org (=?utf-8?q?Ren=C3=A9_van_Bevern?=) Date: Wed, 20 Sep 2006 04:17:09 -0700 Subject: [cl-debian] Accepted cl-fad 0.5.1-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 13:01:00 +0200 Source: cl-fad Binary: cl-fad Architecture: source all Version: 0.5.1-1 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: cl-fad - portable pathname library for Common Lisp Closes: 388414 Changes: cl-fad (0.5.1-1) unstable; urgency=low . * New upstream version (Closes: #388414) Files: 31e8d80fa1f59a0b67406ed4ad678e4f 601 devel optional cl-fad_0.5.1-1.dsc e8db9060ea55d5a725a55d72e89f03ea 10862 devel optional cl-fad_0.5.1.orig.tar.gz 19651ddafedc7186cfa0908a3df323d1 2857 devel optional cl-fad_0.5.1-1.diff.gz 0281c3fe58bccd6a4c0a29f4b4289012 14974 devel optional cl-fad_0.5.1-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFESBBwm0wNHxxTHgRAt6SAJ9oxiuLrb09lAVP7CJvP8uIMO2ymgCfRdTV FK0kkkBb7ffUS1we3CXif5Y= =uNKi -----END PGP SIGNATURE----- Accepted: cl-fad_0.5.1-1.diff.gz to pool/main/c/cl-fad/cl-fad_0.5.1-1.diff.gz cl-fad_0.5.1-1.dsc to pool/main/c/cl-fad/cl-fad_0.5.1-1.dsc cl-fad_0.5.1-1_all.deb to pool/main/c/cl-fad/cl-fad_0.5.1-1_all.deb cl-fad_0.5.1.orig.tar.gz to pool/main/c/cl-fad/cl-fad_0.5.1.orig.tar.gz From pc at p-cos.net Wed Sep 20 18:17:38 2006 From: pc at p-cos.net (Pascal Costanza) Date: Wed, 20 Sep 2006 20:17:38 +0200 Subject: [cl-debian] [ann] [cdr-announce] CDR 0 & 1 finalized. Message-ID: According to the CDR Process, the CDR documents 0 and 1 have been finalized today. See http://cdr.eurolisp.org/final.html for more information. Furthermore, we have set up a CDR Blog at http://cdr- blog.blogspot.com/ where we will post the same announcements as in this mailing list. Cheers, Pascal -- Pascal Costanza, mailto:pc at p-cos.net, http://p-cos.net Vrije Universiteit Brussel, Programming Technology Lab Pleinlaan 2, B-1050 Brussel, Belgium _______________________________________________ cdr-announce mailing list cdr-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cdr-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Wed Sep 20 19:40:05 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 20 Sep 2006 21:40:05 +0200 Subject: [cl-debian] [ann] [tbnl-announce] New version 0.11.2 Message-ID: ChangeLog: Version 0.11.2 2006-09-20 DEFINE-EASY-HANDLER: fixed and clarified redefinition DEFINE-EASY-HANDLER: allow for functions designators as "URIs" DEFINE-EASY-HANDLER: take file uploads into account Made logging a little bit more robust Added mime type for XSL-FO (.fo) Download: http://weitz.de/files/tbnl.tar.gz Have fun, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From owner at bugs.debian.org Wed Sep 20 11:48:57 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 20 Sep 2006 04:48:57 -0700 Subject: [cl-debian] Bug#388414: marked as done (cl-fad: new version available: 0.5.1) References: <20060920100356.14150.35593.reportbug@sharrow.pvaneynd.debian.net> Message-ID: Your message dated Wed, 20 Sep 2006 04:17:09 -0700 with message-id and subject line Bug#388414: fixed in cl-fad 0.5.1-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) -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: cl-fad: new version available: 0.5.1 Date: Wed, 20 Sep 2006 12:03:56 +0200 Size: 2386 URL: -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?q?Ren=C3=A9_van_Bevern?= Subject: Bug#388414: fixed in cl-fad 0.5.1-1 Date: Wed, 20 Sep 2006 04:17:09 -0700 Size: 2882 URL: From kmr at debian.org Thu Sep 21 03:47:12 2006 From: kmr at debian.org (Kevin M. Rosenberg) Date: Wed, 20 Sep 2006 20:47:12 -0700 Subject: [cl-debian] Accepted cl-sql 3.7.2-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 21:24:22 -0600 Source: cl-sql Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite cl-sql-mysql Architecture: source all i386 Version: 3.7.2-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-sql - SQL Interface for Common Lisp cl-sql-aodbc - CLSQL database backend, AODBC cl-sql-mysql - CLSQL database backend, MySQL cl-sql-odbc - CLSQL database backend, ODBC cl-sql-oracle - CLSQL database backend, Oracle cl-sql-postgresql - CLSQL database backend, PostgreSQL cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL cl-sql-sqlite - CLSQL database backend, SQLite cl-sql-sqlite3 - CLSQL database backend, SQLite3 cl-sql-tests - Testing suite for CLSQL cl-sql-uffi - Common UFFI functions for CLSQL database backends Changes: cl-sql (3.7.2-1) unstable; urgency=low . * New ustream Files: 584be07eca84ea14a0d565cfcb0b774e 796 devel extra cl-sql_3.7.2-1.dsc f572633126055e0b602d8cd170a17a27 735301 devel extra cl-sql_3.7.2.orig.tar.gz 9bfcd83147226a577bec18e4bd94530a 11593 devel extra cl-sql_3.7.2-1.diff.gz 92538b8943d6829c34b110758c0daf2f 522972 devel extra cl-sql_3.7.2-1_all.deb 416ed61220539fdb70d6555e741616bd 38418 devel extra cl-sql-aodbc_3.7.2-1_all.deb d291b7f4f602c3964d4a3dae0024dd7e 65088 devel extra cl-sql-odbc_3.7.2-1_all.deb 25e6dc5e7a98fe13e45bffec7bbf2560 43084 devel extra cl-sql-postgresql_3.7.2-1_all.deb 07b91105c89946b454e2d890e926410e 47214 devel extra cl-sql-postgresql-socket_3.7.2-1_all.deb 29fd3c8ad69d5e29d9efe653015759ef 42944 devel extra cl-sql-sqlite_3.7.2-1_all.deb a40df41b013aebe159e43596c5e3436b 43706 devel extra cl-sql-sqlite3_3.7.2-1_all.deb bc028fcfe8a75ee1da8659154843d712 59494 contrib/devel extra cl-sql-oracle_3.7.2-1_all.deb 41688d3b2e26f66a9916e90795ea7e72 61854 devel extra cl-sql-tests_3.7.2-1_all.deb 248f9cc885732e5da37842e66037d64a 41832 devel extra cl-sql-uffi_3.7.2-1_i386.deb 4308b1e85e7f700673018b73926753a6 52194 devel extra cl-sql-mysql_3.7.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEgjoES7N8sSjgj4RArDrAJ99jO+/QOcOAVtgzl458Jzx5VpozgCfXlZc 8M0wnxE6+6yBYV6GLajOhks= =7RkP -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.7.2-1_all.deb cl-sql-mysql_3.7.2-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.7.2-1_i386.deb cl-sql-odbc_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.7.2-1_all.deb cl-sql-oracle_3.7.2-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.7.2-1_all.deb cl-sql-postgresql-socket_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.7.2-1_all.deb cl-sql-postgresql_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.7.2-1_all.deb cl-sql-sqlite3_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.7.2-1_all.deb cl-sql-sqlite_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.7.2-1_all.deb cl-sql-tests_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.7.2-1_all.deb cl-sql-uffi_3.7.2-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.7.2-1_i386.deb cl-sql_3.7.2-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.7.2-1.diff.gz cl-sql_3.7.2-1.dsc to pool/main/c/cl-sql/cl-sql_3.7.2-1.dsc cl-sql_3.7.2-1_all.deb to pool/main/c/cl-sql/cl-sql_3.7.2-1_all.deb cl-sql_3.7.2.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.7.2.orig.tar.gz From pvaneynd at debian.org Thu Sep 21 12:17:25 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:25 -0700 Subject: [cl-debian] Accepted cl-lw-compat 0.22-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 21:23:40 +0200 Source: cl-lw-compat Binary: cl-lw-compat Architecture: source all Version: 0.22-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-lw-compat - LispWorks Compatibility Library Changes: cl-lw-compat (0.22-1) unstable; urgency=low . * New upstream release * Updated standards version no real changes. * debhelper to Build-Depends Files: e0a0764c20675c835c5239c4969f6cf1 580 libs optional cl-lw-compat_0.22-1.dsc 0c7ef456cd5f6c2ca32134a95897b804 1810 libs optional cl-lw-compat_0.22.orig.tar.gz 4e58499c807b73655191105e826a1956 2943 libs optional cl-lw-compat_0.22-1.diff.gz 35273c6a3bcca518ddb0d64ae71bc590 4306 libs optional cl-lw-compat_0.22-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEhyS11ldN0tyliURAiNPAKCmU+jtFacVSGt/cQeoKV/VNp6OqACgsjYt 4Ciq5AIc6kZb9itlOZo6YPM= =LGlC -----END PGP SIGNATURE----- Accepted: cl-lw-compat_0.22-1.diff.gz to pool/main/c/cl-lw-compat/cl-lw-compat_0.22-1.diff.gz cl-lw-compat_0.22-1.dsc to pool/main/c/cl-lw-compat/cl-lw-compat_0.22-1.dsc cl-lw-compat_0.22-1_all.deb to pool/main/c/cl-lw-compat/cl-lw-compat_0.22-1_all.deb cl-lw-compat_0.22.orig.tar.gz to pool/main/c/cl-lw-compat/cl-lw-compat_0.22.orig.tar.gz From pvaneynd at debian.org Thu Sep 21 12:17:23 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:23 -0700 Subject: [cl-debian] Accepted cl-html-template 0.6.0-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 19 Sep 2006 14:37:40 +0200 Source: cl-html-template Binary: cl-html-template Architecture: source all Version: 0.6.0-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-html-template - Common Lisp HTML Template processor Changes: cl-html-template (0.6.0-1) unstable; urgency=low . * New upstream version Files: 2365e9a9539551acd672503441177506 602 devel optional cl-html-template_0.6.0-1.dsc 956a23bf5cab24718b8e31e39282643c 29400 devel optional cl-html-template_0.6.0.orig.tar.gz ce953b7e5d3e240fe8f6540ffc059116 2770 devel optional cl-html-template_0.6.0-1.diff.gz 5703341b538c81b6a1a7a0661f0bac42 32200 devel optional cl-html-template_0.6.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFD+ZK11ldN0tyliURAoUTAJ9vEy4YLULnG0KgfNGHIIDReH52LgCfdurD Qb/TxMlgFl4O49TElu3ovcA= =Qb6S -----END PGP SIGNATURE----- Accepted: cl-html-template_0.6.0-1.diff.gz to pool/main/c/cl-html-template/cl-html-template_0.6.0-1.diff.gz cl-html-template_0.6.0-1.dsc to pool/main/c/cl-html-template/cl-html-template_0.6.0-1.dsc cl-html-template_0.6.0-1_all.deb to pool/main/c/cl-html-template/cl-html-template_0.6.0-1_all.deb cl-html-template_0.6.0.orig.tar.gz to pool/main/c/cl-html-template/cl-html-template_0.6.0.orig.tar.gz From pvaneynd at debian.org Thu Sep 21 12:17:15 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:15 -0700 Subject: [cl-debian] Accepted cl-ansi-tests 20060621-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 19 Sep 2006 14:54:14 +0200 Source: cl-ansi-tests Binary: cl-ansi-tests Architecture: source all Version: 20060621-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-ansi-tests - Conformance tests for ANSI Common Lisp Changes: cl-ansi-tests (20060621-1) unstable; urgency=low . * New upstream release Files: 5f7be08eba578de2af33a65be536e6eb 601 devel optional cl-ansi-tests_20060621-1.dsc da3495bc61d1ad3b621223b1ef8a7032 911239 devel optional cl-ansi-tests_20060621.orig.tar.gz 68588fe1abfd36cd21c0d11dd29e6971 78361 devel optional cl-ansi-tests_20060621-1.diff.gz dae2400b2c77ee959be04846c1235f7e 796736 devel optional cl-ansi-tests_20060621-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEhyP11ldN0tyliURAna3AKC0PGtu/lzWMVUXt3NKiMkXCLsUVgCgyF/e IOWeknMTkB6atFH1K8bGXRs= =09bu -----END PGP SIGNATURE----- Accepted: cl-ansi-tests_20060621-1.diff.gz to pool/main/c/cl-ansi-tests/cl-ansi-tests_20060621-1.diff.gz cl-ansi-tests_20060621-1.dsc to pool/main/c/cl-ansi-tests/cl-ansi-tests_20060621-1.dsc cl-ansi-tests_20060621-1_all.deb to pool/main/c/cl-ansi-tests/cl-ansi-tests_20060621-1_all.deb cl-ansi-tests_20060621.orig.tar.gz to pool/main/c/cl-ansi-tests/cl-ansi-tests_20060621.orig.tar.gz From pvaneynd at debian.org Thu Sep 21 12:17:18 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:18 -0700 Subject: [cl-debian] Accepted cl-closer-mop 1:0.4-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 21:36:59 +0200 Source: cl-closer-mop Binary: cl-closer-mop Architecture: source all Version: 1:0.4-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-closer-mop - Cross Implementation AMOP library Changes: cl-closer-mop (1:0.4-1) unstable; urgency=low . * New upstream version. * Upstream has a non-debian like versioning system, so we use an epoch. Files: 9a5d0684534ebd90792efaab6b296d47 613 libs optional cl-closer-mop_0.4-1.dsc 653e0306f07275904ac054dd5ffe7410 22690 libs optional cl-closer-mop_0.4.orig.tar.gz 9c55899ff83c171f2f29d55d4e4da4d7 2549 libs optional cl-closer-mop_0.4-1.diff.gz b4407b856fd149580b688932db784a2f 18140 libs optional cl-closer-mop_0.4-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEhyV11ldN0tyliURArmxAJ9hO66MWDR3k+zsCv+6TjyGmsU3IACgpQjC D+c32q9iv6wDLECd/GvBUIo= =eI6s -----END PGP SIGNATURE----- Accepted: cl-closer-mop_0.4-1.diff.gz to pool/main/c/cl-closer-mop/cl-closer-mop_0.4-1.diff.gz cl-closer-mop_0.4-1.dsc to pool/main/c/cl-closer-mop/cl-closer-mop_0.4-1.dsc cl-closer-mop_0.4-1_all.deb to pool/main/c/cl-closer-mop/cl-closer-mop_0.4-1_all.deb cl-closer-mop_0.4.orig.tar.gz to pool/main/c/cl-closer-mop/cl-closer-mop_0.4.orig.tar.gz From owner at bugs.debian.org Thu Sep 21 12:34:26 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 21 Sep 2006 05:34:26 -0700 Subject: [cl-debian] Bug#386075: marked as done (FTBFS on sparc) References: Message-ID: Your message dated Thu, 21 Sep 2006 05:17:29 -0700 with message-id and subject line Bug#386075: fixed in clisp 1:2.39-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) -------------- next part -------------- An embedded message was scrubbed... From: Jurij Smakov Subject: FTBFS on sparc Date: Mon, 4 Sep 2006 21:17:10 -0700 (PDT) Size: 2404 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#386075: fixed in clisp 1:2.39-2 Date: Thu, 21 Sep 2006 05:17:29 -0700 Size: 3464 URL: From pvaneynd at debian.org Thu Sep 21 12:17:37 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:37 -0700 Subject: [cl-debian] Accepted cmucl 19c-release-20051115-3 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 22:07:00 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-release-20051115-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 386002 386431 Changes: cmucl (19c-release-20051115-3) unstable; urgency=low . * updated watch file * Corrected invalid debconf priority (Closes: #386002) * Many thanks to Steinar H. Gunderson for his NMU (Closes: #386431) Files: 25b816efc3a3b8633933928b5882795b 744 devel optional cmucl_19c-release-20051115-3.dsc 76e2fe650eba190fcbaba37ef33b0d54 1507165 devel optional cmucl_19c-release-20051115-3.diff.gz 4b7b73ff76a9cb494741508fd607d3a9 10576590 devel optional cmucl_19c-release-20051115-3_i386.deb f82ab4ddab23178430fb7a444a564eab 654456 devel optional cmucl-clm_19c-release-20051115-3_i386.deb 6b32be1c1cf06a1f48c0141078a074f7 2347930 doc optional cmucl-docs_19c-release-20051115-3_all.deb c2a49f828d2fcd4d3a431ddefbef81e2 5164760 devel optional cmucl-source_19c-release-20051115-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEhyF11ldN0tyliURAsAzAJ9aEPTEC4i5SW7crv12Z8Af6HzGwQCgyfye VNEmw4H26JE6O1+B4dfwWiQ= =iYZV -----END PGP SIGNATURE----- Accepted: cmucl-clm_19c-release-20051115-3_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-release-20051115-3_i386.deb cmucl-docs_19c-release-20051115-3_all.deb to pool/main/c/cmucl/cmucl-docs_19c-release-20051115-3_all.deb cmucl-source_19c-release-20051115-3_all.deb to pool/main/c/cmucl/cmucl-source_19c-release-20051115-3_all.deb cmucl_19c-release-20051115-3.diff.gz to pool/main/c/cmucl/cmucl_19c-release-20051115-3.diff.gz cmucl_19c-release-20051115-3.dsc to pool/main/c/cmucl/cmucl_19c-release-20051115-3.dsc cmucl_19c-release-20051115-3_i386.deb to pool/main/c/cmucl/cmucl_19c-release-20051115-3_i386.deb From pvaneynd at debian.org Thu Sep 21 12:17:29 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:29 -0700 Subject: [cl-debian] Accepted clisp 1:2.39-2 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 10:41:00 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.39-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 386075 Changes: clisp (1:2.39-2) unstable; urgency=low . * Don't use -O0 anymore for ia64, hint from Dr. Werner Fink at suse.de * Run tests after building the clisp. * Drop support for sparc. Not having a machine to test sparc problems on just makes it too difficult to support. I hope not many users will be impacted. (Closes: #386075) Files: c21341fdb51c21b0701ddd06ee453e28 751 interpreters optional clisp_2.39-2.dsc 447d3d9021e53aa971676d46360c691f 15838 interpreters optional clisp_2.39-2.diff.gz e60f4ef1cdf8611436fce21ce2a84962 1032980 doc optional clisp-doc_2.39-2_all.deb 9820223d2caa8c90933d3f951b198f16 3553604 interpreters optional clisp_2.39-2_i386.deb c0c96cda279824b2a63fb7a1ee2712ad 3503080 devel optional clisp-dev_2.39-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFETYw11ldN0tyliURApLnAJwONl6/9qGQNs25c9wRsFSCda25BwCgiL3P YMn4H7fYahmzTCAnoWTF1+E= =H2xZ -----END PGP SIGNATURE----- Accepted: clisp-dev_2.39-2_i386.deb to pool/main/c/clisp/clisp-dev_2.39-2_i386.deb clisp-doc_2.39-2_all.deb to pool/main/c/clisp/clisp-doc_2.39-2_all.deb clisp_2.39-2.diff.gz to pool/main/c/clisp/clisp_2.39-2.diff.gz clisp_2.39-2.dsc to pool/main/c/clisp/clisp_2.39-2.dsc clisp_2.39-2_i386.deb to pool/main/c/clisp/clisp_2.39-2_i386.deb From pvaneynd at debian.org Thu Sep 21 12:17:21 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:21 -0700 Subject: [cl-debian] Accepted cl-gd 0.5.1-1 (source i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 21:35:46 +0200 Source: cl-gd Binary: cl-gd Architecture: source i386 Version: 0.5.1-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-gd - GD Interface Library for Common Lisp Changes: cl-gd (0.5.1-1) unstable; urgency=low . * New upstream release * Updated standards version without real changes. * Updated doc-base file to only reference to html files. Files: b651a9542a2856cfe6ac4c3366fe8b65 584 devel optional cl-gd_0.5.1-1.dsc 6160b28ff59ab931df49202f6ae8f9a6 189456 devel optional cl-gd_0.5.1.orig.tar.gz b4e324a71bb3ea52fa9724d181a20fae 2851 devel optional cl-gd_0.5.1-1.diff.gz 8bd407a1edbba11483fa9fe20f64b2a6 200816 devel optional cl-gd_0.5.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEhyT11ldN0tyliURAi/iAKCa+StEj18fQxhUkYEmBuecFMg/XgCeKC+Y TpTJuaXxm+SPzovPLL904ZU= =+2ax -----END PGP SIGNATURE----- Accepted: cl-gd_0.5.1-1.diff.gz to pool/main/c/cl-gd/cl-gd_0.5.1-1.diff.gz cl-gd_0.5.1-1.dsc to pool/main/c/cl-gd/cl-gd_0.5.1-1.dsc cl-gd_0.5.1-1_i386.deb to pool/main/c/cl-gd/cl-gd_0.5.1-1_i386.deb cl-gd_0.5.1.orig.tar.gz to pool/main/c/cl-gd/cl-gd_0.5.1.orig.tar.gz From pvaneynd at debian.org Thu Sep 21 12:17:46 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:46 -0700 Subject: [cl-debian] Accepted libsigsegv 2.4-2 (source i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 10:39:11 +0200 Source: libsigsegv Binary: libsigsegv-dev Architecture: source i386 Version: 2.4-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: libsigsegv-dev - Library for handling page faults in a portable way Closes: 376570 Changes: libsigsegv (2.4-2) unstable; urgency=low . * fix FTBFS on GNU/kFreeBSD (Closes: #376570) Files: 7d3078bdc2f515dc2b77594624465024 645 libdevel optional libsigsegv_2.4-2.dsc 0e951cea12514e590a364b202536f4a9 67716 libdevel optional libsigsegv_2.4-2.diff.gz fda9ed82290a609fc6e546afce1ead7b 20460 libdevel optional libsigsegv-dev_2.4-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFETYt11ldN0tyliURAlaZAKDHeswVmCTc3R8O2rNcqrNG5VZ0oQCeLgRE 4y6PZUGxh6OyXGqTgZI+BQc= =4WQN -----END PGP SIGNATURE----- Accepted: libsigsegv-dev_2.4-2_i386.deb to pool/main/libs/libsigsegv/libsigsegv-dev_2.4-2_i386.deb libsigsegv_2.4-2.diff.gz to pool/main/libs/libsigsegv/libsigsegv_2.4-2.diff.gz libsigsegv_2.4-2.dsc to pool/main/libs/libsigsegv/libsigsegv_2.4-2.dsc From owner at bugs.debian.org Thu Sep 21 12:34:19 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 21 Sep 2006 05:34:19 -0700 Subject: [cl-debian] Bug#376570: marked as done (libsigsegv: FTBFS on GNU/kFreeBSD) References: Message-ID: Your message dated Thu, 21 Sep 2006 05:17:46 -0700 with message-id and subject line Bug#376570: fixed in libsigsegv 2.4-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) -------------- next part -------------- An embedded message was scrubbed... From: Petr Salinger Subject: libsigsegv: FTBFS on GNU/kFreeBSD Date: Mon, 3 Jul 2006 20:28:51 +0200 (CEST) Size: 6103 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#376570: fixed in libsigsegv 2.4-2 Date: Thu, 21 Sep 2006 05:17:46 -0700 Size: 2835 URL: From pvaneynd at debian.org Thu Sep 21 12:17:17 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 21 Sep 2006 05:17:17 -0700 Subject: [cl-debian] Accepted cl-asdf 1.101-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 07:08:57 +0200 Source: cl-asdf Binary: cl-cclan cl-asdf Architecture: source all Version: 1.101-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-asdf - Another System Definition Facility cl-cclan - Comprehensive Common Lisp Archive Network Changes: cl-asdf (1.101-1) unstable; urgency=low . * New upstream version. Files: 53d2b45733176ae5a4046639adec13aa 625 devel optional cl-asdf_1.101-1.dsc aa165e4d043f4f6cc295d58282c49b28 50320 devel optional cl-asdf_1.101.orig.tar.gz eb82b06adb3b7b8994c39d7c295cc589 13081 devel optional cl-asdf_1.101-1.diff.gz 306ec8bc7c9834c51d958f0b64fcbbf3 221932 devel optional cl-asdf_1.101-1_all.deb 560abb4343ef8f47bbc88dcca680ca0a 19474 devel optional cl-cclan_1.101-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFEhyR11ldN0tyliURAr1UAJ9I1jWE+/bJKSCfWaJvFoA8KZMsRgCfdgKp AQ/OuaRqtdDKQ1nr+a44+Rk= =+HZb -----END PGP SIGNATURE----- Accepted: cl-asdf_1.101-1.diff.gz to pool/main/c/cl-asdf/cl-asdf_1.101-1.diff.gz cl-asdf_1.101-1.dsc to pool/main/c/cl-asdf/cl-asdf_1.101-1.dsc cl-asdf_1.101-1_all.deb to pool/main/c/cl-asdf/cl-asdf_1.101-1_all.deb cl-asdf_1.101.orig.tar.gz to pool/main/c/cl-asdf/cl-asdf_1.101.orig.tar.gz cl-cclan_1.101-1_all.deb to pool/main/c/cl-asdf/cl-cclan_1.101-1_all.deb From owner at bugs.debian.org Thu Sep 21 12:34:24 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 21 Sep 2006 05:34:24 -0700 Subject: [cl-debian] Bug#386002: marked as done (cmucl: Invalid debconf priority) References: <20060904155801.GA31173@localhost> Message-ID: Your message dated Thu, 21 Sep 2006 05:17:37 -0700 with message-id and subject line Bug#386002: fixed in cmucl 19c-release-20051115-3 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) -------------- next part -------------- An embedded message was scrubbed... From: Thomas Huriaux Subject: cmucl: Invalid debconf priority Date: Mon, 4 Sep 2006 17:58:01 +0200 Size: 2261 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#386002: fixed in cmucl 19c-release-20051115-3 Date: Thu, 21 Sep 2006 05:17:37 -0700 Size: 3857 URL: From owner at bugs.debian.org Thu Sep 21 12:34:28 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 21 Sep 2006 05:34:28 -0700 Subject: [cl-debian] Bug#386431: marked as done (diff for 19c-release-20051115-2.1 NMU) References: <20060907150636.GA30351@pannekake.samfundet.no> Message-ID: Your message dated Thu, 21 Sep 2006 05:17:37 -0700 with message-id and subject line Bug#386431: fixed in cmucl 19c-release-20051115-3 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) -------------- next part -------------- An embedded message was scrubbed... From: "Steinar H. Gunderson" Subject: diff for 19c-release-20051115-2.1 NMU Date: Thu, 7 Sep 2006 17:06:36 +0200 Size: 3667 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#386431: fixed in cmucl 19c-release-20051115-3 Date: Thu, 21 Sep 2006 05:17:37 -0700 Size: 3832 URL: From Petr.Salinger at seznam.cz Thu Sep 21 14:10:44 2006 From: Petr.Salinger at seznam.cz (Petr Salinger) Date: Thu, 21 Sep 2006 16:10:44 +0200 (CEST) Subject: [cl-debian] Bug#376570: not fixed in libsigsegv 2.4-2 In-Reply-To: References: Message-ID: found 376570 2.4-2 thanks Hi, unfortunately this version also fails to build on GNU/kFreeBSD. It looks like, there have been only regenerated configure, but not applied the patch. Thanks in advance. Petr From owner at bugs.debian.org Thu Sep 21 14:49:55 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 21 Sep 2006 07:49:55 -0700 Subject: [cl-debian] Processed: Bug#376570: not fixed in libsigsegv 2.4-2 In-Reply-To: References: Message-ID: Processing commands for control at bugs.debian.org: > found 376570 2.4-2 Bug#376570: libsigsegv: FTBFS on GNU/kFreeBSD Bug marked as found in version 2.4-2. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Thu Sep 21 16:18:34 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 21 Sep 2006 09:18:34 -0700 Subject: [cl-debian] Processed: Bug#376570: not fixed in libsigsegv 2.4-2 In-Reply-To: References: Message-ID: Processing commands for control at bugs.debian.org: > found 376570 2.4-2 Bug#376570: libsigsegv: FTBFS on GNU/kFreeBSD Bug marked as found in version 2.4-2. > reopen 376570 Bug#376570: libsigsegv: FTBFS on GNU/kFreeBSD 'reopen' is deprecated when a bug has been closed with a version; use 'found' or 'submitter' as appropriate instead. Bug reopened, originator not changed. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From luca at pca.it Fri Sep 22 13:14:02 2006 From: luca at pca.it (Luca Capello) Date: Fri, 22 Sep 2006 15:14:02 +0200 Subject: [cl-debian] Need for darcs.debian.org? Message-ID: <8764fg2gdh.fsf@gismo.pca.it> Hello! Croos-posting to d-d and the CL-Debian mailing list to let it know about my post, but please answer only on d-d (I set M-F-T and R-T accordingly). After having read zack's blog entry [2] about the new XS-X-VCS-xxx field for debian/control files, I was adding it to my packages [3] (all related to Common Lisp). Now, most of the CL-Debian packages are Darcs-maintained, with repositories like the following: http://cl-debian.alioth.debian.org/repository/$MAINT/$PACKAGE While I'm fine with the string above, I'm wondering if a more general one would be better, similar to the SVN one: http://darcs.debian.org/$GROUP/$PACKAGE Now, the questions: 1) could it be useful and will it be adopted by the Darcs-maintained packages? 2) has someone already proposed it? The only reference I could found is from a post to d-d by George Danchev [4]. Thx, bye, Gismo / Luca Footnotes: [1] http://cl-debian.alioth.debian.org [2] http://www.bononia.it/~zack/blog//posts/xs-x-vcs-XXX.html [3] http://qa.debian.org/developer.php?login=luca at pca.it [4] http://lists.debian.org/debian-devel/2006/07/msg00853.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From robdebian at gmail.com Fri Sep 22 11:13:31 2006 From: robdebian at gmail.com (Roberto Pariset) Date: Fri, 22 Sep 2006 13:13:31 +0200 Subject: [cl-debian] Bug#388752: FTBFS on amd64, 2 tests failed Message-ID: <20060922111331.20017.4746.reportbug@localhost.localdomain> Package: clisp Version: 1:2.39-2 Severity: important Hi, clisp_1:2.39-2 FTBFS on amd64 with the following issues: 48 restarts: 0 errors out of 66 tests 49 excepsit: 0 errors out of 372 tests Real time: 77.39511 sec. Run time: 76.7568 sec. Space: 999579816 Bytes GC: 878, GC time: 28.621767 sec. 2 Bye. (echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l *erg; echo "To see which tests failed, type" ; echo " cat "`pwd`"/*.erg" ; exit 1) Test failed: -rw-r--r-- 1 buildd buildd 697 Sep 21 14:27 socket.erg -rw-r--r-- 1 buildd buildd 342 Sep 21 14:27 streams.erg To see which tests failed, type cat /build/buildd/clisp-2.39/debian/build/tests/*.erg make[2]: *** [compare] Error 1 make[2]: Leaving directory `/build/buildd/clisp-2.39/debian/build/tests' make[1]: *** [check-tests] Error 2 make[1]: Leaving directory `/build/buildd/clisp-2.39/debian/build' make: *** [build-stamp] Error 2 All the best, Roberto -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.11 Locale: LANG=it_IT.UTF-8 at euro, LC_CTYPE=it_IT.UTF-8 at euro (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8 at euro) From edi at agharta.de Sat Sep 23 20:50:44 2006 From: edi at agharta.de (Edi Weitz) Date: Sat, 23 Sep 2006 22:50:44 +0200 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.6.2 Message-ID: ChangeLog: Version 0.6.2 2006-09-23 Added method for MAKE-LOAD-FORM which is needed for OpenMCL (reported by Robert Synnott, see Drakma mailing list) Download: http://weitz.de/files/flexi-streams.tar.gz Cheers, Edi. _______________________________________________ flexi-streams-announce mailing list flexi-streams-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Sat Sep 23 23:38:02 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 24 Sep 2006 01:38:02 +0200 Subject: [cl-debian] [ann] [drakma-announce] New version 0.4.3 Message-ID: ChangeLog: Version 0.4.3 2006-09-24 Circumvent CL+SSL for AllegroCL (suggested by David Lichteblau) Download: http://weitz.de/files/drakma.tar.gz Cheers, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From gwking at metabang.com Sat Sep 23 14:38:26 2006 From: gwking at metabang.com (Gary King) Date: Sat, 23 Sep 2006 10:38:26 -0400 Subject: [cl-debian] [ann] [tinaa-announce] Tinaa 0.5.1 Message-ID: I've just updated Tinaa with some minor improvements and bug fixes (thanks to Robert Goldman and Jason Dunsmore). (Note that I'm in the midst of recovering from a hard drive failure which has left my GPG private key in the operating room. I think I'll be able to recover it but until I do, I can't update any of my ASDF installable things without switching keys. If I don't recover the key today; I'll start fresh. thanks, -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM _______________________________________________ tinaa-announce mailing list tinaa-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/tinaa-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From kurem at upcase.inf.upol.cz Sun Sep 24 16:01:26 2006 From: kurem at upcase.inf.upol.cz (Miroslav Kure) Date: Sun, 24 Sep 2006 18:01:26 +0200 Subject: [cl-debian] Bug#389211: [l10n] Updated Czech translation of gcl debconf messages Message-ID: <20060924160126.GK4653@vychodil.inf.upol.cz> Package: gcl Severity: wishlist Tags: l10n, patch Hi, in attachement there is updated Czech (cs.po) translation of gcl debconf messages. Please include it with the package. Thanks -- Miroslav Kure -------------- next part -------------- A non-text attachment was scrubbed... Name: cs.po.gz Type: application/octet-stream Size: 2594 bytes Desc: not available URL: From kurem at upcase.inf.upol.cz Sun Sep 24 16:01:52 2006 From: kurem at upcase.inf.upol.cz (Miroslav Kure) Date: Sun, 24 Sep 2006 18:01:52 +0200 Subject: [cl-debian] Bug#389212: [l10n] Updated Czech translation of gclcvs debconf messages Message-ID: <20060924160152.GL4653@vychodil.inf.upol.cz> Package: gclcvs Severity: wishlist Tags: l10n, patch Hi, in attachement there is updated Czech (cs.po) translation of gclcvs debconf messages. Please include it with the package. Thanks -- Miroslav Kure -------------- next part -------------- A non-text attachment was scrubbed... Name: cs.po.gz Type: application/octet-stream Size: 2594 bytes Desc: not available URL: From edi at agharta.de Sun Sep 24 20:50:47 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 24 Sep 2006 22:50:47 +0200 Subject: [cl-debian] [ann] [drakma-announce] New version 0.4.4 (Was: Couple of problems) In-Reply-To: <7c23adaa0609232341n3549e03ct8ab7b53773d71f13@mail.gmail.com> (Ivan Toshkov's message of "Sun, 24 Sep 2006 09:41:04 +0300") References: <7c23adaa0609232341n3549e03ct8ab7b53773d71f13@mail.gmail.com> Message-ID: Hi! On Sun, 24 Sep 2006 09:41:04 +0300, "Ivan Toshkov" wrote: > First of all, thank you Edi Weitz for your excellent libraries. I > find them simple to use, well thought out, and with excellent > documentation. Again, a big thank you. You're welcome... :) > And thanks to whoever is working on porting Drakma. I think that's me... :) > I found a couple of problems: > > Drakma cannot receive cookies from localhost. After a short > investigation I found that the problem was with the method > VALID-COOKIE-DOMAIN-P, which insist to have at least 2 dots in the > normalized domain name. As a workaround I used 127.0.0.1 instead of > localhost. Thanks for the report, I've released a new version (0.4.4) which fixes this. > The other problem is with an incomplete implementation of > flexi-streams under CMUCL. The call: > >> (drakma:http-request "http://www.google.com/" :parameters '(("q" . "something"))) > > works normally, but > >> (drakma:http-request "http://www.google.com/search" :parameters '(("q" . "something"))) > > gives: > > No matching method for the generic function > #, when called with > arguments (#). > [Condition of type PCL::NO-APPLICABLE-METHOD-ERROR] > > 0: ("DEFMETHOD NO-APPLICABLE-METHOD (T)" #<#1=unused-arg> #<#1#> > # > (#)) > 1: (FLEXI-STREAMS:MAKE-FLEXI-STREAM > # :EXTERNAL-FORMAT > :LATIN-1) > 2: (FLEXI-STREAMS:STRING-TO-OCTETS "q" :EXTERNAL-FORMAT :LATIN-1 :START ...) > 3: (DRAKMA::URL-ENCODE "q" :LATIN-1) > 4: (DRAKMA::ALIST-TO-URL-ENCODED-STRING (("q" . "something")) :LATIN-1) > 5: (DRAKMA:HTTP-REQUEST # > :PARAMETERS (("q" . "something"))) > > I don't have time at the moment to see if anything else is missing > and to give patches. For this case though the workaround seems to > be as simple as: > > (defmethod input-stream-p ((s flexi-streams::vector-output-stream)) nil) If I understand the Gray streams proposal correctly, this isn't an incompleteness in FLEXI-STREAMS, but a problem in CMUCL's Gray streams implementation. Are you using the newest version of CMUCL? Have you asked on their mailing list? (It is also not clear to me why the problem only surfaces with the longer URL because URL-ENCODE has to be called in both cases.) Cheers, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Mon Sep 25 07:59:29 2006 From: edi at agharta.de (Edi Weitz) Date: Mon, 25 Sep 2006 09:59:29 +0200 Subject: [cl-debian] [ann] [drakma-announce] New version 0.5.0 (Was: Patch for autoreferer support) In-Reply-To: <9333274A-220E-4576-90A0-397411F481D7@Mac.lover.org> (Colin Simmonds's message of "Sun, 24 Sep 2006 23:00:32 -0400") References: <9333274A-220E-4576-90A0-397411F481D7@Mac.lover.org> Message-ID: On Sun, 24 Sep 2006 23:00:32 -0400, Colin Simmonds wrote: > I'd previously been using Curl through FFI bindings for a simple > Lisp web client project of mine, but have now switched to Drakma as > it's much easier to use. > > However, there was one feature in Curl that I needed which was > missing, and was easily added in the attached patch. Curl has an > autoreferer option, which when following redirects, automatically > adds a Referer header containing the URI of the page that is being > redirected from. I've added an equivalent option to the http-request > function. Thanks for the patch - I've added the new functionality to the 0.5.0 release. Note, however, that I've called it AUTO-REFERER (note the hyphen). Cheers, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From pvaneynd at debian.org Mon Sep 25 13:02:29 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 25 Sep 2006 06:02:29 -0700 Subject: [cl-debian] Accepted libsigsegv 2.4-3 (source i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 25 Sep 2006 09:37:36 +0200 Source: libsigsegv Binary: libsigsegv-dev Architecture: source i386 Version: 2.4-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: libsigsegv-dev - Library for handling page faults in a portable way Closes: 376570 Changes: libsigsegv (2.4-3) unstable; urgency=low . * Added XS-X-Vcs-Darcs header * Applied kfreeBSD patch again. (Closes: #376570) * Regenerated configure files Files: 05faf29b723dbbd34da215734d66cabd 725 libdevel optional libsigsegv_2.4-3.dsc 4b2db84445c7c82bb59b3e8cb44a86a3 69823 libdevel optional libsigsegv_2.4-3.diff.gz 5479a6af1bb7f6298263ee35a1b39951 20542 libdevel optional libsigsegv-dev_2.4-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFF6pi11ldN0tyliURAvHJAJ9ZtmwnNJXfJHlx9ll3POGnS44QPwCeIszj sKJW93sN539PpC6igeSiS7c= =7jYc -----END PGP SIGNATURE----- Accepted: libsigsegv-dev_2.4-3_i386.deb to pool/main/libs/libsigsegv/libsigsegv-dev_2.4-3_i386.deb libsigsegv_2.4-3.diff.gz to pool/main/libs/libsigsegv/libsigsegv_2.4-3.diff.gz libsigsegv_2.4-3.dsc to pool/main/libs/libsigsegv/libsigsegv_2.4-3.dsc From pvaneynd at debian.org Mon Sep 25 13:02:08 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 25 Sep 2006 06:02:08 -0700 Subject: [cl-debian] Accepted common-lisp-controller 6.3 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 25 Sep 2006 09:38:52 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 6.3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: common-lisp-controller - This is a Common Lisp source and compiler manager Closes: 382582 384457 Changes: common-lisp-controller (6.3) unstable; urgency=low . * Ignore source files beneath /usr/lib/ (Closes: #382582) * Introduce the *redirect-fasl-files-to-cache* variable. If the value of this variable is true we redirect fasl files to the /var/cache directory. By default we will only redirect when compiling as the result of a clc-require call. (Closes: #384457) * Added po-debconf Build-Depends * Added XS-X-Vcs-Darcs header Files: 26368838973747b9c7fab7330f0e468a 689 devel optional common-lisp-controller_6.3.dsc e3143ee551485ba54cae6a9d689ae33f 31331 devel optional common-lisp-controller_6.3.tar.gz a686816b8906187fbdfd2e03cb767894 30760 devel optional common-lisp-controller_6.3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFF6pl11ldN0tyliURAp1jAJ9aca6Zmz+SafBlGyjgm0kLviFf/ACfd94r jlF7TxtCfiS/mrLhyJrRkjU= =gNIF -----END PGP SIGNATURE----- Accepted: common-lisp-controller_6.3.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_6.3.dsc common-lisp-controller_6.3.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_6.3.tar.gz common-lisp-controller_6.3_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_6.3_all.deb From pvaneynd at debian.org Mon Sep 25 13:02:07 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 25 Sep 2006 06:02:07 -0700 Subject: [cl-debian] Accepted clisp 1:2.39-3 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 25 Sep 2006 07:57:43 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.39-3 Distribution: unstable Urgency: medium Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 388752 Changes: clisp (1:2.39-3) unstable; urgency=medium . * Disable FFI on mipsel, fixes the FTBFS. * Ignore the results of running the tests because the network stack is sometimes not correct on the buildd daemons (localhost does not resolve). We still do run the tests and we will review the output of the buildd daemons for 'real' problems. Fixes the FTBFS for amd64, hppa. (Closes: 388752) * Added XS-X-Vcs-Darcs header Files: 5f74b1c8bc4cdca1621b2d563d156b35 826 interpreters optional clisp_2.39-3.dsc e3e2f7076d8fd7bfb917a05158ffcf70 16061 interpreters optional clisp_2.39-3.diff.gz 7d60c7f9055bf1b1e08e8bba091d6979 1033154 doc optional clisp-doc_2.39-3_all.deb 72ef8c436402c8331564a304d405bb12 3553736 interpreters optional clisp_2.39-3_i386.deb b34690d18e88223a10ff9c0e6316de89 3503230 devel optional clisp-dev_2.39-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFF6pr11ldN0tyliURAjj7AJ43ld9za+Y+4MZcMqKxHx+E9bQrMwCfd9mz T565yARSfGQRj3+qQokK/Wg= =AZTG -----END PGP SIGNATURE----- Accepted: clisp-dev_2.39-3_i386.deb to pool/main/c/clisp/clisp-dev_2.39-3_i386.deb clisp-doc_2.39-3_all.deb to pool/main/c/clisp/clisp-doc_2.39-3_all.deb clisp_2.39-3.diff.gz to pool/main/c/clisp/clisp_2.39-3.diff.gz clisp_2.39-3.dsc to pool/main/c/clisp/clisp_2.39-3.dsc clisp_2.39-3_i386.deb to pool/main/c/clisp/clisp_2.39-3_i386.deb From owner at bugs.debian.org Mon Sep 25 13:49:36 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 25 Sep 2006 06:49:36 -0700 Subject: [cl-debian] Bug#382582: marked as done (common-lisp-controller: c-l-c fails to exclude /usr/lib/sbcl and such from cache) References: <20060811220656.27145.67712.reportbug@blefuscu.porte31> Message-ID: Your message dated Mon, 25 Sep 2006 06:02:08 -0700 with message-id and subject line Bug#382582: fixed in common-lisp-controller 6.3 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) -------------- next part -------------- An embedded message was scrubbed... From: Francois-Rene Rideau Subject: common-lisp-controller: c-l-c fails to exclude /usr/lib/sbcl and such from cache Date: Fri, 11 Aug 2006 18:06:56 -0400 Size: 3127 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#382582: fixed in common-lisp-controller 6.3 Date: Mon, 25 Sep 2006 06:02:08 -0700 Size: 3369 URL: From owner at bugs.debian.org Mon Sep 25 13:49:47 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 25 Sep 2006 06:49:47 -0700 Subject: [cl-debian] Bug#388752: marked as done (FTBFS on amd64, 2 tests failed) References: <20060922111331.20017.4746.reportbug@localhost.localdomain> Message-ID: Your message dated Mon, 25 Sep 2006 06:02:07 -0700 with message-id and subject line Bug#388752: fixed in clisp 1:2.39-3 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) -------------- next part -------------- An embedded message was scrubbed... From: Roberto Pariset Subject: FTBFS on amd64, 2 tests failed Date: Fri, 22 Sep 2006 13:13:31 +0200 Size: 2407 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#388752: fixed in clisp 1:2.39-3 Date: Mon, 25 Sep 2006 06:02:07 -0700 Size: 3566 URL: From owner at bugs.debian.org Mon Sep 25 13:49:28 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 25 Sep 2006 06:49:28 -0700 Subject: [cl-debian] Bug#376570: marked as done (libsigsegv: FTBFS on GNU/kFreeBSD) References: Message-ID: Your message dated Mon, 25 Sep 2006 06:02:29 -0700 with message-id and subject line Bug#376570: fixed in libsigsegv 2.4-3 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) -------------- next part -------------- An embedded message was scrubbed... From: Petr Salinger Subject: libsigsegv: FTBFS on GNU/kFreeBSD Date: Mon, 3 Jul 2006 20:28:51 +0200 (CEST) Size: 6103 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#376570: fixed in libsigsegv 2.4-3 Date: Mon, 25 Sep 2006 06:02:29 -0700 Size: 2905 URL: From gwking at metabang.com Mon Sep 25 15:33:11 2006 From: gwking at metabang.com (Gary King) Date: Mon, 25 Sep 2006 11:33:11 -0400 Subject: [cl-debian] [ann] [cl-containers-announce] new version - 0.9.1 Message-ID: Various updates and bug fixes... enjoy. Note that I now have a new public key (see http:// unclog.metabang.com/ for details). -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM _______________________________________________ cl-containers-announce mailing list cl-containers-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-containers-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From gwking at metabang.com Mon Sep 25 15:47:22 2006 From: gwking at metabang.com (Gary King) Date: Mon, 25 Sep 2006 11:47:22 -0400 Subject: [cl-debian] [ann] [lift-announce] update - lift 1.1 Message-ID: * Added :timeout keyword parameter that will cause tests to fail if they take too long * Removed :single-setup? parameter * Added :run-setup parameter. This can be one of :once-per-test (or t), :never (or nil), :once-per-suite, :once-per-session. Still working through some issues but the basics are in place. * Fixed and cleaned several examples. * LIFT no longer requires moptilities -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM _______________________________________________ lift-announce mailing list lift-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/lift-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From owner at bugs.debian.org Mon Sep 25 13:49:41 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 25 Sep 2006 06:49:41 -0700 Subject: [cl-debian] Bug#384457: marked as done (common-lisp-controller: Reconfiguration of ASDF is too intrusive) References: Message-ID: Your message dated Mon, 25 Sep 2006 06:02:08 -0700 with message-id and subject line Bug#384457: fixed in common-lisp-controller 6.3 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) -------------- next part -------------- An embedded message was scrubbed... From: Christian Lynbech Subject: common-lisp-controller: Reconfiguration of ASDF is too intrusive Date: Thu, 24 Aug 2006 14:47:15 +0200 Size: 4181 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#384457: fixed in common-lisp-controller 6.3 Date: Mon, 25 Sep 2006 06:02:08 -0700 Size: 3369 URL: From edi at agharta.de Tue Sep 26 22:19:32 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 27 Sep 2006 00:19:32 +0200 Subject: [cl-debian] [ann] [rdnzl-announce] New versions 0.10.7 / 0.5.2 (Was: Problem/crash with RDNZL under ECL) In-Reply-To: <38C0C9E3083ADB42BFFFC6C2A8B012CE04895B63@WINEX2.imec.be> (Goffioul Michael's message of "Tue, 26 Sep 2006 15:24:05 +0200") References: <38C0C9E3083ADB42BFFFC6C2A8B012CE04895B63@WINEX2.imec.be> Message-ID: On Tue, 26 Sep 2006 15:24:05 +0200, "Goffioul Michael" wrote: > Currently, the only solution I'm left with is to set the invoke and > release callbacks of DelegateAdapter class to null before exiting > and add nullity-check code to DelegateAdapter class before calling > those callbacks. I've released new versions of the Lisp and the C++ code which implement this - just in case. Thanks for the suggestion. _______________________________________________ rdnzl-announce mailing list rdnzl-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From ruipb at debianpt.org Tue Sep 26 22:54:42 2006 From: ruipb at debianpt.org (Rui Branco) Date: Tue, 26 Sep 2006 23:54:42 +0100 Subject: [cl-debian] Bug#389653: [INTL:pt] Portuguese translation for cltl (debconf) Message-ID: <4519AFB2.6060402@debianpt.org> Package: cltl Version: 1.0.20 Tags: l10n, patch Severity: wishlist Portuguese (pt) translation for cltl's debconf messages by Ricardo Silva . Feel free to use it. For translation updated please contact Ricardo Silva and CC the Portuguese translation team -------------- next part -------------- # Portuguese translation of cltl debconf messages. # This file is distributed under the same license as the cltl package. # Ricardo Silva , 2006. # msgid "" msgstr "" "Project-Id-Version: cltl 1.0.20\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-09-09 14:13-0600\n" "PO-Revision-Date: 2006-09-25 11:36+0100\n" "Last-Translator: Ricardo Silva \n" "Language-Team: Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../templates:1001 msgid "Download the cltl book from the Internet?" msgstr "Efectuar o 'download' do livro cltl a partir da Internet?" #. Type: boolean #. Description #: ../templates:1001 msgid "" "You don't have the file /root/tmp/cltl_ht.tar.gz. You may want to download " "this file from internet now and proceed with the installation afterward." msgstr "" "N??o tem o ficheiro /root/tmp/cltl_ht.tar.gz. Pode querer efectuar o 'download' " "descarregar o ficheiro a partir da internet agora e de seguida proceder com a " "instala????o." #. Type: boolean #. Description #: ../templates:2001 msgid "Unable to download. Try again?" msgstr "Incapaz de obter o ficheiro. Tentar de novo?" #. Type: boolean #. Description #: ../templates:2001 msgid "" "An error occured during the download of book from the Internet. You may now " "request to try the download again." msgstr "" "Ocorreu um erro durante o 'download' do livro a partir da Internet. Pode " "pedir agora que se volte a tentar o 'download' de novo." #. Type: note #. Description #: ../templates:3001 msgid "Aborting." msgstr "A abortar." #. Type: note #. Description #: ../templates:3001 msgid "" "The download of the cltl book from internet failed. You can try reinstalling " "the file another time." msgstr "" "O 'download' do livro cltl a partir da internet falhou. Pode tentar " "reinstalar o ficheiro noutra altura." From pvaneynd at debian.org Thu Sep 28 15:02:08 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 28 Sep 2006 08:02:08 -0700 Subject: [cl-debian] Accepted sbcl 1:0.9.16.0-1sargf (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 27 Sep 2006 07:24:18 +0200 Source: sbcl Binary: sbcl sbcl-source sbcl-doc Architecture: source all i386 Version: 1:0.9.16.0-1sargf Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A Common Lisp compiler and development system sbcl-doc - Documentation for Steel Bank Common Lisp sbcl-source - Source code files for SBCL Changes: sbcl (1:0.9.16.0-1sargf) unstable; urgency=low . * New upstream version, major changes: - feature: weak hash tables, see MAKE-HASH-TABLE documentation - incompatible change: External-format support for FFI calls changed. - incompatible change: SB-EXT package no longer contains the following unused symbols: *GC-NOTIFY-AFTER*, *GC-NOTIFY-BEFORE*, *GC-NOTIFY-STREAM*, *ERROR-PRINT-LENGTH*, *ERROR-PRINT-LEVEL*, *ERROR-PRINT-LINES* - incompatible change: the single-stepper is no longer available on Alpha, Mips and Sparc platforms. - minor incompatible change: the direct superclasses of SB-MOP:FUNCALLABLE-STANDARD-OBJECT are (FUNCTION STANDARD-OBJECT), not (STANDARD-OBJECT FUNCTION). This makes the class-precedence-lists of GENERIC-FUNCTION and STANDARD-GENERIC-FUNCTION comply with the requirement of ANSI 1.4.4.5. - minor incompatible change: the default stream external format on non-unicode SBCL is no longer detected from the locale, but is always ISO-8859-1 - new feature: Add a version of evaluator that uses an interpreter instead of the compiler. EVAL still uses the compiler by default, to switch it to use the interpreter, set the value of the variable SB-EXT:*EVALUATOR-MODE* to :INTERPRET. - minor incompatible change: the single-stepper REPL has been merged with the normal debugger (see the "Stepping" heading of the debugger help for more details). The debugger command STEP will no longer switch to the single-stepper REPL. - bug fix: ENOUGH-NAMESTRING on pathnames with no name and a pattern for a type now works. - bug fix: loading of default sysinit file works. (thanks to Leonid Slobodov) - bug fix: better detection of circularities in the file-compiler. (reported by Marco Monteiro) - bug fix: the CL pathname functions now work with files that have non-ASCII characters in their names (thanks to Yaroslav Kavenchuk) - bug fix: The :PTY argument for RUN-PROGRAM will now work on systems with Unix98 pty semantics. - bug fix: ASDF-INSTALL will now work with bsd tar. - bug fix: ASDF-INSTALL uses GNU tar on Solaris (thanks to Josip Gracin). - bug fix: timers expiring in dead threads no longer cause a type-error (reported by Paul "Nonny Mouse"). - bug fix: thanks to more lightweight single-stepper instrumentation, code compiled with (DEBUG 3) will compile and execute significantly faster, and will have more accurate type-inferencing than before - bug fix: SLOT-VALUE optimizations are no longer done on method parameters whose bindings are modified Files: bc09010f628fca9ab3df5fb79f7c2364 705 devel optional sbcl_0.9.16.0-1sargf.dsc d1e78e661641ac26951a44cbe9004036 137364 devel optional sbcl_0.9.16.0-1sargf.diff.gz be6c3c51ea9a4ed1ddd2dba2c598fbef 1404088 doc optional sbcl-doc_0.9.16.0-1sargf_all.deb 41774fa0c486504a0c1897ebdb0c5b10 3303034 doc optional sbcl-source_0.9.16.0-1sargf_all.deb e7adb57a19e40b3f6ac8b88602c9ff71 8557856 devel optional sbcl_0.9.16.0-1sargf_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFGhtE11ldN0tyliURAlXOAJ0VeDvDYe3ajmzSZKD7coMg7yEZYgCcDmty lJDKQ//U+2+PP3IDBSYOQ/Q= =lwGa -----END PGP SIGNATURE----- Accepted: sbcl-doc_0.9.16.0-1sargf_all.deb to pool/main/s/sbcl/sbcl-doc_0.9.16.0-1sargf_all.deb sbcl-source_0.9.16.0-1sargf_all.deb to pool/main/s/sbcl/sbcl-source_0.9.16.0-1sargf_all.deb sbcl_0.9.16.0-1sargf.diff.gz to pool/main/s/sbcl/sbcl_0.9.16.0-1sargf.diff.gz sbcl_0.9.16.0-1sargf.dsc to pool/main/s/sbcl/sbcl_0.9.16.0-1sargf.dsc sbcl_0.9.16.0-1sargf_i386.deb to pool/main/s/sbcl/sbcl_0.9.16.0-1sargf_i386.deb From pvaneynd at debian.org Thu Sep 28 15:02:15 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 28 Sep 2006 08:02:15 -0700 Subject: [cl-debian] Accepted slime 1:20060925-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 27 Sep 2006 07:50:00 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20060925-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-swank - Superior LISP Interaction Mode for Emacs (Lisp-side server) slime - Superior LISP Interaction Mode for Emacs Changes: slime (1:20060925-1) unstable; urgency=low . * New upstream version, with support for sbcl 0.9.17.0 Files: 76237bc0f316e696371a8c4fd7571ab3 630 non-free/devel optional slime_20060925-1.dsc 9e5740f704470e478e6824c657fafa51 458894 non-free/devel optional slime_20060925.orig.tar.gz 1ce928cd3994adf6296e2a116c288cff 10245 non-free/devel optional slime_20060925-1.diff.gz c6c23872e409f86a6e3fff145f870658 591226 non-free/devel optional slime_20060925-1_all.deb be2561aab55bb998e25102afcf717a89 306502 non-free/devel optional cl-swank_20060925-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFGhGS11ldN0tyliURAkP7AKCc+glnxuM3MTo8LVA6jheTyMIbAwCguAHb Tr71fTQubT1k0slc1w8cN74= =tTv9 -----END PGP SIGNATURE----- Accepted: cl-swank_20060925-1_all.deb to pool/non-free/s/slime/cl-swank_20060925-1_all.deb slime_20060925-1.diff.gz to pool/non-free/s/slime/slime_20060925-1.diff.gz slime_20060925-1.dsc to pool/non-free/s/slime/slime_20060925-1.dsc slime_20060925-1_all.deb to pool/non-free/s/slime/slime_20060925-1_all.deb slime_20060925.orig.tar.gz to pool/non-free/s/slime/slime_20060925.orig.tar.gz From pvaneynd at debian.org Thu Sep 28 15:02:12 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 28 Sep 2006 08:02:12 -0700 Subject: [cl-debian] Accepted sbcl 1:0.9.17.0-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 27 Sep 2006 07:24:18 +0200 Source: sbcl Binary: sbcl sbcl-source sbcl-doc Architecture: source all i386 Version: 1:0.9.17.0-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A Common Lisp compiler and development system sbcl-doc - Documentation for Steel Bank Common Lisp sbcl-source - Source code files for SBCL Changes: sbcl (1:0.9.17.0-1) unstable; urgency=low . * New upstream version, major changes: - feature: weak hash tables, see MAKE-HASH-TABLE documentation - incompatible change: External-format support for FFI calls changed. - incompatible change: SB-EXT package no longer contains the following unused symbols: *GC-NOTIFY-AFTER*, *GC-NOTIFY-BEFORE*, *GC-NOTIFY-STREAM*, *ERROR-PRINT-LENGTH*, *ERROR-PRINT-LEVEL*, *ERROR-PRINT-LINES* - incompatible change: the single-stepper is no longer available on Alpha, Mips and Sparc platforms. - minor incompatible change: the direct superclasses of SB-MOP:FUNCALLABLE-STANDARD-OBJECT are (FUNCTION STANDARD-OBJECT), not (STANDARD-OBJECT FUNCTION). This makes the class-precedence-lists of GENERIC-FUNCTION and STANDARD-GENERIC-FUNCTION comply with the requirement of ANSI 1.4.4.5. - minor incompatible change: the default stream external format on non-unicode SBCL is no longer detected from the locale, but is always ISO-8859-1 - new feature: Add a version of evaluator that uses an interpreter instead of the compiler. EVAL still uses the compiler by default, to switch it to use the interpreter, set the value of the variable SB-EXT:*EVALUATOR-MODE* to :INTERPRET. - minor incompatible change: the single-stepper REPL has been merged with the normal debugger (see the "Stepping" heading of the debugger help for more details). The debugger command STEP will no longer switch to the single-stepper REPL. - bug fix: ENOUGH-NAMESTRING on pathnames with no name and a pattern for a type now works. - bug fix: loading of default sysinit file works. (thanks to Leonid Slobodov) - bug fix: better detection of circularities in the file-compiler. (reported by Marco Monteiro) - bug fix: the CL pathname functions now work with files that have non-ASCII characters in their names (thanks to Yaroslav Kavenchuk) - bug fix: The :PTY argument for RUN-PROGRAM will now work on systems with Unix98 pty semantics. - bug fix: ASDF-INSTALL will now work with bsd tar. - bug fix: ASDF-INSTALL uses GNU tar on Solaris (thanks to Josip Gracin). - bug fix: timers expiring in dead threads no longer cause a type-error (reported by Paul "Nonny Mouse"). - bug fix: thanks to more lightweight single-stepper instrumentation, code compiled with (DEBUG 3) will compile and execute significantly faster, and will have more accurate type-inferencing than before - bug fix: SLOT-VALUE optimizations are no longer done on method parameters whose bindings are modified Files: 995f15f0ba01444f2e24c8468c753bb8 694 devel optional sbcl_0.9.17.0-1.dsc 2b471fbd8907a0615957d3009e75684a 4062355 devel optional sbcl_0.9.17.0.orig.tar.gz d7adbfac50ec82807019bced581fd87c 25383 devel optional sbcl_0.9.17.0-1.diff.gz b5f471fb0f0e0102335732c72d1b1e96 1404124 doc optional sbcl-doc_0.9.17.0-1_all.deb dcac9c015feea49c194cfa437f2d029f 3306114 doc optional sbcl-source_0.9.17.0-1_all.deb a12147071e02cb30576af034831b36d8 8557778 devel optional sbcl_0.9.17.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFG5p311ldN0tyliURArpAAJ9FPG6INwHKcflexhSxGDnQhv1KGACgrLlE m4Vk6gI9WYYkFNytSTl6sJI= =jNWX -----END PGP SIGNATURE----- Accepted: sbcl-doc_0.9.17.0-1_all.deb to pool/main/s/sbcl/sbcl-doc_0.9.17.0-1_all.deb sbcl-source_0.9.17.0-1_all.deb to pool/main/s/sbcl/sbcl-source_0.9.17.0-1_all.deb sbcl_0.9.17.0-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.17.0-1.diff.gz sbcl_0.9.17.0-1.dsc to pool/main/s/sbcl/sbcl_0.9.17.0-1.dsc sbcl_0.9.17.0-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.17.0-1_i386.deb sbcl_0.9.17.0.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.17.0.orig.tar.gz From kevinl at tamu.edu Thu Sep 28 18:29:16 2006 From: kevinl at tamu.edu (Kevin L) Date: Thu, 28 Sep 2006 13:29:16 -0500 Subject: [cl-debian] Bug#389991: cmucl: (read "a") --> SIGSEGV Message-ID: <451C147C.4030505@tamu.edu> Package: cmucl I typed in an invalid Lisp form and was surprised that CMUCL responded in this way: ----snip---- $ cmucl ; Loading #P"/home/kevinl/.cmucl-init". CMU Common Lisp CVS 19c 19c-release-patch-1 + minimal debian patches (19C), runn ing on tinker With core: /usr/lib/cmucl/lisp.core Dumped on: Fri, 2006-09-15 22:57:22-05:00 on tinker For support see http://www.cons.org/cmucl/support.html Send bug reports to the d ebian BTS. or to pvaneynd at debian.org type (help) for help, (quit) to exit, and (demo) to see the demos Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 * (read "A") Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at #x1011F498. [Condition of type SIMPLE-ERROR] Restarts: 0: [ABORT] Return to Top-Level. Debug (type H for help) (UNIX::SIGSEGV-HANDLER # # #.(SYSTEM:INT-SAP #x3FFFCC04)) Source: ; File: target:code/signal.lisp (DEFINE-SIGNAL-HANDLER SIGSEGV-HANDLER "Segmentation Violation") 0] ----snip---- $ dpkg -p cmucl Package: cmucl Priority: optional Section: devel Installed-Size: 30832 Maintainer: Peter Van Eynde Architecture: i386 Version: 19c-release-20051115-2.1 Replaces: cmucl-normal (<< 18e), cmucl-small (<< 18e), cmucl-safe (<< 18e) Provides: lisp-compiler, lisp-core Depends: debconf (>= 0.5) | debconf-2.0 Pre-Depends: common-lisp-controller (>= 4.2) Recommends: binfmt-support (>= 1.1.2) Suggests: cmucl-source, cmucl-docs, ilisp Size: 10576956 Description: The CMUCL lisp compiler and development system This is the basis package for CMUCL. It contains the base image with the compiler, PCL (CLOS), and the tty based debugger. From pvaneynd at debian.org Thu Sep 28 20:07:53 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 28 Sep 2006 22:07:53 +0200 Subject: [cl-debian] Bug#389991: cmucl: (read "a") --> SIGSEGV In-Reply-To: <451C147C.4030505@tamu.edu> References: <451C147C.4030505@tamu.edu> Message-ID: <200609282207.57209.pvaneynd@debian.org> On Thursday 28 September 2006 20:29, Kevin L wrote: > Package: cmucl > > I typed in an invalid Lisp form and was surprised that CMUCL responded > in this way: > That is really stunning. A new cmucl release is being worked on, I expect a release in a few days, I will check if the bug is in that version too. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr ||Groetjes, Peter From installer at ftp-master.debian.org Thu Sep 28 21:50:25 2006 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 28 Sep 2006 14:50:25 -0700 Subject: [cl-debian] libsigsegv_2.4-2_hurd-i386.changes REJECTED Message-ID: Rejected: no source found for libsigsegv 2.4-2 (libsigsegv-dev_2.4-2_hurd-i386.deb). Rejected: libsigsegv-dev_2.4-2_hurd-i386.deb: old version (2.4-3) in unstable >= new version (2.4-2) targeted at unstable. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From nowhere.man at levallois.eu.org Fri Sep 29 01:56:00 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Fri, 29 Sep 2006 03:56:00 +0200 Subject: [cl-debian] Accepted slime 1:20060925-1 (source all) In-Reply-To: References: Message-ID: <20060929015600.GA10669@bateleur.arcanes.fr.eu.org> Scribit Peter Van Eynde dies 28/09/2006 hora 08:02: > slime (1:20060925-1) unstable; urgency=low SLIME is still in non-free, what is the status of the licensing? Is there work going on to clean it and make it DFSG compliant? Would help be needed for this to make progress? Curiously, Nowhere man -- nowhere.man at levallois.eu.org OpenPGP 0xD9D50D8A -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From owner at bugs.debian.org Fri Sep 29 09:49:04 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 29 Sep 2006 02:49:04 -0700 Subject: [cl-debian] Bug#390100: marked as done (gcl: Gcl version 2.6.7-22 not built for amd64) References: <20060929093242.GA21205@mauritius.dodds.net> <20060929075329.437.65161.reportbug@mve035.mc2.chalmers.se> Message-ID: Your message dated Fri, 29 Sep 2006 02:32:42 -0700 with message-id <20060929093242.GA21205 at mauritius.dodds.net> and subject line Bug#390100: gcl: Gcl version 2.6.7-22 not built for amd64 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) -------------- next part -------------- An embedded message was scrubbed... From: "Gudjon I. Gudjonsson" Subject: gcl: Gcl version 2.6.7-22 not built for amd64 Date: Fri, 29 Sep 2006 09:53:29 +0200 Size: 3124 URL: -------------- next part -------------- An embedded message was scrubbed... From: Steve Langasek Subject: Re: Bug#390100: gcl: Gcl version 2.6.7-22 not built for amd64 Date: Fri, 29 Sep 2006 02:32:42 -0700 Size: 2180 URL: From gudjon at mve035.mc2.chalmers.se Fri Sep 29 07:53:29 2006 From: gudjon at mve035.mc2.chalmers.se (Gudjon I. Gudjonsson) Date: Fri, 29 Sep 2006 09:53:29 +0200 Subject: [cl-debian] Bug#390100: gcl: Gcl version 2.6.7-22 not built for amd64 Message-ID: <20060929075329.437.65161.reportbug@mve035.mc2.chalmers.se> Package: gcl Version: 2.6.7-22 Severity: serious Justification: no longer builds from source For some reason gcl version 2.6.22 is not in the amd64 repository. This breaks the compilation of maxima that depends on this version. The package however compiles nicely on amd64 so I guess it is a simple problem. Regards Gudjon -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-1-amd64 Locale: LANG=is_IS.UTF-8, LC_CTYPE=is_IS.UTF-8 (charmap=UTF-8) Versions of packages gcl depends on: ii debconf [debconf-2.0] 1.5.5 Debian configuration management sy ii gcc 4:4.1.1-7 The GNU C compiler ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library ii libncurses5 5.5-4 Shared libraries for terminal hand ii libreadline5 5.1-8 GNU readline and history libraries ii libsm6 1:1.0.1-3 X11 Session Management library ii libx11-6 2:1.0.0-9 X11 client-side library ii libxaw7 1:1.0.2-4 X11 Athena Widget library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxmu6 1:1.0.2-2 X11 miscellaneous utility library ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii tcl8.4 8.4.12-1.1 Tcl (the Tool Command Language) v8 ii tk8.4 8.4.12-1 Tk toolkit for Tcl and X11, v8.4 - gcl recommends no packages. -- debconf information: * gcl/default_gcl_ansi: * gcl/default_gcl_prof: From kevinl at tamu.edu Fri Sep 29 19:53:33 2006 From: kevinl at tamu.edu (Kevin L) Date: Fri, 29 Sep 2006 14:53:33 -0500 Subject: [cl-debian] Bug#390205: cl-statistics + SBCL: compiles but still throws an error Message-ID: <451D79BD.1060001@tamu.edu> Package: cl-statistics This is strange: cl-statistics compiles fine in CMUCL and *appears* to compile fine in SBCL, but SBCL still throws an error. I have (declaim (sb-ext:muffle-conditions sb-ext:compiler-note)) in my .sbclrc to suppress about 11000 notes (each note > 10 lines long). # dpkg -p cl-statistics Package: cl-statistics Priority: optional Section: devel Installed-Size: 156 Maintainer: Peter Van Eynde Architecture: all Version: 20050224-2 Depends: common-lisp-controller (>= 5.11) Size: 31886 Description: Common Lisp Statistics Package cl-statistics provides numerous statistical functions for use in Common Lisp programs. # dpkg -p sbcl Package: sbcl Priority: optional Section: devel Installed-Size: 27896 Maintainer: Peter Van Eynde Architecture: i386 Version: 1:0.9.16.0-1 Provides: lisp-compiler, sbcl-fasl-loader-69 Depends: libc6 (>= 2.3.6-6), common-lisp-controller (>= 5.11) Recommends: binfmt-support (>= 1.1.2) Suggests: sbcl-doc, sbcl-source, slime Conflicts: cl-clx-sbcl (<= 0.7.0-1), common-lisp-controller (<= 5.11) Size: 8388176 Description: A Common Lisp compiler and development system SBCL is a development environment for the ANSI Common Lisp language. It provides a native-code compiler and an integrated debugger, as well as all the features in the ANSI specification. . SBCL also contains other extensions to the ANSI specification, including a foreign-function interface, a pseudo-server API, user-extensible stream functionality, a Meta-Object Protocol, and an ability to run external processes. . To browse SBCL source definitions with development environments, install the sbcl-source package. For documentation on SBCL's usage and internals, the package sbcl-doc is provided. . Homepage: http://www.sbcl.org Steps to reproduce the bug: ----snip----snip---- $ rm /var/cache/common-lisp-controller/1000/sbcl/cl-statistics/cl-statistics.fasl $ sbcl This is SBCL 0.9.16, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (asdf:operate 'asdf:load-op :cl-statistics :verbose nil) ; compiling file "/usr/share/common-lisp/source/cl-statistics/cl-statistics.lisp" (written 06 SEP 2006 01:36:49 AM): ; compiling (DECLAIM (OPTIMIZE # ...)) ; compiling (DEFPACKAGE :STATISTICS ...) ; compiling (IN-PACKAGE :STATISTICS) ; compiling (DEFMACRO TEST-VARIABLES ...) ; compiling (DEFMACRO SQUARE ...) ; compiling (DEFMACRO UNDERFLOW-GOES-TO-ZERO ...) ; compiling (DEFPACKAGE :STATISTICS ...); ; caught WARNING: ; STATISTICS also exports the following symbols: ; (FISHER-Z-TRANSFORM NORMAL-MEAN-CI-ON-SEQUENCE FALSE-DISCOVERY-CORRECTION) ; See also: ; The ANSI Standard, Macro DEFPACKAGE ; compiling (DECLAIM (OPTIMIZE # ...)) ; compiling (IN-PACKAGE :STATISTICS) ; compiling (DEFMACRO TEST-VARIABLES ...); in: LAMBDA NIL ; (LET* ((STATISTICS::DUMMY (CDR #:WHOLE60))) ; (BLOCK STATISTICS:TEST-VARIABLES)) ; ; caught STYLE-WARNING: ; The variable DUMMY is defined but never used. ; file: /usr/share/common-lisp/source/cl-statistics/cl-statistics.lisp ; in: DEFMACRO TEST-VARIABLES ; (DEFMACRO STATISTICS:TEST-VARIABLES (&REST STATISTICS::DUMMY)) ; --> EVAL-WHEN SB-C::%DEFMACRO LAMBDA FUNCTION LET* ; ==> ; (LET* ((STATISTICS::DUMMY (CDR #:WHOLE60))) ; (BLOCK STATISTICS:TEST-VARIABLES)) ; ; caught STYLE-WARNING: ; The variable DUMMY is defined but never used. ; compiling (DEFMACRO SQUARE ...) ; compiling (DEFUN MEAN ...) ; compiling (DEFUN MEDIAN ...) ; compiling (DEFUN MODE ...) ; compiling (DEFUN GEOMETRIC-MEAN ...) ; compiling (DEFUN RANGE ...) ; compiling (DEFUN PERCENTILE ...) ; compiling (DEFUN VARIANCE ...) ; compiling (DEFUN STANDARD-DEVIATION ...) ; compiling (DEFUN SD ...) ; compiling (DEFUN COEFFICIENT-OF-VARIATION ...) ; compiling (DEFUN STANDARD-ERROR-OF-THE-MEAN ...) ; compiling (DEFUN BINOMIAL-PROBABILITY ...) ; compiling (DEFUN BINOMIAL-CUMULATIVE-PROBABILITY ...) ; compiling (DEFUN BINOMIAL-GE-PROBABILITY ...) ; compiling (DEFUN BINOMIAL-LE-PROBABILITY ...) ; compiling (DEFUN POISSON-PROBABILITY ...) ; compiling (DEFUN POISSON-CUMULATIVE-PROBABILITY ...) ; compiling (DEFUN POISSON-GE-PROBABILITY ...) ; compiling (DEFUN NORMAL-PDF ...) ; compiling (DEFUN CONVERT-TO-STANDARD-NORMAL ...) ; compiling (DEFUN PHI ...) ; compiling (DEFUN Z ...) ; compiling (DEFUN T-DISTRIBUTION ...) ; compiling (DEFUN CHI-SQUARE ...) ; compiling (DEFUN CHI-SQUARE-CDF ...) ; compiling (DEFUN BINOMIAL-PROBABILITY-CI ...) ; compiling (DEFUN POISSON-MU-CI ...) ; compiling (DEFUN NORMAL-MEAN-CI ...) ; compiling (DEFUN NORMAL-MEAN-CI-ON-SEQUENCE ...) ; compiling (DEFUN NORMAL-VARIANCE-CI ...) ; compiling (DEFUN NORMAL-VARIANCE-CI-ON-SEQUENCE ...) ; compiling (DEFUN NORMAL-SD-CI ...) ; compiling (DEFUN NORMAL-SD-CI-ON-SEQUENCE ...) ; compiling (DEFUN Z-TEST ...) ; compiling (DEFUN Z-TEST-ON-SEQUENCE ...) ; compiling (DEFUN T-TEST-ONE-SAMPLE ...) ; compiling (DEFUN T-TEST-ONE-SAMPLE-ON-SEQUENCE ...) ; compiling (DEFUN T-TEST-PAIRED ...) ; compiling (DEFUN T-TEST-PAIRED-ON-SEQUENCES ...) ; compiling (DEFUN T-TEST-TWO-SAMPLE ...) ; compiling (DEFUN T-TEST-TWO-SAMPLE-ON-SEQUENCES ...) ; compiling (DEFUN F-TEST ...) ; compiling (DEFUN CHI-SQUARE-TEST-ONE-SAMPLE ...) ; compiling (DEFUN BINOMIAL-TEST-ONE-SAMPLE ...) ; compiling (DEFUN BINOMIAL-TEST-TWO-SAMPLE ...) ; compiling (DEFUN FISHER-EXACT-TEST ...) ; compiling (DEFUN MCNEMARS-TEST ...) ; compiling (DEFUN POISSON-TEST-ONE-SAMPLE ...) ; compiling (DEFUN SIGN-TEST ...) ; compiling (DEFUN SIGN-TEST-ON-SEQUENCES ...) ; compiling (DEFUN WILCOXON-SIGNED-RANK-TEST ...) ; compiling (DEFUN WILCOXON-SIGNED-RANK-TEST-ON-SEQUENCES ...) ; compiling (DEFUN CHI-SQUARE-TEST-RXC ...) ; compiling (DEFUN CHI-SQUARE-TEST-FOR-TREND ...) ; compiling (DEFUN T-TEST-ONE-SAMPLE-SSE ...) ; compiling (DEFUN T-TEST-TWO-SAMPLE-SSE ...) ; compiling (DEFUN T-TEST-PAIRED-SSE ...) ; compiling (DEFUN BINOMIAL-TEST-ONE-SAMPLE-SSE ...) ; compiling (DEFUN BINOMIAL-TEST-TWO-SAMPLE-SSE ...) ; compiling (DEFUN BINOMIAL-TEST-PAIRED-SSE ...) ; compiling (DEFUN CORRELATION-SSE ...) ; compiling (DEFUN LINEAR-REGRESSION ...) ; compiling (DEFUN CORRELATION-COEFFICIENT ...) ; compiling (DEFUN CORRELATION-TEST-TWO-SAMPLE ...) ; compiling (DEFUN CORRELATION-TEST-TWO-SAMPLE-ON-SEQUENCES ...) ; compiling (DEFUN SPEARMAN-RANK-CORRELATION ...) ; compiling (DEFUN T-SIGNIFICANCE ...) ; compiling (DEFUN F-SIGNIFICANCE ...) ; compiling (DEFUN RANDOM-SAMPLE ...) ; compiling (DEFUN RANDOM-PICK ...) ; compiling (DEFUN RANDOM-NORMAL ...) ; compiling (DEFUN BIN-AND-COUNT ...) ; compiling (DEFUN FISHER-Z-TRANSFORM ...) ; compiling (DEFUN PERMUTATIONS ...) ; compiling (DEFUN CHOOSE ...) ; compiling (DEFUN MEAN-SD-N ...) ; compiling (DEFUN ROUND-FLOAT ...) ; compiling (DEFUN FALSE-DISCOVERY-CORRECTION ...) ; compiling (DEFUN ROUND-UP ...) ; compiling (DEFUN SIGN ...) ; compiling (DEFUN FACTORIAL ...) ; compiling (DEFUN AVERAGE-RANK ...) ; compiling (DEFUN ERROR-FUNCTION ...) ; compiling (DEFUN GAMMA-INCOMPLETE ...) ; compiling (DEFUN GAMMA-LN ...) ; compiling (DEFUN ERROR-FUNCTION-COMPLEMENT ...) ; compiling (DEFUN FIND-CRITICAL-VALUE ...) ; compiling (DEFUN BETA-INCOMPLETE ...) ; compiling (DEFUN SAFE-EXP ...) ; /var/cache/common-lisp-controller/1000/sbcl/cl-statistics/cl-statistics.fasl written ; compilation finished in 0:00:02 WARNING: COMPILE-FILE warned while performing # on #. debugger invoked on a ASDF:COMPILE-FAILED in thread #: erred while invoking # on # Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT ] Exit debugger, returning to top level. ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-FILE)) # # # #) 0] ----snip----snip---- Compare to CMUCL procedure: ----snip----snip---- $ rm /var/cache/common-lisp-controller/1000/cmucl/cl-statistics/cl-statistics.x86f $ lisp ; Loading #P"/home/kevinl/.cmucl-init". CMU Common Lisp CVS 19c 19c-release-patch-1 + minimal debian patches (19C), running on tinker With core: /usr/lib/cmucl/lisp.core Dumped on: Fri, 2006-09-15 22:57:22-05:00 on tinker For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS. or to pvaneynd at debian.org type (help) for help, (quit) to exit, and (demo) to see the demos Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 * (declaim (optimize (extensions:inhibit-warnings 3))) NIL * (asdf:operate 'asdf:load-op :cl-statistics :verbose nil) ; ; Warning: STATISTICS also exports the following symbols: ; (FALSE-DISCOVERY-CORRECTION FISHER-Z-TRANSFORM NORMAL-MEAN-CI-ON-SEQUENCE) ; ; ; Warning: STATISTICS also exports the following symbols: ; (FISHER-Z-TRANSFORM FALSE-DISCOVERY-CORRECTION NORMAL-MEAN-CI-ON-SEQUENCE) ; ; ; Warning: STATISTICS also exports the following symbols: ; (FISHER-Z-TRANSFORM FALSE-DISCOVERY-CORRECTION NORMAL-MEAN-CI-ON-SEQUENCE) ; Warning: COMPILE-FILE warned while performing # on #. Warning: COMPILE-FILE failed while performing # on #. Warning: STATISTICS also exports the following symbols: (STATISTICS:NORMAL-MEAN-CI-ON-SEQUENCES STATISTICS:FISHERS-Z-TRANSFORM) Warning: STATISTICS also exports the following symbols: (FISHER-Z-TRANSFORM FALSE-DISCOVERY-CORRECTION NORMAL-MEAN-CI-ON-SEQUENCE) ; Compilation unit finished. ; 3 warnings NIL * ----snip----snip---- From edi at agharta.de Fri Sep 29 22:41:59 2006 From: edi at agharta.de (Edi Weitz) Date: Sat, 30 Sep 2006 00:41:59 +0200 Subject: [cl-debian] [ann] [html-template-announce] New version 0.7.0 Message-ID: ChangeLog: Version 0.7.0 2006-09-30 Added TMPL_REPEAT Download: http://weitz.de/files/html-template.tar.gz Cheers, Edi. _______________________________________________ html-template-announce site list html-template-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/html-template-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From noreply at henning.makholm.net Fri Sep 29 22:39:12 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Fri, 29 Sep 2006 16:39:12 -0600 Subject: [cl-debian] cl-statistics 20050224-2 MIGRATED to testing Message-ID: FYI: The status of the cl-statistics source package in Debian's testing distribution has changed. Previous version: 20050224-1 Current version: 20050224-2 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From fahree at gmail.com Sat Sep 30 10:32:07 2006 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Sat, 30 Sep 2006 06:32:07 -0400 Subject: [cl-debian] Re: Bug#382582 closed by Peter Van Eynde (Bug#382582: fixed in common-lisp-controller 6.3) In-Reply-To: References: <20060811220656.27145.67712.reportbug@blefuscu.porte31> Message-ID: <653bea160609300332q1aa43c0apd2d95f47bf966b82@mail.gmail.com> Hum, the fix in c-l-c 6.3 was a bit of a "throw the baby with the bath water" kind of fix. Now, no program that depends on c-l-c managed library will work, unless we explicitly call common-lisp-controller:clc-require for every such library (as if it were statically decided which libraries one uses from c-l-c and which one has a private hacking copy of). My take is: * always enable a wrapper. * the wrapper may only do a "reduced mapping" (restricted to /usr/share/common-lisp/source) or an "extended mapping" depending on some various runtime variable * the wrapper may export a mechanism such as cl-launch::exclude-from-cache to enable users to explicitly exclude some directory trees from their magic caches. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] No woman ever falls in love with a man unless she has a better opinion of him than he deserves. -- Edgar Watson Howe On 25/09/06, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > #382582: common-lisp-controller: c-l-c fails to exclude /usr/lib/sbcl and such from cache, > which was filed against the common-lisp-controller package. > > It has been closed by Peter Van Eynde . > > Their explanation is attached below. If this explanation is > unsatisfactory and you have not received a better one in a separate > message then please contact Peter Van Eynde by replying > to this email. > > Debian bug tracking system administrator > (administrator, Debian Bugs database) > > > > > ---------- Forwarded message ---------- > From: Peter Van Eynde > To: 382582-close at bugs.debian.org > Date: Mon, 25 Sep 2006 06:02:08 -0700 > Subject: Bug#382582: fixed in common-lisp-controller 6.3 > Source: common-lisp-controller > Source-Version: 6.3 > > We believe that the bug you reported is fixed in the latest version of > common-lisp-controller, which is due to be installed in the Debian FTP archive: > > common-lisp-controller_6.3.dsc > to pool/main/c/common-lisp-controller/common-lisp-controller_6.3.dsc > common-lisp-controller_6.3.tar.gz > to pool/main/c/common-lisp-controller/common-lisp-controller_6.3.tar.gz > common-lisp-controller_6.3_all.deb > to pool/main/c/common-lisp-controller/common-lisp-controller_6.3_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 382582 at bugs.debian.org, > and the maintainer will reopen the bug report if appropriate. > > Debian distribution maintenance software > pp. > Peter Van Eynde (supplier of updated common-lisp-controller 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 at debian.org) > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Format: 1.7 > Date: Mon, 25 Sep 2006 09:38:52 +0200 > Source: common-lisp-controller > Binary: common-lisp-controller > Architecture: source all > Version: 6.3 > Distribution: unstable > Urgency: low > Maintainer: Peter Van Eynde > Changed-By: Peter Van Eynde > Description: > common-lisp-controller - This is a Common Lisp source and compiler manager > Closes: 382582 384457 > Changes: > common-lisp-controller (6.3) unstable; urgency=low > . > * Ignore source files beneath /usr/lib/ > (Closes: #382582) > * Introduce the *redirect-fasl-files-to-cache* variable. > If the value of this variable is true we redirect fasl files > to the /var/cache directory. By default we will only redirect > when compiling as the result of a clc-require call. > (Closes: #384457) > * Added po-debconf Build-Depends > * Added XS-X-Vcs-Darcs header > Files: > 26368838973747b9c7fab7330f0e468a 689 devel optional common-lisp-controller_6.3.dsc > e3143ee551485ba54cae6a9d689ae33f 31331 devel optional common-lisp-controller_6.3.tar.gz > a686816b8906187fbdfd2e03cb767894 30760 devel optional common-lisp-controller_6.3_all.deb > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (GNU/Linux) > > iD8DBQFFF6pl11ldN0tyliURAp1jAJ9aca6Zmz+SafBlGyjgm0kLviFf/ACfd94r > jlF7TxtCfiS/mrLhyJrRkjU= > =gNIF > -----END PGP SIGNATURE----- From fahree at gmail.com Sat Sep 30 10:32:07 2006 From: fahree at gmail.com (=?UTF-8?Q? Far=C3=A9 ?=) Date: Sat, 30 Sep 2006 06:32:07 -0400 Subject: [cl-debian] Bug#382582: closed by Peter Van Eynde (Bug#382582: fixed in common-lisp-controller 6.3) In-Reply-To: References: <20060811220656.27145.67712.reportbug@blefuscu.porte31> Message-ID: <653bea160609300332q1aa43c0apd2d95f47bf966b82@mail.gmail.com> Hum, the fix in c-l-c 6.3 was a bit of a "throw the baby with the bath water" kind of fix. Now, no program that depends on c-l-c managed library will work, unless we explicitly call common-lisp-controller:clc-require for every such library (as if it were statically decided which libraries one uses from c-l-c and which one has a private hacking copy of). My take is: * always enable a wrapper. * the wrapper may only do a "reduced mapping" (restricted to /usr/share/common-lisp/source) or an "extended mapping" depending on some various runtime variable * the wrapper may export a mechanism such as cl-launch::exclude-from-cache to enable users to explicitly exclude some directory trees from their magic caches. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] No woman ever falls in love with a man unless she has a better opinion of him than he deserves. -- Edgar Watson Howe On 25/09/06, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > #382582: common-lisp-controller: c-l-c fails to exclude /usr/lib/sbcl and such from cache, > which was filed against the common-lisp-controller package. > > It has been closed by Peter Van Eynde . > > Their explanation is attached below. If this explanation is > unsatisfactory and you have not received a better one in a separate > message then please contact Peter Van Eynde by replying > to this email. > > Debian bug tracking system administrator > (administrator, Debian Bugs database) > > > > > ---------- Forwarded message ---------- > From: Peter Van Eynde > To: 382582-close at bugs.debian.org > Date: Mon, 25 Sep 2006 06:02:08 -0700 > Subject: Bug#382582: fixed in common-lisp-controller 6.3 > Source: common-lisp-controller > Source-Version: 6.3 > > We believe that the bug you reported is fixed in the latest version of > common-lisp-controller, which is due to be installed in the Debian FTP archive: > > common-lisp-controller_6.3.dsc > to pool/main/c/common-lisp-controller/common-lisp-controller_6.3.dsc > common-lisp-controller_6.3.tar.gz > to pool/main/c/common-lisp-controller/common-lisp-controller_6.3.tar.gz > common-lisp-controller_6.3_all.deb > to pool/main/c/common-lisp-controller/common-lisp-controller_6.3_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 382582 at bugs.debian.org, > and the maintainer will reopen the bug report if appropriate. > > Debian distribution maintenance software > pp. > Peter Van Eynde (supplier of updated common-lisp-controller 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 at debian.org) > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Format: 1.7 > Date: Mon, 25 Sep 2006 09:38:52 +0200 > Source: common-lisp-controller > Binary: common-lisp-controller > Architecture: source all > Version: 6.3 > Distribution: unstable > Urgency: low > Maintainer: Peter Van Eynde > Changed-By: Peter Van Eynde > Description: > common-lisp-controller - This is a Common Lisp source and compiler manager > Closes: 382582 384457 > Changes: > common-lisp-controller (6.3) unstable; urgency=low > . > * Ignore source files beneath /usr/lib/ > (Closes: #382582) > * Introduce the *redirect-fasl-files-to-cache* variable. > If the value of this variable is true we redirect fasl files > to the /var/cache directory. By default we will only redirect > when compiling as the result of a clc-require call. > (Closes: #384457) > * Added po-debconf Build-Depends > * Added XS-X-Vcs-Darcs header > Files: > 26368838973747b9c7fab7330f0e468a 689 devel optional common-lisp-controller_6.3.dsc > e3143ee551485ba54cae6a9d689ae33f 31331 devel optional common-lisp-controller_6.3.tar.gz > a686816b8906187fbdfd2e03cb767894 30760 devel optional common-lisp-controller_6.3_all.deb > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (GNU/Linux) > > iD8DBQFFF6pl11ldN0tyliURAp1jAJ9aca6Zmz+SafBlGyjgm0kLviFf/ACfd94r > jlF7TxtCfiS/mrLhyJrRkjU= > =gNIF > -----END PGP SIGNATURE----- From edi at agharta.de Sat Sep 30 13:24:20 2006 From: edi at agharta.de (Edi Weitz) Date: Sat, 30 Sep 2006 15:24:20 +0200 Subject: [cl-debian] [ann] [tbnl-announce] New version 0.11.3 (Was: Add hook before uploading a file.) In-Reply-To: <58f839b70609171633q1198cf71o3ebfcaac1ab2fb27@mail.gmail.com> (Erik Enge's message of "Sun, 17 Sep 2006 19:33:51 -0400") References: <58f839b70609171145i490568d5kc6b2814e9cbade0e@mail.gmail.com> <58f839b70609171633q1198cf71o3ebfcaac1ab2fb27@mail.gmail.com> Message-ID: On Sun, 17 Sep 2006 19:33:51 -0400, "Erik Enge" wrote: > The simplest way I can think of is with a hook right when we have > the filename but before we start writing to that file. I've added that now - see doc entry for *FILE-UPLOAD-HOOK*. Please try if it works for you. I think that's the best I can do ATM without modifying the RFC2388 code. Cheers, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From luca at pca.it Sat Sep 30 19:49:17 2006 From: luca at pca.it (Luca Capello) Date: Sat, 30 Sep 2006 21:49:17 +0200 Subject: [cl-debian] Bug#384457: marked as done (common-lisp-controller: Reconfiguration of ASDF is too intrusive) References: Message-ID: <87ac4huoci.fsf@gismo.pca.it> Hello, I'm cc:ing the original bug submitter and re-opening the bug, the solution is even worse. On Mon, 25 Sep 2006 15:49:41 +0200, Debian Bug Tracking System wrote: > In order for CLC to store fasls in /var/cache, it adds a method to > `asdf:output-files' with some dire effects on the user environment. [...] > More seriously, it means that some packages will fail to build. If > one downloads the latest mcclim snapshot and tries to build the > Listener application, it fails due to the inability to find some xpm > files: IIRC this is the same problem with the vanilla slime [1]. > Changes: > common-lisp-controller (6.3) unstable; urgency=low [...] > * Introduce the *redirect-fasl-files-to-cache* variable. > If the value of this variable is true we redirect fasl files > to the /var/cache directory. By default we will only redirect > when compiling as the result of a clc-require call. > (Closes: #384457) This now cause the following problem: ===== luca at gismo:~$ sbcl This is SBCL 0.9.17, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (asdf:oos 'asdf:load-op 'cl-fad) ; loading system definition from /usr/share/common-lisp/systems/cl-fad.asd into ; # ; registering # as CL-FAD ; registering # as CL-FAD-TESTS debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #: error opening #P"/usr/share/common-lisp/source/cl-fad/packages.fasl": Permission denied Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT ] Exit debugger, returning to top level. (SB-IMPL::SIMPLE-FILE-PERROR "error opening ~S" #P"/usr/share/common-lisp/source/cl-fad/packages.fasl" 13) 0] 2 ; compilation aborted after 0:00:02 ; ; compilation unit aborted ; caught 1 fatal ERROR condition * (quit) luca at gismo:~$ ===== Obviously, setting *redirect-fasl-files-to-cache* to t solves the problem, but IMHO it should at least the contrary, i.e. t by default. We cannot assume that the end user read the changelog or dig in the BTS (and AFAIK there's no other documentation for that variable). Thx, bye, Gismo / Luca Footnotes: [1] Message-Id: 87zmjqzm6i.fsf at gismo.pca.it http://common-lisp.net/pipermail/slime-devel/2006-March/004664.html http://article.gmane.org/gmane.lisp.slime.devel/4712 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Sat Sep 30 19:49:17 2006 From: luca at pca.it (Luca Capello) Date: Sat, 30 Sep 2006 21:49:17 +0200 Subject: Bug#384457: [cl-debian] Bug#384457: marked as done (common-lisp-controller: Reconfiguration of ASDF is too intrusive) References: Message-ID: <87ac4huoci.fsf@gismo.pca.it> Hello, I'm cc:ing the original bug submitter and re-opening the bug, the solution is even worse. On Mon, 25 Sep 2006 15:49:41 +0200, Debian Bug Tracking System wrote: > In order for CLC to store fasls in /var/cache, it adds a method to > `asdf:output-files' with some dire effects on the user environment. [...] > More seriously, it means that some packages will fail to build. If > one downloads the latest mcclim snapshot and tries to build the > Listener application, it fails due to the inability to find some xpm > files: IIRC this is the same problem with the vanilla slime [1]. > Changes: > common-lisp-controller (6.3) unstable; urgency=low [...] > * Introduce the *redirect-fasl-files-to-cache* variable. > If the value of this variable is true we redirect fasl files > to the /var/cache directory. By default we will only redirect > when compiling as the result of a clc-require call. > (Closes: #384457) This now cause the following problem: ===== luca at gismo:~$ sbcl This is SBCL 0.9.17, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (asdf:oos 'asdf:load-op 'cl-fad) ; loading system definition from /usr/share/common-lisp/systems/cl-fad.asd into ; # ; registering # as CL-FAD ; registering # as CL-FAD-TESTS debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #: error opening #P"/usr/share/common-lisp/source/cl-fad/packages.fasl": Permission denied Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT ] Exit debugger, returning to top level. (SB-IMPL::SIMPLE-FILE-PERROR "error opening ~S" #P"/usr/share/common-lisp/source/cl-fad/packages.fasl" 13) 0] 2 ; compilation aborted after 0:00:02 ; ; compilation unit aborted ; caught 1 fatal ERROR condition * (quit) luca at gismo:~$ ===== Obviously, setting *redirect-fasl-files-to-cache* to t solves the problem, but IMHO it should at least the contrary, i.e. t by default. We cannot assume that the end user read the changelog or dig in the BTS (and AFAIK there's no other documentation for that variable). Thx, bye, Gismo / Luca Footnotes: [1] Message-Id: 87zmjqzm6i.fsf at gismo.pca.it http://common-lisp.net/pipermail/slime-devel/2006-March/004664.html http://article.gmane.org/gmane.lisp.slime.devel/4712 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Sat Sep 30 19:49:17 2006 From: luca at pca.it (Luca Capello) Date: Sat, 30 Sep 2006 21:49:17 +0200 Subject: Bug#384457: [cl-debian] Bug#384457: marked as done (common-lisp-controller: Reconfiguration of ASDF is too intrusive) References: Message-ID: <87ac4huoci.fsf@gismo.pca.it> Hello, I'm cc:ing the original bug submitter and re-opening the bug, the solution is even worse. On Mon, 25 Sep 2006 15:49:41 +0200, Debian Bug Tracking System wrote: > In order for CLC to store fasls in /var/cache, it adds a method to > `asdf:output-files' with some dire effects on the user environment. [...] > More seriously, it means that some packages will fail to build. If > one downloads the latest mcclim snapshot and tries to build the > Listener application, it fails due to the inability to find some xpm > files: IIRC this is the same problem with the vanilla slime [1]. > Changes: > common-lisp-controller (6.3) unstable; urgency=low [...] > * Introduce the *redirect-fasl-files-to-cache* variable. > If the value of this variable is true we redirect fasl files > to the /var/cache directory. By default we will only redirect > when compiling as the result of a clc-require call. > (Closes: #384457) This now cause the following problem: ===== luca at gismo:~$ sbcl This is SBCL 0.9.17, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (asdf:oos 'asdf:load-op 'cl-fad) ; loading system definition from /usr/share/common-lisp/systems/cl-fad.asd into ; # ; registering # as CL-FAD ; registering # as CL-FAD-TESTS debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #: error opening #P"/usr/share/common-lisp/source/cl-fad/packages.fasl": Permission denied Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT ] Exit debugger, returning to top level. (SB-IMPL::SIMPLE-FILE-PERROR "error opening ~S" #P"/usr/share/common-lisp/source/cl-fad/packages.fasl" 13) 0] 2 ; compilation aborted after 0:00:02 ; ; compilation unit aborted ; caught 1 fatal ERROR condition * (quit) luca at gismo:~$ ===== Obviously, setting *redirect-fasl-files-to-cache* to t solves the problem, but IMHO it should at least the contrary, i.e. t by default. We cannot assume that the end user read the changelog or dig in the BTS (and AFAIK there's no other documentation for that variable). Thx, bye, Gismo / Luca Footnotes: [1] Message-Id: 87zmjqzm6i.fsf at gismo.pca.it http://common-lisp.net/pipermail/slime-devel/2006-March/004664.html http://article.gmane.org/gmane.lisp.slime.devel/4712 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Sat Sep 30 21:31:47 2006 From: luca at pca.it (Luca Capello) Date: Sat, 30 Sep 2006 23:31:47 +0200 Subject: [cl-debian] New package versions as of 20060930 Message-ID: <87k63lt518.fsf@gismo.pca.it> Hello Peter! Could you please upload the following new package versions? They are intended to be part of etch. - version 1:20060918-2: arnesi fiveam parenscript qbook yaclml - version 1:20060930-1: stumpwm - version 1:20060513-3: s-xml - version 1.1-5: rfc2388 - version 0.3-4: trivial-sockets Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: