From pc at p-cos.net Wed Nov 1 14:16:48 2006 From: pc at p-cos.net (Pascal Costanza) Date: Wed, 1 Nov 2006 15:16:48 +0100 Subject: [cl-debian] [ann] [cdr-announce] CDR 3 accepted Message-ID: <8FFA74DF-AB1E-47E7-AA4C-AA1B3423A93C@p-cos.net> The document "Revisiting CONCATENATE-SEQUENCE" has been submitted by Christophe Rhodes and has been accepted as CDR document 3. According to the CDR process, this document is now in its initial stage and will be finalized on December 13, 2006, unless withdrawn by the author beforehand. See http://cdr.eurolisp.org/document/3/ for the details of this document. 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 mcclim-devel at common-lisp.net Thu Nov 2 18:24:11 2006 From: mcclim-devel at common-lisp.net (McCLIM developers) Date: Thu, 02 Nov 2006 19:24:11 +0100 Subject: [cl-debian] [ann] [mcclim-announce] Announcing McCLIM 0.9.3 "All Saints' Day" Message-ID: <454A37CB.8080507@common-lisp.net> The McCLIM developers are happy to release version 0.9.3 of McCLIM, code-named "All Saints' Day". This release was tested and found to work on the following implementations: * SBCL * OpenMCL * Allegro Common Lisp 8.0 in ANSI Mode * The Scieneer Common Lisp in ANSI Mode For compatibility with other implementations, please see the attached release notes. Get the tarball at or install McCLIM via asdf-install. We are looking forward to your comments and bug reports. Please send them to mcclim-devel at common-lisp.net. The list of currently known bugs can be found at . Have fun using McCLIM (and build good things with it), The McCLIM developers. RELEASE NOTES FOR McCLIM 0.9.2, "Laetare Sunday": Compatibility ============= This release was tested and found to work on the following implementations: * SBCL * OpenMCL * Allegro Common Lisp 8.0 in ANSI Mode * The Scieneer Common Lisp in ANSI Mode In our tests, this release of McCLIM did not work on the following implementations: * CLISP (there are some problems with CLISP at the moment, but it is possible to run McCLIM there; a HOWTO will be posted to http://planet.lisp.org). * CMUCL (at the time of this release, the released CMUCL has a bug that prevents successful loading of McCLIM; CMUCL 19d + patch 1 and the 2006-12 snapshot or later contain a fix for this problem) * LispWorks (no known workaround) Also, McCLIM currently does not support lisps with case-sensitive readers (ACL "modern mode" and lower-case SCL). Changes in mcclim-0.9.3 "All Souls' Day" relative to 0.9.2: =========================================================== From the NEWS file: * backend improvement: The Null backend now registers itself in the server search path * improvement: with-output-as-gadget now sets the correct cursor position when incremental redisplay is active. * specification compliance: INVOKE-WITH-NEW-OUTPUT-RECORD's argument list now is the same as the one in the Franz CLIM user guide. * improvement: The text field cursor is now a solid block again. * backend improvement: the PostScript backend now outputs correct EPS * improvement: Graph nodes can now be dragged * improvement: Possibilities when reading from COMPLETE-FROM-GENERATOR are now sorted alphabetically. * new experimental backend: gtkairo (loads on SBCL, CMUCL and SCL): Uses GTK+ for gadgets and cairo for rendering graphics. * Bug fix: incremental-redisplay does no longer leak memory * improvement: incremental-redisplay is now a little faster * Bug fix: Invisible text cursors no longer leave a dangling space behind the text output record * improvement: commands whose names are shadowed in child command tables are now suggested in preference to their parents. * Bug fix: (setf stream-cursor-position) and output record replay on encapsulating streams work now. * Bug fix: Invoking command menu items in frames with no interactor works now. * Bug fix: DESTROY-PORT removes the port even if an error occurs while closing the port * Bug fix: make-process now sets the process name on SBCL * specification compliance: MENU-CHOOSE now supports almost all features demanded in the CLIM 2.0 specification. * improvement: new and improved ACCEPT presentation method for expressions on interactive streams. * specification compliance: LOOKUP-KEYSTROKE-ITEM no longer accepts the :errorp argument. * Bug fix: incremental redisplay no longer breaks on output records that had no children. * Bug fix: arrow head sizes are now transformed along with the line thickness. * improvement: resizing a viewport's child will now move the viewport's focus. * improvement: loading mcclim.asd no longer shows a code deletion note on SBCL. * new demo: logic-cube * compatibility: Add support for post-1.0 openmcl, and for Allegro Common Lisp 8.0 (ansi mode). * new example application showing use of CLIM views. _______________________________________________ mcclim-announce mailing list mcclim-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/mcclim-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From mcclim-devel at common-lisp.net Thu Nov 2 18:43:20 2006 From: mcclim-devel at common-lisp.net (McCLIM developers) Date: Thu, 02 Nov 2006 19:43:20 +0100 Subject: [cl-debian] [ann] [mcclim-announce] (corrected) Announcing McCLIM 0.9.3 "All Souls' Day" Message-ID: <454A3C48.80600@common-lisp.net> The McCLIM developers are happy to release version 0.9.3 of McCLIM, code-named "All Saints' Day". This release was tested and found to work on the following implementations: * SBCL * OpenMCL * Allegro Common Lisp 8.0 in ANSI Mode * The Scieneer Common Lisp in ANSI Mode For compatibility with other implementations, please see the attached release notes. Get the tarball at or install McCLIM via asdf-install. We are looking forward to your comments and bug reports. Please send them to mcclim-devel at common-lisp.net. The list of currently known bugs can be found at . Have fun using McCLIM (and build good things with it), The McCLIM developers. RELEASE NOTES FOR McCLIM 0.9.3, "All Souls' Day": Compatibility ============= This release was tested and found to work on the following implementations: * SBCL * OpenMCL * Allegro Common Lisp 8.0 in ANSI Mode * The Scieneer Common Lisp in ANSI Mode In our tests, this release of McCLIM did not work on the following implementations: * CLISP (there are some problems with CLISP at the moment, but it is possible to run McCLIM there; a HOWTO will be posted to http://planet.lisp.org). * CMUCL (at the time of this release, the released CMUCL has a bug that prevents successful loading of McCLIM; CMUCL 19d + patch 1 and the 2006-12 snapshot or later contain a fix for this problem) * LispWorks (no known workaround) Also, McCLIM currently does not support lisps with case-sensitive readers (ACL "modern mode" and lower-case SCL). Changes in mcclim-0.9.3 "All Souls' Day" relative to 0.9.2: =========================================================== From the NEWS file: * backend improvement: The Null backend now registers itself in the server search path * improvement: with-output-as-gadget now sets the correct cursor position when incremental redisplay is active. * specification compliance: INVOKE-WITH-NEW-OUTPUT-RECORD's argument list now is the same as the one in the Franz CLIM user guide. * improvement: The text field cursor is now a solid block again. * backend improvement: the PostScript backend now outputs correct EPS * improvement: Graph nodes can now be dragged * improvement: Possibilities when reading from COMPLETE-FROM-GENERATOR are now sorted alphabetically. * new experimental backend: gtkairo (loads on SBCL, CMUCL and SCL): Uses GTK+ for gadgets and cairo for rendering graphics. * Bug fix: incremental-redisplay does no longer leak memory * improvement: incremental-redisplay is now a little faster * Bug fix: Invisible text cursors no longer leave a dangling space behind the text output record * improvement: commands whose names are shadowed in child command tables are now suggested in preference to their parents. * Bug fix: (setf stream-cursor-position) and output record replay on encapsulating streams work now. * Bug fix: Invoking command menu items in frames with no interactor works now. * Bug fix: DESTROY-PORT removes the port even if an error occurs while closing the port * Bug fix: make-process now sets the process name on SBCL * specification compliance: MENU-CHOOSE now supports almost all features demanded in the CLIM 2.0 specification. * improvement: new and improved ACCEPT presentation method for expressions on interactive streams. * specification compliance: LOOKUP-KEYSTROKE-ITEM no longer accepts the :errorp argument. * Bug fix: incremental redisplay no longer breaks on output records that had no children. * Bug fix: arrow head sizes are now transformed along with the line thickness. * improvement: resizing a viewport's child will now move the viewport's focus. * improvement: loading mcclim.asd no longer shows a code deletion note on SBCL. * new demo: logic-cube * compatibility: Add support for post-1.0 openmcl, and for Allegro Common Lisp 8.0 (ansi mode). * new example application showing use of CLIM views. _______________________________________________ mcclim-announce mailing list mcclim-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/mcclim-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From noreply at henning.makholm.net Sat Nov 4 23:39:15 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Sat, 04 Nov 2006 16:39:15 -0700 Subject: [cl-debian] fortunes-it 1.99-2 MIGRATED to testing Message-ID: FYI: The status of the fortunes-it source package in Debian's testing distribution has changed. Previous version: 1.99-1 Current version: 1.99-2 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From piranha at thoughtcrime.us Sat Nov 4 09:45:58 2006 From: piranha at thoughtcrime.us (J.P. Larocque) Date: Sat, 4 Nov 2006 01:45:58 -0800 Subject: [cl-debian] Bug#394775: Sparc64 install fails: 'sbcl.sh install-clc' segfaults In-Reply-To: <200610310837.12905.pvaneynd@debian.org> References: <20061022235112.GA12551@gyral.ely.ath.cx> <200610310837.12905.pvaneynd@debian.org> Message-ID: <20061104094558.GA29331@gyral.ely.ath.cx> On Tue, Oct 31, 2006 at 08:37:11AM +0100, Peter Van Eynde wrote: > could you send me the output of > > cat /proc/self/maps ---8<---8<--- 00010000-00014000 r-xp 00000000 08:01 6201 /bin/cat 00022000-00024000 rwxp 00002000 08:01 6201 /bin/cat 00024000-00046000 rwxp 00024000 00:00 0 [heap] f7d24000-f7e78000 r--p 00000000 fe:00 16461 /usr/lib/locale/locale-archive f7e78000-f7fac000 r-xp 00000000 08:01 22628 /lib/libc-2.3.2.so f7fac000-f7fb8000 ---p 00134000 08:01 22628 /lib/libc-2.3.2.so f7fb8000-f7fc4000 rwxp 00130000 08:01 22628 /lib/libc-2.3.2.so f7fc4000-f7fc6000 rwxp f7fc4000 00:00 0 f7fd0000-f7fea000 r-xp 00000000 08:01 22625 /lib/ld-2.3.2.so f7ff8000-f7ffa000 rwxp 00018000 08:01 22625 /lib/ld-2.3.2.so ff8f0000-ff91a000 rw-p ff8f0000 00:00 0 [stack] --->8--->8--- > and > strace /usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core --sysinit /dev/null --userinit /dev/null ---8<---8<--- execve("/usr/bin/sbcl", ["/usr/bin/sbcl", "--core", "/usr/lib/sbcl/sbcl-dist.core", "--sysinit", "/dev/null", "--userinit", "/dev/null"], [/* 41 vars */]) = 0 uname({sys="Linux", node="gyral", ...}) = 0 brk(0) = 0x22000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=22531, ...}) = 0 mmap(NULL, 22531, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7f90000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\36"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=10444, ...}) = 0 mmap(NULL, 74736, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xf7f7c000 mprotect(0xf7f80000, 58352, PROT_NONE) = 0 mmap(0xf7f8c000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xf7f8c000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\234"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0644, st_size=527020, ...}) = 0 mmap(NULL, 591312, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xf7ee8000 mprotect(0xf7f66000, 75216, PROT_NONE) = 0 mmap(0xf7f68000, 73728, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x70000) = 0xf7f68000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\316"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1292436, ...}) = 0 mmap(NULL, 1362352, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xf7d98000 mprotect(0xf7ecc000, 100784, PROT_NONE) = 0 mmap(0xf7ed8000, 49152, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x130000) = 0xf7ed8000 mmap(0xf7ee4000, 2480, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf7ee4000 close(3) = 0 munmap(0xf7f90000, 22531) = 0 uname({sys="Linux", node="gyral", ...}) = 0 mmap(0x10000000, 83886080, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x10000000 mmap(0x28000000, 67108864, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x28000000 mmap(0x30000000, 134217728, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x30000000 mmap(0x40000000, 134217728, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x40000000 mmap(0xf800000, 8388608, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xf800000 brk(0) = 0x22000 brk(0x44000) = 0x44000 brk(0) = 0x44000 fstat64(1, {st_mode=S_IFREG|0644, st_size=3212, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7f96000 write(1, "This is SBCL 0.8.16, an implemen"..., 362This is SBCL 0.8.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. ) = 362 open("/etc/localtime", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1017, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7f94000 read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0"..., 8192) = 1017 close(3) = 0 munmap(0xf7f94000, 8192) = 0 open("/usr/lib/sbcl/sbcl-dist.core", O_RDONLY) = 3 read(3, "SBCL\0\0\17\24\0\0\0\3\0\0\0\3\0\0\17;\0\0\0!\0\0\0v\0"..., 8192) = 8192 mmap(0x10000000, 20176896, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x10000000 mmap(0x28000000, 5267456, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x1340000) = 0x28000000 mmap(0x40000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0x1846000) = 0x40000000 rt_sigaction(SIGILL, {0x1ca1c, [PIPE ALRM URG TSTP CHLD IO XCPU XFSZ VTALRM PROF WINCH USR1 USR2], SA_RESTART|SA_SIGINFO}, NULL, 0xf7dcb0ec, 3) = 0 rt_sigaction(SIGEMT, {0x1cd1c, [PIPE ALRM URG TSTP CHLD IO XCPU XFSZ VTALRM PROF WINCH USR1 USR2], SA_RESTART|SA_SIGINFO}, NULL, 0xf7dcb0ec, 3) = 0 rt_sigaction(SIGSEGV, {0x1da0c, [PIPE ALRM URG TSTP CHLD IO XCPU XFSZ VTALRM PROF WINCH USR1 USR2], SA_RESTART|SA_SIGINFO}, NULL, 0xf7dcb0ec, 3) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV (core dumped) +++ --->8--->8--- Thanks, -- J.P. Larocque is and Encrypted/signed e-mail preferred; http://ely.ath.cx/~piranha/pgp Fpr 5612 10A8 4986 2D85 A995 252B 4C02 5E02 F61D 2E61; ID 0xF61D2E61 From commissariocurelli at web.de Sat Nov 4 14:01:41 2006 From: commissariocurelli at web.de (commi) Date: Sat, 04 Nov 2006 15:01:41 +0100 Subject: [cl-debian] Bug#397026: cmucl: package does not install in etch Message-ID: <20061104140141.20319.41894.reportbug@host1> Package: cmucl Version: 19c-release-20051115-3 Severity: normal The package fails to install with: Richte cmucl ein (19c-release-20051115-3) ... Installing Common Lisp Controller in CMU CL ... Couldn't mmap at 0xbe000000, len 1048576; got mapping at 0xa7d11000 insteadensur e_space: Failed to validate 1048576 bytes at 0xbe000000 FAILED ------------------------------------------- mimi at host1:~$ cmucl --version Couldn't mmap at 0xbe000000, len 1048576; got mapping at 0xa7d0f000 insteadensure_space: Failed to validate 1048576 bytes at 0xbe000000 -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages cmucl depends on: ii common-lisp-controller 6.6 This is a Common Lisp source and c ii debconf [debconf-2.0] 1.5.6 Debian configuration management sy Versions of packages cmucl recommends: ii binfmt-support 1.2.8 Support for extra binary formats -- debconf information: cmucl/upgradeproblems: From edi at agharta.de Sun Nov 5 20:32:04 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 05 Nov 2006 21:32:04 +0100 Subject: [cl-debian] [ann] [hunchentoot-announce] New version 0.4.6 (Was: Confusing Hunchentoot behaviour) In-Reply-To: (Marijn Haverbeke's message of "Sat, 4 Nov 2006 21:48:24 +0100") References: Message-ID: On Sat, 4 Nov 2006 21:48:24 +0100, "Marijn Haverbeke" wrote: > A good fix would be to just call *meta-dispatcher* for every call to > dispatch-request, so that you've always got the most recent > dispatch-table and the programmer can fiddle with that variable from > the REPL and immediately see the result. I've implemented that now in the new version. *META-DISPATCHER* came in pretty late in the game, and it wasn't intended to behave like it did until 0.4.5. Thanks for the report. 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 Sun Nov 5 22:57:39 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 05 Nov 2006 23:57:39 +0100 Subject: [cl-debian] [ann] [hunchentoot-announce] New version 0.4.7 (Was: real-remote-addr and proxy chains) In-Reply-To: <20061105211850.GB14326@oja.no> (Robert J. Macomber's message of "Sun, 05 Nov 2006 14:18:50 -0700") References: <20061102181555.GA12734@oja.no> <20061105204818.GA14326@oja.no> <20061105211850.GB14326@oja.no> Message-ID: On Sun, 05 Nov 2006 14:18:50 -0700, "Robert J. Macomber" wrote: > Depends on whether you're interested in the user's (claimed) real > address, or the address the user presents to the web server to which > he thinks he's speaking. In my case, I'm interested in the latter > (that is, I'm just interested in what REMOTE-ADDR would be if > Hunchentoot weren't behind a server-side proxy). Having looked at > the documentation for sessions in the past five minutes, I see that > that machinery is interested in the former. OK, I've implemented the version I described in my previous email. The new release also fixes the bug in COOKIE-OUT you mentioned. 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 edi at agharta.de Sun Nov 5 23:48:43 2006 From: edi at agharta.de (Edi Weitz) Date: Mon, 06 Nov 2006 00:48:43 +0100 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.7.2 Message-ID: ChangeLog: Version 0.7.2 2006-11-06 Removed unnecessary CHECK-EOF-NO-HANG also for in-memory streams (see 0.5.8) 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 Nov 6 00:06:36 2006 From: edi at agharta.de (Edi Weitz) Date: Mon, 06 Nov 2006 01:06:36 +0100 Subject: [cl-debian] [ann] [hunchentoot-announce] New version 0.4.8 (Was: Problems with file uploads and mod_lisp) In-Reply-To: (Edi Weitz's message of "Sun, 29 Oct 2006 03:07:26 +0100") References: Message-ID: On Sun, 29 Oct 2006 03:07:26 +0100, Edi Weitz wrote: > I just realized that Hunchentoot in its current form has problems > with file uploads if it's used behind mod_lisp. I think I've fixed this in 0.4.8 now. At least I found something in START-OUTPUT which was obviously wrong and a result of my porting and re-factoring Hunchentoot/TBNL too hastily. 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 pvaneynd at debian.org Mon Nov 6 10:06:03 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 6 Nov 2006 11:06:03 +0100 Subject: [cl-debian] Bug#397026: cmucl: package does not install in etch In-Reply-To: <20061104140141.20319.41894.reportbug@host1> References: <20061104140141.20319.41894.reportbug@host1> Message-ID: <200611061106.04307.pvaneynd@debian.org> On Saturday 04 November 2006 15:01, commi wrote: > Package: cmucl > Version: 19c-release-20051115-3 > Severity: normal > > > The package fails to install with: > > Richte cmucl ein (19c-release-20051115-3) ... > Installing Common Lisp Controller in CMU CL ... > Couldn't mmap at 0xbe000000, len 1048576; got mapping at 0xa7d11000 > insteadensur e_space: Failed to validate 1048576 bytes at 0xbe000000 > FAILED ... Your kernel is broken see bug 360561: > Kernel: Linux 2.6.17-2-686 This problem is fixed in the 2.6.18 kernel. 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 Mon Nov 6 13:39:13 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 6 Nov 2006 14:39:13 +0100 Subject: [cl-debian] Bug#394775: Sparc64 install fails: 'sbcl.sh install-clc' segfaults In-Reply-To: <20061104094558.GA29331@gyral.ely.ath.cx> References: <20061022235112.GA12551@gyral.ely.ath.cx> <200610310837.12905.pvaneynd@debian.org> <20061104094558.GA29331@gyral.ely.ath.cx> Message-ID: <200611061439.13614.pvaneynd@debian.org> Hello, Your logs show that there is a memory layout conflict in sbcl: On Saturday 04 November 2006 10:45, J.P. Larocque wrote: > > cat /proc/self/maps > > ---8<---8<--- > 00010000-00014000 r-xp 00000000 08:01 6201 /bin/cat > 00022000-00024000 rwxp 00002000 08:01 6201 /bin/cat > 00024000-00046000 rwxp 00024000 00:00 0 [heap] > f7d24000-f7e78000 r--p 00000000 fe:00 16461 /usr/lib/locale/locale-archive And then sbcl does an allocation of the linkage tables from 0xf800000 upto 0x10000000. This goes right over where the libraries are in memory: src/compiler/sparc/parms.lisp ... (def!constant linkage-table-space-start #x0f800000) (def!constant linkage-table-space-end #x10000000) and in the strace: > mmap(0xf800000, 8388608, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xf800000 A while later it crashes. To fix this one would need access to a sparc64 machine to further debug this problem, but vore is still down so I cannot use a debian machine to investigate this. If you can recompile sbcl you could try to change the parms.lisp file move the LT to some other place. Maybe #xa0000000 to #xa0800000? 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 rm at tuxteam.de Mon Nov 6 16:37:42 2006 From: rm at tuxteam.de (rm at tuxteam.de) Date: Mon, 6 Nov 2006 16:37:42 +0000 Subject: Bug#394775: [cl-debian] Bug#394775: Sparc64 install fails: 'sbcl.sh install-clc' segfaults In-Reply-To: <200611061439.13614.pvaneynd@debian.org> References: <20061022235112.GA12551@gyral.ely.ath.cx> <200610310837.12905.pvaneynd@debian.org> <20061104094558.GA29331@gyral.ely.ath.cx> <200611061439.13614.pvaneynd@debian.org> Message-ID: <20061106163742.GA28068@seid-online.de> On Mon, Nov 06, 2006 at 02:39:13PM +0100, Peter Van Eynde wrote: > Hello, > > Your logs show that there is a memory layout conflict in sbcl: > > On Saturday 04 November 2006 10:45, J.P. Larocque wrote: > > > cat /proc/self/maps > > > > ---8<---8<--- > > 00010000-00014000 r-xp 00000000 08:01 6201 /bin/cat > > 00022000-00024000 rwxp 00002000 08:01 6201 /bin/cat > > 00024000-00046000 rwxp 00024000 00:00 0 [heap] > > f7d24000-f7e78000 r--p 00000000 fe:00 16461 /usr/lib/locale/locale-archive > > And then sbcl does an allocation of the linkage tables from > 0xf800000 upto 0x10000000. This goes right over where the > libraries are in memory: > > src/compiler/sparc/parms.lisp > ... > (def!constant linkage-table-space-start #x0f800000) > (def!constant linkage-table-space-end #x10000000) > > and in the strace: > > > > mmap(0xf800000, 8388608, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0xf800000 > > A while later it crashes. To fix this one would need access to > a sparc64 machine to further debug this problem, but vore > is still down so I cannot use a debian machine to investigate this. Hi Peter, if yo want i could try to put up a sparc64 wit Debian on it and attac it to the net. Cheers, RalfD > If you can recompile sbcl you could try to change the parms.lisp file move the > LT to some other place. Maybe #xa0000000 to #xa0800000? > > 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| > > > _______________________________________________ > cl-debian mailing list > cl-debian at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/cl-debian From noreply at henning.makholm.net Mon Nov 6 23:39:12 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 06 Nov 2006 16:39:12 -0700 Subject: [cl-debian] cl-pg 1:20061022-1 MIGRATED to testing Message-ID: FYI: The status of the cl-pg source package in Debian's testing distribution has changed. Previous version: 1:20060207-2 Current version: 1:20061022-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From piranha at ely.ath.cx Tue Nov 7 06:14:00 2006 From: piranha at ely.ath.cx (J.P. Larocque) Date: Mon, 6 Nov 2006 22:14:00 -0800 Subject: [cl-debian] Bug#394775: Sparc64 install fails: 'sbcl.sh install-clc' segfaults In-Reply-To: <200611061439.13614.pvaneynd@debian.org> References: <20061022235112.GA12551@gyral.ely.ath.cx> <200610310837.12905.pvaneynd@debian.org> <20061104094558.GA29331@gyral.ely.ath.cx> <200611061439.13614.pvaneynd@debian.org> Message-ID: <20061107061359.GA19338@evanescence.ely.ath.cx> On Mon, Nov 06, 2006 at 02:39:13PM +0100, Peter Van Eynde wrote: > If you can recompile sbcl you could try to change the parms.lisp > file move the LT to some other place. Maybe #xa0000000 to > #xa0800000? Disclosure: this is well into the realm of deep magic for me. =) I'd love to recompile, but I can't find a host CL to build SBCL with. The stable package build-depends on sbcl, which of course can't work. Stable's clisp segfaults on installation, too. Both the Debian stable[1] and upstream 0.9.18[2] versions of SBCL won't build with "gcl -batch". Even the SPARC binary on the SBCL web site fails[3]. Am I missing any ideas on how to get this going? 1. GNUmakefile:72: depend: No such file or directory 2. Error in GET-MACRO-CHARACTER [or a callee]: NIL is not of type READTABLE 3. After startup banner: ---8<---8<--- fatal error encountered in SBCL pid 9293: maximum interrupt nesting depth (32) exceeded LDB monitor ldb> --->8--->8--- -- J.P. Larocque: , From kmr at debian.org Tue Nov 7 06:47:17 2006 From: kmr at debian.org (Kevin M. Rosenberg) Date: Mon, 06 Nov 2006 22:47:17 -0800 Subject: [cl-debian] Accepted cl-lml2 1.5.6-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 6 Nov 2006 23:26:48 -0700 Source: cl-lml2 Binary: cl-lml2 Architecture: source all Version: 1.5.6-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-lml2 - Lisp Markup Language Changes: cl-lml2 (1.5.6-1) unstable; urgency=low . * New upstream Files: 2a1795f75662b22b8afd1c76529f6831 564 devel optional cl-lml2_1.5.6-1.dsc d53a01f9e245b438ebd81566e78f47d1 28286 devel optional cl-lml2_1.5.6.orig.tar.gz 1b915a994cdcdd3f5effffa399da5475 4303 devel optional cl-lml2_1.5.6-1.diff.gz 50fb5e0deee14e5bd938127e092a635d 22798 devel optional cl-lml2_1.5.6-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFUCj5ES7N8sSjgj4RAjBhAJ0VvmiJfEZi0t1E1AkdQKtJB9mAdgCfQpFq j3E164BxgnMxkOMjYwl+1ME= =daoW -----END PGP SIGNATURE----- Accepted: cl-lml2_1.5.6-1.diff.gz to pool/main/c/cl-lml2/cl-lml2_1.5.6-1.diff.gz cl-lml2_1.5.6-1.dsc to pool/main/c/cl-lml2/cl-lml2_1.5.6-1.dsc cl-lml2_1.5.6-1_all.deb to pool/main/c/cl-lml2/cl-lml2_1.5.6-1_all.deb cl-lml2_1.5.6.orig.tar.gz to pool/main/c/cl-lml2/cl-lml2_1.5.6.orig.tar.gz From kmr at debian.org Tue Nov 7 18:47:20 2006 From: kmr at debian.org (Kevin M. Rosenberg) Date: Tue, 07 Nov 2006 10:47:20 -0800 Subject: [cl-debian] Accepted cl-lml2 1.6.0-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 7 Nov 2006 11:25:42 -0700 Source: cl-lml2 Binary: cl-lml2 Architecture: source all Version: 1.6.0-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-lml2 - Lisp Markup Language Changes: cl-lml2 (1.6.0-1) unstable; urgency=low . * New upstream Files: 4b68363634730fbf5410ae178060b5db 564 devel optional cl-lml2_1.6.0-1.dsc fef849ed4f8cb7f0025a26a775624be4 28353 devel optional cl-lml2_1.6.0.orig.tar.gz bc8bade03fe385403311f3d4c6161371 4320 devel optional cl-lml2_1.6.0-1.diff.gz ee831a2a8dd573a988141f9242c613d5 22886 devel optional cl-lml2_1.6.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFUNA6ES7N8sSjgj4RAq/KAJ9zNsvEG8xDk88/R+fPATCjocgnFACdF4yr MFRKI+JExzkJoMGV+YZVJt8= =yMEi -----END PGP SIGNATURE----- Accepted: cl-lml2_1.6.0-1.diff.gz to pool/main/c/cl-lml2/cl-lml2_1.6.0-1.diff.gz cl-lml2_1.6.0-1.dsc to pool/main/c/cl-lml2/cl-lml2_1.6.0-1.dsc cl-lml2_1.6.0-1_all.deb to pool/main/c/cl-lml2/cl-lml2_1.6.0-1_all.deb cl-lml2_1.6.0.orig.tar.gz to pool/main/c/cl-lml2/cl-lml2_1.6.0.orig.tar.gz From kmr at debian.org Wed Nov 8 06:17:30 2006 From: kmr at debian.org (Kevin M. Rosenberg) Date: Tue, 07 Nov 2006 22:17:30 -0800 Subject: [cl-debian] Accepted cl-lml2 1.6.1-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 7 Nov 2006 23:00:15 -0700 Source: cl-lml2 Binary: cl-lml2 Architecture: source all Version: 1.6.1-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-lml2 - Lisp Markup Language Changes: cl-lml2 (1.6.1-1) unstable; urgency=low . * New upstream Files: f5a820c4bf3f740619e96f37b7713754 564 devel optional cl-lml2_1.6.1-1.dsc 54e96f89580adff2689184015ca07ad6 28063 devel optional cl-lml2_1.6.1.orig.tar.gz 8759d9026c777a15802e55ac68cdaa8d 4301 devel optional cl-lml2_1.6.1-1.diff.gz bf1b6c1add698ffa38a86ac6999d33a2 22996 devel optional cl-lml2_1.6.1-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFUXM5ES7N8sSjgj4RAr93AJ480vQK/lJyk1L/eaia/TDKZR3aYgCfWqz7 3UOjZoWlGMqHTRZr0I100+k= =Dai9 -----END PGP SIGNATURE----- Accepted: cl-lml2_1.6.1-1.diff.gz to pool/main/c/cl-lml2/cl-lml2_1.6.1-1.diff.gz cl-lml2_1.6.1-1.dsc to pool/main/c/cl-lml2/cl-lml2_1.6.1-1.dsc cl-lml2_1.6.1-1_all.deb to pool/main/c/cl-lml2/cl-lml2_1.6.1-1_all.deb cl-lml2_1.6.1.orig.tar.gz to pool/main/c/cl-lml2/cl-lml2_1.6.1.orig.tar.gz From pvaneynd at debian.org Wed Nov 8 10:30:28 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 08 Nov 2006 11:30:28 +0100 Subject: [cl-debian] Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory In-Reply-To: <20061108092101.GB6709@ox.lucas-nussbaum.net> References: <20061108092101.GB6709@ox.lucas-nussbaum.net> Message-ID: <1162981828.26583.275296904@webmail.messagingengine.com> On Wed, 8 Nov 2006 10:21:01 +0100, "Lucas Nussbaum" > During a rebuild of all packages in etch, I discovered that your package > failed to build on i386. This turns out to be hevea problem: hevea -fix cmu-user.hva cmu-user.tex ./cmu-user.hva:13: Warning: Not (re)-defining environment 'minipage' with \newenvironment ./cmu-user.hva:137: Warning: Unknown counter: footer in \setcounter Giving up command: \@primitives Giving up command: \orig at input Giving up command: \input Giving up command: \ifthenelse Giving up command: \@iffileexists Giving up command: \@usepackage Giving up command: \@@iter Giving up command: \@callsubst Giving up command: \@iter Giving up command: \@funcall Giving up command: \usepackage /usr/share/hevea/xspace.hva:2: Fatal error: Command: \xspace defined at initialisation (if input is plain LaTeX, please report to Luc.Maranget at inria.fr) Adios make[3]: *** [cmu-user.html] Error 2 I've seen a fix in upstream CVS and will investigate this. Groetjes, Peter From lucas at lucas-nussbaum.net Wed Nov 8 09:21:01 2006 From: lucas at lucas-nussbaum.net (Lucas Nussbaum) Date: Wed, 8 Nov 2006 10:21:01 +0100 Subject: [cl-debian] Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory Message-ID: <20061108092101.GB6709@ox.lucas-nussbaum.net> Package: cmucl Version: 19c-release-20051115-3 Severity: serious Justification: FTBFS on i386, very likely to fail everywhere else Usertags: grid5000 Hi, During a rebuild of all packages in etch, I discovered that your package failed to build on i386. Relevant parts: dh_testdir dh_testroot dh_installchangelogs src/general-info/release-19b.txt dh_installdocs cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory dh_installdocs: command returned error code 256 The full build log is available from http://ox.blop.info/bazaar/buildlogs/20061107/ About the archive rebuilt: The rebuilt was done on about 30 AMD64 nodes of the Grid'5000 platform, using a chroot containing an etch i386 environment (not unstable). Internet was not accessible from the build nodes. The builds were processed as root, in a clean chroot environment. About Grid'5000: The Grid'5000 project aims at building a highly reconfigurable experimental Grid platform gathering 9 sites and featuring a total of 5000 CPUs. Its main purpose is to serve as an experimental testbed for research in Grid Computing. To learn more about Grid'5000, read https://www.grid5000.fr/ -- | Lucas Nussbaum | lucas at lucas-nussbaum.net http://www.lucas-nussbaum.net/ | | jabber: lucas at nussbaum.fr GPG: 1024D/023B3F4F | From pvaneynd at debian.org Thu Nov 9 08:17:54 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 09 Nov 2006 00:17:54 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.18.0-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 8 Nov 2006 07:25:40 +0100 Source: sbcl Binary: sbcl sbcl-source sbcl-doc Architecture: source all i386 Version: 1:0.9.18.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.18.0-1) unstable; urgency=low . * New upstream version. Major changes: + enhancement: SB-POSIX now supports cfsetispeed(3), cfsetospeed(3), cfgetispeed(3), cfgetospeed(3), and related constants. (thanks to Max-Gerd Retzlaff) + bug fix: two potential GC deadlocks affecting threaded builds. + bug fix: (TYPEP #\A '(NOT (MEMBER #\" #\{ #\:))) now correctly returns T (reported by Anton Kazennikov) + bug fix: the STORE-VALUE restart of CHECK-TYPE works correctly with non-variable places + bug fix: remove a race condition in the setting of funcallable-instance functions, this should make threaded CLOS code more stable against memory faults. + bug fix: corruption of specials when unbinding is interrupted by an asynchronous unwind (reported by Hannu Koivisto) + improvement: the debugger will now also display local variables that are only used once, for code compiled with a DEBUG optimization quality of 2 or higher. * Add lintian overrides because the licence isn't GPL it just uses the wrong words that trigger the lintian warning it seems. Files: 2310e79f2599cc5406ecb6ff288d7d71 774 devel optional sbcl_0.9.18.0-1.dsc cc06a95ec5dd5064fc2d3d141ab3e157 4085445 devel optional sbcl_0.9.18.0.orig.tar.gz 8dcdaacc895c47bfd4c8ce8c94ed06d1 26167 devel optional sbcl_0.9.18.0-1.diff.gz 6b9a717887926bc99bb07d85e284b7ae 1427254 doc optional sbcl-doc_0.9.18.0-1_all.deb 651f1ba3f8f982352bd05c0115c76c4f 3322564 doc optional sbcl-source_0.9.18.0-1_all.deb 9c706aa35188d66991a6cb08c3fc7b9d 8508698 devel optional sbcl_0.9.18.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFUXzG11ldN0tyliURAt/LAJ9u8pVtJauJF02dLy8R6PGXaVESfACdEI6T O6sLVlcLgs0qSUXQwuWDN6Y= =EhJu -----END PGP SIGNATURE----- Accepted: sbcl-doc_0.9.18.0-1_all.deb to pool/main/s/sbcl/sbcl-doc_0.9.18.0-1_all.deb sbcl-source_0.9.18.0-1_all.deb to pool/main/s/sbcl/sbcl-source_0.9.18.0-1_all.deb sbcl_0.9.18.0-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.18.0-1.diff.gz sbcl_0.9.18.0-1.dsc to pool/main/s/sbcl/sbcl_0.9.18.0-1.dsc sbcl_0.9.18.0-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.18.0-1_i386.deb sbcl_0.9.18.0.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.18.0.orig.tar.gz From installer at ftp-master.debian.org Thu Nov 9 08:18:08 2006 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 09 Nov 2006 00:18:08 -0800 Subject: [cl-debian] slime_20061021-2_i386.changes REJECTED Message-ID: Rejected: slime_20061021-2.dsc refers to slime_20061021.orig.tar.gz, but I can't find it in the queue or in the pool. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From owner at bugs.debian.org Thu Nov 9 22:03:52 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 09 Nov 2006 14:03:52 -0800 Subject: [cl-debian] Processed: Re: Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory In-Reply-To: <20061109215542.GA7317@patate.is-a-geek.org> References: <20061109215542.GA7317@patate.is-a-geek.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 397575 patch Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory There were no tags set. Tags added: patch > kthxbye Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From installer at ftp-master.debian.org Fri Nov 10 03:02:47 2006 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 09 Nov 2006 19:02:47 -0800 Subject: [cl-debian] slime_20061021-2_i386.changes is NEW Message-ID: (new) cl-swank_20061021-2_all.deb optional devel WARNING: Already present in non-free distribution. Superior LISP Interaction Mode for Emacs (Lisp-side server) SLIME is the Superior Lisp Interaction Mode for Emacs. . This is an ILISP-like development environment intended for maximum integration with CMUCL (also works with SBCL, OpenMCL and work is ongoing on Lispworks and current CVS version of CLISP and CLISP 2.32 on Linux). . This package contains the Lisp-side server, needed by the Emacs client (see package slime). (new) slime_20061021-2.diff.gz optional devel WARNING: Already present in non-free distribution. (new) slime_20061021-2.dsc optional devel WARNING: Already present in non-free distribution. (new) slime_20061021-2_all.deb optional devel WARNING: Already present in non-free distribution. Superior LISP Interaction Mode for Emacs SLIME is the Superior Lisp Interaction Mode for Emacs. . This is an ILISP-like development environment intended for maximum integration with CMUCL (also works with SBCL, OpenMCL and work is ongoing on Lispworks and current CVS version of CLISP and CLISP 2.32 on Linux). . This package contains the Emacs client, that will connect to the Lisp-side server (see package cl-swank). . To connect to Common Lisp implementations not running in Debian you need the latest CVS version of slime, NOT the old slime 'release' version 1.2.1 or older. (new) slime_20061021.orig.tar.gz optional devel WARNING: Already present in non-free distribution. Changes: slime (1:20061021-2) unstable; urgency=low . * Add lintian overrides to silence warning. * Compress changelog.Debian file for cl-swank package. Override entries for your package: Announcing to debian-devel-changes at lists.debian.org Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. You may have gotten the distribution wrong. You'll get warnings above if files already exist in other distributions. From julien.cristau at ens-lyon.org Thu Nov 9 21:55:42 2006 From: julien.cristau at ens-lyon.org (Julien Cristau) Date: Thu, 9 Nov 2006 22:55:42 +0100 Subject: [cl-debian] Bug#397575: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory In-Reply-To: <1162981828.26583.275296904@webmail.messagingengine.com> References: <20061108092101.GB6709@ox.lucas-nussbaum.net> <1162981828.26583.275296904@webmail.messagingengine.com> Message-ID: <20061109215542.GA7317@patate.is-a-geek.org> tags 397575 patch kthxbye On Wed, Nov 8, 2006 at 11:30:28 +0100, Peter Van Eynde wrote: > hevea -fix cmu-user.hva cmu-user.tex > ./cmu-user.hva:13: Warning: Not (re)-defining environment 'minipage' > with \newenvironment > ./cmu-user.hva:137: Warning: Unknown counter: footer in \setcounter > Giving up command: \@primitives > Giving up command: \orig at input > Giving up command: \input > Giving up command: \ifthenelse > Giving up command: \@iffileexists > Giving up command: \@usepackage > Giving up command: \@@iter > Giving up command: \@callsubst > Giving up command: \@iter > Giving up command: \@funcall > Giving up command: \usepackage > /usr/share/hevea/xspace.hva:2: Fatal error: Command: \xspace defined at > initialisation > (if input is plain LaTeX, please report to Luc.Maranget at inria.fr) > Adios > make[3]: *** [cmu-user.html] Error 2 > Hi, I've forwarded this to Luc Maranget, and he came up with the attached fix for this issue (xspace and minipage are now supported by hevea, so there is no need to redefine \xspace and the minipage environment in cmucl). You'll probably need to build-depend on hevea >= 1.09 though, because support for the xspace package was added in this release. Cheers, Julien -------------- next part -------------- --- cmucl-19c-release-20051115/src/docs/cmu-user/cmu-user.hva.orig 2006-11-09 22:53:48.000000000 +0100 +++ cmucl-19c-release-20051115/src/docs/cmu-user/cmu-user.hva 2006-11-09 22:54:16.000000000 +0100 @@ -4,13 +4,11 @@ % to HTML using Hevea. By Luc Maranget and Eric Marsden. \newif\ifhmode\hmodefalse -\newcommand{\xspace}{} \let\hbox\mbox \def\hfil{} \def\hfill{} \newcommand{\parbox}[3][]{\mbox{#3}} \newcommand{\lengthtest}[1]{true} -\newenvironment{minipage}[2][]{}{} \newcommand{\layout}[4][] {\@open{DIV}{align=left} [#4] \\ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From pvaneynd at debian.org Fri Nov 10 11:47:34 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 10 Nov 2006 03:47:34 -0800 Subject: [cl-debian] Accepted cmucl 19c-release-20051115-4 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 10 Nov 2006 09:33:53 +0100 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-release-20051115-4 Distribution: unstable Urgency: high 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: 397575 Changes: cmucl (19c-release-20051115-4) unstable; urgency=high . * fix FTBFS (hevea problem) with a patch from: Julien Cristau. (Closes: #397575) Files: cf2ca841b72713518ae0c91d84868a4f 744 devel optional cmucl_19c-release-20051115-4.dsc 2a27af4da0247a1dad43e74cec106191 1507019 devel optional cmucl_19c-release-20051115-4.diff.gz a5b8277c1f60e070a0f201bf897e9834 10575964 devel optional cmucl_19c-release-20051115-4_i386.deb 7fcb257d158707820672dce84c4f0767 654560 devel optional cmucl-clm_19c-release-20051115-4_i386.deb 2c896a92f57eea72cd8117cc372851d3 2350466 doc optional cmucl-docs_19c-release-20051115-4_all.deb cf5f8b16cd1da54d8b30f1462b4cd972 5169164 devel optional cmucl-source_19c-release-20051115-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFVEuw11ldN0tyliURAn64AJ9F2H5Ov0yPtKqAy57rZp4zvLWnVwCdGtbd bctVkBIbsZqLDStK2enuVLM= =bu/q -----END PGP SIGNATURE----- Accepted: cmucl-clm_19c-release-20051115-4_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-release-20051115-4_i386.deb cmucl-docs_19c-release-20051115-4_all.deb to pool/main/c/cmucl/cmucl-docs_19c-release-20051115-4_all.deb cmucl-source_19c-release-20051115-4_all.deb to pool/main/c/cmucl/cmucl-source_19c-release-20051115-4_all.deb cmucl_19c-release-20051115-4.diff.gz to pool/main/c/cmucl/cmucl_19c-release-20051115-4.diff.gz cmucl_19c-release-20051115-4.dsc to pool/main/c/cmucl/cmucl_19c-release-20051115-4.dsc cmucl_19c-release-20051115-4_i386.deb to pool/main/c/cmucl/cmucl_19c-release-20051115-4_i386.deb From owner at bugs.debian.org Fri Nov 10 12:03:19 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 10 Nov 2006 04:03:19 -0800 Subject: [cl-debian] Bug#397575: marked as done (cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory) References: <20061108092101.GB6709@ox.lucas-nussbaum.net> Message-ID: Your message dated Fri, 10 Nov 2006 03:47:34 -0800 with message-id and subject line Bug#397575: fixed in cmucl 19c-release-20051115-4 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: Lucas Nussbaum Subject: cmucl: FTBFS: cp: cannot stat `src/docs/cmu-user/index.html': No such file or directory Date: Wed, 8 Nov 2006 10:21:01 +0100 Size: 4315 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#397575: fixed in cmucl 19c-release-20051115-4 Date: Fri, 10 Nov 2006 03:47:34 -0800 Size: 3763 URL: From noreply at henning.makholm.net Fri Nov 10 23:39:12 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Fri, 10 Nov 2006 16:39:12 -0700 Subject: [cl-debian] gcl 2.6.7-32 MIGRATED to testing Message-ID: FYI: The status of the gcl source package in Debian's testing distribution has changed. Previous version: 2.6.7-14 Current version: 2.6.7-32 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From acid at debian.org Fri Nov 10 22:27:01 2006 From: acid at debian.org (Julien Danjou) Date: Fri, 10 Nov 2006 23:27:01 +0100 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: References: Message-ID: <20061110222701.GA31033@abydos.adm.naquadah.org> Package: sbcl Version: 1:0.9.18.0-1 Severity: serious Hello, There was a problem while autobuilding your package: > Automatic build of sbcl_1:0.9.18.0-1 on avidan by sbuild/i386 98 > Build started at 20061110-2134 > ****************************************************************************** ... > ; SYS:CONTRIB;SB-SPROF;SB-SPROF.FASL.NEWEST written > ; compilation finished in 0:00:04 > * true > make[1]: Leaving directory `/build/buildd/sbcl-0.9.18.0/contrib/sb-sprof' > Failed contribs: > asdf-install > sb-aclrepl > sb-bsd-sockets > sb-cltl2 > sb-grovel > sb-md5 > sb-posix > sb-rotate-byte > sb-rt > sb-simple-streams > > real 0m43.059s > user 0m38.954s > sys 0m1.976s > > The build seems to have finished successfully, including 4 (out of 14) > contributed modules. If you would like to run more extensive tests on > the new SBCL, you can try: > > cd tests && sh ./run-tests.sh > > (All tests should pass on x86/Linux, x86/FreeBSD4, and ppc/Darwin. On > other platforms some failures are currently expected; patches welcome > as always.) > > To build documentation: > > cd doc/manual && make > > To install SBCL (more information in INSTALL): > > sh install.sh > > //build started: Fri Nov 10 21:52:27 UTC 2006 > //build finished: Fri Nov 10 22:20:08 UTC 2006 > make -C doc/internals all html > make[1]: Entering directory `/build/buildd/sbcl-0.9.18.0/doc/internals' > sh make-top.sh > dot -Tps -Gsize="5,5" -Gratio=compress -Gconcentrate=true discriminating-functions.dot > discriminating-functions.eps > epstopdf discriminating-functions.eps > discriminating-functions.pdf > texi2pdf sbcl-internals.texinfo > This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > file:line:error style messages enabled. > entering extended mode > (/build/buildd/sbcl-0.9.18.0/doc/internals/sbcl-internals.texinfo > (/usr/share/texmf/tex/texinfo/texinfo.tex > Loading texinfo [version 2006-02-13.16]: Basics, pdf, > (/usr/share/texmf-tetex/tex/plain/pdfcolor/pdfcolor.tex) fonts, page headings, > tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, > cross references, insertions, (/usr/share/texmf-tetex/tex/generic/epsf/epsf.tex > ) localization, and turning on texinfo input format.) [1{/var/lib/texmf/fonts/m > ap/pdftex/updmap/pdftex.map}] [2] [-1] (./top-include.include (./build.texinfo > Chapter 1) (./calling-convention.texinfo Chapter 2 [1] [2] [3]) > (./discriminating-functions.texinfo Chapter 3 [4] <./discriminating-functions.p > df> > Underfull \hbox (badness 10000) detected at line 51 > [] > [5] > Underfull \hbox (badness 3250) in paragraph at lines 58--71 > []@textrm The ini-tial dis-crim-i-nat-ing func-tion can tran-si-tion into a dis > -crim-i-nat-ing func- > > Underfull \hbox (badness 3954) in paragraph at lines 58--71 > @textrm tion op-ti-mized for the meth-ods on the generic func-tion (@texttt SB- > PCL::NO-METHODS[]@textrm , > > Underfull \hbox (badness 7796) in paragraph at lines 58--71 > @texttt SB-PCL::DEFAULT-METHOD-ONLY[]@textrm , @texttt SB-PCL::CONSTANT-VALUE[] > @textrm ), for slot ac-cess (@texttt SB- > > Underfull \hbox (badness 2591) in paragraph at lines 58--71 > @texttt PCL::ONE-CLASS[]@textrm , @texttt SB-PCL::TWO-CLASS[]@textrm , @texttt > SB-PCL::ONE-INDEX[]@textrm , @texttt SB-PCL::N-N[]$[]$@textrm ), or for > Cross reference values unknown; you must run TeX again. [6] [7]) > (./foreign-linkage.texinfo Chapter 4 [8] [9] > Overfull \hbox (52.34448pt too wide) in paragraph at lines 81--86 > []@textrm Find a mem-ory area for the linkage-table, and add it for the OS in ` > @texttt src/compiler/target/parms.lisp[]@textrm '[]| > > Overfull \hbox (17.46013pt too wide) in paragraph at lines 93--95 > []@textrm Define cor-rect @texttt SB!VM:LINKAGE-TABLE-ENTRY-SIZE[] @textrm in ` > @texttt src/compiler/target/parms.lisp[]@textrm '[]. | > [10] [11]) (./funcallable-instances.texinfo Chapter 5 [12]) (./signals.texinfo > Chapter 6 [13] [14]) (./slot-value.texinfo Chapter 7 [15] [16] > Overfull \hbox (14.94176pt too wide) in paragraph at lines 82--82 > [] @texttt (values (slot-unbound class object (slot-definition-name slo > td)))[] | > [17] [18]) (./specials.texinfo Chapter 8 [19]) (./string-types.texinfo > Chapter 9 [20]) (./threads.texinfo Chapter 10 [21] [22])) [23] ) > (see the transcript file for additional information) ublic/cm/cmsltt10.657pk> /texfonts/pk/ljfour/public/cm/cmtt12.657pk> cmbx12.657pk> /ljfour/public/cm/cmr9.600pk> > cm/cmbx12.720pk> s/pk/ljfour/public/cm/cmtt10.657pk> 7pk> > Output written on sbcl-internals.pdf (26 pages, 221241 bytes). > Transcript written on sbcl-internals.log. > This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > file:line:error style messages enabled. > entering extended mode > (/build/buildd/sbcl-0.9.18.0/doc/internals/sbcl-internals.texinfo > (/usr/share/texmf/tex/texinfo/texinfo.tex > Loading texinfo [version 2006-02-13.16]: Basics, pdf, > (/usr/share/texmf-tetex/tex/plain/pdfcolor/pdfcolor.tex) fonts, page headings, > tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, > cross references, insertions, (/usr/share/texmf-tetex/tex/generic/epsf/epsf.tex > ) localization, and turning on texinfo input format.) (./sbcl-internals.aux) > [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] > (./sbcl-internals.toc [-1]) [-2] (./sbcl-internals.toc) (./sbcl-internals.toc) > (./top-include.include (./build.texinfo Chapter 1) > (./calling-convention.texinfo Chapter 2 [1] [2] [3]) > (./discriminating-functions.texinfo Chapter 3 [4] <./discriminating-functions.p > df> > Underfull \hbox (badness 10000) detected at line 51 > [] > [5] > Underfull \hbox (badness 3250) in paragraph at lines 58--71 > []@textrm The ini-tial dis-crim-i-nat-ing func-tion can tran-si-tion into a dis > -crim-i-nat-ing func- > > Underfull \hbox (badness 3954) in paragraph at lines 58--71 > @textrm tion op-ti-mized for the meth-ods on the generic func-tion (@texttt SB- > PCL::NO-METHODS[]@textrm , > > Underfull \hbox (badness 7796) in paragraph at lines 58--71 > @texttt SB-PCL::DEFAULT-METHOD-ONLY[]@textrm , @texttt SB-PCL::CONSTANT-VALUE[] > @textrm ), for slot ac-cess (@texttt SB- > > Underfull \hbox (badness 2591) in paragraph at lines 58--71 > @texttt PCL::ONE-CLASS[]@textrm , @texttt SB-PCL::TWO-CLASS[]@textrm , @texttt > SB-PCL::ONE-INDEX[]@textrm , @texttt SB-PCL::N-N[]$[]$@textrm ), or for > [6] [7]) (./foreign-linkage.texinfo Chapter 4 [8] > Overfull \hbox (52.34448pt too wide) in paragraph at lines 81--86 > []@textrm Find a mem-ory area for the linkage-table, and add it for the OS in ` > @texttt src/compiler/target/parms.lisp[]@textrm '[]| > [9] > Overfull \hbox (17.46013pt too wide) in paragraph at lines 93--95 > []@textrm Define cor-rect @texttt SB!VM:LINKAGE-TABLE-ENTRY-SIZE[] @textrm in ` > @texttt src/compiler/target/parms.lisp[]@textrm '[]. | > [10] [11]) (./funcallable-instances.texinfo Chapter 5 [12]) (./signals.texinfo > Chapter 6 [13] [14]) (./slot-value.texinfo Chapter 7 [15] [16] > Overfull \hbox (14.94176pt too wide) in paragraph at lines 82--82 > [] @texttt (values (slot-unbound class object (slot-definition-name slo > td)))[] | > [17] [18]) (./specials.texinfo Chapter 8 [19]) (./string-types.texinfo > Chapter 9 [20]) (./threads.texinfo Chapter 10 [21] [22])) [23] ) > (see the transcript file for additional information) ublic/cm/cmsltt10.657pk> /texfonts/pk/ljfour/public/cm/cmtt12.657pk> cmsy10.657pk> k/ljfour/public/cm/cmtt9.600pk> > cm/cmti10.657pk> nts/pk/ljfour/public/cm/cmbx12.720pk> .864pk> ur/public/cm/cmr10.657pk> > Output written on sbcl-internals.pdf (27 pages, 248557 bytes). > Transcript written on sbcl-internals.log. > This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > file:line:error style messages enabled. > entering extended mode > (/build/buildd/sbcl-0.9.18.0/doc/internals/sbcl-internals.texinfo > (/usr/share/texmf/tex/texinfo/texinfo.tex > Loading texinfo [version 2006-02-13.16]: Basics, pdf, > (/usr/share/texmf-tetex/tex/plain/pdfcolor/pdfcolor.tex) fonts, page headings, > tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, > cross references, insertions, (/usr/share/texmf-tetex/tex/generic/epsf/epsf.tex > ) localization, and turning on texinfo input format.) (./sbcl-internals.aux) > [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}] [2] > (./sbcl-internals.toc [-1]) [-2] (./sbcl-internals.toc) (./sbcl-internals.toc) > (./top-include.include (./build.texinfo Chapter 1) > (./calling-convention.texinfo Chapter 2 [1] [2] [3]) > (./discriminating-functions.texinfo Chapter 3 [4] <./discriminating-functions.p > df> > Underfull \hbox (badness 10000) detected at line 51 > [] > [5] > Underfull \hbox (badness 3250) in paragraph at lines 58--71 > []@textrm The ini-tial dis-crim-i-nat-ing func-tion can tran-si-tion into a dis > -crim-i-nat-ing func- > > Underfull \hbox (badness 3954) in paragraph at lines 58--71 > @textrm tion op-ti-mized for the meth-ods on the generic func-tion (@texttt SB- > PCL::NO-METHODS[]@textrm , > > Underfull \hbox (badness 7796) in paragraph at lines 58--71 > @texttt SB-PCL::DEFAULT-METHOD-ONLY[]@textrm , @texttt SB-PCL::CONSTANT-VALUE[] > @textrm ), for slot ac-cess (@texttt SB- > > Underfull \hbox (badness 2591) in paragraph at lines 58--71 > @texttt PCL::ONE-CLASS[]@textrm , @texttt SB-PCL::TWO-CLASS[]@textrm , @texttt > SB-PCL::ONE-INDEX[]@textrm , @texttt SB-PCL::N-N[]$[]$@textrm ), or for > [6] [7]) (./foreign-linkage.texinfo Chapter 4 [8] > Overfull \hbox (52.34448pt too wide) in paragraph at lines 81--86 > []@textrm Find a mem-ory area for the linkage-table, and add it for the OS in ` > @texttt src/compiler/target/parms.lisp[]@textrm '[]| > [9] > Overfull \hbox (17.46013pt too wide) in paragraph at lines 93--95 > []@textrm Define cor-rect @texttt SB!VM:LINKAGE-TABLE-ENTRY-SIZE[] @textrm in ` > @texttt src/compiler/target/parms.lisp[]@textrm '[]. | > [10] [11]) (./funcallable-instances.texinfo Chapter 5 [12]) (./signals.texinfo > Chapter 6 [13] [14]) (./slot-value.texinfo Chapter 7 [15] [16] > Overfull \hbox (14.94176pt too wide) in paragraph at lines 82--82 > [] @texttt (values (slot-unbound class object (slot-definition-name slo > td)))[] | > [17] [18]) (./specials.texinfo Chapter 8 [19]) (./string-types.texinfo > Chapter 9 [20]) (./threads.texinfo Chapter 10 [21] [22])) [23] ) > (see the transcript file for additional information) ublic/cm/cmsltt10.657pk> /texfonts/pk/ljfour/public/cm/cmtt12.657pk> cmsy10.657pk> k/ljfour/public/cm/cmtt9.600pk> > cm/cmti10.657pk> nts/pk/ljfour/public/cm/cmbx12.720pk> .864pk> ur/public/cm/cmr10.657pk> > Output written on sbcl-internals.pdf (27 pages, 248556 bytes). > Transcript written on sbcl-internals.log. > # FIXME. > dot -Tcanon discriminating-functions.dot > discriminating-functions.txt > makeinfo sbcl-internals.texinfo -o sbcl-internals.info > dot -Tpng -Gsize="5,5" -Gratio=compress -Gconcentrate=true discriminating-functions.dot > discriminating-functions.png > makeinfo --html sbcl-internals.texinfo > # FIXME > cp -f *.png sbcl-internals > touch html-stamp > rm discriminating-functions.eps > make[1]: Leaving directory `/build/buildd/sbcl-0.9.18.0/doc/internals' > # start running tests > #GNUMAKE=make sh -c 'cd tests && sh ./run-tests.sh' || printf "the tests failed\n" > # see what the result is > touch build-arch-stamp > dh_testdir > cd doc/manual && make docstrings && make > make[1]: Entering directory `/build/buildd/sbcl-0.9.18.0/doc/manual' > DOCSTRINGDIR="docstrings/" PACKAGES=":COMMON-LISP :SB-ALIEN :SB-DEBUG :SB-EXT :SB-GRAY :SB-MOP :SB-PROFILE :SB-THREAD :SB-MD5 :SB-ROTATE-BYTE :SB-SPROF :SB-BSD-SOCKETS" MODULES=':sb-md5 :sb-rotate-byte :sb-grovel :sb-sprof :sb-bsd-sockets' sh make-tempfiles.sh "" && touch tempfiles-stamp > /creating docstring snippets from SBCL='/build/buildd/sbcl-0.9.18.0/doc/manual/../../src/runtime/sbcl --core /build/buildd/sbcl-0.9.18.0/doc/manual/../../output/sbcl.core' for packages ':COMMON-LISP :SB-ALIEN :SB-DEBUG :SB-EXT :SB-GRAY :SB-MOP :SB-PROFILE :SB-THREAD :SB-MD5 :SB-ROTATE-BYTE :SB-SPROF :SB-BSD-SOCKETS' > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-PACKAGE SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-PACKAGE > > ; > ; caught STYLE-WARNING: > ; This function is undefined: > ; GET-PACKAGE > ; > ; compilation unit finished > ; caught 2 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-PACKAGE SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-PACKAGE > > ; > ; caught STYLE-WARNING: > ; This function is undefined: > ; GET-PACKAGE > ; > ; compilation unit finished > ; caught 2 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-KIND SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-KIND > > ; (SB-TEXINFO::GET-NAME SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-NAME > > ; > ; caught STYLE-WARNING: > ; These functions are undefined: > ; GET-KIND GET-NAME > ; > ; compilation unit finished > ; caught 3 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-PACKAGE SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-PACKAGE > > ; > ; caught STYLE-WARNING: > ; This function is undefined: > ; GET-PACKAGE > ; > ; compilation unit finished > ; caught 2 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-PACKAGE SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-PACKAGE > > ; > ; caught STYLE-WARNING: > ; This function is undefined: > ; GET-PACKAGE > ; > ; compilation unit finished > ; caught 2 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-KIND SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-KIND > > ; (SB-TEXINFO::GET-NAME SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-NAME > > ; > ; caught STYLE-WARNING: > ; These functions are undefined: > ; GET-KIND GET-NAME > ; > ; compilation unit finished > ; caught 3 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::GET-KIND SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-KIND > > ; (SB-TEXINFO::GET-NAME SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-NAME > > ; (SB-TEXINFO::GET-PACKAGE SB-TEXINFO::DOC) > ; > ; caught STYLE-WARNING: > ; undefined function: GET-PACKAGE > > ; > ; caught STYLE-WARNING: > ; These functions are undefined: > ; GET-KIND GET-NAME GET-PACKAGE > ; > ; compilation unit finished > ; caught 4 STYLE-WARNING conditions > > ; in: LAMBDA NIL > ; (SB-TEXINFO::COLLECT-GF-DOCUMENTATION SB-TEXINFO::FDEF) > ; > ; caught STYLE-WARNING: > ; undefined function: COLLECT-GF-DOCUMENTATION > > ; > ; caught STYLE-WARNING: > ; This function is undefined: > ; COLLECT-GF-DOCUMENTATION > ; > ; compilation unit finished > ; caught 2 STYLE-WARNING conditions > ; loading system definition from > ; /build/buildd/sbcl-0.9.18.0/contrib/sb-rotate-byte/sb-rotate-byte.asd into > ; # > ; registering # as SB-ROTATE-BYTE > unhandled SB-INT:SIMPLE-FILE-ERROR in thread #: > The file "/nonexistent/" does not exist. > > 0: (SB-DEBUG:BACKTRACE 128 #) > 1: (SB-DEBUG::DEBUGGER-DISABLED-HOOK > # > #) > 2: (INVOKE-DEBUGGER #) > 3: (ERROR SB-INT:SIMPLE-FILE-ERROR) > 4: (TRUENAME #P"/nonexistent/") > 5: ((SB-PCL::FAST-METHOD ASDF:PREFERENCE-FILE-FOR-SYSTEM/OPERATION > (ASDF:SYSTEM T)) > # > # > # > #) > 6: ((SB-PCL::FAST-METHOD ASDF:LOAD-PREFERENCES > (ASDF:SYSTEM ASDF::BASIC-LOAD-OP)) > # > # > # > #) > 7: ((LAMBDA > (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. > SB-PCL::.ARG1.)) > # > # > # > #) > 8: ((LAMBDA ())) > 9: (SB-C::%WITH-COMPILATION-UNIT #) > 10: (ASDF:OPERATE ASDF:LOAD-OP :SB-MD5) > 11: (ASDF::MODULE-PROVIDE-ASDF :SB-MD5) > 12: ((LAMBDA (#:G21)) ASDF::MODULE-PROVIDE-ASDF) > 13: (SB-IMPL::%MAP-FOR-EFFECT-ARITY-1 > # > (ASDF::MODULE-PROVIDE-ASDF SB-IMPL::MODULE-PROVIDE-CONTRIB)) > 14: (SB-KERNEL:%MAP > NIL > # > (ASDF::MODULE-PROVIDE-ASDF SB-IMPL::MODULE-PROVIDE-CONTRIB)) > 15: (REQUIRE :SB-MD5 NIL) > 16: (NIL) > 17: (SB-INT:SIMPLE-EVAL-IN-LEXENV > (DOLIST > (COMMON-LISP-USER::MODULE > '(:SB-MD5 :SB-ROTATE-BYTE :SB-GROVEL :SB-SPROF :SB-BSD-SOCKETS)) > (REQUIRE COMMON-LISP-USER::MODULE)) > #) > 18: (SB-EXT:INTERACTIVE-EVAL > (DOLIST > (COMMON-LISP-USER::MODULE > '(:SB-MD5 :SB-ROTATE-BYTE :SB-GROVEL :SB-SPROF :SB-BSD-SOCKETS)) > (REQUIRE COMMON-LISP-USER::MODULE))) > 19: (SB-IMPL::REPL-FUN T) > 20: ((LAMBDA ())) > 21: ((LAMBDA ())) > 22: (SB-IMPL::%WITH-REBOUND-IO-SYNTAX #) > 23: (SB-IMPL::TOPLEVEL-REPL T) > 24: (SB-IMPL::TOPLEVEL-INIT) > 25: ((LABELS SB-IMPL::RESTART-LISP)) > > unhandled condition in --disable-debugger mode, quitting > ; > ; compilation unit aborted > ; caught 1 fatal ERROR condition > /creating package-locks.texi-temp > make[1]: Leaving directory `/build/buildd/sbcl-0.9.18.0/doc/manual' > make[1]: Entering directory `/build/buildd/sbcl-0.9.18.0/doc/manual' > rm -f asdf.texinfo > ln -s ../../contrib/asdf/asdf.texinfo > texi2dvi -I "docstrings/" -I ../../contrib/ sbcl.texinfo > /usr/bin/texi2dvi: line 484: cd: docstrings/: No such file or directory > This is pdfeTeXk, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > file:line:error style messages enabled. > entering extended mode > (/build/buildd/sbcl-0.9.18.0/doc/manual/sbcl.texinfo > (/usr/share/texmf/tex/texinfo/texinfo.tex > Loading texinfo [version 2006-02-13.16]: Basics, pdf, fonts, page headings, > tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, > cross references, insertions, (/usr/share/texmf-tetex/tex/generic/epsf/epsf.tex > ) localization, and turning on texinfo input format.) (./variables.texinfo) > [1] [2] [-1] (./intro.texinfo Chapter 1 > Cross reference values unknown; you must run TeX again. [1] [2] [3] [4] > [5] [6] [7]) (./start-stop.texinfo Chapter 2 [8] > ./start-stop.texinfo:95: I can't find file `fun-sb-ext-quit.texinfo'. > @temp ->@input fun-sb-ext-quit.texinfo > > @includezzz ...mp {@input #1 }@expandafter }@temp > @popthisfilestack > l.95 @include fun-sb-ext-quit.texinfo > > Please type another input file name: > ./start-stop.texinfo:95: Emergency stop. > @temp ->@input fun-sb-ext-quit.texinfo > > @includezzz ...mp {@input #1 }@expandafter }@temp > @popthisfilestack > l.95 @include fun-sb-ext-quit.texinfo > > Output written on sbcl.dvi (11 pages, 28112 bytes). > Transcript written on sbcl.log. > /usr/bin/texi2dvi: etex exited with bad status, quitting. > /usr/bin/texi2dvi: see sbcl.log for errors. > make[1]: *** [sbcl.dvi] Error 1 > rm sbcl.dvi > make[1]: Leaving directory `/build/buildd/sbcl-0.9.18.0/doc/manual' > make: *** [build-indep-stamp] Error 2 > ****************************************************************************** > Build finished at 20061110-2320 > FAILED [dpkg-buildpackage died] -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From pc at p-cos.net Sat Nov 11 12:17:56 2006 From: pc at p-cos.net (Pascal Costanza) Date: Sat, 11 Nov 2006 13:17:56 +0100 Subject: [cl-debian] [ann] [cdr-announce] CDR 2 updated Message-ID: <36F0BA24-61AA-4D2F-A361-C544E6496D38@p-cos.net> Ingvar Mattsson has submitted a new version of CDR 2 which is now available at http://cdr.eurolisp.org/document/2/ 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 pvaneynd at debian.org Sat Nov 11 08:48:29 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 11 Nov 2006 09:48:29 +0100 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: <20061110222701.GA31033@abydos.adm.naquadah.org> References: <20061110222701.GA31033@abydos.adm.naquadah.org> Message-ID: <1163234909.22756.275557112@webmail.messagingengine.com> Hi I fear that the log you give does not give the basic reason for the failure. On Fri, 10 Nov 2006 23:27:01 +0100, "Julien Danjou" said: > > make[1]: Leaving directory `/build/buildd/sbcl-0.9.18.0/contrib/sb-sprof' > > Failed contribs: > > asdf-install > > sb-aclrepl > > sb-bsd-sockets > > sb-cltl2 > > sb-grovel > > sb-md5 > > sb-posix > > sb-rotate-byte > > sb-rt > > sb-simple-streams This is the main cause of the documentation failure later on. In the backtrace of > > unhandled SB-INT:SIMPLE-FILE-ERROR in thread #: > > The file "/nonexistent/" does not exist. > > we find: > > 7: ((LAMBDA > > (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. > > SB-PCL::.ARG1.)) > > # > > # > > # > > #) > > 8: ((LAMBDA ())) > > 9: (SB-C::%WITH-COMPILATION-UNIT #) > > 10: (ASDF:OPERATE ASDF:LOAD-OP :SB-MD5) > > 11: (ASDF::MODULE-PROVIDE-ASDF :SB-MD5) So it needs sb-md5 and sb-rotate-byte. These modules normally build without any known problem, but the logs of the building is not included. Do you have them? Groetjes, Peter From pvaneynd at debian.org Sat Nov 11 08:48:29 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 11 Nov 2006 09:48:29 +0100 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: <20061110222701.GA31033@abydos.adm.naquadah.org> References: <20061110222701.GA31033@abydos.adm.naquadah.org> Message-ID: <1163234909.22756.275557112@webmail.messagingengine.com> Hi I fear that the log you give does not give the basic reason for the failure. On Fri, 10 Nov 2006 23:27:01 +0100, "Julien Danjou" said: > > make[1]: Leaving directory `/build/buildd/sbcl-0.9.18.0/contrib/sb-sprof' > > Failed contribs: > > asdf-install > > sb-aclrepl > > sb-bsd-sockets > > sb-cltl2 > > sb-grovel > > sb-md5 > > sb-posix > > sb-rotate-byte > > sb-rt > > sb-simple-streams This is the main cause of the documentation failure later on. In the backtrace of > > unhandled SB-INT:SIMPLE-FILE-ERROR in thread #: > > The file "/nonexistent/" does not exist. > > we find: > > 7: ((LAMBDA > > (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. > > SB-PCL::.ARG1.)) > > # > > # > > # > > #) > > 8: ((LAMBDA ())) > > 9: (SB-C::%WITH-COMPILATION-UNIT #) > > 10: (ASDF:OPERATE ASDF:LOAD-OP :SB-MD5) > > 11: (ASDF::MODULE-PROVIDE-ASDF :SB-MD5) So it needs sb-md5 and sb-rotate-byte. These modules normally build without any known problem, but the logs of the building is not included. Do you have them? Groetjes, Peter From acid at debian.org Sat Nov 11 12:23:02 2006 From: acid at debian.org (Julien Danjou) Date: Sat, 11 Nov 2006 13:23:02 +0100 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: <1163234909.22756.275557112@webmail.messagingengine.com> References: <20061110222701.GA31033@abydos.adm.naquadah.org> <1163234909.22756.275557112@webmail.messagingengine.com> Message-ID: <20061111122302.GB31033@abydos.adm.naquadah.org> On Sat, Nov 11, 2006 at 09:48:29AM +0100, Peter Van Eynde wrote: > In the backtrace of > > > unhandled SB-INT:SIMPLE-FILE-ERROR in thread #: > > > The file "/nonexistent/" does not exist. > > > I did not see that. It seems it tries to use $HOME, but it should not. > So it needs sb-md5 and sb-rotate-byte. These modules normally build > without any > known problem, but the logs of the building is not included. Do you have > them? Sure: http://people.debian.org/~acid/buildd-logs/failed/sbcl_1:0.9.18.0-1_20061110-2134 -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From piranha at ely.ath.cx Sun Nov 12 07:25:06 2006 From: piranha at ely.ath.cx (J.P. Larocque) Date: Sat, 11 Nov 2006 23:25:06 -0800 Subject: [cl-debian] Bug#398170: cl-defsystem3: Wrong path listed in README.Debian Message-ID: <20061112072502.GF19338@evanescence.ely.ath.cx> Package: cl-defsystem3 Version: 3.6i+2006.03.13-1 Severity: minor The document /usr/share/doc/cl-defsystem3/README.Debian references a file incorrectly: To load Defsystem3 into your Lisp system, give the command (load "/usr/share/common-lisp/source/cl-defsystem3/defsystem.lisp") Should be: To load Defsystem3 into your Lisp system, give the command (load "/usr/share/common-lisp/source/defsystem/defsystem.lisp") Thanks, -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.29-xen Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) cl-defsystem3 depends on no packages. Versions of packages cl-defsystem3 recommends: ii common-lisp-controller 6.6 This is a Common Lisp source and c ii sbcl [lisp-compiler] 1:0.9.18.0-1 A Common Lisp compiler and develop -- no debconf information -- J.P. Larocque: , From owner at bugs.debian.org Sun Nov 12 11:33:22 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 03:33:22 -0800 Subject: [cl-debian] Processed: reassign 395156 to common-lisp-controller In-Reply-To: <20061112112602.1D0DF1A01E3@sharrow> References: <20061112112602.1D0DF1A01E3@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.25 > reassign 395156 common-lisp-controller Bug#395156: clisp: install fails with EACCES Bug reassigned from package `clisp' to `common-lisp-controller'. > End of message, 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 Sun Nov 12 11:33:22 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 03:33:22 -0800 Subject: [cl-debian] Processed: reassign 395156 to common-lisp-controller In-Reply-To: <20061112112602.1D0DF1A01E3@sharrow> References: <20061112112602.1D0DF1A01E3@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.25 > reassign 395156 common-lisp-controller Bug#395156: clisp: install fails with EACCES Bug reassigned from package `clisp' to `common-lisp-controller'. > End of message, 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 Sun Nov 12 11:33:16 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 03:33:16 -0800 Subject: [cl-debian] Processed: tagging 397026 In-Reply-To: <20061112112118.922691A01E3@sharrow> References: <20061112112118.922691A01E3@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.25 > tags 397026 wontfix upstream Bug#397026: cmucl: package does not install in etch There were no tags set. Tags added: wontfix, upstream > 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 Sun Nov 12 11:12:52 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 12 Nov 2006 12:12:52 +0100 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: <20061111122302.GB31033@abydos.adm.naquadah.org> References: <1163234909.22756.275557112@webmail.messagingengine.com> <20061111122302.GB31033@abydos.adm.naquadah.org> Message-ID: <200611121212.53456.pvaneynd@debian.org> On Saturday 11 November 2006 13:23, Julien Danjou wrote: > On Sat, Nov 11, 2006 at 09:48:29AM +0100, Peter Van Eynde wrote: > > In the backtrace of > > > > unhandled SB-INT:SIMPLE-FILE-ERROR in thread #: > > > > The file "/nonexistent/" does not exist. > > > > > > I did not see that. It seems it tries to use $HOME, but it should not. Ah. asdf _always_ used $HOME, and as the extentions are build using asdf it will touch it. There was another bug that boiled down to that: 395156 ($HOME was on a NFS share with squash-root set, installing clisp will fail). If this is the cause of the problem the only thing I can do it set $HOME to some value (/tmp or something) in debian/rules. Changing asdf would risk making it too incompatible with the standard version... Is this an acceptable solution? 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 acid at debian.org Sun Nov 12 11:17:36 2006 From: acid at debian.org (Julien Danjou) Date: Sun, 12 Nov 2006 12:17:36 +0100 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: <200611121212.53456.pvaneynd@debian.org> References: <1163234909.22756.275557112@webmail.messagingengine.com> <20061111122302.GB31033@abydos.adm.naquadah.org> <200611121212.53456.pvaneynd@debian.org> Message-ID: <20061112111736.GA11757@abydos.adm.naquadah.org> On Sun, Nov 12, 2006 at 12:12:52PM +0100, Peter Van Eynde wrote: > Is this an acceptable solution? Can you set $HOME to current somewhere in the build directory ? (e.g. $(CURDIR)/build-doc in debian/rules) That would be acceptable. Cheers, -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD -------------- 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 Nov 12 13:44:13 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 12 Nov 2006 14:44:13 +0100 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.4.9 (Was: header(s)-out) In-Reply-To: <20061109215558.GC7054@oja.no> (Robert J. Macomber's message of "Thu, 09 Nov 2006 14:55:58 -0700") References: <20061109215558.GC7054@oja.no> Message-ID: On Thu, 09 Nov 2006 14:55:58 -0700, "Robert J. Macomber" wrote: > There seems to be some small bugs involving header-out. The > accessor is documented to take both keywords and strings, but > neither works reliably because: > > [snip] Yes, you're absolutely right. Thanks for spotting that. As I said, there were obviously too many (untested) changes at once when I switched from TBNL to Hunchentoot. > Here's a patch which normalizes things so the keys of this alist are > always strings and the lookup is always done with strings. I've changed this a little bit because I prefer that the keys are strings. 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 vorlon at debian.org Sun Nov 12 11:40:52 2006 From: vorlon at debian.org (Steve Langasek) Date: Sun, 12 Nov 2006 03:40:52 -0800 Subject: [cl-debian] Bug#397987: sbcl: FTBFS: doc generation fails In-Reply-To: <200611121212.53456.pvaneynd@debian.org> References: <1163234909.22756.275557112@webmail.messagingengine.com> <20061111122302.GB31033@abydos.adm.naquadah.org> <200611121212.53456.pvaneynd@debian.org> Message-ID: <20061112114052.GD15314@borges.dodds.net> On Sun, Nov 12, 2006 at 12:12:52PM +0100, Peter Van Eynde wrote: > On Saturday 11 November 2006 13:23, Julien Danjou wrote: > > On Sat, Nov 11, 2006 at 09:48:29AM +0100, Peter Van Eynde wrote: > > > In the backtrace of > > > > > unhandled SB-INT:SIMPLE-FILE-ERROR in thread > #: > > > > > The file "/nonexistent/" does not exist. > > > > > > > I did not see that. It seems it tries to use $HOME, but it should not. > Ah. asdf _always_ used $HOME, and as the extentions are build using asdf it > will touch it. There was another bug that boiled down to that: 395156 ($HOME > was on a NFS share with squash-root set, installing clisp will fail). > If this is the cause of the problem the only thing I can do it set $HOME to > some value (/tmp or something) in debian/rules. Changing asdf would risk > making it too incompatible with the standard version... > Is this an acceptable solution? Yes. Best of all would be to set HOME to a directory you've created under the build tree, and clean it up in the clean target. Cheers, -- 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 vamlists at gmail.com Sun Nov 12 03:21:17 2006 From: vamlists at gmail.com (Vamsee Kanakala) Date: Sun, 12 Nov 2006 08:51:17 +0530 Subject: [cl-debian] [cl-migrations-announce] [ANN] cl-migrations 0.0.1 Message-ID: <4556932D.708@gmail.com> Hi all, I would like to announce the availability of cl-migrations, a port of the migrations feature of Ruby on Rails to Common Lisp. cl-migrations is a simple tool to manage your changes to a database as you develop your web application or any database-backed application. It works by generating a new file to put for each database change, which contains the ddl required to enable and disable that change. So, effectively you can version-control your database structure. You can move to a particular version (whether back or forth) of your database structure by simply doing: (cl-migrations:migrate :version 42) You can install this tool with asdf: (asdf-install:install :cl-migrations) This tool depends on clsql, so you can run migrations on any database that is supported by clsql. Many thanks to Kevin Rosenberg for maintaining such a useful library. For more info, please go to this page: http://common-lisp.net/project/cl-migrations/ Kindly raise any questions/feature requests/bug-reports here: http://common-lisp.net/cgi-bin/mailman/listinfo/cl-migrations-devel Regards, Vamsee Kanakala. _______________________________________________ cl-migrations-announce mailing list cl-migrations-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-migrations-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From ths at networkno.de Sun Nov 12 16:11:41 2006 From: ths at networkno.de (Thiemo Seufer) Date: Sun, 12 Nov 2006 16:11:41 +0000 Subject: [cl-debian] Bug#398233: FTBFS on mips/mipsel Message-ID: <20061112161141.GE4040@networkno.de> Package: sbcl Version: 1:0.9.18.0-1 Severity: serious Tags: patch SBCL fails to (re-)build on mips/mipsel due to a kernel header change. The appended patch fixes it. It was already applied upsteam. Thiemo Index: src/runtime/mips-linux-os.c =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/runtime/mips-linux-os.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- src/runtime/mips-linux-os.c 12 Sep 2005 12:05:49 -0000 1.10 +++ src/runtime/mips-linux-os.c 29 Oct 2006 20:19:28 -0000 1.11 @@ -20,13 +20,12 @@ /* for cacheflush() */ #include -/* for BD_CAUSE */ -#include - #include "sbcl.h" #include "os.h" #include "arch.h" +#define CAUSEF_BD (1 << 31) + size_t os_vm_page_size; int From pvaneynd at debian.org Sun Nov 12 22:17:13 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 12 Nov 2006 14:17:13 -0800 Subject: [cl-debian] Accepted cl-defsystem3 3.6i+2006.03.13-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 12 Nov 2006 12:53:30 +0100 Source: cl-defsystem3 Binary: cl-defsystem3 Architecture: source all Version: 3.6i+2006.03.13-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-defsystem3 - Make system for Common Lisp Packages Closes: 398170 Changes: cl-defsystem3 (3.6i+2006.03.13-2) unstable; urgency=low . * Added XS-X-Vcs-Darcs header * modified S-X-Vcs-Darcs to XS-Vcs-Darcs field * Fixed wrong path listed in README.Debian (Closes: #398170) Files: 8a2f48f8d489a2e2a4fa30437bb3112d 703 devel optional cl-defsystem3_3.6i+2006.03.13-2.dsc 38f200d94add22117c8e0b9256be586e 11709 devel optional cl-defsystem3_3.6i+2006.03.13-2.diff.gz 3039444bec25eae7de4891f93e06bc03 86698 devel optional cl-defsystem3_3.6i+2006.03.13-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFV5Yx11ldN0tyliURAgFfAJ9oHjjbrT1xrVWXLB0/KICCmwuafgCfSQL7 unsVxkkexcYioqZa2k6dPGw= =UDit -----END PGP SIGNATURE----- Accepted: cl-defsystem3_3.6i+2006.03.13-2.diff.gz to pool/main/c/cl-defsystem3/cl-defsystem3_3.6i+2006.03.13-2.diff.gz cl-defsystem3_3.6i+2006.03.13-2.dsc to pool/main/c/cl-defsystem3/cl-defsystem3_3.6i+2006.03.13-2.dsc cl-defsystem3_3.6i+2006.03.13-2_all.deb to pool/main/c/cl-defsystem3/cl-defsystem3_3.6i+2006.03.13-2_all.deb From owner at bugs.debian.org Sun Nov 12 22:33:40 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 14:33:40 -0800 Subject: [cl-debian] Bug#398170: marked as done (cl-defsystem3: Wrong path listed in README.Debian) References: <20061112072502.GF19338@evanescence.ely.ath.cx> Message-ID: Your message dated Sun, 12 Nov 2006 14:17:13 -0800 with message-id and subject line Bug#398170: fixed in cl-defsystem3 3.6i+2006.03.13-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: "J.P. Larocque" Subject: cl-defsystem3: Wrong path listed in README.Debian Date: Sat, 11 Nov 2006 23:25:06 -0800 Size: 2411 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#398170: fixed in cl-defsystem3 3.6i+2006.03.13-2 Date: Sun, 12 Nov 2006 14:17:13 -0800 Size: 3093 URL: From owner at bugs.debian.org Sun Nov 12 22:33:28 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 14:33:28 -0800 Subject: [cl-debian] Bug#395156: marked as done (clisp: install fails with EACCES) References: <20061025091025.4211.2588.reportbug@localhost.localdomain> Message-ID: Your message dated Sun, 12 Nov 2006 14:17:14 -0800 with message-id and subject line Bug#395156: fixed in common-lisp-controller 6.7 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: Michael Stevens Subject: clisp: install fails with EACCES Date: Wed, 25 Oct 2006 10:10:25 +0100 Size: 3056 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#395156: fixed in common-lisp-controller 6.7 Date: Sun, 12 Nov 2006 14:17:14 -0800 Size: 3066 URL: From owner at bugs.debian.org Sun Nov 12 22:48:41 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 14:48:41 -0800 Subject: [cl-debian] Bug#398233: marked as done (FTBFS on mips/mipsel) References: <20061112161141.GE4040@networkno.de> Message-ID: Your message dated Sun, 12 Nov 2006 14:32:20 -0800 with message-id and subject line Bug#398233: fixed in sbcl 1:0.9.18.0-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: Thiemo Seufer Subject: FTBFS on mips/mipsel Date: Sun, 12 Nov 2006 16:11:41 +0000 Size: 2210 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#398233: fixed in sbcl 1:0.9.18.0-2 Date: Sun, 12 Nov 2006 14:32:20 -0800 Size: 3343 URL: From pvaneynd at debian.org Sun Nov 12 22:32:20 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 12 Nov 2006 14:32:20 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.18.0-2 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 12 Nov 2006 20:53:57 +0100 Source: sbcl Binary: sbcl sbcl-source sbcl-doc Architecture: source all i386 Version: 1:0.9.18.0-2 Distribution: unstable Urgency: high 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: 397987 398233 Changes: sbcl (1:0.9.18.0-2) unstable; urgency=high . * make $HOME the build directory. Should (Closes: #397987) and fix the FTBFS * Fix for FTBFS on mips/mipsel because of changed kernel headers. (Closes: #398233) Files: 097f46728e7154d3e1a253848efa8e4d 774 devel optional sbcl_0.9.18.0-2.dsc d765b0def574a1b0cb11ec355b2d93d6 26353 devel optional sbcl_0.9.18.0-2.diff.gz b727d06457918f0779fe1717bbee3bcb 1427318 doc optional sbcl-doc_0.9.18.0-2_all.deb dd4807adbf547438007c745051e442f8 3322632 doc optional sbcl-source_0.9.18.0-2_all.deb 9c4bef9284df2b34ea9996e2fa244506 8508710 devel optional sbcl_0.9.18.0-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFV5la11ldN0tyliURAhgsAJ94OJ6aYoHvRNMoCP/ZrXfhLpMdRQCcCdBd PJyi/tYvzH1dCZFnYilpZ2A= =sTD3 -----END PGP SIGNATURE----- Accepted: sbcl-doc_0.9.18.0-2_all.deb to pool/main/s/sbcl/sbcl-doc_0.9.18.0-2_all.deb sbcl-source_0.9.18.0-2_all.deb to pool/main/s/sbcl/sbcl-source_0.9.18.0-2_all.deb sbcl_0.9.18.0-2.diff.gz to pool/main/s/sbcl/sbcl_0.9.18.0-2.diff.gz sbcl_0.9.18.0-2.dsc to pool/main/s/sbcl/sbcl_0.9.18.0-2.dsc sbcl_0.9.18.0-2_i386.deb to pool/main/s/sbcl/sbcl_0.9.18.0-2_i386.deb From pvaneynd at debian.org Sun Nov 12 22:17:14 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 12 Nov 2006 14:17:14 -0800 Subject: [cl-debian] Accepted common-lisp-controller 6.7 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 12 Nov 2006 12:49:19 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 6.7 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: 395156 Changes: common-lisp-controller (6.7) unstable; urgency=low . * Normalize HOME and locale in all scripts. This should fix the $HOME on NFS problem. (Closes: #395156) Files: 1bcdc886f7d51a47b099938b86310a5d 687 devel optional common-lisp-controller_6.7.dsc e26aa731d25325c051020e1fa8ac876c 31613 devel optional common-lisp-controller_6.7.tar.gz b7003fa7ea57aa4f8e841e75936bddc3 31042 devel optional common-lisp-controller_6.7_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFV5Ys11ldN0tyliURAlGcAJoCAo2zStcuFF60NpsMoXJveU1pBgCgviA8 aKefigbDrc1Trk78mpH6aGo= =6Imk -----END PGP SIGNATURE----- Accepted: common-lisp-controller_6.7.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_6.7.dsc common-lisp-controller_6.7.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_6.7.tar.gz common-lisp-controller_6.7_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_6.7_all.deb From owner at bugs.debian.org Sun Nov 12 22:48:39 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 12 Nov 2006 14:48:39 -0800 Subject: [cl-debian] Bug#397987: marked as done (sbcl: FTBFS: doc generation fails) References: <20061110222701.GA31033@abydos.adm.naquadah.org> Message-ID: Your message dated Sun, 12 Nov 2006 14:32:20 -0800 with message-id and subject line Bug#397987: fixed in sbcl 1:0.9.18.0-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: Julien Danjou Subject: sbcl: FTBFS: doc generation fails Date: Fri, 10 Nov 2006 23:27:01 +0100 Size: 24361 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#397987: fixed in sbcl 1:0.9.18.0-2 Date: Sun, 12 Nov 2006 14:32:20 -0800 Size: 3343 URL: From owner at bugs.debian.org Mon Nov 13 11:03:13 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 13 Nov 2006 03:03:13 -0800 Subject: [cl-debian] Processed: block 397026 with 360598 367403 In-Reply-To: <20061113085452.7DC161A01DC@sharrow> References: <20061113085452.7DC161A01DC@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.25 > block 397026 with 360598 367403 Bug#397026: cmucl: package does not install in etch Was not blocked by any bugs. Blocking bugs of 397026 added: 360598, 367403, 367403, 360598 > End of message, 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 Mon Nov 13 11:03:21 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 13 Nov 2006 03:03:21 -0800 Subject: [cl-debian] Processed: merging 360561 397026 In-Reply-To: <20061113085459.201B71A0218@sharrow> References: <20061113085459.201B71A0218@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.25 > merge 360561 397026 Bug#360561: cmucl: CMUCL does not run under kernel version 2.6.16 Bug#397026: cmucl: package does not install in etch Bug#168223: lisp crashes with a segmentation fault. Bug#168225: Doesn't get compiled properly Merged 168223 168225 360561 397026. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From noreply at henning.makholm.net Mon Nov 13 23:39:09 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 13 Nov 2006 16:39:09 -0700 Subject: [cl-debian] cmucl 19c-release-20051115-4 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-3 Current version: 19c-release-20051115-4 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From edi at agharta.de Tue Nov 14 20:56:28 2006 From: edi at agharta.de (Edi Weitz) Date: Tue, 14 Nov 2006 21:56:28 +0100 Subject: [cl-debian] [ann] [flexi-streams-announce] New version 0.8.0 (Was: recovering from flexi-stream-encoding-error) In-Reply-To: (Anton Vodonosov's message of "Tue, 14 Nov 2006 20:34:07 +0200") References: Message-ID: On Tue, 14 Nov 2006 20:34:07 +0200, "Anton Vodonosov" wrote: > It sometimes necessary to recover from flexi-stream-encoding-error. > > For example, it's inconvenient now to use drakma for sites with > broken utf encoding (like this livejournal page > http://hzweiblum.livejournal.com/) > > I can see this page in my browser (with ? instead of badly encoded > chars), but (http-request "http://hzweiblum.livejournal.com/") fails > signaling flexi-stream-encoding-error. Hmm, works for me. > It will be good to have possibility to supply a character that will > be used as a substitution for invalid byte sequence. > > use-value restart is added to the get-char-code function in the > attached patch. I've added your code to the new release. See also the new special variable *SUBSTITUTION-CHAR*. Thanks, 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 nowhere.man at levallois.eu.org Thu Nov 16 05:15:22 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Thu, 16 Nov 2006 06:15:22 +0100 Subject: [cl-debian] Bug#398873: cl-unit: Loading the system fails Message-ID: <20061116051522.GD30093@bateleur.arcanes.fr.eu.org> Package: cl-unit Version: 1.3.1-2 Severity: normal When trying to ASDF load the package, I got the following error: The name "REGRESSION-TEST" does not designate any package. [Condition of type SB-KERNEL:SIMPLE-PACKAGE-ERROR] while loading the "clunit" ASDF source file. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (501, 'stable'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15) Versions of packages cl-unit depends on: ii common-lisp-controller 6.6 This is a Common Lisp source and c cl-unit recommends no packages. -- no debconf information -- 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 mdeb at julius-net.net Sat Nov 18 15:06:58 2006 From: mdeb at julius-net.net (Matthias Julius) Date: Sat, 18 Nov 2006 10:06:58 -0500 Subject: [cl-debian] Bug#399207: common-lisp-controller: [INTL:de] German po-debconf translation Message-ID: <20061118150658.4545.17579.reportbug@localhost.localdomain> Package: common-lisp-controller Version: 6.7 Severity: minor Tags: patch l10n I have prepared a translation of the po-debconf template into German. Pleas include it in your package. Matthias -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (900, 'testing'), (50, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-1-amd64 Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -------------- next part -------------- A non-text attachment was scrubbed... Name: de.po Type: text/x-c++ Size: 2041 bytes Desc: not available URL: From ftpmaster at debian.org Sun Nov 19 12:29:23 2006 From: ftpmaster at debian.org (Joerg Jaspert) Date: Sun, 19 Nov 2006 04:29:23 -0800 Subject: [cl-debian] slime_20061021-2_i386.changes REJECTED Message-ID: Hi Maintainer, I disagree with you that swank-openmcl.lisp is GPL, as you say in debian/copyright. The file itself says LLGPL. -- bye Joerg === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From noreply at henning.makholm.net Sun Nov 19 23:39:09 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Sun, 19 Nov 2006 16:39:09 -0700 Subject: [cl-debian] cl-lml2 1.6.1-1 MIGRATED to testing Message-ID: FYI: The status of the cl-lml2 source package in Debian's testing distribution has changed. Previous version: 1.5.5-2 Current version: 1.6.1-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From nowhere.man at levallois.eu.org Mon Nov 20 12:24:33 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Mon, 20 Nov 2006 13:24:33 +0100 Subject: [cl-debian] Bug#399526: cl-gd: Also wrap functions to create an image from in-memory data Message-ID: <20061120122433.GA8075@bateleur.arcanes.fr.eu.org> Package: cl-gd Version: 0.5.1-1 Severity: wishlist The 2.0.21 version of GD added a gdImageCreateFrom*Ptr family of functions "which make it convenient to load an image in any GD-supported format directly from memory". As I store images in variables that I would like to modify with GD, it would be helpful if those functions were wrapped. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (501, 'stable'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15) Versions of packages cl-gd depends on: ii cl-uffi 1.5.17-1 Universal Foreign Function Library ii common-lisp-controller 6.6 This is a Common Lisp source and c ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries ii libgd2-xpm 2.0.33-5.1 GD Graphics Library version 2 cl-gd recommends no packages. -- no debconf information -- 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 Nov 19 20:54:10 2006 From: edi at agharta.de (Edi Weitz) Date: Sun, 19 Nov 2006 21:54:10 +0100 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.4.10 (Was: *http-error-handler* behaviour) In-Reply-To: (Marijn Haverbeke's message of "Sat, 18 Nov 2006 08:47:55 +0100") References: Message-ID: On Sat, 18 Nov 2006 08:47:55 +0100, "Marijn Haverbeke" wrote: > Attached is the patch, I went with the name *handle-http-errors-p* > instead. Thanks a lot - it's in the latest release. 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 pc at p-cos.net Sun Nov 19 22:14:11 2006 From: pc at p-cos.net (Pascal Costanza) Date: Sun, 19 Nov 2006 23:14:11 +0100 Subject: [cl-debian] [ann] [cdr-announce] Some changes to the Common Lisp Document Repository. Message-ID: Hello everybody, Based on the constructive feedback we have got on the CDR process so far, we have made some changes to CDR as follows. + First, due to the fact that the CDR process has been described as CDR 0 which has already been finalized, strictly speaking we aren't allowed to make changes to CDR anymore. We have solved this by resubmitting the CDR process itself as CDR 4. You can find the new version at http://cdr.eurolisp.org/document/4/ together with the changes compared to CDR 0 (which are also described below). Since we expect more suggestions for improvement in the near future, we use an exceptionally long initial period for CDR 4 until November 1, 2007. This allows us to make changes as we go along. At the same time, the CDR process in use will already be CDR 4. This means that the CDR process for submitted CDRs until then will be somewhat unstable, but we think that this gives us the advantage of being able to experiment a little such that the final result will hopefully be a better tested process. Consider this equivalent to the bootstrapping of a metacircular software architecture, or to the development of any new piece of software for that matter, where you have to test and change things as you go as well. ;) + We have added more details about submission of accompanying material, especially with regard to licenses that give us the right to publish it at the CDR website and related publications. We forgot about this issue in CDR 0. + We have added a section where we ask authors and submitters to provide rationales for changes they have made during the initial period. From now on, we also intend to add archives of previous versions of a CDR for better traceability of such changes. + We have added a mailing list cdr-discuss - see http://common- lisp.net/cgi-bin/mailman/listinfo/cdr-discuss for the mailing list page. This mailing list is supposed to be used for discussions about specific CDRs. This is especially useful when CDRs are in their initial period, but may also be useful afterwards. The already existing cdr-devel is purely for discussions about issues related to CDR itself (that go beyond the scope of what is described in CDR 0 and CDR 4). We hope that these changes address the suggestions we have got so far. Best, 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 nowhere.man at levallois.eu.org Tue Nov 21 17:42:58 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Tue, 21 Nov 2006 18:42:58 +0100 Subject: [cl-debian] Bug#399739: ITP: cl-elephant -- object database for Common Lisp Message-ID: <20061121174258.GF24579@bateleur.arcanes.fr.eu.org> Package: wnpp Severity: wishlist Owner: Pierre THIERRY * Package name : cl-elephant Version : 0.6.0 Upstream Author : Ian Eslick * URL : http://common-lisp.net/project/elephant/ * License : LLGPL Programming Lang: Lisp/C Description : object database for Common Lisp Elephant is an object database for Common Lisp. It supports storing CLOS objects and most lisp primitives, and access to BTrees. It can employ either Berkeley DB or a wide variety of relational databases (through cl-sql). See -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (501, 'stable'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-k7 Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15) -- 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 luca at pca.it Tue Nov 21 19:51:55 2006 From: luca at pca.it (Luca Capello) Date: Tue, 21 Nov 2006 20:51:55 +0100 Subject: [cl-debian] Bug#399739: ITP: cl-elephant -- object database for Common Lisp References: <20061121174258.GF24579@bateleur.arcanes.fr.eu.org> Message-ID: <871wnwbmsk.fsf@gismo.pca.it> Hello! As most of the replies should be CL-specific, I set M-F-T and R-T to the bug submitter, the BTS and the CL-Debian mailing list. On Tue, 21 Nov 2006 18:42:58 +0100, Pierre THIERRY wrote: > Description : object database for Common Lisp [...] > See As per the Developer Reference ?6.2.4 [1], this should be: ==== - See + Homepage: http://common-lisp.net/project/elephant/ ==== BTW, are you going to maintain it under the CL-Debian umbrella [2]? If yes, please contact Peter Van Eynde, Ren? van Bevern or myself in order to be added to the Alioth group ;-) Thx, bye, Gismo / Luca Footnotes: [1] http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-upstream-info [2] http://cl-debian.alioth.debian.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From owner at bugs.debian.org Tue Nov 21 20:03:17 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 21 Nov 2006 12:03:17 -0800 Subject: Bug#399739: Info received ([cl-debian] Bug#399739: ITP: cl-elephant -- object database for Common Lisp) References: <871wnwbmsk.fsf@gismo.pca.it> <20061121174258.GF24579@bateleur.arcanes.fr.eu.org> Message-ID: Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. Your message has been sent to the package maintainer(s): pierre thierry If you wish to continue to submit further information on this problem, please send it to 399739 at bugs.debian.org, as before. Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database) From pc at p-cos.net Tue Nov 21 20:20:40 2006 From: pc at p-cos.net (Pascal Costanza) Date: Tue, 21 Nov 2006 21:20:40 +0100 Subject: [cl-debian] [ann] [cdr-announce] Initial period for CDR 3 prolonged. Message-ID: <9A770ACE-BEC1-49E3-A96E-AD0A81F24B28@p-cos.net> Since the cdr-discuss mailing list is only a few days old, and on request by the author, we have prolonged the initial period before finalization of CDR 3 "Revisiting CONCATENATE-SEQUENCE" by Christophe Rhodes until January 15, 2007. Christophe Rhodes welcomes discussions about this CDR at cdr-discuss to which he is subscribed himself. Please mention CDR 3 in the subject line in your postings about this CDR. 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 nowhere.man at levallois.eu.org Tue Nov 21 21:00:59 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Tue, 21 Nov 2006 22:00:59 +0100 Subject: [cl-debian] Bug#399739: ITP: cl-elephant -- object database for Common Lisp In-Reply-To: <871wnwbmsk.fsf@gismo.pca.it> References: <20061121174258.GF24579@bateleur.arcanes.fr.eu.org> <871wnwbmsk.fsf@gismo.pca.it> Message-ID: <20061121210059.GH24579@bateleur.arcanes.fr.eu.org> Scribit Luca Capello dies 21/11/2006 hora 20:51: > - See > + Homepage: http://common-lisp.net/project/elephant/ OK, done. > BTW, are you going to maintain it under the CL-Debian umbrella [2]? I'd be happy to. I'll at least need a sponsor until I become a DD myself, if I ever do... Quickly, Pierre -- 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 Wed Nov 22 00:06:40 2006 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Wed, 22 Nov 2006 01:06:40 +0100 Subject: [cl-debian] Re: ITP: cl-elephant -- object database for Common Lisp In-Reply-To: <20061121174258.GF24579@bateleur.arcanes.fr.eu.org> References: <20061121174258.GF24579@bateleur.arcanes.fr.eu.org> Message-ID: <20061122000640.GK24579@bateleur.arcanes.fr.eu.org> The package can be fetched with the following sources: deb http://arcanes.fr.eu.org/~pierre/debian/ sid main deb-src http://arcanes.fr.eu.org/~pierre/debian/ sid main Quickly, Pierre -- 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 fahree at gmail.com Wed Nov 22 00:48:43 2006 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Tue, 21 Nov 2006 19:48:43 -0500 Subject: [cl-debian] Re: cl-launch 2.03 Message-ID: <653bea160611211648v6378efa5s1ccbab613cf9c193@mail.gmail.com> I am pleased to announce cl-launch 2.03, the "uncovered bug fix" release. It fixes two bugs found by matthew kennedy at gentoo, one displaying a harmless (but confusing) error message before displaying help, one whereby cl-launch was wrongly trying to truename the cache directory before to make sure it exists. Considering that the official debian package is still at 1.91 and misses a lot of bug fixes as well as full ECL support, I beg my uploaders to upload the latest debian package, found as usual on http://fare.tunes.org/files/cl-launch/ Share, enjoy, and produce more Lisp software that gets easily integrated with the unix command-line! [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] It is not the employer who pays the wages. Employers only handle the money. It is the customer who pays the wages. -- Henry Ford From pc at p-cos.net Wed Nov 22 10:03:29 2006 From: pc at p-cos.net (Pascal Costanza) Date: Wed, 22 Nov 2006 11:03:29 +0100 Subject: [cl-debian] [ann] [cdr-announce] Initial period for CDR 2 prolonged. Message-ID: <1A0FE98D-EB85-4777-A041-76525C8BD44B@p-cos.net> Since the cdr-discuss mailing list is only a few days old, and on request by the author, we have prolonged the initial period before finalization of CDR 2 "A generic hash table interface specification for Common Lisp" by Ingvar Mattsson until January 15, 2007. Ingvar Mattsson welcomes discussions about this CDR at cdr-discuss to which he is subscribed himself. Please mention CDR 2 in the subject line in your postings about this CDR. 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 pc at p-cos.net Wed Nov 22 10:14:56 2006 From: pc at p-cos.net (Pascal Costanza) Date: Wed, 22 Nov 2006 11:14:56 +0100 Subject: [cl-debian] [ann] [cdr-announce] CDR announcements / mailing lists Message-ID: Hi everyone, I have posted the recent two announcements about prolongation of CDRs to all three CDR-related mailing lists. We don't have the intention to post such and similar announcements to all three lists in the future. I have only done this because I assume that currently, people may not be signed up to the appropriate mailing lists, especially because cdr-discuss has only been a recent addition. In the future, we will restrict announcements to cdr-announce exclusively. As advertised, cdr-discuss is for discussion about specific CDRs, and cdr-devel is for discussion about CDR itself. There may be some overlap between cdr-discuss and cdr-devel when it comes to the CDR document describing the CDR process, but I guess this will pose no serious problems. 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 pc at p-cos.net Thu Nov 23 07:13:56 2006 From: pc at p-cos.net (Pascal Costanza) Date: Thu, 23 Nov 2006 08:13:56 +0100 Subject: [cl-debian] [ann] [cdr-announce] CDR mailing lists via gmane Message-ID: <04F72B6D-BDF3-4302-9691-BBAD5978E5FE@p-cos.net> Hi, The CDR mailing lists are now also available via gmane. They are mapped as follows: cdr-announce => gmane.lisp.cdr.announce cdr-discuss => gmane.lisp.cdr.general cdr-devel => gmane.lisp.cdr.devel See http://gmane.org/ for more information 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 owner at bugs.debian.org Thu Nov 23 22:03:17 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Nov 2006 14:03:17 -0800 Subject: [cl-debian] Bug#113928: marked as done (self-referential alien struct crashes compiler) References: <874rplkgim.fsf@Astalo.y2000.kon.iki.fi> Message-ID: Your message dated Thu, 23 Nov 2006 21:32:05 +0000 with message-id and subject line Bug#113928: fixed in cmucl 19d-20061116-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: Kalle Olavi Niemitalo Subject: self-referential alien struct crashes compiler Date: 29 Sep 2001 21:18:09 +0300 Size: 3325 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#113928: fixed in cmucl 19d-20061116-1 Date: Thu, 23 Nov 2006 21:32:05 +0000 Size: 4489 URL: From owner at bugs.debian.org Thu Nov 23 22:03:23 2006 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 23 Nov 2006 14:03:23 -0800 Subject: [cl-debian] Bug#389991: marked as done (cmucl: (read "a") --> SIGSEGV) References: <451C147C.4030505@tamu.edu> Message-ID: Your message dated Thu, 23 Nov 2006 21:32:05 +0000 with message-id and subject line Bug#389991: fixed in cmucl 19d-20061116-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: Kevin L Subject: cmucl: (read "a") --> SIGSEGV Date: Thu, 28 Sep 2006 13:29:16 -0500 Size: 3336 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#389991: fixed in cmucl 19d-20061116-1 Date: Thu, 23 Nov 2006 21:32:05 +0000 Size: 4489 URL: From pvaneynd at debian.org Thu Nov 23 21:32:05 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 23 Nov 2006 21:32:05 +0000 Subject: [cl-debian] Accepted cmucl 19d-20061116-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 22 Nov 2006 20:07:03 +0100 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19d-20061116-1 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: 113928 389991 Changes: cmucl (19d-20061116-1) unstable; urgency=low . * New upstream release, fixes: - no longer a sigsegv on (read "A") Closes: #389991 - Self-referential alien functions now compile. Closes: #113928 (yes this bug is 5 years old) other major changes are documented in /usr/share/doc/cmucl/release-19d.txt.gz * Updated standard version without real changes. * Make cmucl manpage the one of the lisp and cmucl-lisp the one about the system. This way the manpage reflects the new prefered executable name (cmucl). * Includes patch-001, also added this to src/tools/setenv-scripts/base-features.lisp * Use relative package names Files: 6bb4f69af4d5d653ccd56c67280603e2 706 devel optional cmucl_19d-20061116-1.dsc 3b2a399604f35c33a2b884d8eb342276 4730994 devel optional cmucl_19d-20061116.orig.tar.gz 52cb7f93c9aa66629fc7ac14d77899a3 1506746 devel optional cmucl_19d-20061116-1.diff.gz b8c0cbcdfb9ca74fed874e56fe1afcd9 10909786 devel optional cmucl_19d-20061116-1_i386.deb 1057bf18aef3610fff930c0efc0b0b3f 2345470 doc optional cmucl-docs_19d-20061116-1_all.deb b3634cdf5a38d17d65e2aae98c686590 655968 devel optional cmucl-clm_19d-20061116-1_i386.deb 92cc0dc34472c9ee846377f729afbd94 5227448 devel optional cmucl-source_19d-20061116-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFZMSm11ldN0tyliURAvWVAKCGLY/OL2X3V629+cf4i13aep1ZLACgxZuu bMb51ERSpOI3oz22udCO36A= =K12G -----END PGP SIGNATURE----- Accepted: cmucl-clm_19d-20061116-1_i386.deb to pool/main/c/cmucl/cmucl-clm_19d-20061116-1_i386.deb cmucl-docs_19d-20061116-1_all.deb to pool/main/c/cmucl/cmucl-docs_19d-20061116-1_all.deb cmucl-source_19d-20061116-1_all.deb to pool/main/c/cmucl/cmucl-source_19d-20061116-1_all.deb cmucl_19d-20061116-1.diff.gz to pool/main/c/cmucl/cmucl_19d-20061116-1.diff.gz cmucl_19d-20061116-1.dsc to pool/main/c/cmucl/cmucl_19d-20061116-1.dsc cmucl_19d-20061116-1_i386.deb to pool/main/c/cmucl/cmucl_19d-20061116-1_i386.deb cmucl_19d-20061116.orig.tar.gz to pool/main/c/cmucl/cmucl_19d-20061116.orig.tar.gz From commissariocurelli at gmx.de Fri Nov 24 17:28:28 2006 From: commissariocurelli at gmx.de (commi) Date: Fri, 24 Nov 2006 18:28:28 +0100 Subject: [cl-debian] Bug#400240: cl-sql-tests: mysql extension testing suite, 3 out of 229 fail Message-ID: <20061124172828.15004.85234.reportbug@host1> Package: cl-sql-tests Version: 3.7.7-1 Severity: important Hello Kevin, this is just to let you know that (asdf:operate 'asdf:test-op 'clsql), mysql extension, 3 out of 229 total tests failed: :BASIC/TYPE/2, :BASIC/MAP/3, :BASIC/DO/2. I use sbcl and slime. Is something wrong with my config or is it that maybe the testing code needs upgrade? Regards, commi -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages cl-sql-tests depends on: ii cl-rt 20040621-2 Common Lisp regression tester from ii cl-sql 3.7.7-1 SQL Interface for Common Lisp ii cl-sql-mysql 3.7.7-1 CLSQL database backend, MySQL ii cl-sql-odbc 3.7.7-1 CLSQL database backend, ODBC ii cl-sql-postgresql 3.7.7-1 CLSQL database backend, PostgreSQL ii cl-sql-postgresql-socket 3.7.7-1 CLSQL database backend, PostgreSQL ii cl-sql-sqlite 3.7.7-1 CLSQL database backend, SQLite cl-sql-tests recommends no packages. -- no debconf information From noreply at henning.makholm.net Fri Nov 24 23:39:05 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Fri, 24 Nov 2006 16:39:05 -0700 Subject: [cl-debian] cl-defsystem3 3.6i+2006.03.13-2 MIGRATED to testing Message-ID: FYI: The status of the cl-defsystem3 source package in Debian's testing distribution has changed. Previous version: 3.6i+2006.03.13-1 Current version: 3.6i+2006.03.13-2 -- 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 Fri Nov 24 23:39:05 2006 From: noreply at henning.makholm.net (Debian testing watch) Date: Fri, 24 Nov 2006 16:39:05 -0700 Subject: [cl-debian] common-lisp-controller 6.7 MIGRATED to testing Message-ID: FYI: The status of the common-lisp-controller source package in Debian's testing distribution has changed. Previous version: 6.6 Current version: 6.7 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From commissariocurelli at gmx.de Sun Nov 26 19:24:30 2006 From: commissariocurelli at gmx.de (commi) Date: Sun, 26 Nov 2006 20:24:30 +0100 Subject: [cl-debian] Bug#400504: cl-mcclim-examples: sbcl dependency Message-ID: <20061126192430.9979.29873.reportbug@host1> Package: cl-mcclim-examples Version: 0.9.2.dfsg.1-1 Severity: normal I work with sbcl and was wanting to have a look at the sample apps that come in cl-mcclim-examples. When evaluating (asdf:operate 'asdf:load-op :clim-clx) i got the following error: component :CLX not found, required by # [Condition of type ASDF:MISSING-DEPENDENCY] It was fixed by apt-get install cl-clx-sbcl. Is it possible to include a dependency on that package in the spec file of cl-mcclim-examples for users which have sbcl installed? Regards, commi -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages cl-mcclim-examples depends on: ii common-lisp-controller 6.6 This is a Common Lisp source and c Versions of packages cl-mcclim-examples recommends: ii cl-mcclim 0.9.2.dfsg.1-1 Common Lisp graphic user interface -- no debconf information From pdm at debian.org Mon Nov 27 11:04:41 2006 From: pdm at debian.org (Milan Zamazal) Date: Mon, 27 Nov 2006 12:04:41 +0100 Subject: [cl-debian] Bug#400504: cl-mcclim-examples: sbcl dependency In-Reply-To: <20061126192430.9979.29873.reportbug@host1> (commi's message of "Sun\, 26 Nov 2006 20\:24\:30 +0100") References: <20061126192430.9979.29873.reportbug@host1> Message-ID: <87psb9rvzq.fsf@zamazal.org> >>>>> "c" == commi writes: c> I work with sbcl and was wanting to have a look at the sample c> apps that come in cl-mcclim-examples. c> When evaluating (asdf:operate 'asdf:load-op :clim-clx) i got the c> following error: c> component :CLX not found, required by # {A9E3411}> [Condition of type ASDF:MISSING-DEPENDENCY] c> It was fixed by apt-get install cl-clx-sbcl. c> Is it possible to include a dependency on that package in the c> spec file of cl-mcclim-examples for users which have sbcl c> installed? cl-mcclim-examples recommends cl-mcclim which, in a bit complicated way, depends on cl-clx-sbcl. So the dependency is actually there. It's not perfect but I don't know about any better way that would satisfy both SBCL and CMUCL users. Is this OK or do you have any suggestion how to improve the dependencies? Regards, Milan Zamazal -- http://www.zamazal.org From commissariocurelli at gmx.de Mon Nov 27 12:54:32 2006 From: commissariocurelli at gmx.de (commissariocurelli at gmx.de) Date: Mon, 27 Nov 2006 13:54:32 +0100 Subject: [cl-debian] Bug#400504: Re: Bug#400504: cl-mcclim-examples: sbcl dependency Message-ID: <20061127125432.220130@gmx.net> >> So the dependency is actually there. It's not >>> both >> SBCL and CMUCL users. Yes, i understand that the sbcl and cmucl lisp implementation seem to differ significantly in this area. >> Is this OK or do you have any suggestion >> how to >> improve the dependencies I cannot help, sorry. I am just a normal user and not familiar with debians package dependency system. For the meantime its perfectly ok with me. Also i have to say that i quickly found out the missing package with a apt-cache search. I guess for an advanced lisper, which i am not (yet), the issue can be handled easily. -- "Ein Herz f?r Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankesch?n: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! From luca at pca.it Mon Nov 27 15:48:06 2006 From: luca at pca.it (Luca Capello) Date: Mon, 27 Nov 2006 16:48:06 +0100 Subject: Bug#400504: [cl-debian] Bug#400504: cl-mcclim-examples: sbcl dependency In-Reply-To: <87psb9rvzq.fsf@zamazal.org> References: <20061126192430.9979.29873.reportbug@host1> <87psb9rvzq.fsf@zamazal.org> Message-ID: <87odqsnb61.fsf@gismo.pca.it> Hello! On Mon, 27 Nov 2006 12:04:41 +0100, Milan Zamazal wrote: > "c" == commi writes: >> Is it possible to include a dependency on that package in the >> spec file of cl-mcclim-examples for users which have sbcl >> installed? > > cl-mcclim-examples recommends cl-mcclim which, in a bit complicated > way, depends on cl-clx-sbcl. So the dependency is actually there. A similar situation is in one of my packages, stumpwm, and it was corrected by the ancient maintainer, as per bug #323936 [1]. BTW, as the dependency is there, I'd remove the duplicated suggestion for the same packages: ===== luca at gismo:~$ apt-cache show cl-mcclim Package: cl-mcclim [...] Depends: common-lisp-controller (>= 3.37), cmucl-source | cl-clx-sbcl, cl-spatial-trees (>= 0.1-2) Suggests: cl-mcclim-doc, cl-mcclim-examples, cmucl-source, cl-clx-sbcl [...] luca at gismo:~$ ===== > It's not perfect but I don't know about any better way that would > satisfy both SBCL and CMUCL users. Is this OK or do you have any > suggestion how to improve the dependencies? For stumpwm, I clearly stated in the description what you need: ===== luca at gismo:~$ apt-cache show stumpwm Package: stumpwm [...] Depends: common-lisp-controller (>= 5.11), cl-port, cl-clx-sbcl | cmucl-source [...] Description: a Common Lisp window manager [...] Please ensure that you install compatible implementations of CL and CLX. That means either install sbcl and cl-clx-sbcl or cmucl and cmucl-source. [...] luca at gismo:~$ ===== Thx, bye, Gismo / Luca Footnotes: [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323936 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From nallen05 at gmail.com Sun Nov 26 07:39:09 2006 From: nallen05 at gmail.com (Nick Allen) Date: Sat, 25 Nov 2006 23:39:09 -0800 Subject: [cl-debian] [ann] [cl-component-announce] ANN: CL-Component Message-ID: I finally got around to uploading the page and darcs repo for Cl-Component, a "simple CLOS solution for directed acyclic graphs". http://common-lisp.net/project/cl-component/ This is what you'd call a "pre-release". I plan to fully rework the API and implementation as soon as I get a chance, but unfortuanatly the project is somewhat on the back-burner right now. Fortuanatly this release features full documentation and unit-tests until then... Comments are welcome, my goal is to make dealing with dags of CLOS instances trivial, and make a useful tool for rolling object systems, system definition utilities, and scheduling utilities. Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- _______________________________________________ cl-component-announce mailing list cl-component-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-component-announce -------------- next part -------------- _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From pvaneynd at debian.org Thu Nov 30 07:47:02 2006 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 30 Nov 2006 07:47:02 +0000 Subject: [cl-debian] Accepted common-lisp-controller 6.8 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 30 Nov 2006 08:38:24 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 6.8 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 Changes: common-lisp-controller (6.8) unstable; urgency=low . * clc-register-user-package and friends now work again. Files: 919d991cf93b7bde1228b13568ac400f 687 devel optional common-lisp-controller_6.8.dsc 61ecf5c5bbd24a0d98a5f20f396d3527 31652 devel optional common-lisp-controller_6.8.tar.gz 30d399c3d441111efc26d6c6c1cfff70 31102 devel optional common-lisp-controller_6.8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFborG11ldN0tyliURAoqKAKCwmIYUOhGwqGeE3W+MChueUduwYwCgyoOE FEyOh8YjdI81NX2L+7SVAzg= =YDyL -----END PGP SIGNATURE----- Accepted: common-lisp-controller_6.8.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_6.8.dsc common-lisp-controller_6.8.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_6.8.tar.gz common-lisp-controller_6.8_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_6.8_all.deb From camm at enhanced.com Thu Nov 30 13:32:08 2006 From: camm at enhanced.com (Camm Maguire) Date: Thu, 30 Nov 2006 13:32:08 +0000 Subject: [cl-debian] Accepted gclcvs 2.7.0-63 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 29 Nov 2006 22:02:47 -0500 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-63 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-63) unstable; urgency=low . * Fix leading underscore behavior of my_plt * fix default INFO_DIR behavior * gcc 4.x on hppa, no C optimization * disable-nls added to the binutils subconfigures to avoid msgfmt dependency * remove -lintl from powerpc-macosx.defs * Misc ansi fixes; error system overhaul * more careful floating point overflow to work with compiler * fix number comparison tests * Fix error in error string printing, axe specific-error * fix with-error-level-bindings * prevent dotimes shadowing * push FEwrong_type_argument into compiler * fix every compiler macros * no restarts in pcl, proto-abort, no continue restart duplication * more error call fixes;no clcs sys-proclaims;aux variable init types;/ inliner;array ansi fixes;ash/integer-decode-float fast- links;si::fpvec type;faster rational;package routine fixes;standard- char-p, digit_char, and code_char fixes;make-random-state fix;pcl program errors * write-line error checking * better enforcement of mv limit * iterate over pass1 until internal sig conflicts are resolved * fix break-resume * segfault crash fixes; centralize on one version of assert, check- type and cases * mark nil-named hpacks * list-of and type-spec types, remove obsolete functions in clcs_macros.lisp * fix more segfaults on bad input * fix subtypep tyep-of class-of * get rid of last shadow in conditions:: warn * no print bindings in assert, unbound slot condition printing * misc error fixes * continue/resume restart around break; fix declaim warning;fix if bounds checking;fix trace * fix proclaim-var * fix untrace * proclaim fixes;experimental tagbody optimization;error on coerce to nil;fix no pplicable error message * fix cltl1 error messages * work around for hppa gmp support * new hppa compiler options Files: d1881501d03216f560fc6c9a75380d82 686 interpreters optional gclcvs_2.7.0-63.dsc 1e36576e109e6d114494f14bd7080eb4 23397209 interpreters optional gclcvs_2.7.0-63.tar.gz 0b8746c6bab6529c5d4b4d6583016141 2351726 doc optional gclcvs-doc_2.7.0-63_all.deb d027848f438190659a1f77894eab63c2 50862514 interpreters optional gclcvs_2.7.0-63_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFbtaMczG1wFfwRdwRAkX9AJ9E6VW2MvU0O46sVHwdoLW6yZ+xEQCfWaFZ d0aWKgE1ghaPOnxtHNIbqRU= =PYcF -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-63_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-63_all.deb gclcvs_2.7.0-63.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-63.dsc gclcvs_2.7.0-63.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-63.tar.gz gclcvs_2.7.0-63_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-63_i386.deb From lamont at debian.org Thu Nov 30 15:16:00 2006 From: lamont at debian.org (lamont at debian.org) Date: Thu, 30 Nov 2006 08:16:00 -0700 Subject: [cl-debian] Bug#401055: gclcvs_2.7.0-63(ia64/unstable): FTBFS: undefined symbol Message-ID: <20061130151600.GB5992@mix.mmjgroup.com> Package: gclcvs Version: 2.7.0-63 Severity: serious There was an error while trying to autobuild your package: > Automatic build of gclcvs_2.7.0-63 on caballero by sbuild/ia64 98 > Build started at 20061130-1335 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 4.1.16), libreadline5-dev | libreadline-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, autotools-dev, common-lisp-controller, libxmu-dev, libxaw7-dev, gcc-3.4 [ arm] [...] > ranlib libgclp.a > cat ../h/include.h | sed -e "/include/d" > ../h/mdefs.h > gcc -fsigned-char -pipe -Wall -O3 -fomit-frame-pointer -I/build/buildd/gclcvs-2.7.0/o -I../h -I../o -o rsym rsym.c > cp init_pre_gcl.lsp.in init_pre_gcl.lsp.tmp > touch raw_pre_gcl_map > gcc -o raw_pre_gcl \ > -L. -Wl,-Map raw_pre_gcl_map -lpre_gcl -lSM -lICE -lXmu -lXt -lXext -lXaw -lX11 -lgmp -ldl -rdynamic -lreadline -lncurses -lm -lc -lgclp > ./libpre_gcl.a(error.o): In function `fSihs_top_static': > error.c:(.text+0x932): undefined reference to `fSihs_top' > collect2: ld returned 1 exit status > make[2]: *** [raw_pre_gcl_map] Error 1 > make[2]: Leaving directory `/build/buildd/gclcvs-2.7.0/unixport' > make[1]: *** [unixport/saved_pre_gcl] Error 2 > make[1]: Leaving directory `/build/buildd/gclcvs-2.7.0' > make: *** [build-trad-stamp] Error 2 A full build log can be found at: http://buildd.debian.org/build.php?arch=ia64&pkg=gclcvs&ver=2.7.0-63 From edi at agharta.de Thu Nov 30 23:06:18 2006 From: edi at agharta.de (Edi Weitz) Date: Fri, 01 Dec 2006 00:06:18 +0100 Subject: [cl-debian] [ann] [drakma-announce] New release 0.5.4 Message-ID: ChangeLog: Version 0.5.4 2006-12-01 Workaround for servers which send headers after 100 status line (provided by Donavon Keithley) 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 Mon Nov 20 16:18:26 2006 From: gwking at metabang.com (Gary King) Date: Mon, 20 Nov 2006 11:18:26 -0500 Subject: [cl-debian] [ann] [cl-variates-announce] CL-Variates update Message-ID: Joshua Moody found and fixed a bug in CL-Variates some time ago; I'm finally getting it up into the repository. Sorry for the long delay. The problem was in select-sample. -- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM _______________________________________________ cl-variates-announce mailing list cl-variates-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-variates-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements