From edi at agharta.de Tue May 1 14:08:07 2007 From: edi at agharta.de (Edi Weitz) Date: Tue, 01 May 2007 16:08:07 +0200 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.9.2 (Was: User defined http return codes) In-Reply-To: <4636B040.2010601@itsec.co.kr> (Jong-won Choi's message of "Tue, 01 May 2007 12:13:04 +0900") References: <4636B040.2010601@itsec.co.kr> Message-ID: On Tue, 01 May 2007 12:13:04 +0900, Jong-won Choi wrote: > Currently if a user want to define a custom http return code, s/he > has to change reason-phrase function manually. > > The attached patch file is my suggestion on this problem. Thanks, I've made a new release with a modified version of your patch. > + (defconstant +http-code-reason-table+ (make-hash-table :test #'eq)) That's not portable, you should use EQL. Also, please don't create new functions or variables without doc strings. See http://weitz.de/patches.html 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 drake at begriffli.ch Tue May 1 14:31:04 2007 From: drake at begriffli.ch (Drake Wilson) Date: Tue, 1 May 2007 09:31:04 -0500 Subject: [cl-debian] Bug#414682: Argh, pilot error Message-ID: <20070501143104.GA25626@drache.begriffli.ch> Holy crap. Pilot error. Now why did I have an obsolete installation of SLIME in my ~/elisp directory in the first place... ? o.o Can close this one, I guess. Sorry for wasting everyone's time. *blush* ---> Drake Wilson From fahree at gmail.com Tue May 1 15:45:36 2007 From: fahree at gmail.com (=?UTF-8?Q? Far=C3=A9 ?=) Date: Tue, 1 May 2007 11:45:36 -0400 Subject: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> Message-ID: <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> After some experimentation, it looks like the problem is a buffer overflow (of all things!) when variable $TERMCAP is too big. Removing an entry from $TERMCAP makes cmucl happy. Making one lengthier again makes it unhappy again. PS: cl-launch [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] The difference between a programmer and a user, is that the programmer knows there is no difference between using and programming. -- Far? From tbm at cyrius.com Thu May 3 07:17:17 2007 From: tbm at cyrius.com (Martin Michlmayr) Date: Thu, 3 May 2007 09:17:17 +0200 Subject: [cl-debian] Bug#422046: FTBFS: /bin/sh: epstopdf: command not found In-Reply-To: <20070502230239.7D1CF460DF@em64t.snowman.net> References: <20070502230239.7D1CF460DF@em64t.snowman.net> Message-ID: <20070503071717.GA26257@deprecation.cyrius.com> Package: sbcl Version: 1:1.0.0.0-1 Severity: serious This package no longer builds, probably due to the tetex->texlive transition. It appears you need a build-depends on texlive-extra-utils. > Automatic build of sbcl_1:1.0.0.0-1 on em64t by sbuild/amd64 0.53 ... > make[1]: Entering directory `/build/tbm/sbcl-1.0.0.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 > /bin/sh: epstopdf: command not found > make[1]: *** [discriminating-functions.pdf] Error 127 > rm discriminating-functions.eps > make[1]: Leaving directory `/build/tbm/sbcl-1.0.0.0/doc/internals' > make: *** [build-arch-stamp] Error 2 > ****************************************************************************** > Build finished at 20070502-1901 > FAILED [dpkg-buildpackage died] -- Martin Michlmayr http://www.cyrius.com/ From pvaneynd at debian.org Thu May 3 21:24:51 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 03 May 2007 23:24:51 +0200 Subject: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> Message-ID: <463A5323.1070305@debian.org> Far? wrote: > After some experimentation, it looks like the problem is a buffer > overflow (of all things!) when variable $TERMCAP is too big. Interesting. And dangerous. But I cannot reproduce it: $ echo $TERMCAP | wc -c 11448 $ cmucl CMU Common Lisp CVS 19d 19d-release (19D), running on frost With core: /usr/lib/cmucl/lisp.core Dumped on: Sat, 2006-12-30 21:27:55+01:00 on frost For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS. or to pvaneynd at debian.org type (help) for help, (quit) to exit, and (demo) to see the demos Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 * > PS: cl-launch I hear you ;-) 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 fahree at gmail.com Thu May 3 22:28:50 2007 From: fahree at gmail.com (=?UTF-8?Q? Far=C3=A9 ?=) Date: Thu, 3 May 2007 18:28:50 -0400 Subject: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <463A5323.1070305@debian.org> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> <463A5323.1070305@debian.org> Message-ID: <653bea160705031528o3641ab47yafac7517811005ae@mail.gmail.com> It's pretty reproducible here, with cmucl 19d-20061116-1, which is the latest I find in unstable. When you test it, does your $TERM match your $TERMCAP ? Otherwise, cmucl might not be trying to use it. TERM=screen.linux TERMCAP='SC|screen.linux|VT 100/ANSI X3.64 virtual terminal:\ :hs:ts=\E_:fs=\E\\:ds=\E_\E\\:\ :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\ :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\ :do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\ :le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\ :li#27:co#100:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:\ :cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:\ :im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:\ :ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\ :ti=\E[?1049h:te=\E[?1049l:us=\E[4m:ue=\E[24m:so=\E[3m:\ :se=\E[23m:mb=\E[5m:md=\E[1m:mh=\E[2m:mr=\E[7m:\ :me=\E[m:ms:\ :Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\ :vb=\Eg:as=\E(0:ae=\E(B:\ :ac=\140\140aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:\ :k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\ :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\ :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\ :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:kb=:\ :K2=\E[G:kB=\E[Z:kh=\E[1~:@1=\E[1~:kH=\E[4~:@7=\E[4~:\ :kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:kd=\EOB:\ :kr=\EOC:kl=\EOD:' or TERMCAP='SC|screen.linux|VT 100/ANSI X3.64 virtual terminal:\ :kr=\EOC111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111:kl=\EOD22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222:ku=\EOA111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111:kd=\EOB4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444:' [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Majority, n.: That quality that distinguishes a crime from a law. On 03/05/07, Peter Van Eynde wrote: > Far? wrote: > > After some experimentation, it looks like the problem is a buffer > > overflow (of all things!) when variable $TERMCAP is too big. > > Interesting. And dangerous. > > But I cannot reproduce it: > > $ echo $TERMCAP | wc -c > 11448 > $ cmucl > CMU Common Lisp CVS 19d 19d-release (19D), running on frost > With core: /usr/lib/cmucl/lisp.core > Dumped on: Sat, 2006-12-30 21:27:55+01:00 on frost > For support see http://www.cons.org/cmucl/support.html Send bug reports > to the debian BTS. > or to pvaneynd at debian.org > type (help) for help, (quit) to exit, and (demo) to see the demos > > Loaded subsystems: > Python 1.1, target Intel x86 > CLOS based on Gerd's PCL 2004/04/14 03:32:47 From pvaneynd at debian.org Fri May 4 20:46:07 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 04 May 2007 22:46:07 +0200 Subject: [cl-debian] sbcl/amd64, anonymous repository read access and a yak In-Reply-To: <87y7k91pxc.fsf@oxygen.pond.sub.org> References: <87y7k91pxc.fsf@oxygen.pond.sub.org> Message-ID: <463B9B8F.2070504@debian.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Gerd, Gerd Flaig wrote: > Next step, try to find the repository. According to the cl-debian > project page[3], it's accessible with This information is wrong. For some reason the control files are wrong. The archive is using bzr. You should do: bzr checkout http://cl-debian.alioth.debian.org/repository/pvaneynd/sbcl bzr checkout \ http://cl-debian.alioth.debian.org/repository/pvaneynd/sbcl-upstream Sorry about that. I've corrected the control file and will upload new versions soon. 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| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGO5uP11ldN0tyliURAh5YAJ4kfNbH+6cysohrNseAJxS3yCDT3QCfY+z3 J1nkcHM+ncaoOKqjJG/rGIY= =dxkg -----END PGP SIGNATURE----- From pvaneynd at debian.org Fri May 4 20:53:48 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 04 May 2007 22:53:48 +0200 Subject: Bug#407606: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <653bea160705031528o3641ab47yafac7517811005ae@mail.gmail.com> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> <463A5323.1070305@debian.org> <653bea160705031528o3641ab47yafac7517811005ae@mail.gmail.com> Message-ID: <463B9D5C.5020204@debian.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Far? I tried with the environment set as you gave, but still it works. Actually I cannot find serious references to TERMCAP in the cmucl sources so I fail to see where it could crash the image... What does strace say? 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| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGO51c11ldN0tyliURAi7IAJ9l4534twwC0pjEmKHjhu9W5eyY8QCeOSys qbH/pCL+bAfoqQw/1vi7E2k= =42i+ -----END PGP SIGNATURE----- From nowhere.man at levallois.eu.org Fri May 4 21:21:28 2007 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Fri, 4 May 2007 23:21:28 +0200 Subject: Bug#407606: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <463B9D5C.5020204@debian.org> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> <463A5323.1070305@debian.org> <653bea160705031528o3641ab47yafac7517811005ae@mail.gmail.com> <463B9D5C.5020204@debian.org> Message-ID: <20070504212128.GJ25984@bateleur.arcanes.fr.eu.org> Scribit Peter Van Eynde dies 04/05/2007 hora 22:53: > What does strace say? And first of all, what does running it in gdb says? Curiously, 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 camm at enhanced.com Sat May 5 04:02:07 2007 From: camm at enhanced.com (Camm Maguire) Date: Sat, 05 May 2007 04:02:07 +0000 Subject: [cl-debian] Accepted gclcvs 2.7.0-68 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 04 May 2007 21:37:34 -0400 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-68 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-68) unstable; urgency=low . * compile without wrap-literals and pass1 prin1/read;no add-object on characters;leave doc strings in portable source * protect closure inlining to within scope of live bindings;*keep-gaz* makes compile into compile-file;c1var propagates declared type within closures;fix ensure--directories-exist Files: 66035235f475b7353a976bb63331e33c 686 interpreters optional gclcvs_2.7.0-68.dsc f292eea542f9286210d21ef1b2c09655 23287054 interpreters optional gclcvs_2.7.0-68.tar.gz 352c3a2416f3d63c3759d8f8ef4b5f7d 2352730 doc optional gclcvs-doc_2.7.0-68_all.deb 39afaf7d1a42ec34afef29cd5293ac48 39488630 interpreters optional gclcvs_2.7.0-68_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGO/wYczG1wFfwRdwRAgbZAJ94J+2i54tYX255XrRcoThiwbjg2QCdHCUm 9CsKicphDcibse1MUTwK5xI= =WLRX -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-68_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-68_all.deb gclcvs_2.7.0-68.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-68.dsc gclcvs_2.7.0-68.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-68.tar.gz gclcvs_2.7.0-68_i386.deb to pool/main/g/gclcvs/gclcvs_2.7.0-68_i386.deb From gefla at pond.sub.org Sat May 5 16:46:29 2007 From: gefla at pond.sub.org (Gerd Flaig) Date: Sat, 05 May 2007 18:46:29 +0200 Subject: [cl-debian] Re: sbcl/amd64, anonymous repository read access and a yak References: <87y7k91pxc.fsf@oxygen.pond.sub.org> <463B9B8F.2070504@debian.org> Message-ID: <87bqgzz09m.fsf@oxygen.pond.sub.org> Hi, thanks for answering. Peter Van Eynde writes: > Gerd Flaig wrote: >> Next step, try to find the repository. According to the cl-debian >> project page[3], it's accessible with > > This information is wrong. For some reason the control files are wrong. > The archive is using bzr. You should do: > > bzr checkout http://cl-debian.alioth.debian.org/repository/pvaneynd/sbcl > bzr checkout \ > http://cl-debian.alioth.debian.org/repository/pvaneynd/sbcl-upstream these paths don't exist. When I include 'bzr-moved' as second last path component, it almost works: checkout complains that the repository is read only, so I tried branch instead of checkout (I'm new to bzr, so forgive me if I'm missing something), which worked. Compiling and installing on dapper/amd64 also worked like a charm after I compiled a current version of common-lisp-controller. The repository at http://people.debian.org/~pvaneynd/cl-dapper-packages contains clc version 6.9 according to the package index, but installation failed with 404 not found. > Sorry about that. I've corrected the control file and will upload new > versions soon. Great. Goodbyte, Gerd. -- The last thing one knows in constructing a work is what to put first. -- Blaise Pascal From pvaneynd at debian.org Sat May 5 21:06:59 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 05 May 2007 23:06:59 +0200 Subject: [cl-debian] Re: sbcl/amd64, anonymous repository read access and a yak In-Reply-To: <87bqgzz09m.fsf@oxygen.pond.sub.org> References: <87y7k91pxc.fsf@oxygen.pond.sub.org> <463B9B8F.2070504@debian.org> <87bqgzz09m.fsf@oxygen.pond.sub.org> Message-ID: <463CF1F3.704@debian.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Gerd Flaig wrote: > these paths don't exist. When I include 'bzr-moved' as second last > path component, it almost works: checkout complains that the > repository is read only, so I tried branch instead of checkout (I'm > new to bzr, so forgive me if I'm missing something), which worked. Of course, sorry my error. > Compiling and installing on dapper/amd64 also worked like a charm > after I compiled a current version of common-lisp-controller. The > repository at http://people.debian.org/~pvaneynd/cl-dapper-packages > contains clc version 6.9 according to the package index, but > installation failed with 404 not found. I've investigated my package maintenance scripts and discovered an error. I'm pushing an update as I write. Thanks for the report. 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| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGPPHz11ldN0tyliURAivMAKCSZWhtVSPZ+Ig5BfO0AySnnJIhwgCcDzNr +OMmL59II+kaJXiS2LjMQv8= =fIZC -----END PGP SIGNATURE----- From gefla at pond.sub.org Sun May 6 18:14:16 2007 From: gefla at pond.sub.org (Gerd Flaig) Date: Sun, 06 May 2007 20:14:16 +0200 Subject: [cl-debian] Re: sbcl/amd64, anonymous repository read access and a yak References: <87y7k91pxc.fsf@oxygen.pond.sub.org> <463B9B8F.2070504@debian.org> <87bqgzz09m.fsf@oxygen.pond.sub.org> <463CF1F3.704@debian.org> Message-ID: <87y7k1yg3r.fsf@oxygen.pond.sub.org> Peter Van Eynde writes: >> Compiling and installing on dapper/amd64 also worked like a charm >> after I compiled a current version of common-lisp-controller. The >> repository at http://people.debian.org/~pvaneynd/cl-dapper-packages >> contains clc version 6.9 according to the package index, but >> installation failed with 404 not found. > > I've investigated my package maintenance scripts and discovered an > error. I'm pushing an update as I write. great, everything is working now. Thank you. Goodbyte, Gerd. -- The last thing one knows in constructing a work is what to put first. -- Blaise Pascal From edi at agharta.de Mon May 7 22:00:39 2007 From: edi at agharta.de (Edi Weitz) Date: Tue, 08 May 2007 00:00:39 +0200 Subject: [cl-debian] [ann] [drakma-announce] New Chunga release 0.3.0 (Was: Lenient read-line*) In-Reply-To: <1177676663.9218.5.camel@deepthought> (Sean's message of "Fri, 27 Apr 2007 13:24:23 +0100") References: <1177596978.26324.24.camel@deepthought> <1177600070.26324.39.camel@deepthought> <46314705.1040307@cunningham.net> <1177676663.9218.5.camel@deepthought> Message-ID: On Fri, 27 Apr 2007 13:24:23 +0100, Sean wrote: > Sorry for the delay. And sorry for my delay as well... :) > I've attached a patch which implements *accept-bogus-eols* for > read-line* along with updated docs. When bound to a non-nil value > then a lone CR or LF will be accepted as EOL. I've released 0.3.0 which incorporates your changes. Thanks, Edi. _______________________________________________ drakma-announce mailing list drakma-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Mon May 7 22:22:10 2007 From: edi at agharta.de (Edi Weitz) Date: Tue, 08 May 2007 00:22:10 +0200 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.9.3 (Was: create-folder-dispatcher-and-handler question) In-Reply-To: <873b288vx5.fsf@no-log.org> (Nicolas Lamirault's message of "Mon, 07 May 2007 18:01:42 +0200") References: <873b288vx5.fsf@no-log.org> Message-ID: On Mon, 07 May 2007 18:01:42 +0200, Nicolas Lamirault wrote: > i think the problem comes from the space in the name. Yes. Seems this is a bug which was already in TBNL. The new release hopefully fixes that. Thanks for the report, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From owner at bugs.debian.org Tue May 8 02:09:03 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 08 May 2007 02:09:03 +0000 Subject: [cl-debian] Bug#420034: marked as done (gclcvs: FTBFS: TYPE-ERROR :DATUM 1469528 :EXPECTED-TYPE LIST NIL) References: <20070419154602.GA17938@xanadu.blop.info> Message-ID: Your message dated Mon, 07 May 2007 22:07:56 -0400 with message-id and subject line Bug#420034: gclcvs: FTBFS: TYPE-ERROR :DATUM 1469528 :EXPECTED-TYPE LIST NIL 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: gclcvs: FTBFS: TYPE-ERROR :DATUM 1469528 :EXPECTED-TYPE LIST NIL Date: Thu, 19 Apr 2007 17:46:02 +0200 Size: 2718 URL: -------------- next part -------------- An embedded message was scrubbed... From: Camm Maguire Subject: Bug#420034: gclcvs: FTBFS: TYPE-ERROR :DATUM 1469528 :EXPECTED-TYPE LIST NIL Date: Mon, 07 May 2007 22:07:56 -0400 Size: 1579 URL: From edi at agharta.de Tue May 8 21:34:19 2007 From: edi at agharta.de (Edi Weitz) Date: Tue, 08 May 2007 23:34:19 +0200 Subject: [cl-debian] [ann] [cl-who-announce] New release 0.9.0 (Was: semantic for (str NIL) and (esc NIL)) In-Reply-To: <4877ae640705041926x58627dfbp4ac3cc7dcc90ee08@mail.gmail.com> (Mac Chan's message of "Fri, 4 May 2007 19:26:30 -0700") References: <4877ae640705041926x58627dfbp4ac3cc7dcc90ee08@mail.gmail.com> Message-ID: On Fri, 4 May 2007 19:26:30 -0700, "Mac Chan" wrote: > Attached is a diff for this change in case you guys agree that this > makes sense. Yes, I think it makes sense. I've made a new release with your patch incorporated. Others, please note that this isn't fully backwards-compatible although I doubt that serious applications so far relied on the fact that (STR nil) would produce "NIL" in the output. Thanks, Edi. _______________________________________________ cl-who-announce site list cl-who-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/cl-who-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From fahree at gmail.com Tue May 8 20:13:35 2007 From: fahree at gmail.com (=?UTF-8?Q? Far=C3=A9 ?=) Date: Tue, 8 May 2007 16:13:35 -0400 Subject: Bug#407606: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <463B9D5C.5020204@debian.org> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> <463A5323.1070305@debian.org> <653bea160705031528o3641ab47yafac7517811005ae@mail.gmail.com> <463B9D5C.5020204@debian.org> Message-ID: <653bea160705081313v46cc6348m56c7fe26e5eb81bd@mail.gmail.com> On 04/05/07, Peter Van Eynde wrote: > Hello Far? > > I tried with the environment set as you gave, but still it works. > Actually I cannot find serious references to TERMCAP in the cmucl > sources so I fail to see where it could crash the image... There is a hemlock/termcap.lisp and a hemlock/rompsite.lisp, where the environment variable is used. Maybe it would help if these were compiled with a better debugging setting? > What does strace say? strace and ltrace output attached. Not very informative to me. NB: regarding the suggestion by Pierre Thierry, I wouldn't know what to ask GDB. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] The main difference between a computer salesman and a used car salesman is that the used car salesman can probably drive and knows when he's lying. - Peter da Silva -------------- next part -------------- A non-text attachment was scrubbed... Name: cmucl.strace Type: application/octet-stream Size: 10532 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: cmucl.ltrace Type: application/octet-stream Size: 44097 bytes Desc: not available URL: From nowhere.man at levallois.eu.org Wed May 9 18:19:42 2007 From: nowhere.man at levallois.eu.org (Pierre THIERRY) Date: Wed, 9 May 2007 20:19:42 +0200 Subject: Bug#407606: [cl-debian] Bug#407606: cmucl fails at initialization In-Reply-To: <653bea160705081313v46cc6348m56c7fe26e5eb81bd@mail.gmail.com> References: <653bea160701192028o7c9ccf35o869f4a28cdc38083@mail.gmail.com> <200701220827.13264.pvaneynd@debian.org> <653bea160702092118m19a64704y9f062b13436c8949@mail.gmail.com> <653bea160705010845l5e18550bwc725fe3d530d6787@mail.gmail.com> <463A5323.1070305@debian.org> <653bea160705031528o3641ab47yafac7517811005ae@mail.gmail.com> <463B9D5C.5020204@debian.org> <653bea160705081313v46cc6348m56c7fe26e5eb81bd@mail.gmail.com> Message-ID: <20070509181942.GC17561@bateleur.arcanes.fr.eu.org> Scribit =?UTF-8?Q? Far=C3=A9 ?= dies 08/05/2007 hora 16:13: > NB: regarding the suggestion by Pierre Thierry, I wouldn't know what > to ask GDB. Just do: $ gdb cmucl If it segfaults, then do (gdb) bt That might help. 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 edi at agharta.de Fri May 11 22:37:00 2007 From: edi at agharta.de (Edi Weitz) Date: Sat, 12 May 2007 00:37:00 +0200 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.10.0 (Was: *catch-errors-p* and spurious stream errors patch (add your own implementation and shake).) In-Reply-To: (Vladimir Sedach's message of "Tue, 8 May 2007 13:43:59 -0600") References: <20070507233451.GA17561@bateleur.arcanes.fr.eu.org> Message-ID: On Tue, 8 May 2007 13:43:59 -0600, "Vladimir Sedach" wrote: > Making maybe-invoke-debugger a generic function so you can > specialize on the condition (ignore the :around in my patch, I was > being stupid) seems like an outgrowth of this approach. Yes, that makes sense. I've made a new release where MAYBE-INVOKE-DEBUGGER is an exported generic function. 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 rudy at stone-head.org Mon May 14 00:00:43 2007 From: rudy at stone-head.org (Rudy Godoy) Date: Sun, 13 May 2007 19:00:43 -0500 Subject: [cl-debian] Bug#423706: gcl: [INTL:es] Spanish translation for debconf template Message-ID: <20070514000043.7694.86058.reportbug@jane.htu.com.pe> Package: gcl Severity: wishlist Tags: patch l10n Please find attached the Spanish debconf translation. thanks -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core) Locale: LANG=es_PE.UTF-8, LC_CTYPE=es_PE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -------------- next part -------------- # gcl po-debconf translation to Spanish # Copyright (C) 2005 Software in the Public Interest # This file is distributed under the same license as the gcl package. # # Changes: # - Initial translation # C?sar G?mez Mart?n # # - Revision # Rudy Godoy Guill?n , 2007 # # Traductores, si no conoce el formato PO, merece la pena leer la # documentaci?n de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducci?n al espa?ol, por favor, lean antes de traducir # los siguientes documentos: # # - El proyecto de traducci?n de Debian al espa?ol # http://www.debian.org/intl/spanish/ # especialmente las notas de traducci?n en # http://www.debian.org/intl/spanish/notas # # - La gu?a de traducci?n de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: gcl 2.6.7-11\n" "Report-Msgid-Bugs-To: camm at enhanced.com\n" "POT-Creation-Date: 2006-10-16 12:39-0400\n" "PO-Revision-Date: 2007-05-13 18:58-0500\n" "Last-Translator: C?sar G?mez Mart?n \n" "Language-Team: Debian l10n spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Spanish\n" "X-Poedit-Country: SPAIN\n" "X-Poedit-SourceCharset: utf-8\n" #. Type: boolean #. Description #: ../in.gcl.templates:1001 msgid "Use the work-in-progress ansi build by default" msgstr "Utilizar por omisi?n el paquete ansi que todav?a est? en desarrollo" #. Type: boolean #. Description #: ../in.gcl.templates:1001 msgid "" "GCL is in the process of providing an ANSI compliant image in addition to " "its traditional CLtL1 image still in production use. Please see the README." "Debian file for a brief description of these terms. Setting this variable " "will determine which image you will use by default on executing 'gcl at EXT@'. " "You can locally override this choice by setting the GCL_ANSI environment " "variable to any non-empty string for the ANSI build, and to the empty string " "for the CLtL1 build, e.g. GCL_ANSI=t gcl at EXT@. The flavor of the build in " "force will be reported in the initial startup banner." msgstr "" "GCL est? en proceso de incorporar una imagen compatible con ANSI en adici?n a su imagen CLtL1 tradicional que todav?a se usa en producci?n. Por favor, v?ase el fichero README de Debian para una breve descripci?n acerca de estos t?rminos. El definir esta variable determinar? qu? imagen utilizar de manera predeterminada cuando ejecute ?gcl at EXT@?.\n" "Puede anular esta elecci?n localmente definiendo la variable de entorno GCL_ANSI a una cadena no vac?a para la compilaci?n ANSI, y a una vac?a para la compilaci?n CLtL1, ejemplo: GCL_ANSI=t gcl at EXT@. La versi?n de la compilaci?n se indicar? en el anuncio inicial de arranque." #. Type: boolean #. Description #: ../in.gcl.templates:2001 msgid "Use the profiling build by default" msgstr "Utilizar la compilaci?n con perfilado por omisi?n" #. Type: boolean #. Description #: ../in.gcl.templates:2001 msgid "" "GCL now has optional support for profiling via gprof. Please see the " "documentation for si::gprof-start and si::gprof-quit for details. As this " "build is slower than builds without gprof support, it is not recommended for " "final production use. You can locally override the default choice made here " "by setting the GCL_PROF environment variable to any non-empty string for " "profiling support, and to the empty string for the more optimized builds, e." "g. GCL_PROF=t gcl at EXT@. If profiling is enabled, this will be reported in " "the initial startup banner." msgstr "Ahora GCL tiene soporte opcional para perfilado a trav?s de gprof. Por favor, mire la documentaci?n de ?si::gprof-start? y de ?si::gprof-quit? y ?si::gprof-quit? si desea m?s detalles. Dado que esta compilaci?n es m?s lenta que otras sin soporte para gprof, no se recomienda usarlo en producci?n. Puede anular esta elecci?n de forma local mediante el establecimiento de la variable de entorno GCL_PROF a cualquier cadena no vac?a para soporte de perfiles, y a la cadena vac?a para los paquetes m?s optimizados, es decir GCL_PROF=t gcl. Si el perfilado est? activo se indicar? en el anuncio inicial de arranque." #~ msgid "" #~ "GCL is one of the oldest free common lisp systems still in use. Several " #~ "production systems have used it for over a decade. The common lisp " #~ "standard in effect when GCL was first released is known as \"Common Lisp, " #~ "the Language\" (CLtL1) after a book by Steele of the same name providing " #~ "this specification. Subsequently, a much expanded standard was adopted " #~ "by the American National Standards Institute (ANSI), which is still " #~ "considered the definitive common lisp language specification to this " #~ "day. GCL is in the process of providing an ANSI compliant image in " #~ "addition to its traditional CLtL1 image still in production use. Setting " #~ "this variable will determine which image you will use by default on " #~ "executing 'gcl'. You can locally override this choice by setting the " #~ "GCL_ANSI environment variable to any non-empty string for the ANSI build, " #~ "and to the empty string for the CLtL1 build, e.g. GCL_ANSI=t gcl. You " #~ "may be interested in reviewing the ANSI test results sketching the level " #~ "of compliance achieved thus far in /usr/share/doc/gcl/test_results.gz. " #~ "The flavor of the build in force will be reported in the initial startup " #~ "banner." #~ msgstr "" #~ "GCL es uno de los sistemas libres de ?common lisp? m?s antiguos que " #~ "todav?a se usan. Varios sistemas en producci?n han estado us?ndolo " #~ "durante m?s de una d?cada. Cuando GCL se liber? por primera vez, el " #~ "est?ndar ?common lisp? se conoc?a como ?Common Lisp, the " #~ "Language? (CLtL1) despu?s de un libro escrito por Steele que llevaba el " #~ "mismo nombre y que proporcionaba esta especificaci?n. Posteriormente se " #~ "adopt? en el Instituto Nacional de Est?ndares Americano (ANSI) un " #~ "est?ndar m?s extendido, que todav?a se considera la especificaci?n " #~ "definitiva del lenguaje ?common lisp? hasta hoy. GCL est? en el proceso " #~ "de proporcionar una imagen conforme a ANSI adem?s de su imagen CltL1 " #~ "tradicional que todav?a se usa en producci?n. Al establecer esta variable " #~ "se determinar? la imagen por omisi?n que usar? al ejecutar ?gcl?. Puede " #~ "anular esta elecci?n de forma local mediante el establecimiento de la " #~ "variable de entorno GCL_ANSI a cualquier cadena no vac?a para el paquete " #~ "ANSI, y a la cadena vac?a para el paquete CLtL1, i.e. GCL_ANSI=t gcl. " #~ "Quiz?s est? interesado en revisar los resultados de las pruebas ANSI " #~ "describiendo el nivel de conformidad logrado hasta ahora en /usr/share/" #~ "doc/gcl/test_results.gz. Se informar? del tipo de paquete usado en el " #~ "anuncio inicial de arranque." From rudy at stone-head.org Mon May 14 00:25:44 2007 From: rudy at stone-head.org (Rudy Godoy) Date: Sun, 13 May 2007 19:25:44 -0500 Subject: [cl-debian] Bug#423708: gclcvs: [INTL:es] Spanish translation for the debconf template Message-ID: <20070514002544.10058.18153.reportbug@jane.htu.com.pe> Package: gclcvs Severity: wishlist Tags: patch l10n Please find attached the Spanish translation for the debconf template. thanks -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core) Locale: LANG=es_PE.UTF-8, LC_CTYPE=es_PE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -------------- next part -------------- # gclcvs po-debconf translation to Spanish # Copyright (C) 2005 Software in the Public Interest # This file is distributed under the same license as the gclcvs package. # # Changes: # - Initial translation # C?sar G?mez Mart?n # # - Revision # Rudy Godoy Guill?n , 2007 # # Traductores, si no conoce el formato PO, merece la pena leer la # documentaci?n de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Equipo de traducci?n al espa?ol, por favor, lean antes de traducir # los siguientes documentos: # # - El proyecto de traducci?n de Debian al espa?ol # http://www.debian.org/intl/spanish/ # especialmente las notas de traducci?n en # http://www.debian.org/intl/spanish/notas # # - La gu?a de traducci?n de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: gclcvs 2.7.0-50.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-01-21 08:47+0100\n" "PO-Revision-Date: 2007-05-13 19:22-0500\n" "Last-Translator: C?sar G?mez Mart?n \n" "Language-Team: Debian l10n spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Spanish\n" "X-Poedit-Country: SPAIN\n" "X-Poedit-SourceCharset: utf-8\n" #. Type: boolean #. Description #: ../in.gcl.templates:1001 msgid "Use the work-in-progress ANSI build by default?" msgstr "?Utilizar por omisi?n la compilaci?n ANSI todav?a en desarrollo?" #. Type: boolean #. Description #: ../in.gcl.templates:1001 #, fuzzy msgid "" "GCL is in the process of providing an ANSI compliant image in addition to " "its traditional CLtL1 image still in production use. Please see the README." "Debian file for a brief description of these terms. Setting this variable " "will determine which image you will use by default on executing 'gcl at EXT@'. " "You can locally override this choice by setting the GCL_ANSI environment " "variable to any non-empty string for the ANSI build, and to the empty string " "for the CLtL1 build, e.g. GCL_ANSI=t gcl at EXT@. The flavor of the build in " "force will be reported in the initial startup banner." msgstr "" "GCL est? en proceso de incorporar una imagen compatible con ANSI en adici?n a su imagen CLtL1 tradicional que todav?a se usa en producci?n. Por favor, v?ase el fichero README de Debian para una breve descripci?n acerca de estos t?rminos. El definir esta variable determinar? qu? imagen utilizar de manera predeterminada cuando ejecute ?gcl at EXT@?.\n" "Puede anular esta elecci?n localmente definiendo la variable de entorno GCL_ANSI a una cadena no vac?a para la compilaci?n ANSI, y a una vac?a para la compilaci?n CLtL1, ejemplo: GCL_ANSI=t gcl at EXT@. La versi?n de la compilaci?n se indicar? en el anuncio inicial de arranque." #. Type: boolean #. Description #: ../in.gcl.templates:2001 msgid "Use the profiling build by default?" msgstr "Utilizar la compilaci?n con perfilado por omisi?n" #. Type: boolean #. Description #: ../in.gcl.templates:2001 msgid "" "GCL now has optional support for profiling via gprof. Please see the " "documentation for si::gprof-start and si::gprof-quit for details. As this " "build is slower than builds without gprof support, it is not recommended for " "final production use. You can locally override the default choice made here " "by setting the GCL_PROF environment variable to any non-empty string for " "profiling support, and to the empty string for the more optimized builds, e." "g. GCL_PROF=t gcl at EXT@. If profiling is enabled, this will be reported in " "the initial startup banner." msgstr "Ahora GCL tiene soporte para perfiles a trav?s de gprof. Por favor, mire la documentaci?n de ?si::gprof-start? y de ?si::gprof-quit? si desea m?s detalles. Este paquete es m?s lento que otros paquetes sin soporte para gprof, por esto no se recomienda usar este paquete en producci?n. Puede anular esta elecci?n de forma local mediante el establecimiento de la variable de entorno GCL_PROF a cualquier cadena no vac?a para soporte de perfiles, y a la cadena vac?a para los paquetes m?s optimizados, i.e. GCL_PROF=t gclcvs. Si los perfiles est?n activos se indicar? en el anuncio inicial de arranque." #~ msgid "" #~ "GCL is one of the oldest free common lisp systems still in use. Several " #~ "production systems have used it for over a decade. The common lisp " #~ "standard in effect when GCL was first released is known as \"Common Lisp, " #~ "the Language\" (CLtL1) after a book by Steele of the same name providing " #~ "this specification. Subsequently, a much expanded standard was adopted " #~ "by the American National Standards Institute (ANSI), which is still " #~ "considered the definitive common lisp language specification to this " #~ "day. GCL is in the process of providing an ANSI compliant image in " #~ "addition to its traditional CLtL1 image still in production use. Setting " #~ "this variable will determine which image you will use by default on " #~ "executing 'gclcvs'. You can locally override this choice by setting the " #~ "GCL_ANSI environment variable to any non-empty string for the ANSI build, " #~ "and to the empty string for the CLtL1 build, e.g. GCL_ANSI=t gclcvs. You " #~ "may be interested in reviewing the ANSI test results sketching the level " #~ "of compliance achieved thus far in /usr/share/doc/gclcvs/test_results." #~ "gz. The flavor of the build in force will be reported in the initial " #~ "startup banner." #~ msgstr "" #~ "GCL es uno de los sistemas libres de ?common lisp? m?s antiguos que " #~ "todav?a se usan. Varios sistemas en producci?n han estado us?ndolo " #~ "durante m?s de una d?cada. Cuando GCL se liber? por primera vez, el " #~ "est?ndar ?common lisp? se conoc?a como ?Common Lisp, the " #~ "Language? (CLtL1) despu?s de un libro escrito por Steele que llevaba el " #~ "mismo nombre y que proporcionaba esta especificaci?n. Posteriormente se " #~ "adopt? en el Instituto Nacional de Est?ndares Americano (ANSI) un " #~ "est?ndar m?s extendido, que todav?a se considera la especificaci?n " #~ "definitiva del lenguaje ?common lisp? hasta hoy. GCL est? en el proceso " #~ "de proporcionar una imagen conforme a ANSI adem?s de su imagen CltL1 " #~ "tradicional que todav?a se usa en producci?n. Al establecer esta variable " #~ "se determinar? la imagen por omisi?n que usar? al ejecutar ?gclcvs?. " #~ "Puede anular esta elecci?n de forma local mediante el establecimiento de " #~ "la variable de entorno GCL_ANSI a cualquier cadena no vac?a para el " #~ "paquete ANSI, y a la cadena vac?a para el paquete CLtL1, i.e. GCL_ANSI=t " #~ "gclcvs. Quiz?s est? interesado en revisar los resultados de las pruebas " #~ "ANSI describiendo el nivel de conformidad logrado hasta ahora en /usr/" #~ "share/doc/gcl/test_results.gz. Se informar? del tipo de paquete usado en " #~ "el anuncio inicial de arranque." From winnie at der-winnie.de Tue May 15 19:57:10 2007 From: winnie at der-winnie.de (Patrick Winnertz) Date: Tue, 15 May 2007 21:57:10 +0200 Subject: [cl-debian] Bug#424155: cl-uffi: FTBFS if build twice in a row Message-ID: <20070515195710.GA31778@der-winnie.de> Package: cl-uffi Severity: important Version: 1.5.18-1 User: debian-qa at lists.debian.org Usertags: qa-doublebuild Hi, Lucas Nussbaum has rebuilt the whole archive on i386 and your package FTBFS if built twice in a row with the following error: dh_testdir dh_testroot dh_clean -k dh_installdirs --all usr/share/common-lisp/systems usr/share/common-lisp/source # Add here commands to install the package into debian/uffi. dh_installdirs -p cl-uffi usr/share/doc/cl-uffi usr/share/common-lisp/source/uffi/src dh_install uffi.asd usr/share/common-lisp/source/uffi dh_install "src/*.lisp" usr/share/common-lisp/source/uffi/src dh_link usr/share/common-lisp/source/uffi/uffi.asd usr/share/common-lisp/systems/uffi.asd rm -rf doc/html (cd doc; tar xzf html.tar.gz; cd ..) dh_install doc/html usr/share/doc/cl-uffi rm -rf doc/html cp doc/uffi.pdf doc/cl-uffi.pdf gzip -9 doc/cl-uffi.pdf gzip: doc/cl-uffi.pdf.gz already exists; not overwritten make: *** [install] Error 2 The full build-log can be found at: http://people.debian.org/~lucas/logs/2007/05/15/00_Failed_2/ About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. All packages have been rebuilt twice in a row, with unpack, build, clean, build. From owner at bugs.debian.org Tue May 15 21:08:23 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 15 May 2007 21:08:23 +0000 Subject: [cl-debian] Processed: your mail In-Reply-To: References: Message-ID: Processing commands for control at bugs.debian.org: > retitle #424158 conglomerate: FTBFS if built twice in a row Bug#424158: conglomerate: FTBFS if build twice in a row Changed Bug title to conglomerate: FTBFS if built twice in a row from conglomerate: FTBFS if build twice in a row. > retitle #424078 zsh: FTBFS if built twice in a row Bug#424078: zsh: FTBFS if build twice in a row Changed Bug title to zsh: FTBFS if built twice in a row from zsh: FTBFS if build twice in a row. > retitle #424079 zeroc-icee: FTBFS if built twice in a row Bug#424079: zeroc-icee: FTBFS if build twice in a row Changed Bug title to zeroc-icee: FTBFS if built twice in a row from zeroc-icee: FTBFS if build twice in a row. > retitle #424081 package: FTBFS if built twice in a row Bug#424081: package: FTBFS if build twice in a row Changed Bug title to package: FTBFS if built twice in a row from package: FTBFS if build twice in a row. > retitle #424082 zeroc-icee-translators: FTBFS if built twice in a row Bug#424082: zeroc-icee-translators: FTBFS if build twice in a row Changed Bug title to zeroc-icee-translators: FTBFS if built twice in a row from zeroc-icee-translators: FTBFS if build twice in a row. > retitle #424083 zeroc-ice: FTBFS if built twice in a row Bug#424083: zeroc-ice: FTBFS if build twice in a row Changed Bug title to zeroc-ice: FTBFS if built twice in a row from zeroc-ice: FTBFS if build twice in a row. > retitle #424084 advi: FTBFS if built twice in a row Bug#424084: advi: FTBFS if build twice in a row Changed Bug title to advi: FTBFS if built twice in a row from advi: FTBFS if build twice in a row. > retitle #424085 zeroc-ice-python: FTBFS if built twice in a row Bug#424085: zeroc-ice-python: FTBFS if build twice in a row Changed Bug title to zeroc-ice-python: FTBFS if built twice in a row from zeroc-ice-python: FTBFS if build twice in a row. > retitle #424086 zeroc-ice-php: FTBFS if built twice in a row Bug#424086: zeroc-ice-php: FTBFS if build twice in a row Changed Bug title to zeroc-ice-php: FTBFS if built twice in a row from zeroc-ice-php: FTBFS if build twice in a row. > retitle #424087 aegis: FTBFS if built twice in a row Bug#424087: aegis: FTBFS if build twice in a row Changed Bug title to aegis: FTBFS if built twice in a row from aegis: FTBFS if build twice in a row. > retitle #424088 ygraph: FTBFS if built twice in a row Bug#424088: ygraph: FTBFS if build twice in a row Changed Bug title to ygraph: FTBFS if built twice in a row from ygraph: FTBFS if build twice in a row. > retitle #424089 afnix: FTBFS if built twice in a row Bug#424089: afnix: FTBFS if build twice in a row Changed Bug title to afnix: FTBFS if built twice in a row from afnix: FTBFS if build twice in a row. > retitle #424090 yepp: FTBFS if built twice in a row Bug#424090: yepp: FTBFS if build twice in a row Changed Bug title to yepp: FTBFS if built twice in a row from yepp: FTBFS if build twice in a row. > retitle #424091 agg: FTBFS if built twice in a row Bug#424091: agg: FTBFS if build twice in a row Changed Bug title to agg: FTBFS if built twice in a row from agg: FTBFS if build twice in a row. > retitle #424092 albatross: FTBFS if built twice in a row Bug#424092: albatross: FTBFS if build twice in a row Changed Bug title to albatross: FTBFS if built twice in a row from albatross: FTBFS if build twice in a row. > retitle #424093 yaws: FTBFS if built twice in a row Bug#424093: yaws: FTBFS if build twice in a row Changed Bug title to yaws: FTBFS if built twice in a row from yaws: FTBFS if build twice in a row. > retitle #424094 allegro4.1: FTBFS if built twice in a row Bug#424094: allegro4.1: FTBFS if build twice in a row Changed Bug title to allegro4.1: FTBFS if built twice in a row from allegro4.1: FTBFS if build twice in a row. > retitle #424096 anymeal: FTBFS if built twice in a row Bug#424096: anymeal: FTBFS if build twice in a row Changed Bug title to anymeal: FTBFS if built twice in a row from anymeal: FTBFS if build twice in a row. > retitle #424098 xtrkcad: FTBFS if built twice in a row Bug#424098: xtrkcad: FTBFS if build twice in a row Changed Bug title to xtrkcad: FTBFS if built twice in a row from xtrkcad: FTBFS if build twice in a row. > retitle #424099 xtide: FTBFS if built twice in a row Bug#424099: xtide: FTBFS if build twice in a row Changed Bug title to xtide: FTBFS if built twice in a row from xtide: FTBFS if build twice in a row. > retitle #424100 apbs: FTBFS if built twice in a row Bug#424100: apbs: FTBFS if build twice in a row Changed Bug title to apbs: FTBFS if built twice in a row from apbs: FTBFS if build twice in a row. > retitle #424101 xracer: FTBFS if built twice in a row Bug#424101: xracer: FTBFS if build twice in a row Changed Bug title to xracer: FTBFS if built twice in a row from xracer: FTBFS if build twice in a row. > retitle #424102 aptitude: FTBFS if built twice in a row Bug#424102: aptitude: FTBFS if build twice in a row Changed Bug title to aptitude: FTBFS if built twice in a row from aptitude: FTBFS if build twice in a row. > retitle #424103 xmlrpc++: FTBFS if built twice in a row Bug#424103: xmlrpc++: FTBFS if build twice in a row Changed Bug title to xmlrpc++: FTBFS if built twice in a row from xmlrpc++: FTBFS if build twice in a row. > retitle #424104 archmage: FTBFS if built twice in a row Bug#424104: archmage: FTBFS if build twice in a row Changed Bug title to archmage: FTBFS if built twice in a row from archmage: FTBFS if build twice in a row. > retitle #424105 xml-im-exporter: FTBFS if built twice in a row Bug#424105: xml-im-exporter: FTBFS if build twice in a row Changed Bug title to xml-im-exporter: FTBFS if built twice in a row from xml-im-exporter: FTBFS if build twice in a row. > retitle #424106 aspectc++: FTBFS if built twice in a row Bug#424106: aspectc++: FTBFS if build twice in a row Changed Bug title to aspectc++: FTBFS if built twice in a row from aspectc++: FTBFS if build twice in a row. > retitle #424107 aspell: FTBFS if built twice in a row Bug#424107: aspell: FTBFS if build twice in a row Changed Bug title to aspell: FTBFS if built twice in a row from aspell: FTBFS if build twice in a row. > retitle #424108 audiofile: FTBFS if built twice in a row Bug#424108: audiofile: FTBFS if build twice in a row Changed Bug title to audiofile: FTBFS if built twice in a row from audiofile: FTBFS if build twice in a row. > retitle #424109 avahi-sharp: FTBFS if built twice in a row Bug#424109: avahi-sharp: FTBFS if build twice in a row Changed Bug title to avahi-sharp: FTBFS if built twice in a row from avahi-sharp: FTBFS if build twice in a row. > retitle #424110 avahi: FTBFS if built twice in a row Bug#424110: avahi: FTBFS if build twice in a row Changed Bug title to avahi: FTBFS if built twice in a row from avahi: FTBFS if build twice in a row. > retitle #424111 xlockmore: FTBFS if built twice in a row Bug#424111: xlockmore: FTBFS if build twice in a row Changed Bug title to xlockmore: FTBFS if built twice in a row from xlockmore: FTBFS if build twice in a row. > retitle #424112 xkeyboard-config: FTBFS if built twice in a row Bug#424112: xkeyboard-config: FTBFS if build twice in a row Changed Bug title to xkeyboard-config: FTBFS if built twice in a row from xkeyboard-config: FTBFS if build twice in a row. > retitle #424113 xfs: FTBFS if built twice in a row Bug#424113: xfs: FTBFS if build twice in a row Changed Bug title to xfs: FTBFS if built twice in a row from xfs: FTBFS if build twice in a row. > retitle #424114 xfonts-encodings: FTBFS if built twice in a row Bug#424114: xfonts-encodings: FTBFS if build twice in a row Changed Bug title to xfonts-encodings: FTBFS if built twice in a row from xfonts-encodings: FTBFS if build twice in a row. > retitle #424116 xfig: FTBFS if built twice in a row Bug#424116: xfig: FTBFS if build twice in a row Changed Bug title to xfig: FTBFS if built twice in a row from xfig: FTBFS if build twice in a row. > retitle #424117 xfce4-terminal: FTBFS if built twice in a row Bug#424117: xfce4-terminal: FTBFS if build twice in a row Changed Bug title to xfce4-terminal: FTBFS if built twice in a row from xfce4-terminal: FTBFS if build twice in a row. > retitle #424119 xfce4-mixer: FTBFS if built twice in a row Bug#424119: xfce4-mixer: FTBFS if build twice in a row Changed Bug title to xfce4-mixer: FTBFS if built twice in a row from xfce4-mixer: FTBFS if build twice in a row. > retitle #424120 xerces27: FTBFS if built twice in a row Bug#424120: xerces27: FTBFS if build twice in a row Changed Bug title to xerces27: FTBFS if built twice in a row from xerces27: FTBFS if build twice in a row. > retitle #424121 xcdroast: FTBFS if built twice in a row Bug#424121: xcdroast: FTBFS if build twice in a row Changed Bug title to xcdroast: FTBFS if built twice in a row from xcdroast: FTBFS if build twice in a row. > retitle #424123 wmrack: FTBFS if built twice in a row Bug#424123: wmrack: FTBFS if build twice in a row Changed Bug title to wmrack: FTBFS if built twice in a row from wmrack: FTBFS if build twice in a row. > retitle #424124 whowatch: FTBFS if built twice in a row Bug#424124: whowatch: FTBFS if build twice in a row Changed Bug title to whowatch: FTBFS if built twice in a row from whowatch: FTBFS if build twice in a row. > retitle #424125 wavesurfer: FTBFS if built twice in a row Bug#424125: wavesurfer: FTBFS if build twice in a row Changed Bug title to wavesurfer: FTBFS if built twice in a row from wavesurfer: FTBFS if build twice in a row. > retitle #424127 wavbreaker: FTBFS if built twice in a row Bug#424127: wavbreaker: FTBFS if build twice in a row Changed Bug title to wavbreaker: FTBFS if built twice in a row from wavbreaker: FTBFS if build twice in a row. > retitle #424129 valgrind: FTBFS if built twice in a row Bug#424129: valgrind: FTBFS if build twice in a row Changed Bug title to valgrind: FTBFS if built twice in a row from valgrind: FTBFS if build twice in a row. > retitle #424139 baobab: FTBFS if built twice in a row Bug#424139: baobab: FTBFS if build twice in a row Changed Bug title to baobab: FTBFS if built twice in a row from baobab: FTBFS if build twice in a row. > retitle #424140 baycomusb: FTBFS if built twice in a row Bug#424140: baycomusb: FTBFS if build twice in a row Changed Bug title to baycomusb: FTBFS if built twice in a row from baycomusb: FTBFS if build twice in a row. > retitle #424141 bbe: FTBFS if built twice in a row Bug#424141: bbe: FTBFS if build twice in a row Changed Bug title to bbe: FTBFS if built twice in a row from bbe: FTBFS if build twice in a row. > retitle #424142 beagle: FTBFS if built twice in a row Bug#424142: beagle: FTBFS if build twice in a row Changed Bug title to beagle: FTBFS if built twice in a row from beagle: FTBFS if build twice in a row. > retitle #424143 binutils-h8300-hms: FTBFS if built twice in a row Bug#424143: binutils-h8300-hms: FTBFS if build twice in a row Changed Bug title to binutils-h8300-hms: FTBFS if built twice in a row from binutils-h8300-hms: FTBFS if build twice in a row. > retitle #424144 bison: FTBFS if built twice in a row Bug#424144: bison: FTBFS if build twice in a row Changed Bug title to bison: FTBFS if built twice in a row from bison: FTBFS if build twice in a row. > retitle #424145 blender: FTBFS if built twice in a row Bug#424145: blender: FTBFS if build twice in a row Changed Bug title to blender: FTBFS if built twice in a row from blender: FTBFS if build twice in a row. > retitle #424146 bmv: FTBFS if built twice in a row Bug#424146: bmv: FTBFS if build twice in a row Changed Bug title to bmv: FTBFS if built twice in a row from bmv: FTBFS if build twice in a row. > retitle #424147 bobot++: FTBFS if built twice in a row Bug#424147: bobot++: FTBFS if build twice in a row Changed Bug title to bobot++: FTBFS if built twice in a row from bobot++: FTBFS if build twice in a row. > retitle #424148 botan: FTBFS if built twice in a row Bug#424148: botan: FTBFS if build twice in a row Changed Bug title to botan: FTBFS if built twice in a row from botan: FTBFS if build twice in a row. (By the way, that Bug is currently marked as done.) > retitle #424149 c2hs: FTBFS if built twice in a row Bug#424149: c2hs: FTBFS if build twice in a row Changed Bug title to c2hs: FTBFS if built twice in a row from c2hs: FTBFS if build twice in a row. > retitle #424151 chbg: FTBFS if built twice in a row Bug#424151: chbg: FTBFS if build twice in a row Changed Bug title to chbg: FTBFS if built twice in a row from chbg: FTBFS if build twice in a row. > retitle #424152 cl-readline: FTBFS if built twice in a row Bug#424152: cl-readline: FTBFS if build twice in a row Changed Bug title to cl-readline: FTBFS if built twice in a row from cl-readline: FTBFS if build twice in a row. > retitle #424153 centericq: FTBFS if built twice in a row Bug#424153: centericq: FTBFS if build twice in a row Changed Bug title to centericq: FTBFS if built twice in a row from centericq: FTBFS if build twice in a row. > retitle #424154 cbrpager: FTBFS if built twice in a row Bug#424154: cbrpager: FTBFS if build twice in a row Changed Bug title to cbrpager: FTBFS if built twice in a row from cbrpager: FTBFS if build twice in a row. > retitle #424155 cl-uffi: FTBFS if built twice in a row Bug#424155: cl-uffi: FTBFS if build twice in a row Changed Bug title to cl-uffi: FTBFS if built twice in a row from cl-uffi: FTBFS if build twice in a row. > retitle #424156 clanbomber: FTBFS if built twice in a row Bug#424156: clanbomber: FTBFS if build twice in a row Changed Bug title to clanbomber: FTBFS if built twice in a row from clanbomber: FTBFS if build twice in a row. > retitle #424157 complearn-mpi: FTBFS if built twice in a row Bug#424157: complearn-mpi: FTBFS if build twice in a row Changed Bug title to complearn-mpi: FTBFS if built twice in a row from complearn-mpi: FTBFS if build twice in a row. > retitle #424160 conquest: FTBFS if built twice in a row Bug#424160: conquest: FTBFS if build twice in a row Changed Bug title to conquest: FTBFS if built twice in a row from conquest: FTBFS if build twice in a row. > retitle #424162 coq: FTBFS if built twice in a row Bug#424162: coq: FTBFS if build twice in a row Changed Bug title to coq: FTBFS if built twice in a row from coq: FTBFS if build twice in a row. > retitle #424163 cracklib2: FTBFS if built twice in a row Bug#424163: cracklib2: FTBFS if build twice in a row Changed Bug title to cracklib2: FTBFS if built twice in a row from cracklib2: FTBFS if build twice in a row. > retitle #424165 cronosii: FTBFS if built twice in a row Bug#424165: cronosii: FTBFS if build twice in a row Changed Bug title to cronosii: FTBFS if built twice in a row from cronosii: FTBFS if build twice in a row. > retitle #424166 csmash: FTBFS if built twice in a row Bug#424166: csmash: FTBFS if build twice in a row Changed Bug title to csmash: FTBFS if built twice in a row from csmash: FTBFS if build twice in a row. > retitle #424167 csound-doc: FTBFS if built twice in a row Bug#424167: csound-doc: FTBFS if build twice in a row Changed Bug title to csound-doc: FTBFS if built twice in a row from csound-doc: FTBFS if build twice in a row. > retitle #424168 cyrus-sasl2-heimdal: FTBFS if built twice in a row Bug#424168: cyrus-sasl2-heimdal: FTBFS if build twice in a row Changed Bug title to cyrus-sasl2-heimdal: FTBFS if built twice in a row from cyrus-sasl2-heimdal: FTBFS if build twice in a row. > retitle #424169 cyrus-sasl2: FTBFS if built twice in a row Bug#424169: cyrus-sasl2: FTBFS if build twice in a row Changed Bug title to cyrus-sasl2: FTBFS if built twice in a row from cyrus-sasl2: FTBFS if build twice in a row. > retitle #424095 xwelltris: FTBFS if built twice in a row Bug#424095: xwelltris: FTBFS if build twice in a row Changed Bug title to xwelltris: FTBFS if built twice in a row from xwelltris: FTBFS if build twice in a row. (By the way, that Bug is currently marked as done.) > retitle #424097 apachetop: FTBFS if built twice in a row Bug#424097: apachetop: FTBFS if build twice in a row Changed Bug title to apachetop: FTBFS if built twice in a row from apachetop: FTBFS if build twice in a row. (By the way, that Bug is currently marked as done.) > retitle #424150 camlzip: FTBFS if built twice in a row Bug#424150: camlzip: FTBFS if build twice in a row Changed Bug title to camlzip: FTBFS if built twice in a row from camlzip: FTBFS if build twice in a row. (By the way, that Bug is currently marked as done.) > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From camm at enhanced.com Wed May 16 18:17:33 2007 From: camm at enhanced.com (Camm Maguire) Date: Wed, 16 May 2007 18:17:33 +0000 Subject: [cl-debian] Accepted gcl 2.6.7-33 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 16 May 2007 12:45:40 -0400 Source: gcl Binary: gcl-doc gcl Architecture: source i386 all Version: 2.6.7-33 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: Camm Maguire Description: gcl - GNU Common Lisp compiler gcl-doc - Documentation for GNU Common Lisp Changes: gcl (2.6.7-33) unstable; urgency=low . * Fix leading underscore behavior of my_plt * add sqrt to plttest.c * disable-nls added to the binutils subconfigures to avoid msgfmt dependency * remove -lintl from powerpc-macosx.defs * update to make-user-init from cvs head to support hol88, fix link on mingw * solaris-i386 support * fix read-char-no-hang on mingw * fast compile without wrap-literals * sigaltstack support * fix cerror Files: 67b92d68a9cb5caf4bdbc8d081acb3fb 701 interpreters optional gcl_2.6.7-33.dsc ef96547997005c3e62aa875db9498822 14466107 interpreters optional gcl_2.6.7-33.diff.gz 04b3e7ce183acb17898269428527efd8 581214 doc optional gcl-doc_2.6.7-33_all.deb 63f7eab5ed5f07c493ede933c7392435 28972464 interpreters optional gcl_2.6.7-33_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGS0WkczG1wFfwRdwRAnm3AJ4mEEM7TPl4Hqw/jP0vq3xZLX8kjgCgl/Fb LzYaEL1cLvV2IwKL2OlX+/8= =UQOo -----END PGP SIGNATURE----- Accepted: gcl-doc_2.6.7-33_all.deb to pool/main/g/gcl/gcl-doc_2.6.7-33_all.deb gcl_2.6.7-33.diff.gz to pool/main/g/gcl/gcl_2.6.7-33.diff.gz gcl_2.6.7-33.dsc to pool/main/g/gcl/gcl_2.6.7-33.dsc gcl_2.6.7-33_i386.deb to pool/main/g/gcl/gcl_2.6.7-33_i386.deb From pvaneynd at debian.org Thu May 17 09:02:04 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 09:02:04 +0000 Subject: [cl-debian] Accepted cl-who 0.9.0-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 17 May 2007 10:25:42 +0200 Source: cl-who Binary: cl-who Architecture: source all Version: 0.9.0-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-who - Common Lisp HTML generator Changes: cl-who (0.9.0-1) unstable; urgency=low . * New upstream version. Major changes: + Changed behaviour of STR and ESC when "argument" is NIL (patch by Mac Chan) + Removed antiquated installation instructions and files (thanks to a hint by Mac Chan) + Added *HTML-EMPTY-TAG-AWARE-P* (patch by Mac Chan) + A bit of refactoring Files: fdfe8f37603b2e92319772237c87390a 665 devel optional cl-who_0.9.0-1.dsc ad1a199ba513b03bb57be9f259801e76 18963 devel optional cl-who_0.9.0.orig.tar.gz f9ef4418c9e3d253352bbec403f8eb89 2512 devel optional cl-who_0.9.0-1.diff.gz ff2f67eb46c959b35919ecd3a5b415fb 22530 devel optional cl-who_0.9.0-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGTBJX11ldN0tyliURAq2MAJ9UJRpUOQxDOx1Ga2kBLWcjzXBm/ACgiZgK ae9NgNjSIYaUMg16o1lwFDQ= =1evy -----END PGP SIGNATURE----- Accepted: cl-who_0.9.0-1.diff.gz to pool/main/c/cl-who/cl-who_0.9.0-1.diff.gz cl-who_0.9.0-1.dsc to pool/main/c/cl-who/cl-who_0.9.0-1.dsc cl-who_0.9.0-1_all.deb to pool/main/c/cl-who/cl-who_0.9.0-1_all.deb cl-who_0.9.0.orig.tar.gz to pool/main/c/cl-who/cl-who_0.9.0.orig.tar.gz From installer at ftp-master.debian.org Thu May 17 10:47:03 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 10:47:03 +0000 Subject: [cl-debian] sbcl_1.0.5.0-2_i386.changes REJECTED Message-ID: Rejected: sbcl_1.0.5.0-2.dsc refers to sbcl_1.0.5.0.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 pvaneynd at debian.org Thu May 17 11:02:19 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:02:19 +0000 Subject: [cl-debian] Accepted cl-f2cl 20061221-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 08 Apr 2007 23:35:49 +0200 Source: cl-f2cl Binary: cl-f2cl Architecture: source all Version: 20061221-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-f2cl - Common Lisp package to convert Fortran 77 source code to Common L Changes: cl-f2cl (20061221-2) unstable; urgency=low . * Upload to unstable. Files: fbab633e2e44ef50cd2ac33c4581534d 681 devel optional cl-f2cl_20061221-2.dsc 07c599902e0029cc06f7edaccdc43da1 1865 devel optional cl-f2cl_20061221-2.diff.gz 0b17a2beb9167826a3c04448fb5621ad 198584 devel optional cl-f2cl_20061221-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGWBV11ldN0tyliURAq0yAJ0W4sNbtnd3R4vB4RftWkuTjK/nPwCeOCyj PLkIPnBjsp6NcmhMgp3lkwQ= =4+2F -----END PGP SIGNATURE----- Accepted: cl-f2cl_20061221-2.diff.gz to pool/main/c/cl-f2cl/cl-f2cl_20061221-2.diff.gz cl-f2cl_20061221-2.dsc to pool/main/c/cl-f2cl/cl-f2cl_20061221-2.dsc cl-f2cl_20061221-2_all.deb to pool/main/c/cl-f2cl/cl-f2cl_20061221-2_all.deb From installer at ftp-master.debian.org Thu May 17 11:02:12 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:12 +0000 Subject: [cl-debian] cl-cil_20050701-3_i386.changes REJECTED Message-ID: Rejected: cl-cil_20050701-3_all.deb: old version (1:20050701-3) in unstable >= new version (1:20050701-3) targeted at unstable. Rejected: cl-cil_20050701-3_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-cil_20050701-3.dsc: old version (1:20050701-3) in unstable >= new version (1:20050701-3) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-cil_20050701-3.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:02:16 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:16 +0000 Subject: [cl-debian] cl-csv_1.12-2_i386.changes REJECTED Message-ID: Rejected: cl-csv_1.12-2_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-csv_1.12-2_all.deb: old version (1.12-2) in unstable >= new version (1.12-2) targeted at unstable. Rejected: cl-csv_1.12-2_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-csv_1.12-2.dsc: old version (1.12-2) in unstable >= new version (1.12-2) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-csv_1.12-2.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:02:08 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:08 +0000 Subject: [cl-debian] cl-aima_20020509-1_i386.changes REJECTED Message-ID: Rejected: cl-aima_20020509-1_all.deb: old version (20020509-1) in unstable >= new version (20020509-1) targeted at unstable. Rejected: cl-aima_20020509-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-aima_20020509-1.dsc: old version (20020509-1) in unstable >= new version (20020509-1) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-aima_20020509-1.diff.gz' already in the archive. Warning: ignoring cl-aima_20020509.orig.tar.gz, since it's already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:02:11 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:11 +0000 Subject: [cl-debian] cl-binary-types_0.90-3_i386.changes REJECTED Message-ID: Rejected: cl-binary-types_0.90-3.dsc refers to cl-binary-types_0.90.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 pvaneynd at debian.org Thu May 17 11:02:13 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:02:13 +0000 Subject: [cl-debian] Accepted cl-closer-mop 1:0.41-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 08 Apr 2007 23:16:33 +0200 Source: cl-closer-mop Binary: cl-closer-mop Architecture: source all Version: 1:0.41-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-closer-mop - Cross Implementation AMOP library Changes: cl-closer-mop (1:0.41-2) unstable; urgency=low . * Small upstream fix for: - Fixed a bug in the creation of congruent lambda lists for generic functions in c2mop for LispWorks. Files: a2eed95f71708ef868b73cd354cc70cd 697 libs optional cl-closer-mop_0.41-2.dsc 4935cb88d991b66a01b14d1a5776cf97 3985 libs optional cl-closer-mop_0.41-2.diff.gz f28267ea7714424268852512f5c811c5 20050 libs optional cl-closer-mop_0.41-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGV6I11ldN0tyliURAtXLAKDLLu6u7sgq7g9t4SJLLgqKjpg4GACfY+Lj MzrO7ywGo91npLfA9AmW55s= =a0xg -----END PGP SIGNATURE----- Accepted: cl-closer-mop_0.41-2.diff.gz to pool/main/c/cl-closer-mop/cl-closer-mop_0.41-2.diff.gz cl-closer-mop_0.41-2.dsc to pool/main/c/cl-closer-mop/cl-closer-mop_0.41-2.dsc cl-closer-mop_0.41-2_all.deb to pool/main/c/cl-closer-mop/cl-closer-mop_0.41-2_all.deb From installer at ftp-master.debian.org Thu May 17 11:02:23 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:23 +0000 Subject: [cl-debian] cl-interpol_0.1.2-3_i386.changes REJECTED Message-ID: Rejected: md5sum for /srv/ftp.debian.org/ftp/pool/main/c/cl-interpol/cl-interpol_0.1.2.orig.tar.gz doesn't match cl-interpol_0.1.2-3.dsc. Rejected: size for /srv/ftp.debian.org/ftp/pool/main/c/cl-interpol/cl-interpol_0.1.2.orig.tar.gz doesn't match cl-interpol_0.1.2-3.dsc. Rejected: 'dpkg-source -x' failed for cl-interpol_0.1.2-3.dsc [return code: 6400]. [dpkg-source output:] dpkg-source: error: file cl-interpol_0.1.2.orig.tar.gz has size 149129 instead of expected 149546 === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:02:20 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:20 +0000 Subject: [cl-debian] cl-grt_0.1-1_i386.changes REJECTED Message-ID: Rejected: cl-grt_0.1-1_all.deb: old version (1:0.1-1) in unstable >= new version (1:0.1-1) targeted at unstable. Rejected: cl-grt_0.1-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-grt_0.1-1.dsc: old version (1:0.1-1) in unstable >= new version (1:0.1-1) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-grt_0.1-1.diff.gz' already in the archive. Warning: ignoring cl-grt_0.1.orig.tar.gz, since it's already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:02:22 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:22 +0000 Subject: [cl-debian] cl-infix_19960628.2-3_i386.changes REJECTED Message-ID: Rejected: cl-infix_19960628.2-3_all.deb: old version (19960628.2-3) in unstable >= new version (19960628.2-3) targeted at unstable. Rejected: cl-infix_19960628.2-3_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-infix_19960628.2-3.dsc: old version (19960628.2-3) in unstable >= new version (19960628.2-3) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-infix_19960628.2-3.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:02:09 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:02:09 +0000 Subject: [cl-debian] Accepted cl-ansi-tests 20070327-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 08 Apr 2007 22:54:45 +0200 Source: cl-ansi-tests Binary: cl-ansi-tests Architecture: source all Version: 20070327-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-ansi-tests - Conformance tests for ANSI Common Lisp Changes: cl-ansi-tests (20070327-1) unstable; urgency=low . * New upstrema version. Files: 9b688c74e46213dc612ad0fc292e348c 682 devel optional cl-ansi-tests_20070327-1.dsc 1262e3dc874193476481d96ff2ce4ec9 968241 devel optional cl-ansi-tests_20070327.orig.tar.gz 6f837fd5e4a1b101c56c1b58068f1942 79194 devel optional cl-ansi-tests_20070327-1.diff.gz 76d4cdc661ea1146322659b6848e5a97 857896 devel optional cl-ansi-tests_20070327-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGVe111ldN0tyliURAn2CAKCeXjc5jFy9uCQGFpJcO4CVayuC6wCgkVQE aC0tXRbN0rZh9f7vpI2ddw0= =KHG+ -----END PGP SIGNATURE----- Accepted: cl-ansi-tests_20070327-1.diff.gz to pool/main/c/cl-ansi-tests/cl-ansi-tests_20070327-1.diff.gz cl-ansi-tests_20070327-1.dsc to pool/main/c/cl-ansi-tests/cl-ansi-tests_20070327-1.dsc cl-ansi-tests_20070327-1_all.deb to pool/main/c/cl-ansi-tests/cl-ansi-tests_20070327-1_all.deb cl-ansi-tests_20070327.orig.tar.gz to pool/main/c/cl-ansi-tests/cl-ansi-tests_20070327.orig.tar.gz From pvaneynd at debian.org Thu May 17 11:02:20 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:02:20 +0000 Subject: [cl-debian] Accepted cl-gd 0.5.5-1 (source i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 25 Apr 2007 05:49:49 +0200 Source: cl-gd Binary: cl-gd Architecture: source i386 Version: 0.5.5-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-gd - GD Interface Library for Common Lisp Changes: cl-gd (0.5.5-1) unstable; urgency=low . * New upstream with a working fix for the last bug. Files: a1bfeb5ba33850b9781a4369b4f4ad07 657 devel optional cl-gd_0.5.5-1.dsc 01534d6c0914b5a4e755163d8c2126f7 198495 devel optional cl-gd_0.5.5.orig.tar.gz e10dc6cbc75dfa837ed091245172cc0c 3150 devel optional cl-gd_0.5.5-1.diff.gz 4e8dbfad2ccfd50f5a3868694f2f1ee7 206346 devel optional cl-gd_0.5.5-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGLtBv11ldN0tyliURAmUOAKCZ5thkIieQGkikRwBczcMU1qaFoACeO8RG lPtziUlZ2W40nfJr5jmocNo= =d2Ad -----END PGP SIGNATURE----- Accepted: cl-gd_0.5.5-1.diff.gz to pool/main/c/cl-gd/cl-gd_0.5.5-1.diff.gz cl-gd_0.5.5-1.dsc to pool/main/c/cl-gd/cl-gd_0.5.5-1.dsc cl-gd_0.5.5-1_i386.deb to pool/main/c/cl-gd/cl-gd_0.5.5-1_i386.deb cl-gd_0.5.5.orig.tar.gz to pool/main/c/cl-gd/cl-gd_0.5.5.orig.tar.gz From installer at ftp-master.debian.org Thu May 17 11:02:18 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:18 +0000 Subject: [cl-debian] cl-environment_1.3-1_i386.changes REJECTED Message-ID: Rejected: cl-environment_1.3-1_all.deb: old version (1:1.3-1) in unstable >= new version (1:1.3-1) targeted at unstable. Rejected: cl-environment_1.3-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-environment_1.3-1.dsc: old version (1:1.3-1) in unstable >= new version (1:1.3-1) targeted at unstable. Warning: ignoring cl-environment_1.3.orig.tar.gz, since it's already in the archive. Rejected: can not overwrite existing copy of 'cl-environment_1.3-1.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:02:17 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:17 +0000 Subject: [cl-debian] cl-defsystem3_3.6i+2006.03.13-2_i386.changes REJECTED Message-ID: Rejected: cl-defsystem3_3.6i+2006.03.13-2_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-defsystem3_3.6i+2006.03.13-2_all.deb: old version (3.6i+2006.03.13-2) in unstable >= new version (3.6i+2006.03.13-2) targeted at unstable. Rejected: cl-defsystem3_3.6i+2006.03.13-2_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-defsystem3_3.6i+2006.03.13-2.dsc: old version (3.6i+2006.03.13-2) in unstable >= new version (3.6i+2006.03.13-2) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-defsystem3_3.6i+2006.03.13-2.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:02:21 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:02:21 +0000 Subject: [cl-debian] Accepted cl-html-template 0.9.0-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 00:48:19 +0200 Source: cl-html-template Binary: cl-html-template Architecture: source all Version: 0.9.0-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-html-template - Common Lisp HTML Template processor Changes: cl-html-template (0.9.0-2) unstable; urgency=low . * Upload to unstable. Files: ae472b067ce96a0ee63e8cf95bff297a 686 devel optional cl-html-template_0.9.0-2.dsc 382f57aada4c04c188660b8eba6f430b 3068 devel optional cl-html-template_0.9.0-2.diff.gz b7978bf4857d170449de501f6f01014e 34956 devel optional cl-html-template_0.9.0-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGXFM11ldN0tyliURApOBAJ96DB9l2e/YtzLc4EgIsMr6TCOuXACgxb7G ZnvovfjH9VNF34WSbtjvKEc= =xrEX -----END PGP SIGNATURE----- Accepted: cl-html-template_0.9.0-2.diff.gz to pool/main/c/cl-html-template/cl-html-template_0.9.0-2.diff.gz cl-html-template_0.9.0-2.dsc to pool/main/c/cl-html-template/cl-html-template_0.9.0-2.dsc cl-html-template_0.9.0-2_all.deb to pool/main/c/cl-html-template/cl-html-template_0.9.0-2_all.deb From installer at ftp-master.debian.org Thu May 17 11:17:03 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:03 +0000 Subject: [cl-debian] cl-lw-compat_0.22-1_i386.changes REJECTED Message-ID: Rejected: cl-lw-compat_0.22-1_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-lw-compat_0.22-1_all.deb: old version (0.22-1) in unstable >= new version (0.22-1) targeted at unstable. Rejected: cl-lw-compat_0.22-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-lw-compat_0.22-1.dsc: old version (0.22-1) in unstable >= new version (0.22-1) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-lw-compat_0.22-1.diff.gz' already in the archive. Warning: ignoring cl-lw-compat_0.22.orig.tar.gz, since it's already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:04 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:04 +0000 Subject: [cl-debian] cl-memoization_20060126_i386.changes REJECTED Message-ID: Rejected: cl-memoization_20060126_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-memoization_20060126_all.deb: old version (20060126) in unstable >= new version (20060126) targeted at unstable. Rejected: cl-memoization_20060126_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-memoization_20060126.dsc: old version (20060126) in unstable >= new version (20060126) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-memoization_20060126.tar.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:02:10 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:02:10 +0000 Subject: [cl-debian] Accepted cl-asdf 1.107-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 08 Apr 2007 23:05:18 +0200 Source: cl-asdf Binary: cl-cclan cl-asdf Architecture: source all Version: 1.107-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-asdf - Another System Definition Facility cl-cclan - Comprehensive Common Lisp Archive Network Changes: cl-asdf (1.107-1) unstable; urgency=low . * New upstream release, adding the system-relative-pathname function. Files: 64f5be5e1c6bfef0519b59c93b126823 700 devel optional cl-asdf_1.107-1.dsc 61acdb2053dfe79b621ff7c972cf505a 51339 devel optional cl-asdf_1.107.orig.tar.gz 0ec2b54dee68d66300899b27631a9ccd 13762 devel optional cl-asdf_1.107-1.diff.gz bd20c3370dce42525aae7deb2bb77969 243200 devel optional cl-asdf_1.107-1_all.deb a48e48b15d9b161b4dc33d37fe000581 20480 devel optional cl-cclan_1.107-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGVlN11ldN0tyliURAt8/AKCATQh9LZe/SyW/kSuVAWOYLDCfHgCfbzT+ nnE0ujY5bd8FSieQudkUWA4= =zBxM -----END PGP SIGNATURE----- Accepted: cl-asdf_1.107-1.diff.gz to pool/main/c/cl-asdf/cl-asdf_1.107-1.diff.gz cl-asdf_1.107-1.dsc to pool/main/c/cl-asdf/cl-asdf_1.107-1.dsc cl-asdf_1.107-1_all.deb to pool/main/c/cl-asdf/cl-asdf_1.107-1_all.deb cl-asdf_1.107.orig.tar.gz to pool/main/c/cl-asdf/cl-asdf_1.107.orig.tar.gz cl-cclan_1.107-1_all.deb to pool/main/c/cl-asdf/cl-cclan_1.107-1_all.deb From installer at ftp-master.debian.org Thu May 17 11:17:29 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:29 +0000 Subject: [cl-debian] cltl_1.0.24_i386.changes REJECTED Message-ID: Rejected: cltl_1.0.24_i386.changes: a file with this name already exists in the Done directory. Rejected: cltl_1.0.24_all.deb: old version (1.0.24) in unstable >= new version (1.0.24) targeted at unstable. Rejected: cltl_1.0.24_all.deb: can not overwrite existing copy already in the archive. Rejected: cltl_1.0.24.dsc: old version (1.0.24) in unstable >= new version (1.0.24) targeted at unstable. Rejected: can not overwrite existing copy of 'cltl_1.0.24.tar.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:17:14 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:14 +0000 Subject: [cl-debian] Accepted cl-salza 0.7.2-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 30 Apr 2007 23:04:52 +0200 Source: cl-salza Binary: cl-salza Architecture: source all Version: 0.7.2-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-salza - Common Lisp package to write compressed data Changes: cl-salza (0.7.2-2) unstable; urgency=low . * updated standard version, now real changes * New upstream version. Major changes: + examples/png.lisp: Remove some work-in-progress cruft. + deflate-stream-interface.lisp (string-to-octets): Use custom:*default-file-encoding* when converting a string to octets on CLISP. + zlib.lisp (zlib-write-string): Don't bypass zlib-write-sequence; it's where the adler32 checksum is maintained. Thanks to Jason S. Cornez for noticing the bug. Files: 4cb30857315e99e711b03cee97c44190 576 devel optional cl-salza_0.7.2-2.dsc edecf3b7cc6bda852fb926289e4538d6 3850 devel optional cl-salza_0.7.2-2.diff.gz b9cc33059492dd1e1d6407901235d8a6 18164 devel optional cl-salza_0.7.2-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGNlrq11ldN0tyliURAu7kAJ9jOdrdw/EfLaq3VKmUq61GWrQXbQCggtr0 GjDw4FVxV36QXRV++RIn+iE= =8tfY -----END PGP SIGNATURE----- Accepted: cl-salza_0.7.2-2.diff.gz to pool/main/c/cl-salza/cl-salza_0.7.2-2.diff.gz cl-salza_0.7.2-2.dsc to pool/main/c/cl-salza/cl-salza_0.7.2-2.dsc cl-salza_0.7.2-2_all.deb to pool/main/c/cl-salza/cl-salza_0.7.2-2_all.deb From pvaneynd at debian.org Thu May 17 11:17:06 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:06 +0000 Subject: [cl-debian] Accepted cl-pdf 139-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 30 Apr 2007 23:10:01 +0200 Source: cl-pdf Binary: cl-pdf Architecture: source all Version: 139-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-pdf - Common Lisp package to create PDF files Changes: cl-pdf (139-1) unstable; urgency=low . * New upstream with BSD license. Thanks Marc! Files: 2604e10ce289801a5575f80e5d167f96 586 devel optional cl-pdf_139-1.dsc c2bf16ffb773176c61e5774e2c95179c 710740 devel optional cl-pdf_139.orig.tar.gz 57d237fc2662de042c9d43f0c9b341f5 3983 devel optional cl-pdf_139-1.diff.gz be37f4dad5d0c8ea78d6799b7bca6da8 465076 devel optional cl-pdf_139-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGNlwh11ldN0tyliURAn54AJ9uuD113DyhxKnhGHHnzpmtjuCLJwCdEg81 E8g+NXrmVLLrqmiO1SGJth4= =I26p -----END PGP SIGNATURE----- Accepted: cl-pdf_139-1.diff.gz to pool/main/c/cl-pdf/cl-pdf_139-1.diff.gz cl-pdf_139-1.dsc to pool/main/c/cl-pdf/cl-pdf_139-1.dsc cl-pdf_139-1_all.deb to pool/main/c/cl-pdf/cl-pdf_139-1_all.deb cl-pdf_139.orig.tar.gz to pool/main/c/cl-pdf/cl-pdf_139.orig.tar.gz From installer at ftp-master.debian.org Thu May 17 11:17:29 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:29 +0000 Subject: [cl-debian] clisp_2.41-1_i386.changes REJECTED Message-ID: Rejected: clisp_2.41-1_i386.changes: a file with this name already exists in the Done directory. Rejected: clisp-doc_2.41-1_all.deb: old version (1:2.41-1) in unstable >= new version (1:2.41-1) targeted at unstable. Rejected: clisp-doc_2.41-1_all.deb: can not overwrite existing copy already in the archive. Rejected: clisp-dev_2.41-1_i386.deb: old version (1:2.41-1) in unstable >= new version (1:2.41-1) targeted at unstable. Rejected: clisp-dev_2.41-1_i386.deb: can not overwrite existing copy already in the archive. Rejected: clisp_2.41-1_i386.deb: old version (1:2.41-1) in unstable >= new version (1:2.41-1) targeted at unstable. Rejected: clisp_2.41-1_i386.deb: can not overwrite existing copy already in the archive. Rejected: clisp_2.41-1.dsc: old version (1:2.41-1) in unstable >= new version (1:2.41-1) targeted at unstable. Rejected: can not overwrite existing copy of 'clisp_2.41-1.diff.gz' already in the archive. Warning: ignoring clisp_2.41.orig.tar.gz, since it's already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:17:10 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:10 +0000 Subject: [cl-debian] Accepted cl-port 20061128-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 01:09:50 +0200 Source: cl-port Binary: cl-port Architecture: source all Version: 20061128-1 Distribution: experimental Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-port - Common Lisp Object Collections Port Package Changes: cl-port (20061128-1) experimental; urgency=low . * Added XS-X-Vcs-Darcs header * New upstream. Major changes: + added mop.lisp: Meta-Object Protocol + (structure-keyword-constructor) [clisp]: use sys::structure-kconstructor + structure MOP + (servent): proto is a keyword + [sbcl]: support :sb-bsd-sockets Files: d156c3037b07134abc1b5f459e8531e8 682 devel optional cl-port_20061128-1.dsc 0530db62f3ce877aacd1a1cd357315e0 79845 devel optional cl-port_20061128.orig.tar.gz 178d9c556e56537675437c32315094e5 12202 devel optional cl-port_20061128-1.diff.gz 8e2b43f99240a8a0fc8553765d4bce39 34778 devel optional cl-port_20061128-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGXch11ldN0tyliURAnhhAKDFByL5ZANtcTfbUP4CKrMkFcr1YwCfbq7C AnTRqxa9pknAZ3ClMYY1v/0= =CqIQ -----END PGP SIGNATURE----- Accepted: cl-port_20061128-1.diff.gz to pool/main/c/cl-port/cl-port_20061128-1.diff.gz cl-port_20061128-1.dsc to pool/main/c/cl-port/cl-port_20061128-1.dsc cl-port_20061128-1_all.deb to pool/main/c/cl-port/cl-port_20061128-1_all.deb cl-port_20061128.orig.tar.gz to pool/main/c/cl-port/cl-port_20061128.orig.tar.gz From pvaneynd at debian.org Thu May 17 11:17:12 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:12 +0000 Subject: [cl-debian] Accepted cl-ppcre 1.3.0-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 01:14:40 +0200 Source: cl-ppcre Binary: cl-ppcre Architecture: source all Version: 1.3.0-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-ppcre - Portable Regular Express Library for Common Lisp Changes: cl-ppcre (1.3.0-2) unstable; urgency=low . * Upload to unstable. Files: 1dac58d79f70048424558125858df0aa 676 devel optional cl-ppcre_1.3.0-2.dsc 2c952679ae321c53c38e32bfc25573dd 3719 devel optional cl-ppcre_1.3.0-2.diff.gz e61d7eb7b8af31ae4e161a06f7e5c9fd 104326 devel optional cl-ppcre_1.3.0-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGXdz11ldN0tyliURAnEbAKCxecG4RXNswZ02BAXdFUYveKxOZwCgwy4x tZRPrCufJWbJL9c7PT94gAw= =kwmg -----END PGP SIGNATURE----- Accepted: cl-ppcre_1.3.0-2.diff.gz to pool/main/c/cl-ppcre/cl-ppcre_1.3.0-2.diff.gz cl-ppcre_1.3.0-2.dsc to pool/main/c/cl-ppcre/cl-ppcre_1.3.0-2.dsc cl-ppcre_1.3.0-2_all.deb to pool/main/c/cl-ppcre/cl-ppcre_1.3.0-2_all.deb From pvaneynd at debian.org Thu May 17 11:17:23 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:23 +0000 Subject: [cl-debian] Accepted cl-unit 1.3.1-3 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 22 Jan 2007 12:12:22 +0100 Source: cl-unit Binary: cl-unit Architecture: source all Version: 1.3.1-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-unit - A regression suite library for Common Lisp Closes: 398873 Changes: cl-unit (1.3.1-3) unstable; urgency=low . * Now uses darcs * Updated standard version * rvb: postinst should not unregister "infix" but "clunit" * rvb: add watch file * rvb: debian/copyright: correct "Lessor" to "Lesser" * updated standard version, now real changes * Updated the system to work better with sbcl. (Closes: #398873) Files: cdf824075613479622ff8ca1450a5815 572 devel optional cl-unit_1.3.1-3.dsc b9caa1e57c5e2f0fe5737951e76ade67 3361 devel optional cl-unit_1.3.1-3.diff.gz d7e98e75c0a8aa517bbcf74c9cddb89c 30404 devel optional cl-unit_1.3.1-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGO69H11ldN0tyliURAkbMAKCNf8R9wSka9fKcCWbTbF2A2nY8XQCgi4u+ 7FFgrcb0edkENTG11q4oPco= =My7S -----END PGP SIGNATURE----- Accepted: cl-unit_1.3.1-3.diff.gz to pool/main/c/cl-unit/cl-unit_1.3.1-3.diff.gz cl-unit_1.3.1-3.dsc to pool/main/c/cl-unit/cl-unit_1.3.1-3.dsc cl-unit_1.3.1-3_all.deb to pool/main/c/cl-unit/cl-unit_1.3.1-3_all.deb From installer at ftp-master.debian.org Thu May 17 11:17:24 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:24 +0000 Subject: [cl-debian] cl-units_0.0+2004.10.05-1_i386.changes REJECTED Message-ID: Rejected: cl-units_0.0+2004.10.05-1_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-units_0.0+2004.10.05-1_all.deb: old version (0.0+2004.10.05-1) in unstable >= new version (0.0+2004.10.05-1) targeted at unstable. Rejected: cl-units_0.0+2004.10.05-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-units_0.0+2004.10.05-1.dsc: old version (0.0+2004.10.05-1) in unstable >= new version (0.0+2004.10.05-1) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-units_0.0+2004.10.05-1.diff.gz' already in the archive. Warning: ignoring cl-units_0.0+2004.10.05.orig.tar.gz, since it's already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:04 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:04 +0000 Subject: [cl-debian] cl-md5_1.8-1_i386.changes REJECTED Message-ID: Rejected: cl-md5_1.8-1_all.deb: old version (1:1.8-1) in unstable >= new version (1:1.8-1) targeted at unstable. Rejected: cl-md5_1.8-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-md5_1.8-1.dsc: old version (1:1.8-1) in unstable >= new version (1:1.8-1) targeted at unstable. Warning: ignoring cl-md5_1.8.orig.tar.gz, since it's already in the archive. Rejected: can not overwrite existing copy of 'cl-md5_1.8-1.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:05 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:05 +0000 Subject: [cl-debian] cl-net-telent-date_0.41-3_i386.changes REJECTED Message-ID: Rejected: cl-net-telent-date_0.41-3.dsc refers to cl-net-telent-date_0.41.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 installer at ftp-master.debian.org Thu May 17 11:02:14 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:02:14 +0000 Subject: [cl-debian] cl-clue_20050523-1_i386.changes REJECTED Message-ID: Rejected: cl-clue_20050523-1_all.deb: old version (20050523-1) in unstable >= new version (20050523-1) targeted at unstable. Rejected: cl-clue_20050523-1_all.deb: can not overwrite existing copy already in the archive. Rejected: clue_20050523-1_all.deb: old version (20050523-1) in unstable >= new version (20050523-1) targeted at unstable. Rejected: clue_20050523-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-clue_20050523-1.dsc: old version (20050523-1) in unstable >= new version (20050523-1) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-clue_20050523-1.diff.gz' already in the archive. Warning: ignoring cl-clue_20050523.orig.tar.gz, since it's already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:17:07 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:07 +0000 Subject: [cl-debian] Accepted cl-pg 1:20061216-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 01:04:52 +0200 Source: cl-pg Binary: cl-pg Architecture: source all Version: 1:20061216-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-pg - Common Lisp library that provides a socket level postgresql inter Changes: cl-pg (1:20061216-2) unstable; urgency=low . * Upload to unstable. Files: f863f8b9c74eb2b07bcfbd8e842624cc 671 devel optional cl-pg_20061216-2.dsc 07668a65631003897b9d5660c9622a2b 6957 devel optional cl-pg_20061216-2.diff.gz e8d0c2a859a1325fe1527f6838b9f58f 46502 devel optional cl-pg_20061216-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGXUq11ldN0tyliURAtE2AJ9S9+14PtmXWHG3EibKlgBBWkFQRQCgoHhY STl2dVebJIgQyUYDpucQOF4= =sngn -----END PGP SIGNATURE----- Accepted: cl-pg_20061216-2.diff.gz to pool/main/c/cl-pg/cl-pg_20061216-2.diff.gz cl-pg_20061216-2.dsc to pool/main/c/cl-pg/cl-pg_20061216-2.dsc cl-pg_20061216-2_all.deb to pool/main/c/cl-pg/cl-pg_20061216-2_all.deb From installer at ftp-master.debian.org Thu May 17 11:17:13 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:13 +0000 Subject: [cl-debian] cl-rsm-string_1.5_i386.changes REJECTED Message-ID: Rejected: cl-rsm-string_1.5_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-rsm-string_1.5_all.deb: old version (1.5) in unstable >= new version (1.5) targeted at unstable. Rejected: cl-rsm-string_1.5_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-rsm-string_1.5.dsc: old version (1.5) in unstable >= new version (1.5) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-rsm-string_1.5.tar.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:09 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:09 +0000 Subject: [cl-debian] cl-png_0.4-3_i386.changes REJECTED Message-ID: Rejected: md5sum for /srv/ftp.debian.org/ftp/pool/main/c/cl-png/cl-png_0.4.orig.tar.gz doesn't match cl-png_0.4-3.dsc. Rejected: size for /srv/ftp.debian.org/ftp/pool/main/c/cl-png/cl-png_0.4.orig.tar.gz doesn't match cl-png_0.4-3.dsc. Rejected: 'dpkg-source -x' failed for cl-png_0.4-3.dsc [return code: 6400]. [dpkg-source output:] dpkg-source: error: file cl-png_0.4.orig.tar.gz has size 33021 instead of expected 32880 === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:16 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:16 +0000 Subject: [cl-debian] cl-sdl_0.2.2-4_i386.changes REJECTED Message-ID: Rejected: cl-sdl_0.2.2-4_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-sdl-opengl_0.2.2-4_i386.deb: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: cl-sdl-opengl_0.2.2-4_i386.deb: can not overwrite existing copy already in the archive. Rejected: cl-sdl-ttf_0.2.2-4_i386.deb: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: cl-sdl-ttf_0.2.2-4_i386.deb: can not overwrite existing copy already in the archive. Rejected: cl-sdl-demos_0.2.2-4_all.deb: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: cl-sdl-demos_0.2.2-4_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-sdl-img_0.2.2-4_i386.deb: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: cl-sdl-img_0.2.2-4_i386.deb: can not overwrite existing copy already in the archive. Rejected: cl-sdl-mix_0.2.2-4_i386.deb: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: cl-sdl-mix_0.2.2-4_i386.deb: can not overwrite existing copy already in the archive. Rejected: cl-sdl_0.2.2-4_i386.deb: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: cl-sdl_0.2.2-4_i386.deb: can not overwrite existing copy already in the archive. Rejected: cl-sdl_0.2.2-4.dsc: old version (1:0.2.2-4) in unstable >= new version (1:0.2.2-4) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-sdl_0.2.2-4.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:15 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:15 +0000 Subject: [cl-debian] cl-scribble_1.20-1_i386.changes REJECTED Message-ID: Rejected: cl-scribble_1.20-1_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-scribble_1.20-1_all.deb: old version (1.20-1) in unstable >= new version (1.20-1) targeted at unstable. Rejected: cl-scribble_1.20-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-scribble_1.20-1.dsc: old version (1.20-1) in unstable >= new version (1.20-1) targeted at unstable. Warning: ignoring cl-scribble_1.20.orig.tar.gz, since it's already in the archive. Rejected: can not overwrite existing copy of 'cl-scribble_1.20-1.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:19 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:19 +0000 Subject: [cl-debian] cl-split-sequence_20050802-1_i386.changes REJECTED Message-ID: Rejected: cl-split-sequence_20050802-1_all.deb: old version (20050802-1) in unstable >= new version (20050802-1) targeted at unstable. Rejected: cl-split-sequence_20050802-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-split-sequence_20050802-1.dsc: old version (20050802-1) in unstable >= new version (20050802-1) targeted at unstable. Warning: ignoring cl-split-sequence_20050802.orig.tar.gz, since it's already in the archive. Rejected: can not overwrite existing copy of 'cl-split-sequence_20050802-1.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:25 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:25 +0000 Subject: [cl-debian] cl-utilities_1.2.4-2_i386.changes REJECTED Message-ID: Rejected: cl-utilities_1.2.4-2_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-utilities_1.2.4-2_all.deb: old version (1.2.4-2) in unstable >= new version (1.2.4-2) targeted at unstable. Rejected: cl-utilities_1.2.4-2_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-utilities_1.2.4-2.dsc: old version (1.2.4-2) in unstable >= new version (1.2.4-2) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-utilities_1.2.4-2.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:26 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:26 +0000 Subject: [cl-debian] cl-xmls_1.2-1_i386.changes REJECTED Message-ID: Rejected: cl-xmls_1.2-1_all.deb: old version (1.2-1) in unstable >= new version (1.2-1) targeted at unstable. Rejected: cl-xmls_1.2-1_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-xmls_1.2-1.dsc: old version (1.2-1) in unstable >= new version (1.2-1) targeted at unstable. Warning: ignoring cl-xmls_1.2.orig.tar.gz, since it's already in the archive. Rejected: can not overwrite existing copy of 'cl-xmls_1.2-1.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:25 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:25 +0000 Subject: [cl-debian] cl-who_0.9.0-1_i386.changes REJECTED Message-ID: Rejected: cl-who_0.9.0-1_i386.changes: a file with this name already exists in the Accepted directory. Rejected: cl-who_0.9.0.orig.tar.gz file already exists in the Accepted directory. Rejected: cl-who_0.9.0-1.dsc file already exists in the Accepted directory. Rejected: cl-who_0.9.0-1.diff.gz file already exists in the Accepted directory. Rejected: cl-who_0.9.0-1_all.deb file already exists in the Accepted directory. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:17:17 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:17 +0000 Subject: [cl-debian] cl-series_2.2.9-2_i386.changes REJECTED Message-ID: Rejected: cl-series_2.2.9-2_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-series_2.2.9-2_all.deb: old version (1:2.2.9-2) in unstable >= new version (1:2.2.9-2) targeted at unstable. Rejected: cl-series_2.2.9-2_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-series_2.2.9-2.dsc: old version (1:2.2.9-2) in unstable >= new version (1:2.2.9-2) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-series_2.2.9-2.diff.gz' already in the archive. === 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 May 17 11:18:07 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 17 May 2007 11:18:07 +0000 Subject: [cl-debian] Bug#398873: marked as done (cl-unit: Loading the system fails) References: <20061116051522.GD30093@bateleur.arcanes.fr.eu.org> Message-ID: Your message dated Thu, 17 May 2007 11:17:23 +0000 with message-id and subject line Bug#398873: fixed in cl-unit 1.3.1-3 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------- next part -------------- An embedded message was scrubbed... From: Pierre THIERRY Subject: cl-unit: Loading the system fails Date: Thu, 16 Nov 2006 06:15:22 +0100 Size: 2585 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#398873: fixed in cl-unit 1.3.1-3 Date: Thu, 17 May 2007 11:17:23 +0000 Size: 3207 URL: From installer at ftp-master.debian.org Thu May 17 11:17:20 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:20 +0000 Subject: [cl-debian] cl-statistics_20050224-3_i386.changes REJECTED Message-ID: Rejected: cl-statistics_20050224-3_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-statistics_20050224-3_all.deb: old version (20050224-3) in unstable >= new version (20050224-3) targeted at unstable. Rejected: cl-statistics_20050224-3_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-statistics_20050224-3.dsc: old version (20050224-3) in unstable >= new version (20050224-3) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-statistics_20050224-3.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:17:11 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:11 +0000 Subject: [cl-debian] Accepted cl-portable-aserve 1.2.42+cvs.2007.02.25-dfsg-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 01:05:57 +0200 Source: cl-portable-aserve Binary: cl-acl-compat cl-webactions cl-htmlgen cl-aserve Architecture: source all Version: 1.2.42+cvs.2007.02.25-dfsg-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-acl-compat - Compatibility layer for Allegro Common Lisp cl-aserve - Portable Aserve cl-htmlgen - HTML generation library for Common Lisp programs cl-webactions - HTTP dispatch library for cl-aserve Changes: cl-portable-aserve (1.2.42+cvs.2007.02.25-dfsg-2) unstable; urgency=low . * Upload to unstable. Files: 36a9ca450561ce54e20567eebda2c2d9 824 web optional cl-portable-aserve_1.2.42+cvs.2007.02.25-dfsg-2.dsc 1c001a21b8ca0d10dec3c5c273685a03 6357 web optional cl-portable-aserve_1.2.42+cvs.2007.02.25-dfsg-2.diff.gz 8f72e635ea6465d55c9fd3927d4bce82 393982 web optional cl-aserve_1.2.42+cvs.2007.02.25-dfsg-2_all.deb f56ba2617ea575910184b95f188ca8c4 68620 web optional cl-acl-compat_1.2.42+cvs.2007.02.25-dfsg-2_all.deb 1f1e6c76cd22aad9aea0360ee42d7e0b 32722 web optional cl-htmlgen_1.2.42+cvs.2007.02.25-dfsg-2_all.deb 652b5166860c615fd81de19fe2ed972b 36252 web optional cl-webactions_1.2.42+cvs.2007.02.25-dfsg-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGXVz11ldN0tyliURAhDYAJ978pbOuN74IjGs7OejMNSW/97OFwCeNaxE D332hLVwb0rjJjFOD7iHlhQ= =mjbv -----END PGP SIGNATURE----- Accepted: cl-acl-compat_1.2.42+cvs.2007.02.25-dfsg-2_all.deb to pool/main/c/cl-portable-aserve/cl-acl-compat_1.2.42+cvs.2007.02.25-dfsg-2_all.deb cl-aserve_1.2.42+cvs.2007.02.25-dfsg-2_all.deb to pool/main/c/cl-portable-aserve/cl-aserve_1.2.42+cvs.2007.02.25-dfsg-2_all.deb cl-htmlgen_1.2.42+cvs.2007.02.25-dfsg-2_all.deb to pool/main/c/cl-portable-aserve/cl-htmlgen_1.2.42+cvs.2007.02.25-dfsg-2_all.deb cl-portable-aserve_1.2.42+cvs.2007.02.25-dfsg-2.diff.gz to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2007.02.25-dfsg-2.diff.gz cl-portable-aserve_1.2.42+cvs.2007.02.25-dfsg-2.dsc to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2007.02.25-dfsg-2.dsc cl-webactions_1.2.42+cvs.2007.02.25-dfsg-2_all.deb to pool/main/c/cl-portable-aserve/cl-webactions_1.2.42+cvs.2007.02.25-dfsg-2_all.deb From pvaneynd at debian.org Thu May 17 11:17:22 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:22 +0000 Subject: [cl-debian] Accepted cl-typesetting 139-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 30 Apr 2007 23:12:28 +0200 Source: cl-typesetting Binary: cl-typesetting Architecture: source all Version: 139-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-typesetting - a Common Lisp typesetting library Changes: cl-typesetting (139-1) unstable; urgency=low . * New upstream version with BSD license. Thanks Marc! Files: c21d7818d6db219e6fd3636fc8fc2b02 698 non-free/devel optional cl-typesetting_139-1.dsc 8a3e096ffa60714ef2dfafe6d4e7784f 338208 non-free/devel optional cl-typesetting_139.orig.tar.gz be9d5d183bf77625001cf9ee191f97ff 3298 non-free/devel optional cl-typesetting_139-1.diff.gz 1d0057381808648b41c5928b757e22fd 164488 non-free/devel optional cl-typesetting_139-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGNlwd11ldN0tyliURAg2bAJ4h+d575PWAG4V8K2Tnh38SHHmixwCglbFa A3LNPdfuL4DZO49A7O1HNc4= =Ysbx -----END PGP SIGNATURE----- Accepted: cl-typesetting_139-1.diff.gz to pool/non-free/c/cl-typesetting/cl-typesetting_139-1.diff.gz cl-typesetting_139-1.dsc to pool/non-free/c/cl-typesetting/cl-typesetting_139-1.dsc cl-typesetting_139-1_all.deb to pool/non-free/c/cl-typesetting/cl-typesetting_139-1_all.deb cl-typesetting_139.orig.tar.gz to pool/non-free/c/cl-typesetting/cl-typesetting_139.orig.tar.gz From installer at ftp-master.debian.org Thu May 17 11:17:02 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:02 +0000 Subject: [cl-debian] cl-iterate_1.4.2-2_i386.changes REJECTED Message-ID: Rejected: cl-iterate_1.4.2-2_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-iterate_1.4.2-2_all.deb: old version (1.4.2-2) in unstable >= new version (1.4.2-2) targeted at unstable. Rejected: cl-iterate_1.4.2-2_all.deb: can not overwrite existing copy already in the archive. Rejected: cl-iterate_1.4.2-2.dsc: old version (1.4.2-2) in unstable >= new version (1.4.2-2) targeted at unstable. Rejected: can not overwrite existing copy of 'cl-iterate_1.4.2-2.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:17:21 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:17:21 +0000 Subject: [cl-debian] Accepted cl-syslog 0.9.1-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 01:15:26 +0200 Source: cl-syslog Binary: cl-syslog Architecture: source all Version: 0.9.1-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-syslog - Common Lisp syslog interface Changes: cl-syslog (0.9.1-2) unstable; urgency=low . * Upload to unstable. Files: 8bfb4a1855a1c7644e1c993fb65818e1 679 devel optional cl-syslog_0.9.1-2.dsc a3c88a622c8e4640d351621cc0a5e89b 2476 devel optional cl-syslog_0.9.1-2.diff.gz 62f7f70d6fab909ac838ff8bd5d17548 5544 devel optional cl-syslog_0.9.1-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGXej11ldN0tyliURAvTnAJ0TB41tCDitrfx+PUq9GCGuwjPP4wCcDKQ6 ZHrPw9xe3JQBXk38IkBd1EI= =FD0T -----END PGP SIGNATURE----- Accepted: cl-syslog_0.9.1-2.diff.gz to pool/main/c/cl-syslog/cl-syslog_0.9.1-2.diff.gz cl-syslog_0.9.1-2.dsc to pool/main/c/cl-syslog/cl-syslog_0.9.1-2.dsc cl-syslog_0.9.1-2_all.deb to pool/main/c/cl-syslog/cl-syslog_0.9.1-2_all.deb From installer at ftp-master.debian.org Thu May 17 11:17:13 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:17:13 +0000 Subject: [cl-debian] cl-ptester_2.1.2-3_i386.changes REJECTED Message-ID: Rejected: cl-ptester_2.1.2-3_i386.changes: a file with this name already exists in the Done directory. Rejected: cl-ptester_2.1.2-3_all.deb: old version (2.1.2-4) in unstable >= new version (2.1.2-3) targeted at unstable. Rejected: cl-ptester_2.1.2-3.dsc: old version (2.1.2-4) in unstable >= new version (2.1.2-3) targeted at unstable. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:32:06 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:32:06 +0000 Subject: [cl-debian] Accepted cmucl 19d-20061116-2 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 01:29:09 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19d-20061116-2 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 Changes: cmucl (19d-20061116-2) unstable; urgency=low . * Applied patch-002, which: "This patch includes some additional fixes for forward-referenced classes. With this patch, McCLIM CVS (as of a week or so ago) can compile correctly." Files: 7067ce83f6049663080c02612f97b463 706 devel optional cmucl_19d-20061116-2.dsc e31131ff1a176040c0674ade5559cdf2 1525423 devel optional cmucl_19d-20061116-2.diff.gz 40aba4182e64a61d93656a974c1758d6 10908692 devel optional cmucl_19d-20061116-2_i386.deb 2f097c7d2204e872e615adcc530819f1 2358900 doc optional cmucl-docs_19d-20061116-2_all.deb 097d5368e011d2eecd029db14e70a273 655654 devel optional cmucl-clm_19d-20061116-2_i386.deb bc1cced3635ba2b22b12204fe339f1cf 5270102 devel optional cmucl-source_19d-20061116-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGYEh11ldN0tyliURArZ+AJoDRdwUiCDh81vXQjY7Wp09n0QLQQCfQ9Xu XZxwciNDEGBMSAJgQH6J9rw= =vkkQ -----END PGP SIGNATURE----- Accepted: cmucl-clm_19d-20061116-2_i386.deb to pool/main/c/cmucl/cmucl-clm_19d-20061116-2_i386.deb cmucl-docs_19d-20061116-2_all.deb to pool/main/c/cmucl/cmucl-docs_19d-20061116-2_all.deb cmucl-source_19d-20061116-2_all.deb to pool/main/c/cmucl/cmucl-source_19d-20061116-2_all.deb cmucl_19d-20061116-2.diff.gz to pool/main/c/cmucl/cmucl_19d-20061116-2.diff.gz cmucl_19d-20061116-2.dsc to pool/main/c/cmucl/cmucl_19d-20061116-2.dsc cmucl_19d-20061116-2_i386.deb to pool/main/c/cmucl/cmucl_19d-20061116-2_i386.deb From pvaneynd at debian.org Thu May 17 11:32:09 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:32:09 +0000 Subject: [cl-debian] Accepted ecl 0.9i-20070324-2 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 11:51:51 +0200 Source: ecl Binary: ecl-doc ecl Architecture: source i386 all Version: 0.9i-20070324-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: ecl - Embeddable Common-Lisp: has an interpreter and can compile to C ecl-doc - documentation for Embeddable Common-Lisp Changes: ecl (0.9i-20070324-2) unstable; urgency=low . * Upload to unstable. Files: 9aec4677088a2c0e69357950de60faad 759 devel optional ecl_0.9i-20070324-2.dsc bde459f43d046b48a79e9238ad4e0732 148730 devel optional ecl_0.9i-20070324-2.diff.gz ab8cf6dd9008fe54f5d1832cb7b4426d 1299740 devel optional ecl_0.9i-20070324-2_i386.deb 68820cc9ef60715044e38665e9568fc8 64220 doc optional ecl-doc_0.9i-20070324-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGiw911ldN0tyliURAq1WAJ9Jyp4CK6jsnuZPbpNJ1UevyqpCQACghP5r dUNlOUvJCA5JiDcXBmzfJas= =jHOz -----END PGP SIGNATURE----- Accepted: ecl-doc_0.9i-20070324-2_all.deb to pool/main/e/ecl/ecl-doc_0.9i-20070324-2_all.deb ecl_0.9i-20070324-2.diff.gz to pool/main/e/ecl/ecl_0.9i-20070324-2.diff.gz ecl_0.9i-20070324-2.dsc to pool/main/e/ecl/ecl_0.9i-20070324-2.dsc ecl_0.9i-20070324-2_i386.deb to pool/main/e/ecl/ecl_0.9i-20070324-2_i386.deb From installer at ftp-master.debian.org Thu May 17 11:32:15 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:32:15 +0000 Subject: [cl-debian] libsigsegv_2.4-3_i386.changes REJECTED Message-ID: Rejected: libsigsegv_2.4-3_i386.changes: a file with this name already exists in the Done directory. Rejected: libsigsegv-dev_2.4-3_i386.deb: old version (2.4-3) in unstable >= new version (2.4-3) targeted at unstable. Rejected: libsigsegv-dev_2.4-3_i386.deb: can not overwrite existing copy already in the archive. Rejected: libsigsegv_2.4-3.dsc: old version (2.4-3) in unstable >= new version (2.4-3) targeted at unstable. Rejected: can not overwrite existing copy of 'libsigsegv_2.4-3.diff.gz' already in the archive. === 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 May 17 11:33:11 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 17 May 2007 11:33:11 +0000 Subject: [cl-debian] Bug#418115: marked as done (common-lisp-controller: UID not exported?) References: <20070406235158.29306.19536.reportbug@rocinante.lan> Message-ID: Your message dated Thu, 17 May 2007 11:32:07 +0000 with message-id and subject line Bug#418115: fixed in common-lisp-controller 6.10 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: "Trent Buck" Subject: common-lisp-controller: UID not exported? Date: Sat, 07 Apr 2007 09:51:58 +1000 Size: 7421 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#418115: fixed in common-lisp-controller 6.10 Date: Thu, 17 May 2007 11:32:07 +0000 Size: 3315 URL: From installer at ftp-master.debian.org Thu May 17 11:32:13 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:32:13 +0000 Subject: [cl-debian] hyperspec_1.24_i386.changes REJECTED Message-ID: Rejected: hyperspec_1.24_i386.changes: a file with this name already exists in the Done directory. Rejected: hyperspec_1.24_all.deb: old version (1.24) in unstable >= new version (1.24) targeted at unstable. Rejected: hyperspec_1.24_all.deb: can not overwrite existing copy already in the archive. Rejected: hyperspec_1.24.dsc: old version (1.24) in unstable >= new version (1.24) targeted at unstable. Rejected: can not overwrite existing copy of 'hyperspec_1.24.tar.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From installer at ftp-master.debian.org Thu May 17 11:47:13 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:47:13 +0000 Subject: [cl-debian] onlisp_1.0-15_i386.changes REJECTED Message-ID: Rejected: md5sum for /srv/ftp.debian.org/ftp/pool/non-free/o/onlisp/onlisp_1.0.orig.tar.gz doesn't match onlisp_1.0-15.dsc. Rejected: size for /srv/ftp.debian.org/ftp/pool/non-free/o/onlisp/onlisp_1.0.orig.tar.gz doesn't match onlisp_1.0-15.dsc. Rejected: 'dpkg-source -x' failed for onlisp_1.0-15.dsc [return code: 6400]. [dpkg-source output:] dpkg-source: error: file onlisp_1.0.orig.tar.gz has size 1356076 instead of expected 1365150 === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:32:07 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:32:07 +0000 Subject: [cl-debian] Accepted common-lisp-controller 6.10 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 25 Apr 2007 06:23:03 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 6.10 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: 418115 Changes: common-lisp-controller (6.10) unstable; urgency=low . * Now use 'id' to get the uid. Fixes the problem is the UID not exported? (Closes: #418115) * Fixed some lintian warnings in the template file. Files: 16165f5d4a19d415482cba057bcc20e1 689 devel optional common-lisp-controller_6.10.dsc 9463eeb365cbe62c368723dbeba96210 33446 devel optional common-lisp-controller_6.10.tar.gz 23d70dd2a3e373a72dd042f827f592a2 30276 devel optional common-lisp-controller_6.10_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGLtfF11ldN0tyliURAlXMAJ9tx+rQd21cd93QW8rxLZd3s4li/gCgkWP4 HSmAOoxdPGA1RR05sSW4cIE= =0XPV -----END PGP SIGNATURE----- Accepted: common-lisp-controller_6.10.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_6.10.dsc common-lisp-controller_6.10.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_6.10.tar.gz common-lisp-controller_6.10_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_6.10_all.deb From installer at ftp-master.debian.org Thu May 17 11:47:18 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:47:18 +0000 Subject: [cl-debian] sbcl_1.0.5.0-2_i386.changes REJECTED Message-ID: Rejected: sbcl_1.0.5.0-2.dsc refers to sbcl_1.0.5.0.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 installer at ftp-master.debian.org Thu May 17 11:47:22 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 17 May 2007 11:47:22 +0000 Subject: [cl-debian] xml-to-sexp_1.0-5_i386.changes REJECTED Message-ID: Rejected: xml-to-sexp_1.0-5_i386.changes: a file with this name already exists in the Done directory. Rejected: xml-to-sexp_1.0-5_i386.deb: old version (1.0-5) in unstable >= new version (1.0-5) targeted at unstable. Rejected: xml-to-sexp_1.0-5_i386.deb: can not overwrite existing copy already in the archive. Rejected: xml-to-sexp_1.0-5.dsc: old version (1.0-5) in unstable >= new version (1.0-5) targeted at unstable. Rejected: can not overwrite existing copy of 'xml-to-sexp_1.0-5.diff.gz' already in the archive. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Thu May 17 11:47:19 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 11:47:19 +0000 Subject: [cl-debian] Accepted slime 1:20070409-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 04 May 2007 22:18:29 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20070409-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-swank - Superior LISP Interaction Mode for Emacs (Lisp-side server) slime - Superior LISP Interaction Mode for Emacs Changes: slime (1:20070409-1) unstable; urgency=low . * Fixed XS-Vcs-Bzr item in control file Files: 59136595ff06de8fc2899d064499d89a 711 devel optional slime_20070409-1.dsc 2f8f7cd961d4a2d147c7aa93d9c9cd2e 545253 devel optional slime_20070409.orig.tar.gz fde5a52b95dcb5aac46710dfbcacefb4 11529 devel optional slime_20070409-1.diff.gz 9e437d06f325cb602a6821fda4c69d96 730416 devel optional slime_20070409-1_all.deb 57c5733ec97cc1e13b6fe2a0c8b8392b 336700 devel optional cl-swank_20070409-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGO6+211ldN0tyliURArfsAKCW+VBC/DTbzgVXAuSAopwaZSXonwCgqy7b 3lAo2FhVzd91wlc0mN7Z0j4= =O4ma -----END PGP SIGNATURE----- Accepted: cl-swank_20070409-1_all.deb to pool/main/s/slime/cl-swank_20070409-1_all.deb slime_20070409-1.diff.gz to pool/main/s/slime/slime_20070409-1.diff.gz slime_20070409-1.dsc to pool/main/s/slime/slime_20070409-1.dsc slime_20070409-1_all.deb to pool/main/s/slime/slime_20070409-1_all.deb slime_20070409.orig.tar.gz to pool/main/s/slime/slime_20070409.orig.tar.gz From pvaneynd at debian.org Thu May 17 16:02:05 2007 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 17 May 2007 16:02:05 +0000 Subject: [cl-debian] Accepted sbcl 1:1.0.5.0-2 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 04 May 2007 22:20:42 +0200 Source: sbcl Binary: sbcl sbcl-source sbcl-doc Architecture: source all i386 Version: 1:1.0.5.0-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A Common Lisp compiler and development system sbcl-doc - Documentation for Steel Bank Common Lisp sbcl-source - Source code files for SBCL Closes: 422046 Changes: sbcl (1:1.0.5.0-2) unstable; urgency=low . * Fixed XS-Vcs-Bzr line in control file. * Now build-depends on texlive, texlive-extra-utils and texlive-generic-recommended (Closes: #422046) Files: 2caddf3d2bbc2a45ae91167217c5dd08 813 devel optional sbcl_1.0.5.0-2.dsc 1910e8e79ff9e5f350d7835841f0b83f 4578919 devel optional sbcl_1.0.5.0.orig.tar.gz f443b237cc08fa835b27836474e79df1 30998 devel optional sbcl_1.0.5.0-2.diff.gz 1a717f5e01560b523cd6ec49a171a0b2 1487022 doc optional sbcl-doc_1.0.5.0-2_all.deb 69e6f78b5db0a5a3ceea19cd13eabf95 3836646 doc optional sbcl-source_1.0.5.0-2_all.deb ae6e39aaba970215cc4d26537804f9e9 8889662 devel optional sbcl_1.0.5.0-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGTHgn11ldN0tyliURAruZAKDFvNwvPGZT/vTkF8g5O55F7DS3lQCeK4gS qFDVZOFj9UwbGxrA6AOksew= =mm3Z -----END PGP SIGNATURE----- Accepted: sbcl-doc_1.0.5.0-2_all.deb to pool/main/s/sbcl/sbcl-doc_1.0.5.0-2_all.deb sbcl-source_1.0.5.0-2_all.deb to pool/main/s/sbcl/sbcl-source_1.0.5.0-2_all.deb sbcl_1.0.5.0-2.diff.gz to pool/main/s/sbcl/sbcl_1.0.5.0-2.diff.gz sbcl_1.0.5.0-2.dsc to pool/main/s/sbcl/sbcl_1.0.5.0-2.dsc sbcl_1.0.5.0-2_i386.deb to pool/main/s/sbcl/sbcl_1.0.5.0-2_i386.deb sbcl_1.0.5.0.orig.tar.gz to pool/main/s/sbcl/sbcl_1.0.5.0.orig.tar.gz From owner at bugs.debian.org Thu May 17 16:06:03 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 17 May 2007 16:06:03 +0000 Subject: [cl-debian] Bug#422046: marked as done (FTBFS: /bin/sh: epstopdf: command not found) References: <20070503071717.GA26257@deprecation.cyrius.com> Message-ID: Your message dated Thu, 17 May 2007 16:02:05 +0000 with message-id and subject line Bug#422046: fixed in sbcl 1:1.0.5.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: Martin Michlmayr Subject: FTBFS: /bin/sh: epstopdf: command not found Date: Thu, 3 May 2007 09:17:17 +0200 Size: 2268 URL: -------------- next part -------------- An embedded message was scrubbed... From: Peter Van Eynde Subject: Bug#422046: fixed in sbcl 1:1.0.5.0-2 Date: Thu, 17 May 2007 16:02:05 +0000 Size: 3644 URL: From edi at agharta.de Fri May 18 11:07:43 2007 From: edi at agharta.de (Edi Weitz) Date: Fri, 18 May 2007 13:07:43 +0200 Subject: [cl-debian] [ann] [rdnzl-announce] New releases 0.11.0 and (for C++ code) 0.6.0 (Was: New patch for a COPY-CONTAINER operator) In-Reply-To: (Iver Odin Kvello's message of "Wed, 2 May 2007 09:19:08 +0200") References: Message-ID: On Wed, 2 May 2007 09:19:08 +0200, "Iver Odin Kvello" wrote: > Here are a couple of patches to implement the COPY-CONTAINER > operator I missed. Finally, after a long delay (sorry for that), I've applied both of your patches and made new releases which are now available for download. Thanks a lot, Edi. _______________________________________________ rdnzl-announce mailing list rdnzl-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/rdnzl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Sat May 19 22:37:35 2007 From: edi at agharta.de (Edi Weitz) Date: Sun, 20 May 2007 00:37:35 +0200 Subject: [cl-debian] [ann] [hunchentoot-announce] New CL-WEBDAV release 0.1.1 (Was: Bugreport (and patch)) In-Reply-To: <1179588588.6432.4.camel@localhost.localdomain> (Ralf Mattes's message of "Sat, 19 May 2007 17:29:48 +0200") References: <1179588588.6432.4.camel@localhost.localdomain> Message-ID: On Sat, 19 May 2007 17:29:48 +0200, Ralf Mattes wrote: > during some moderate WebDAV conformance tests is stumbled over the > following bug/typo: > > --- handlers.lisp 2007-04-18 02:29:07.000000000 +0200 > +++ /LISP/ediware/cl-webdav/handlers.lisp 2007-05-19 > 17:05:45.000000000 +0200 > @@ -314,7 +314,7 @@ > (let ((resource (get-resource))) > (when (resource-exists resource) > (setf (header-out :allow) > - (format nil "~{~A~^~, ~}" > + (format nil "~{~A~^, ~}" > (set-difference *allowed-methods* > '(:get :head :mkcol)))) > (method-not-allowed)) > (let ((parent (resource-parent resource))) > > MKCOL on an existing resource created an 500 status instead of the > expected 405. Ah, right, thanks. Fixed in 0.1.1. Good to know that someone is finally testing this... :) 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 pcn at pogt.dk Mon May 21 16:43:33 2007 From: pcn at pogt.dk (Peder Chr.=?UTF-8?Q?N=C3=B8rgaard?=) Date: Mon, 21 May 2007 18:43:33 +0200 Subject: [cl-debian] Bug#425435: slime: Slime does not autostart under emacs Message-ID: <20070521164333.4598.17442.reportbug@debian.pogt.dk> Package: slime Version: 1:20070409-1 Severity: important Tags: patch There is a trivial bug in the emacs autostart file that causes autostart of slime to fail consistently. The bug is in specifying the directory of the slime code. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-skas3-v9-pre9 (SMP w/2 CPU cores) Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages slime depends on: ii cl-swank 1:20070409-1 Superior LISP Interaction Mode for ii emacsen-common 1.4.17 Common facilities for all emacsen Versions of packages slime recommends: ii emacs21 [info-browser] 21.4a+1-5 The GNU Emacs editor ii info [info-browser] 4.8.dfsg.1-6 Standalone GNU Info documentation ii konqueror [info-browser] 4:3.5.7-1 KDE's advanced file manager, web b -- no debconf information -------------- next part -------------- *** debian/emacsen-startup~ 2007-05-21 17:56:02.000000000 +0200 --- debian/emacsen-startup 2007-05-21 18:21:32.000000000 +0200 *************** *** 24,27 **** (load (concat "/usr/share/" (if (boundp 'flavor) (symbol-name flavor) "emacs") ! "/site-lisp/slime-autoloads")) --- 24,27 ---- (load (concat "/usr/share/" (if (boundp 'flavor) (symbol-name flavor) "emacs") ! "/site-lisp/slime/slime-autoloads")) From pcn at pogt.dk Mon May 21 16:54:32 2007 From: pcn at pogt.dk (Peder Chr.=?UTF-8?Q?N=C3=B8rgaard?=) Date: Mon, 21 May 2007 18:54:32 +0200 Subject: [cl-debian] Bug#425436: slime: Missing build-dependency Message-ID: <20070521165432.16494.62973.reportbug@debian.pogt.dk> Package: slime Version: 1:20070409-1 Severity: important Tags: patch Justification: fails to build from source Build under pbuilder of documentation for slime fails because a file /usr/share/texmf-texlive/tex/generic/epsf/epsf.tex is missing. This file is part of package texlive-generic-recommended - adding that to the control solves the problem. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20-skas3-v9-pre9 (SMP w/2 CPU cores) Locale: LANG=en_DK.ISO-8859-15, LC_CTYPE=en_DK.ISO-8859-15 (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages slime depends on: ii cl-swank 1:20070409-1 Superior LISP Interaction Mode for ii emacsen-common 1.4.17 Common facilities for all emacsen Versions of packages slime recommends: ii emacs21 [info-browser] 21.4a+1-5 The GNU Emacs editor ii info [info-browser] 4.8.dfsg.1-6 Standalone GNU Info documentation ii konqueror [info-browser] 4:3.5.7-1 KDE's advanced file manager, web b -- no debconf information -------------- next part -------------- 6c6 < Build-Depends-Indep: dh-lisp, texinfo, tetex-bin --- > Build-Depends-Indep: dh-lisp, texinfo, tetex-bin, texlive-generic-recommended From owner at bugs.debian.org Tue May 22 17:42:03 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 22 May 2007 17:42:03 +0000 Subject: [cl-debian] Bug#400240: marked as done (cl-sql-tests: mysql extension testing suite, 3 out of 229 fail) References: <20070522173903.GA29164@rosenberg.net> <20061124172828.15004.85234.reportbug@host1> Message-ID: Your message dated Tue, 22 May 2007 11:39:03 -0600 with message-id <20070522173903.GA29164 at rosenberg.net> and subject line Closing 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: commi Subject: cl-sql-tests: mysql extension testing suite, 3 out of 229 fail Date: Fri, 24 Nov 2006 18:28:28 +0100 Size: 2332 URL: -------------- next part -------------- An embedded message was scrubbed... From: Kevin Rosenberg Subject: Closing Date: Tue, 22 May 2007 11:39:03 -0600 Size: 1569 URL: From installer at ftp-master.debian.org Tue May 22 17:47:02 2007 From: installer at ftp-master.debian.org (Debian Installer) Date: Tue, 22 May 2007 17:47:02 +0000 Subject: [cl-debian] cl-uffi_1.5.18-2_amd64.changes REJECTED Message-ID: Rejected: md5sum for /srv/ftp.debian.org/ftp/pool/main/c/cl-uffi/cl-uffi_1.5.18.orig.tar.gz doesn't match cl-uffi_1.5.18-2.dsc. Rejected: size for /srv/ftp.debian.org/ftp/pool/main/c/cl-uffi/cl-uffi_1.5.18.orig.tar.gz doesn't match cl-uffi_1.5.18-2.dsc. Rejected: 'dpkg-source -x' failed for cl-uffi_1.5.18-2.dsc [return code: 6400]. [dpkg-source output:] dpkg-source: error: file cl-uffi_1.5.18.orig.tar.gz has size 145246 instead of expected 145245 === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From kmr at debian.org Tue May 22 18:02:04 2007 From: kmr at debian.org (Kevin M. Rosenberg) Date: Tue, 22 May 2007 18:02:04 +0000 Subject: [cl-debian] Accepted cl-uffi 1.5.18-2 (source all amd64) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 22 May 2007 11:33:27 -0600 Source: cl-uffi Binary: cl-uffi-tests cl-uffi Architecture: source all amd64 Version: 1.5.18-2 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-uffi - Universal Foreign Function Library for Common Lisp cl-uffi-tests - Regression tests for UFFI Common Lisp Library Closes: 424155 Changes: cl-uffi (1.5.18-2) unstable; urgency=low . * Fix build twice in a row (closes: 424155)c Files: 91727cccddeea82023a2b82cb77f56c8 595 devel optional cl-uffi_1.5.18-2.dsc 34a2fa3782008d6dfd7a2f0fcb06ab97 7993 devel optional cl-uffi_1.5.18-2.diff.gz 7b7064ea50cb4e801be24e30f54e221c 114444 devel optional cl-uffi_1.5.18-2_all.deb 19b3587b61906b7c7c46ea2b8b9974f7 25424 devel optional cl-uffi-tests_1.5.18-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGUy4+ES7N8sSjgj4RAhBlAJsFgtdr9+MPrqsqkAXhzwXuiGXT4gCeJd+C SmM75xXa2ew3zwEgYrGu6YI= =TH/h -----END PGP SIGNATURE----- Accepted: cl-uffi-tests_1.5.18-2_amd64.deb to pool/main/c/cl-uffi/cl-uffi-tests_1.5.18-2_amd64.deb cl-uffi_1.5.18-2.diff.gz to pool/main/c/cl-uffi/cl-uffi_1.5.18-2.diff.gz cl-uffi_1.5.18-2.dsc to pool/main/c/cl-uffi/cl-uffi_1.5.18-2.dsc cl-uffi_1.5.18-2_all.deb to pool/main/c/cl-uffi/cl-uffi_1.5.18-2_all.deb From owner at bugs.debian.org Tue May 22 18:03:14 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 22 May 2007 18:03:14 +0000 Subject: [cl-debian] Bug#424155: marked as done (cl-uffi: FTBFS if built twice in a row) References: <20070515195710.GA31778@der-winnie.de> Message-ID: Your message dated Tue, 22 May 2007 18:02:04 +0000 with message-id and subject line Bug#424155: fixed in cl-uffi 1.5.18-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: Patrick Winnertz Subject: cl-uffi: FTBFS if build twice in a row Date: Tue, 15 May 2007 21:57:10 +0200 Size: 3291 URL: -------------- next part -------------- An embedded message was scrubbed... From: kmr at debian.org (Kevin M. Rosenberg) Subject: Bug#424155: fixed in cl-uffi 1.5.18-2 Date: Tue, 22 May 2007 18:02:04 +0000 Size: 3221 URL: From johnc at yagc.ndo.co.uk Wed May 23 21:57:42 2007 From: johnc at yagc.ndo.co.uk (John Connors) Date: Wed, 23 May 2007 22:57:42 +0100 Subject: [cl-debian] [ann] [cl-screen-announce] cl-screen-0.9.tar.bz2 Message-ID: <4654B8D6.3030405@yagc.ndo.co.uk> I have bundled the current state of the library and called it 0.9 as the example game I was testing it with works. Features: * Should work on just about any Common Lisp that works in an environment with SLang available: tested with CLISP, SBCL, and CMUCL * Streams implemented on top of SLang - providing a specialised input, output, and "window" stream. * Documentation! -- +--------------------------------------------------------+ |Cyborg Animation Programmer | johnc at yagc.ndo.co.uk| |http://badbyteblues.blogspot.com -----------------------| +--------------------------------------------------------+ _______________________________________________ cl-screen-announce mailing list cl-screen-announce at common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-screen-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From owner at bugs.debian.org Thu May 24 22:48:08 2007 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 May 2007 22:48:08 +0000 Subject: [cl-debian] Processed: FTBFS bug should be RC In-Reply-To: <200705241845.14423.schepler@math.unipd.it> References: <200705241845.14423.schepler@math.unipd.it> Message-ID: Processing commands for control at bugs.debian.org: > package slime Ignoring bugs not assigned to: slime > severity 425436 serious Bug#425436: slime: Missing build-dependency Severity set to `serious' from `important' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From edi at agharta.de Fri May 25 11:41:55 2007 From: edi at agharta.de (Edi Weitz) Date: Fri, 25 May 2007 13:41:55 +0200 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.11.0 Message-ID: ChangeLog Version 0.11.0 2007-05-25 Added server names and coupled them with easy handlers (suggested by Mac Chan) Exported SESSION-COOKIE-VALUE instead of SESSION-STRING (suggested by Slava Akhmechet) Documentation fixes (thanks to Victor Kryukov and Igor Plekhov) Download http://weitz.de/files/hunchentoot.tar.gz Cheers, Edi. _______________________________________________ tbnl-announce site list tbnl-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From edi at agharta.de Fri May 25 16:55:55 2007 From: edi at agharta.de (Edi Weitz) Date: Fri, 25 May 2007 18:55:55 +0200 Subject: [cl-debian] [ann] [hunchentoot-announce] New release 0.11.1 (Was: Hunchentoot and OpenMCL) In-Reply-To: (Edi Weitz's message of "Fri, 25 May 2007 18:41:25 +0200") References: Message-ID: On Fri, 25 May 2007 18:41:25 +0200, Edi Weitz wrote: > Ah, thanks, I think you're right. I'll change that. OK, I've made a new release which now hopefully works with the latest OpenMCL release. Please check. 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 kurt at roeckx.be Sat May 26 15:40:19 2007 From: kurt at roeckx.be (Kurt Roeckx) Date: Sat, 26 May 2007 17:40:19 +0200 Subject: [cl-debian] Bug#426135: gcl: FTBFS: No rule to make target `../unixport/saved_pre_gcl' Message-ID: <20070526154019.GA11794@roeckx.be> Package: gcl Version: 2.6.7-33 Severity: serious Hi, Your package is failing to build with the following error: cp init_pre_gcl.lsp foo echo " (in-package \"USER\")(system:save-system \"saved_pre_gcl\")" >>foo /build/buildd/gcl-2.6.7/unixport/raw_pre_gcl /build/buildd/gcl-2.6.7/unixport/ -libdir /build/buildd/gcl-2.6.7/ < foo GCL (GNU Common Lisp) April 1994 262144 pages Building symbol table for /build/buildd/gcl-2.6.7/unixport/raw_pre_gcl .. I'm not an object Lisp initialization failed. free(3) error. Lisp initialization failed. rm raw_pre_gcl make[2]: Leaving directory `/build/buildd/gcl-2.6.7/unixport' (cd lsp; touch *.lsp ; /usr/bin/make all) make[2]: Entering directory `/build/buildd/gcl-2.6.7/lsp' make[2]: Leaving directory `/build/buildd/gcl-2.6.7/lsp' (cd cmpnew; touch *.lsp ; /usr/bin/make all) make[2]: Entering directory `/build/buildd/gcl-2.6.7/cmpnew' make[2]: Leaving directory `/build/buildd/gcl-2.6.7/cmpnew' [ "-lXmu -lXt -lXext -lXaw -lX11" == "" ] || (cd xgcl-2 && /usr/bin/make LISP=../unixport/saved_pre_gcl) make[2]: Entering directory `/build/buildd/gcl-2.6.7/xgcl-2' make[2]: *** No rule to make target `../unixport/saved_pre_gcl', needed by `objects'. Stop. make[2]: Leaving directory `/build/buildd/gcl-2.6.7/xgcl-2' Kurt From kurt at roeckx.be Sun May 27 12:21:53 2007 From: kurt at roeckx.be (Kurt Roeckx) Date: Sun, 27 May 2007 14:21:53 +0200 Subject: [cl-debian] Bug#426236: gclcvs: FTBFS: ./tmp_image: No such file or directory Message-ID: <20070527122153.GA9646@roeckx.be> Package: gclcvs Version: 2.7.0-68 Severity: serious Hi, Your package is failing to build with the following error: touch pre_init.lsp touch post_init.lsp echo " (in-package \"USER\")(system:save-system \"tmp_image\")" >foo ./raw_pre_gcl /build/buildd/gclcvs-2.7.0/unixport/ -libdir /build/buildd/gclcvs-2.7.0/ < foo GCL (GNU Common Lisp) April 1994 524288 pages Building symbol table for /build/buildd/gclcvs-2.7.0/unixport/raw_pre_gcl .. Lisp initialization failed. cp pre_init.lsp foo cat init_pre_gcl.lsp >>foo cat post_init.lsp >>foo echo " (in-package \"USER\")(system:save-system \"saved_pre_gcl\")" >>foo ./tmp_image /build/buildd/gclcvs-2.7.0/unixport/ -libdir /build/buildd/gclcvs-2.7.0/ < foo /bin/sh: ./tmp_image: No such file or directory make[2]: *** [saved_pre_gcl] Error 127 Kurt From edi at agharta.de Mon May 28 18:33:49 2007 From: edi at agharta.de (Edi Weitz) Date: Mon, 28 May 2007 20:33:49 +0200 Subject: [cl-debian] [ann] [cl-who-announce] New release 0.9.1 (Was: convert-tag-to-string-list and *html-empty-tag* bug maybe :) In-Reply-To: <1180309305.29457.1192063515@webmail.messagingengine.com> (Simon Cusack's message of "Mon, 28 May 2007 09:41:45 +1000") References: <1180309305.29457.1192063515@webmail.messagingengine.com> Message-ID: On Mon, 28 May 2007 09:41:45 +1000, "Simon Cusack" wrote: > I changed > (member tag *html-empty-tags*) > to > (member tag *html-empty-tags* :test #'string-equal) Thanks, your fix is in the new release. _______________________________________________ cl-who-announce site list cl-who-announce at common-lisp.net http://common-lisp.net/mailman/listinfo/cl-who-announce _______________________________________________ announcements site list announcements at common-lisp.net http://common-lisp.net/mailman/listinfo/announcements From noreply at henning.makholm.net Mon May 28 22:39:08 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:08 -0600 Subject: [cl-debian] cl-f2cl 20061221-2 MIGRATED to testing Message-ID: FYI: The status of the cl-f2cl source package in Debian's testing distribution has changed. Previous version: 20060512-1 Current version: 20061221-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 Mon May 28 22:39:10 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:10 -0600 Subject: [cl-debian] cl-who 0.9.0-1 MIGRATED to testing Message-ID: FYI: The status of the cl-who source package in Debian's testing distribution has changed. Previous version: 0.6.2-1 Current version: 0.9.0-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Mon May 28 22:39:10 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:10 -0600 Subject: [cl-debian] cl-unit 1.3.1-3 MIGRATED to testing Message-ID: FYI: The status of the cl-unit source package in Debian's testing distribution has changed. Previous version: 1.3.1-2 Current version: 1.3.1-3 -- 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 Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-typesetting 139-1 MIGRATED to testing Message-ID: FYI: The status of the cl-typesetting source package in Debian's testing distribution has changed. Previous version: 117-3 Current version: 139-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Mon May 28 22:39:08 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:08 -0600 Subject: [cl-debian] cl-html-template 0.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the cl-html-template source package in Debian's testing distribution has changed. Previous version: 0.7.0-1 Current version: 0.9.0-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 Mon May 28 22:39:10 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:10 -0600 Subject: [cl-debian] cmucl 19d-20061116-2 MIGRATED to testing Message-ID: FYI: The status of the cmucl source package in Debian's testing distribution has changed. Previous version: 19d-20061116-1 Current version: 19d-20061116-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 Mon May 28 22:39:10 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:10 -0600 Subject: [cl-debian] common-lisp-controller 6.10 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.9 Current version: 6.10 -- 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 Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-pg 1:20061216-2 MIGRATED to testing Message-ID: FYI: The status of the cl-pg source package in Debian's testing distribution has changed. Previous version: 1:20061022-1 Current version: 1:20061216-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 Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-ppcre 1.3.0-2 MIGRATED to testing Message-ID: FYI: The status of the cl-ppcre source package in Debian's testing distribution has changed. Previous version: 1.2.18-1 Current version: 1.3.0-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 Mon May 28 22:39:08 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:08 -0600 Subject: [cl-debian] cl-closer-mop 1:0.41-2 MIGRATED to testing Message-ID: FYI: The status of the cl-closer-mop source package in Debian's testing distribution has changed. Previous version: 1:0.4-2 Current version: 1:0.41-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 Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-salza 0.7.2-2 MIGRATED to testing Message-ID: FYI: The status of the cl-salza source package in Debian's testing distribution has changed. Previous version: 0.7.2-1 Current version: 0.7.2-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 Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-syslog 0.9.1-2 MIGRATED to testing Message-ID: FYI: The status of the cl-syslog source package in Debian's testing distribution has changed. Previous version: 0.9.0-3 Current version: 0.9.1-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 Mon May 28 22:39:08 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:08 -0600 Subject: [cl-debian] cl-asdf 1.107-1 MIGRATED to testing Message-ID: FYI: The status of the cl-asdf source package in Debian's testing distribution has changed. Previous version: 1.101-1 Current version: 1.107-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Mon May 28 22:39:08 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:08 -0600 Subject: [cl-debian] cl-ansi-tests 20070327-1 MIGRATED to testing Message-ID: FYI: The status of the cl-ansi-tests source package in Debian's testing distribution has changed. Previous version: 20060621-1 Current version: 20070327-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-pdf 139-1 MIGRATED to testing Message-ID: FYI: The status of the cl-pdf source package in Debian's testing distribution has changed. Previous version: 117-1 Current version: 139-1 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From noreply at henning.makholm.net Mon May 28 22:39:09 2007 From: noreply at henning.makholm.net (Debian testing watch) Date: Mon, 28 May 2007 16:39:09 -0600 Subject: [cl-debian] cl-portable-aserve 1.2.42+cvs.2007.02.25-dfsg-2 MIGRATED to testing Message-ID: FYI: The status of the cl-portable-aserve source package in Debian's testing distribution has changed. Previous version: 1.2.42+cvs.2006.04.24-dfsg-1 Current version: 1.2.42+cvs.2007.02.25-dfsg-2 -- This email is automatically generated; henning at makholm.net is responsible. See http://people.debian.org/~henning/trille/ for more information. From simon at josefsson.org Mon May 28 10:12:05 2007 From: simon at josefsson.org (Simon Josefsson) Date: Mon, 28 May 2007 12:12:05 +0200 Subject: [cl-debian] Bug#426370: Source package contains non-free IETF RFC/I-D Message-ID: <87hcpxdzpm.fsf@mocca.josefsson.org> Severity: serious Package: cl-portable-aserve Version: 1.2.42+cvs.2007.02.25-dfsg-2 User: debian-release at lists.debian.org Usertags: nonfree-doc rfc Hi! This source package contains the following files from the IETF under non-free license terms: cl-portable-aserve-1.2.42+cvs.2007.02.25-dfsg.orig/aserve/doc/rfc2396.txt The license on RFC/I-Ds is not DFSG-free, see: * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=199810 * http://release.debian.org/removing-non-free-documentation * http://wiki.debian.org/NonFreeIETFDocuments The etch release policy says binary and source packages must each be free: * http://release.debian.org/etch_rc_policy.txt The severity is serious, because this violates the Debian policy: * http://www.debian.org/doc/debian-policy/ch-archive.html#s-dfsg There are (at least) three ways to fix this problem. In order of preference: 1. Ask the author of the RFC to re-license the RFC under a free license. A template for this e-mail request can be found at http://wiki.debian.org/NonFreeIETFDocuments 2. Remove the non-free material from the source, e.g., by re-packaging the upstream archive and adding 'dfsg' to the Debian package version name. 3. Move the package to non-free. General discussions are kindly requested to take place on debian-legal or debian-devel in the thread with Subject: "Non-free IETF RFC/I-Ds in source packages". Thanks, Simon From bubulle at debian.org Tue May 29 07:00:21 2007 From: bubulle at debian.org (Christian Perrier) Date: Tue, 29 May 2007 09:00:21 +0200 Subject: [cl-debian] [RFR] templates://common-lisp-controller/{templates} In-Reply-To: Message-ID: Please find, for review, the debconf templates of common-lisp-controller. This review will last from Tuesday, May 29, 2007 to Friday, June 08, 2007. Please send reviews as unified diffs (diff -u) against the original files. Comments about your proposed changes will be appreciated. Your review should be sent as an answer to this mail. When appropriate, I will send intermediate requests for review, with "[RFRn]" (n>=2) as a subject tag. When we will reach a consensus, I send a "Last Chance For Comments" mail with "[LCFC]" as a subject tag. Finally, the reviewed templates will be sent to the package maintainer as a bug report, and a mail will be sent to this list with "[BTS]" as a subject tag. -- -------------- next part -------------- Template: common-lisp-controller/short-site-name Type: string # Default site name _Default: Unknown _Description: Short common LISP site name: You can configure what the common LISP implementations are going to use as 'short site name'. . This is mostly unused except in some error reporting tools. Template: common-lisp-controller/long-site-name Type: string # Default long site name, just something longer than th default site name _Default: Site name not initialized _Description: Long common LISP site name: You can configure what the common LISP implementations are going to use as 'long site name'. . This is mostly unused except in some error reporting tools. -------------- next part -------------- --- ../common-lisp-controller.old/debian/templates 2007-05-25 08:09:09.599888348 +0200 +++ debian/templates 2007-05-25 19:05:08.728072796 +0200 @@ -1,15 +1,19 @@ Template: common-lisp-controller/short-site-name Type: string -_Default: Unknown [ Default site name ] +# Default site name +_Default: Unknown _Description: Short common LISP site name: You can configure what the common LISP implementations are going to use as - "short site name". This is mostly unused except in some error reporting - tools. + 'short site name'. + . + This is mostly unused except in some error reporting tools. Template: common-lisp-controller/long-site-name Type: string -_Default: Site name not initialized [ Default long site name, just something longer ] +# Default long site name, just something longer than th default site name +_Default: Site name not initialized _Description: Long common LISP site name: You can configure what the common LISP implementations are going to use as - "long site name". This is mostly unused except in some error reporting - tools. + 'long site name'. + . + This is mostly unused except in some error reporting tools. --- ../common-lisp-controller.old/debian/control 2007-05-25 08:09:09.595888315 +0200 +++ debian/control 2007-05-25 19:06:21.156668646 +0200 @@ -13,11 +13,10 @@ Conflicts: cmucl (<< 3.1.0), clisp (<< 1:2.36-1) Replaces: cmucl (<< 3.1.0) Suggests: sbcl -Description: This is a Common Lisp source and compiler manager - With this package you can install and manage - common lisp sources and compilers. It creates - a user-specific cache of compiled objects. When a - library or an implementation is upgraded all - compiled objects in the cache are flushed. It also - provides tools to recompile all libraries and - to generate debian packages from asdf-install packages. +Description: common Lisp source and compiler manager + This package helps installing common Lisp sources and compilers. + . + It creates a user-specific cache of compiled objects. When a library + or an implementation is upgraded, all compiled objects in the cache + are flushed. It also provides tools to recompile all libraries and to + generate Debian packages from asdf-install packages. -------------- next part -------------- Source: common-lisp-controller Section: devel Priority: optional Build-Depends: debhelper (>= 4.1.16), po-debconf Maintainer: Peter Van Eynde Uploaders: Kevin M. Rosenberg Standards-Version: 3.7.2.0 XS-Vcs-Darcs: http://cl-debian.alioth.debian.org/repository/pvaneynd/common-lisp-controller/ Package: common-lisp-controller Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, bash (>= 2.04-9), debianutils (>= 1.7), debconf (>= 1.0), cl-asdf (>= 1.55), realpath, perl Conflicts: cmucl (<< 3.1.0), clisp (<< 1:2.36-1) Replaces: cmucl (<< 3.1.0) Suggests: sbcl Description: common Lisp source and compiler manager This package helps installing common Lisp sources and compilers. . It creates a user-specific cache of compiled objects. When a library or an implementation is upgraded, all compiled objects in the cache are flushed. It also provides tools to recompile all libraries and to generate Debian packages from asdf-install packages. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: