From rvb at pro-linux.de Sat Oct 1 08:01:09 2005 From: rvb at pro-linux.de (=?iso-8859-15?Q?Ren=E9?= van Bevern) Date: Sat, 1 Oct 2005 10:01:09 +0200 Subject: [cl-debian] clisp is up for adoption -- moving Message-ID: <20051001080108.GA5334@pro-linux.de> Hello, Will Newton has given clisp away for adoption: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330076 Just to let you all know. ;-) That'd be the chance to get clisp into a Darcs repository of CL-Debian. No, I am not going to adopt it myself for the below reason: Don't expect quick responses from me until about December. I am moving and will not have an internet connection in my new home until then. I will still download my bugreports and upload updated packages through university, so it should not be neccesary to NMU my packages. The time offline will give me the time to implement my planned dh-lisp changes and to extend the CLiD from a developer-document to a document for Debian's Lisp-users. Gr??e, Ren? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 307 bytes Desc: not available URL: From pvaneynd at debian.org Sat Oct 1 11:26:12 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 1 Oct 2005 13:26:12 +0200 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <20051001080108.GA5334@pro-linux.de> References: <20051001080108.GA5334@pro-linux.de> Message-ID: <200510011326.25167.pvaneynd@debian.org> Hi Ren?, On Saturday 01 October 2005 10:01, Ren? van Bevern wrote: > Will Newton has given clisp away for adoption: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330076 > Just to let you all know. ;-) That'd be the chance to get clisp into a > Darcs repository of CL-Debian. No, I am not going to adopt it myself > for the below reason: I'm hesitant about adopting it because I already lack a bit of time to do proper maintenance of my existing CL packages. I'll investigate how the source package looks like :-). Is anyone interested in co-maintainership? > The time offline will give me the time to implement my planned dh-lisp > changes and to extend the CLiD from a developer-document to a document > for Debian's Lisp-users. I'm looking forward to see this, and I wish you a care-free move... 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| -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From debian at millenix.mailshell.com Sat Oct 1 23:42:29 2005 From: debian at millenix.mailshell.com (debian at millenix.mailshell.com) Date: Sat, 1 Oct 2005 16:42:29 -0700 Subject: [cl-debian] Bug#331160: common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade Message-ID: <20051001234924.11206.qmail@mailshell.com> Package: common-lisp-controller Version: 4.19 Severity: normal In the process of upgrading common-lisp-controller from 4.18 to 4.19 (and I actually saw this earlier, assuming it would be fixed), I see the following text: ---- Preparing to replace common-lisp-controller 4.18 (using .../common-lisp-controller_4.19_all.deb) ... find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it). Please specify options before other arguments. ---- It looks like the third call to find in the preinst script (see below for excerpt) is what's setting this off, but I'm not sure if simply moving the options around would do the right thing. Here's the segment of code in question: ---- case "$1" in install) ;; upgrade) # cleanup fasl files: find /usr/share/common-lisp/source/defsystem /usr/share/common-lisp/source/asdf /usr/share/common-lisp/source/common-lisp-controller -type f -not -name "*.lisp" -print0 | xargs --null rm --force 2> /dev/null # remove old autobuild files: find /etc/common-lisp -name autobuild -print0 | xargs -0 rm 2> /dev/null || true find /etc/common-lisp -type d -depth -print0 | xargs rmdir 2> /dev/null || true ... etc, it goes on ---- ^^^^^^^^^^^^^^^^ I believe that the snippet marked above is what gives rise to this warning. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.7+phil1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages common-lisp-controller depends on: ii bash 3.0-16 The GNU Bourne Again SHell ii cl-asdf 1.89-1 Another System Definition Facility ii debconf [debconf-2.0] 1.4.58 Debian configuration management sy ii debianutils 2.14.3 Miscellaneous utilities specific t ii perl 5.8.7-5 Larry Wall's Practical Extraction ii realpath 1.9.25 Return the canonicalized absolute common-lisp-controller recommends no packages. -- debconf information excluded From owner at bugs.debian.org Sun Oct 2 07:48:11 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 02 Oct 2005 00:48:11 -0700 Subject: [cl-debian] Processed: darcs patch: specify -depth as first argument to find... (and 2 more) In-Reply-To: References: Message-ID: Processing commands for control at bugs.debian.org: > tags 331160 patch Bug#331160: common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From rvb at pro-linux.de Sun Oct 2 07:47:50 2005 From: rvb at pro-linux.de (=?UTF-8?Q?Ren=C3=A9?= van Bevern) Date: Sun, 02 Oct 2005 00:47:50 -0700 Subject: [cl-debian] Bug#331160: darcs patch: specify -depth as first argument to find... (and 2 more) Message-ID: tags 331160 patch thanks Darcs patch follows. Sun Oct 2 09:41:29 CEST 2005 Ren?? van Bevern * specify -depth as first argument to find in preinst Sun Oct 2 09:41:49 CEST 2005 Ren?? van Bevern * update changelog Sun Oct 2 09:44:33 CEST 2005 Ren?? van Bevern * fix some syntax errors in changelog -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/x-darcs-patch Size: 1449 bytes Desc: A darcs patch for your repository! URL: From trentbuck at gmail.com Sun Oct 2 15:42:50 2005 From: trentbuck at gmail.com (Trent Buck) Date: Mon, 03 Oct 2005 01:42:50 +1000 Subject: [cl-debian] Bug#331252: sbcl: tools-for-build/where-is-mcontext.c has no exit(0); Message-ID: <87br28x6v9.fsf@rocinante.twb.ath.cx> Package: sbcl Version: 1:0.9.4.65-1 Severity: minor In the SBCL source 0.9.5.9-1, the C program tools-for-build/where-is-mcontext.c does not have an explicit return value, resulting (I believe) in the resulting program sometimes succeding and sometimes failing. Since make-config.sh has "set -e", where-is-mcontext should always exit successfully after printing. Therefore "exit(0);" should be added immediately before the last closing brace. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.8-powerpc Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii common-lisp-controller 4.18 This is a Common Lisp source and c ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii sbcl-common 1:0.9.4.65-1 Architecture independent files for Versions of packages sbcl recommends: pn binfmt-support (no description available) -- no debconf information -- Trent Buck, Student Errant From yeager at lidkoping.net Sun Oct 2 21:46:53 2005 From: yeager at lidkoping.net (Daniel Nylander) Date: Sun, 02 Oct 2005 23:46:53 +0200 Subject: [cl-debian] Bug#331308: cmucl: [INTL:sv] Swedish debconf templates translation Message-ID: <20051002214653.23134.qmail@mail.lidkoping.net> Package: cmucl Version: 19b-release-20050726-5 Severity: wishlist Tags: patch l10n -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) -------------- next part -------------- # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: cmucl 19b-release-20050726-5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-07-29 00:52+0200\n" "PO-Revision-Date: 2005-10-03 23:36+0200\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit" #. Type: note #. Description #: ../templates:3 msgid "Config file changed incompatibly" msgstr "Konfigurationsfilen felaktigt ?ndrad" #. Type: note #. Description #: ../templates:3 msgid "" "The config file /etc/common-lisp/cmucl/site-init.lisp changed in an " "incompatible way, please upgrade the file or if you are not even asked, move " "the /etc/common-lisp/cmucl/site-init.lisp.dpkg-new file to /etc/common-lisp/" "cmucl/site-init.lisp." msgstr "" "Konfigurationsfilen /etc/common-lisp/cmucl/site-init.lisp ?r ?ndrad p? ett inkompatibelt s?tt, " "v?nligen uppgradera filen eller om du inte ens blir tillfr?gad, flytta filen /etc/common-lisp/cmucl/site-init.lisp.dpkg-new till /etc/common-lisp/cmucl/site-init.lisp." #. Type: note #. Description #: ../templates:3 msgid "Failure to do this will result in a broken installation." msgstr "Om detta misslyckas resulterar det i en felaktig installation." From pvaneynd at debian.org Mon Oct 3 05:21:58 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 03 Oct 2005 07:21:58 +0200 Subject: [cl-debian] Bug#331371: cl-clx-sbcl: fails to build with new sbcl Message-ID: <20051003052158.2F87B179D3B@sharrow> Package: cl-clx-sbcl Version: 0.7.0-1 Severity: important Tags: sid patch a patch (included) is required because of changes in the mp support of sbcl. Maybe a newer upstream is available? Groetjes, Peter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-mine1 Locale: LANG=nl_BE.UTF-8 at euro, LC_CTYPE=it_IT (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8) Versions of packages cl-clx-sbcl depends on: ii cl-asdf 1.89-1 Another System Definition Facility ii common-lisp-controller 4.19 This is a Common Lisp source and c Versions of packages cl-clx-sbcl recommends: ii sbcl 1:0.9.5.9-1 A development environment for Comm -- no debconf information -------------- next part -------------- diff -Ndrux '*.fasl' /usr/share/common-lisp/source/clx/dependent.lisp clx/dependent.lisp --- /usr/share/common-lisp/source/clx/dependent.lisp 2005-04-29 17:12:08.000000000 +0200 +++ clx/dependent.lisp 2005-10-03 07:16:17.000000000 +0200 @@ -1179,7 +1179,7 @@ (defun process-block (whostate predicate &rest predicate-args) (declare (ignore whostate)) (declare (type function predicate)) - (let* ((pid (sb-thread:current-thread-id)) + (let* ((pid (current-process)) (last (gethash pid *process-conditions*)) (lock (or (car last) @@ -1197,7 +1197,7 @@ (sb-thread:condition-wait queue lock)) (sb-ext:timeout () (format *trace-output* "thread ~A, process-block timed out~%" - (sb-thread:current-thread-id) ))))))) + (current-process)))))))) ;;; PROCESS-WAKEUP: Check some other process' wait function. @@ -1241,7 +1241,7 @@ (defun process-wakeup (process) (declare (ignore process)) (destructuring-bind (lock . queue) - (gethash (sb-thread:current-thread-id) *process-conditions* + (gethash (current-process) *process-conditions* (cons nil nil)) (declare (ignore lock)) (when queue @@ -1282,7 +1282,10 @@ #+sbcl (defun current-process () - (sb-thread:current-thread-id)) + #+#.(cl:if (cl:find-symbol "THREAD-NAME" "SB-THREAD") '(and) '(or)) + sb-thread:*current-thread* + #-#.(cl:if (cl:find-symbol "THREAD-NAME" "SB-THREAD") '(and) '(or)) + (sb-thread:current-thread-id)) ;;; WITHOUT-INTERRUPTS -- provide for atomic operations. From owner at bugs.debian.org Mon Oct 3 06:33:11 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 02 Oct 2005 23:33:11 -0700 Subject: [cl-debian] Bug#331252: marked as forwarded (sbcl: tools-for-build/where-is-mcontext.c has no exit(0);) In-Reply-To: <200510030830.01104.pvaneynd@debian.org> References: <200510030830.01104.pvaneynd@debian.org> <87br28x6v9.fsf@rocinante.twb.ath.cx> Message-ID: Your message dated Mon, 3 Oct 2005 08:29:41 +0200 with message-id <200510030830.01104.pvaneynd at debian.org> has caused the Debian Bug report #331252, regarding sbcl: tools-for-build/where-is-mcontext.c has no exit(0); to be marked as having been forwarded to the upstream software author(s) 331252-forwarded at bugs.debian.org, sbcl-devel at lists.sourceforge.net. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) --------------------------------------- Received: (at 331252-forwarded) by bugs.debian.org; 3 Oct 2005 06:30:07 +0000 >From pvaneynd at debian.org Sun Oct 02 23:30:07 2005 Return-path: Received: from out3.smtp.messagingengine.com [66.111.4.27] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EMJpu-0005Zm-00; Sun, 02 Oct 2005 23:30:07 -0700 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 247D8CD139E; Mon, 3 Oct 2005 02:30:06 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 03 Oct 2005 02:30:06 -0400 X-Sasl-enc: P2zvHUJLlrWmecJXoaAGpB/5k2id4lv2UECuWHgooVrw 1128321005 Received: from sharrow (blueice4n2.uk.ibm.com [195.212.29.92]) by frontend2.messagingengine.com (Postfix) with ESMTP id 823875703FD; Mon, 3 Oct 2005 02:30:05 -0400 (EDT) From: Peter Van Eynde To: 331252-forwarded at bugs.debian.org, sbcl-devel at lists.sourceforge.net Subject: Re: [cl-debian] Bug#331252: sbcl: tools-for-build/where-is-mcontext.c has no exit(0); Date: Mon, 3 Oct 2005 08:29:41 +0200 User-Agent: KMail/1.7.2 References: <87br28x6v9.fsf at rocinante.twb.ath.cx> In-Reply-To: <87br28x6v9.fsf at rocinante.twb.ath.cx> Organization: Debian MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart282107231.ot1HxPY7PS"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200510030830.01104.pvaneynd at debian.org> Delivered-To: 331252-forwarded at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 --nextPart282107231.ot1HxPY7PS Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, This seems like a valid bug, not? On Sunday 02 October 2005 17:42, Trent Buck wrote: oo> Package: sbcl > Version: 1:0.9.4.65-1 > Severity: minor > > In the SBCL source 0.9.5.9-1, the C program > tools-for-build/where-is-mcontext.c does not have an explicit return valu= e, > resulting (I believe) in the resulting program sometimes succeding and > sometimes failing. Since make-config.sh has "set -e", where-is-mcontext > should always exit successfully after printing. Therefore "exit(0);" shou= ld > be added immediately before the last closing brace. Groetjes, Peter =2D-=20 signature -at- pvaneynd.mailworks.org=20 http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Arons= on|=20 --nextPart282107231.ot1HxPY7PS Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDQM/k11ldN0tyliURAv7YAJ0XJXF6k+8as1bkOlrdrK/gVpXmTACfSDJH 6gc2Jbs+UCfurua8kXrMJVs= =r9/3 -----END PGP SIGNATURE----- --nextPart282107231.ot1HxPY7PS-- From owner at bugs.debian.org Mon Oct 3 06:48:10 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 02 Oct 2005 23:48:10 -0700 Subject: [cl-debian] Processed: setting package to cmucl cmucl-clm cmucl-docs cmucl-source, tagging 331308 In-Reply-To: <20051003063245.0AA32179D51@sharrow> References: <20051003063245.0AA32179D51@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.7 > package cmucl cmucl-clm cmucl-docs cmucl-source Ignoring bugs not assigned to: cmucl-source cmucl-clm cmucl cmucl-docs > tags 331308 + pending Bug#331308: cmucl: [INTL:sv] Swedish debconf templates translation Tags were: l10n patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Mon Oct 3 06:48:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 02 Oct 2005 23:48:09 -0700 Subject: [cl-debian] Processed: setting package to sbcl sbcl-common, tagging 331252 In-Reply-To: <20051003063121.38886179D51@sharrow> References: <20051003063121.38886179D51@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.7 > package sbcl sbcl-common Ignoring bugs not assigned to: sbcl sbcl-common > tags 331252 + pending Bug#331252: sbcl: tools-for-build/where-is-mcontext.c has no exit(0); There were no tags set. Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Mon Oct 3 07:18:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 03 Oct 2005 00:18:09 -0700 Subject: [cl-debian] Processed: setting package to common-lisp-controller, tagging 331160 In-Reply-To: <20051003070634.4F28A179D51@sharrow> References: <20051003070634.4F28A179D51@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.7 > package common-lisp-controller Ignoring bugs not assigned to: common-lisp-controller > tags 331160 + pending Bug#331160: common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade Tags were: patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pvaneynd at debian.org Mon Oct 3 07:16:50 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 3 Oct 2005 09:16:50 +0200 Subject: [cl-debian] Bug#330468: sbcl: Can't start sbcl with kernel 2.4.27-2-686 In-Reply-To: References: <200509290546.52805.pvaneynd@mailworks.org> Message-ID: <200510030916.54026.pvaneynd@debian.org> On Friday 30 September 2005 10:48, Didier Verna wrote: > Peter Van Eynde wrote: > > Expect a 2.4 sbcl, without threading, in my people.debian.org repositry > > soon. > > Thanks. BTW, I'm surprised that precompiled 2.4 kernels don't > support multi-threading ? They do, but in 2.4 threading was done in a completely different way when in 2.6. For the C world this resulted in a move from pthreads to the NPTL library, for sbcl this enabled the use of more complex features. The end effect is that it now only works for a 2.6 kernel, even 2.4 kernel that are patched to allow the use of the NPTL library seem to pose intermittend problems, so I decided it was better to err on the side of caution. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at bugs.debian.org Mon Oct 3 10:18:11 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 03 Oct 2005 03:18:11 -0700 Subject: [cl-debian] Processed: setting package to cl-acl-compat cl-aserve cl-htmlgen cl-portable-aserve cl-webactions ... ... In-Reply-To: <20051003100432.6582B179D9F@sharrow> References: <20051003100432.6582B179D9F@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.7 > package cl-acl-compat cl-aserve cl-htmlgen cl-portable-aserve cl-webactions Ignoring bugs not assigned to: cl-acl-compat cl-webactions cl-portable-aserve cl-htmlgen cl-aserve > tags 329125 + pending Bug#329125: cl-acl-compat: write-vector definition triggers package-lock exception There were no tags set. Tags added: pending > tags 329675 + pending Bug#329675: cl-webactions: With SBCL, fails to serve pages. Tags were: patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pvaneynd at debian.org Tue Oct 4 09:02:08 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 04 Oct 2005 02:02:08 -0700 Subject: [cl-debian] Accepted common-lisp-controller 4.20 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Oct 2005 08:38:57 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.20 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: 331160 Changes: common-lisp-controller (4.20) unstable; urgency=low . * Ren?? van Bevern + debian/preinst: specify -depth as first argument to find (Closes: #331160) . * Added *clc-quiet* parameter to make clc work without printing messages, mainly for CL applications. Files: cf1ebe3e14016a90a40fe32aa2056990 588 devel optional common-lisp-controller_4.20.dsc 022909eb8116a91a10c1eb86366c9aac 113749 devel optional common-lisp-controller_4.20.tar.gz 5d4df30f331617856494f48db1dec0ef 24658 devel optional common-lisp-controller_4.20_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDQTyo11ldN0tyliURApPKAKCY3QXcAlKM+DEjvTRcp8a/DLErIACeM9Bv uUGZJ+ZUhCyj3kDjs+9uvho= =tNMR -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.20.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.20.dsc common-lisp-controller_4.20.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.20.tar.gz common-lisp-controller_4.20_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.20_all.deb From pvaneynd at debian.org Tue Oct 4 09:17:07 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 04 Oct 2005 02:17:07 -0700 Subject: [cl-debian] Accepted cl-portable-aserve 1.2.42+cvs.2005.08.05-5 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Oct 2005 12:02:26 +0200 Source: cl-portable-aserve Binary: cl-acl-compat cl-webactions cl-htmlgen cl-aserve Architecture: source all Version: 1.2.42+cvs.2005.08.05-5 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 Closes: 329125 329675 Changes: cl-portable-aserve (1.2.42+cvs.2005.08.05-5) unstable; urgency=low . * removed redundant write-vector definition for cmucl (Closes: #329125) * fixed unicode problem with sbcl (Closes: #329675) Files: d1f768f2d7f5df4dbbf837eedbf6a747 707 web optional cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc 3971ace886baf547e4721449e65389e3 3024 web optional cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz 1f3d11b8b800419a2286d9382eb8d5a2 416922 web optional cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb 3a5e4062ea64419c615eae7c50072700 64414 web optional cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb b2830933c4c587d68a6b71c0035a802d 31592 web optional cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb 6ffe4b49c0d2267fd959de37a69f4cec 35310 web optional cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDQT3v11ldN0tyliURAnyjAKDAehJcXCOamo7KAg5sE9jRrQnaSgCfWLDn NsiQSSEnMNZnMuEmN2nMEE0= =JCLx -----END PGP SIGNATURE----- Accepted: cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb From owner at bugs.debian.org Tue Oct 4 09:18:26 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 04 Oct 2005 02:18:26 -0700 Subject: [cl-debian] Bug#331160: marked as done (common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade) In-Reply-To: References: <20051001234924.11206.qmail@mailshell.com> Message-ID: Your message dated Tue, 04 Oct 2005 02:02:08 -0700 with message-id and subject line Bug#331160: fixed in common-lisp-controller 4.20 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 1 Oct 2005 23:49:25 +0000 >From debian at millenix.mailshell.com Sat Oct 01 16:49:25 2005 Return-path: Received: from www12.mailshell.com (mailshell.com) [209.157.66.248] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1ELr6b-0000Cq-00; Sat, 01 Oct 2005 16:49:25 -0700 Received: (qmail 1760 invoked by uid 99); 1 Oct 2005 23:49:24 -0000 Message-ID: <20051001234924.11206.qmail at mailshell.com> DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mTZ5HNAiuwJa0HNWqWJ95x/z1lL7Lf1lwcUXPdoy6RK+2lwkyqgluHKjB0wp6m4beFC2XmoD7y0MkrcXc0XF3XwXM3t/QKYFGnHCB0tqkOU/DUsfH38VARd6Nt44A7PpG0Disdc08Q7EmB15EDCsjBw83sx/oWVPidYf+1aw0pI= Date: Sat, 1 Oct 2005 16:42:29 -0700 Subject: common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline From: debian at millenix.mailshell.com To: submit at bugs.debian.org Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: common-lisp-controller Version: 4.19 Severity: normal In the process of upgrading common-lisp-controller from 4.18 to 4.19 (and I actually saw this earlier, assuming it would be fixed), I see the following text: ---- Preparing to replace common-lisp-controller 4.18 (using .../common-lisp-controller_4.19_all.deb) ... find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it). Please specify options before other arguments. ---- It looks like the third call to find in the preinst script (see below for excerpt) is what's setting this off, but I'm not sure if simply moving the options around would do the right thing. Here's the segment of code in question: ---- case "$1" in install) ;; upgrade) # cleanup fasl files: find /usr/share/common-lisp/source/defsystem /usr/share/common-lisp/source/asdf /usr/share/common-lisp/source/common-lisp-controller -type f -not -name "*.lisp" -print0 | xargs --null rm --force 2> /dev/null # remove old autobuild files: find /etc/common-lisp -name autobuild -print0 | xargs -0 rm=20 2> /dev/null || true find /etc/common-lisp -type d -depth -print0 | xargs rmdir 2> /dev/null || true ... etc, it goes on ---- ^^^^^^^^^^^^^^^^ I believe that the snippet marked above is what gives rise to this warning. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.7+phil1 Locale: LANG=3DC, LC_CTYPE=3DC (charmap=3DANSI_X3.4-1968) Versions of packages common-lisp-controller depends on: ii bash 3.0-16 The GNU Bourne Again SHell ii cl-asdf 1.89-1 Another System Definition Faci= lity ii debconf [debconf-2.0] 1.4.58 Debian configuration managemen= t sy ii debianutils 2.14.3 Miscellaneous utilities specif= ic t ii perl 5.8.7-5 Larry Wall's Practical Extract= ion ii realpath 1.9.25 Return the canonicalized absol= ute common-lisp-controller recommends no packages. -- debconf information excluded --------------------------------------- Received: (at 331160-close) by bugs.debian.org; 4 Oct 2005 09:08:34 +0000 >From katie at spohr.debian.org Tue Oct 04 02:08:34 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EMiga-0006fW-00; Tue, 04 Oct 2005 02:02:08 -0700 From: Peter Van Eynde To: 331160-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#331160: fixed in common-lisp-controller 4.20 Message-Id: Sender: Archive Administrator Date: Tue, 04 Oct 2005 02:02:08 -0700 Delivered-To: 331160-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: common-lisp-controller Source-Version: 4.20 We believe that the bug you reported is fixed in the latest version of common-lisp-controller, which is due to be installed in the Debian FTP archive: common-lisp-controller_4.20.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.20.dsc common-lisp-controller_4.20.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.20.tar.gz common-lisp-controller_4.20_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.20_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 331160 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated common-lisp-controller package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Oct 2005 08:38:57 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.20 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: 331160 Changes: common-lisp-controller (4.20) unstable; urgency=low . * Ren?? van Bevern + debian/preinst: specify -depth as first argument to find (Closes: #331160) . * Added *clc-quiet* parameter to make clc work without printing messages, mainly for CL applications. Files: cf1ebe3e14016a90a40fe32aa2056990 588 devel optional common-lisp-controller_4.20.dsc 022909eb8116a91a10c1eb86366c9aac 113749 devel optional common-lisp-controller_4.20.tar.gz 5d4df30f331617856494f48db1dec0ef 24658 devel optional common-lisp-controller_4.20_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDQTyo11ldN0tyliURApPKAKCY3QXcAlKM+DEjvTRcp8a/DLErIACeM9Bv uUGZJ+ZUhCyj3kDjs+9uvho= =tNMR -----END PGP SIGNATURE----- From owner at bugs.debian.org Tue Oct 4 09:33:18 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 04 Oct 2005 02:33:18 -0700 Subject: [cl-debian] Bug#329675: marked as done (cl-webactions: With SBCL, fails to serve pages.) In-Reply-To: References: Message-ID: Your message dated Tue, 04 Oct 2005 02:17:07 -0700 with message-id and subject line Bug#329675: fixed in cl-portable-aserve 1.2.42+cvs.2005.08.05-5 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 22 Sep 2005 16:53:20 +0000 >From qdsmgbm02 at sneakemail.com Thu Sep 22 09:53:20 2005 Return-path: Received: from smtp3-g19.free.fr [212.27.42.29] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EIUJz-0004LV-00; Thu, 22 Sep 2005 09:53:19 -0700 Received: from kloug (nor75-11-82-66-224-145.fbx.proxad.net [82.66.224.145]) by smtp3-g19.free.fr (Postfix) with ESMTP id 50C6624B39; Thu, 22 Sep 2005 18:53:17 +0200 (CEST) Received: from kmkaplan by kloug with local (Exim 4.52) id 1EIUJx-00028i-7W; Thu, 22 Sep 2005 18:53:17 +0200 Content-Type: multipart/mixed; boundary="===============0213032128==" MIME-Version: 1.0 From: Kim Minh Kaplan To: Debian Bug Tracking System Subject: cl-webactions: With SBCL, fails to serve pages. X-Mailer: reportbug 3.17 Date: Thu, 22 Sep 2005 18:53:17 +0200 Message-Id: Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_PACKAGE,UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --===============0213032128== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: cl-webactions Version: 1.2.42+cvs.2005.08.05-4 Severity: important Tags: patch When running with SBCL, the function NET.ASERVE::FILESYS-INODE does not work properly: it calls SB-UNIX:UNIX-LSTAT with a SIMPLE-STRING argument while it only works for SIMPLE-BASE-STRING. The attached patch works around the problem. It does not solve it for non ASCII filenames. Here is a sample of the bug: $ sbcl --eval '(clc:clc-require :webactions)' \ > --eval '(net.aserve:start :port 7000)' \ > --eval '(net.aserve:webaction-project "foo" :index "index")' This is SBCL 0.9.3.72, an implementation of ANSI Common Lisp. More information about SBCL is available at . SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. STYLE-WARNING: redefining INPUT-FILES (COMPILE-OP UNIX-DSO) in DEFMETHOD STYLE-WARNING: redefining OUTPUT-FILES (COMPILE-OP UNIX-DSO) in DEFMETHOD STYLE-WARNING: redefining PERFORM :AFTER (COMPILE-OP UNIX-DSO) in DEFMETHOD STYLE-WARNING: redefining OUTPUT-FILES (COMPILE-OP C-SOURCE-FILE) in DEFMETHOD STYLE-WARNING: redefining PERFORM (COMPILE-OP C-SOURCE-FILE) in DEFMETHOD STYLE-WARNING: redefining PERFORM (LOAD-OP C-SOURCE-FILE) in DEFMETHOD STYLE-WARNING: redefining PERFORM (LOAD-OP UNIX-DSO) in DEFMETHOD STYLE-WARNING: implicitly creating new generic function URI-P STYLE-WARNING: implicitly creating new generic function URI-PARSED-PATH STYLE-WARNING: implicitly creating new generic function (SETF URI-PARSED-PATH) STYLE-WARNING: implicitly creating new generic function URI STYLE-WARNING: implicitly creating new generic function MERGE-URIS STYLE-WARNING: implicitly creating new generic function ENOUGH-URI STYLE-WARNING: implicitly creating new generic function INTERN-URI STYLE-WARNING: implicitly creating new generic function RECEIVE-FROM STYLE-WARNING: implicitly creating new generic function SEND-TO STYLE-WARNING: implicitly creating new generic function GET-REQUEST-BODY STYLE-WARNING: implicitly creating new generic function START-MULTIPART-CAPTURE STYLE-WARNING: implicitly creating new generic function GET-MULTIPART-HEADER STYLE-WARNING: implicitly creating new generic function GET-MULTIPART-SEQUENCE STYLE-WARNING: implicitly creating new generic function REQUEST-QUERY STYLE-WARNING: implicitly creating new generic function GET-BASIC-AUTHORIZATION STYLE-WARNING: implicitly creating new generic function SET-BASIC-AUTHORIZATION STYLE-WARNING: defining *HEADER-BLOCK-SIZE* as a constant, even though the name follows the usual naming convention (names like *FOO*) for special variables STYLE-WARNING: defining *HEADER-BLOCK-USED-SIZE-INDEX* as a constant, even though the name follows the usual naming convention (names like *FOO*) for special variables STYLE-WARNING: defining *HEADER-BLOCK-DATA-START-INDEX* as a constant, even though the name follows the usual naming convention (names like *FOO*) for special variables STYLE-WARNING: defining *HEADERS-COUNT* as a constant, even though the name follows the usual naming convention (names like *FOO*) for special variables STYLE-WARNING: implicitly creating new generic function LOOKUP-MIME-TYPE STYLE-WARNING: implicitly creating new generic function CONTENT-LENGTH STYLE-WARNING: implicitly creating new generic function TRANSFER-MODE STYLE-WARNING: implicitly creating new generic function PUBLISH-ENTITY STYLE-WARNING: implicitly creating new generic function UNPUBLISH-ENTITY STYLE-WARNING: implicitly creating new generic function HANDLE-REQUEST STYLE-WARNING: implicitly creating new generic function FAILED-REQUEST STYLE-WARNING: implicitly creating new generic function DENIED-REQUEST STYLE-WARNING: implicitly creating new generic function STANDARD-LOCATOR STYLE-WARNING: implicitly creating new generic function UNPUBLISH-LOCATOR STYLE-WARNING: implicitly creating new generic function MAP-ENTITIES STYLE-WARNING: implicitly creating new generic function PROCESS-ENTITY STYLE-WARNING: implicitly creating new generic function COMPUTE-STRATEGY STYLE-WARNING: implicitly creating new generic function SEND-RESPONSE-HEADERS STYLE-WARNING: implicitly creating new generic function COMPUTE-RESPONSE-STREAM STYLE-WARNING: implicitly creating new generic function SET-COOKIE-HEADER STYLE-WARNING: implicitly creating new generic function TIMEDOUT-RESPONSE STYLE-WARNING: implicitly creating new generic function AUTHORIZE STYLE-WARNING: implicitly creating new generic function LOGMESS STYLE-WARNING: implicitly creating new generic function LOGMESS-STREAM STYLE-WARNING: implicitly creating new generic function BRIEF-LOGMESS STYLE-WARNING: implicitly creating new generic function LOG-REQUEST STYLE-WARNING: implicitly creating new generic function READ-CLIENT-RESPONSE-HEADERS STYLE-WARNING: implicitly creating new generic function CLIENT-REQUEST-READ-SEQUENCE STYLE-WARNING: implicitly creating new generic function CLIENT-REQUEST-CLOSE STYLE-WARNING: implicitly creating new generic function CLIENT-RESPONSE-HEADER-VALUE STYLE-WARNING: implicitly creating new generic function SAVE-COOKIE STYLE-WARNING: implicitly creating new generic function COMPUTE-COOKIE-STRING STYLE-WARNING: defining *BROWSER-LEVEL* as a constant, even though the name follows the usual naming convention (names like *FOO*) for special variables STYLE-WARNING: implicitly creating new generic function FIND-URI-INFO STYLE-WARNING: redefining MAKE-LOAD-FORM (URI) in DEFMETHOD ;;; Please wait, recompiling library... STYLE-WARNING: implicitly creating new generic function INITIALIZE-WEBSESSION-MASTER STYLE-WARNING: implicitly creating new generic function NEXT-WEBSESSION-ID STYLE-WARNING: implicitly creating new generic function NOTE-WEBSESSION-REFERENCED STYLE-WARNING: redefining REQUEST-VARIABLE-VALUE in DEFUN STYLE-WARNING: redefining .INV-REQUEST-VARIABLE-VALUE in DEFUN * 5-aserve-worker: 09/22/05 - 18:43:52 - while processing command "GET /index HTTP/1.1" got error The value "." is not of type (SIMPLE-ARRAY BASE-CHAR (*)). In another window I did: $ telnet localhost 7000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /index HTTP/1.1 Host: localhost To get this error. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages cl-webactions depends on: ii cl-aserve 1.2.42+cvs.2005.08.05-4 Portable Aserve ii common-lisp-cont 4.18 This is a Common Lisp source and c cl-webactions recommends no packages. -- no debconf information --===============0213032128== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="acl-compat.diff" --- acl-compat/sbcl/acl-excl.lisp 2005/09/22 16:22:02 1.1 +++ acl-compat/sbcl/acl-excl.lisp 2005/09/22 16:50:27 @@ -26,11 +26,14 @@ (error "unix-signal not implemented in acl-excl-sbcl.lisp")) (defun filesys-inode (path) + ;; FIXME: How do we handle non ASCII paths? + (let ((path (coerce path 'simple-base-string))) (multiple-value-bind (found ign inode) (sb-unix::unix-lstat path) (if found inode (error "path ~s does not exist" path)))) + ) (defun cl-internal-real-time () (round (/ (get-internal-real-time) internal-time-units-per-second))) --===============0213032128==-- --------------------------------------- Received: (at 329675-close) by bugs.debian.org; 4 Oct 2005 09:18:11 +0000 >From katie at spohr.debian.org Tue Oct 04 02:18:11 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EMiv5-0005yu-00; Tue, 04 Oct 2005 02:17:07 -0700 From: Peter Van Eynde To: 329675-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#329675: fixed in cl-portable-aserve 1.2.42+cvs.2005.08.05-5 Message-Id: Sender: Archive Administrator Date: Tue, 04 Oct 2005 02:17:07 -0700 Delivered-To: 329675-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: cl-portable-aserve Source-Version: 1.2.42+cvs.2005.08.05-5 We believe that the bug you reported is fixed in the latest version of cl-portable-aserve, which is due to be installed in the Debian FTP archive: cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 329675 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated cl-portable-aserve package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Oct 2005 12:02:26 +0200 Source: cl-portable-aserve Binary: cl-acl-compat cl-webactions cl-htmlgen cl-aserve Architecture: source all Version: 1.2.42+cvs.2005.08.05-5 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 Closes: 329125 329675 Changes: cl-portable-aserve (1.2.42+cvs.2005.08.05-5) unstable; urgency=low . * removed redundant write-vector definition for cmucl (Closes: #329125) * fixed unicode problem with sbcl (Closes: #329675) Files: d1f768f2d7f5df4dbbf837eedbf6a747 707 web optional cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc 3971ace886baf547e4721449e65389e3 3024 web optional cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz 1f3d11b8b800419a2286d9382eb8d5a2 416922 web optional cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb 3a5e4062ea64419c615eae7c50072700 64414 web optional cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb b2830933c4c587d68a6b71c0035a802d 31592 web optional cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb 6ffe4b49c0d2267fd959de37a69f4cec 35310 web optional cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDQT3v11ldN0tyliURAnyjAKDAehJcXCOamo7KAg5sE9jRrQnaSgCfWLDn NsiQSSEnMNZnMuEmN2nMEE0= =JCLx -----END PGP SIGNATURE----- From rm at seid-online.de Wed Oct 5 08:21:23 2005 From: rm at seid-online.de (R. Mattes) Date: Wed, 05 Oct 2005 10:21:23 +0200 Subject: [cl-debian] sbcl-0.9.5 FTBFS Message-ID: <1128500483.16840.6.camel@hobbes.mh-freiburg.de> Hello Peter, i just gave the newest sbcl source package a try - here's the outcome (stderror): (SB-PCL::FSC-INSTANCE-WRAPPER SB-PCL::I2)) ; --> LET* MULTIPLE-VALUE-BIND LET ; ==> ; (SB-KERNEL:%SET-FUNCALLABLE-INSTANCE-LAYOUT #:G159 #:G158) ; ; caught STYLE-WARNING: ; #S(SIMPLE-STYLE-WARNING ; :ACTUAL-INITARGS (FORMAT-CONTROL undefined ~(~A~): ~S ; FORMAT-ARGUMENTS ; (FUNCTION ; % SET-FUNCALLABLE-INSTANCE-LAYOUT)) ; :ASSIGNED-SLOTS NIL) ; in: DEFUN SET-WRAPPER ; (SETF (SB-PCL::FSC-INSTANCE-WRAPPER SB-PCL::INST) SB-PCL::NEW) ; --> LET* MULTIPLE-VALUE-BIND LET ; ==> ; (SB-KERNEL:%SET-FUNCALLABLE-INSTANCE-LAYOUT #:G129 #:G128) ; ; caught STYLE-WARNING: ; #S(SIMPLE-STYLE-WARNING ; :ACTUAL-INITARGS (FORMAT-CONTROL undefined ~(~A~): ~S ; FORMAT-ARGUMENTS ; (FUNCTION ; % SET-FUNCALLABLE-INSTANCE-LAYOUT)) ; :ASSIGNED-SLOTS NIL) ; ; caught STYLE-WARNING: ; #S(SIMPLE-STYLE-WARNING ; :ACTUAL-INITARGS (FORMAT-CONTROL ; ~:[This ~(~A~) is~;These ~(~A~)s are~] undefined:~ ; ~% ~{~<~% ~1:;~S~>~^ ~} ; FORMAT-ARGUMENTS ; (NIL FUNCTION (% SET-FUNCALLABLE-INSTANCE-LAYOUT))) ; :ASSIGNED-SLOTS NIL) ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions fatal error encountered in SBCL pid 24834: GC invariant lost, file "gc-common.c", line 190 The system is too badly corrupted or confused to continue at the Lisp level. If the system had been compiled with the SB-LDB feature, we'd drop into the LDB low-level debugger now. But there's no LDB in this build, so we can't really do anything but just exit, sorry. make: *** [build-arch-stamp] Error 1 pbuilder: Failed autobuilding of package The last output from stdout as well: ; SYS:SRC;PCL;INIT.FASL.NEWEST written ; compilation finished in 0:00:06 ; compiling file "/tmp/buildd/sbcl-0.9.5.9/src/pcl/std-class.lisp" (written 23 SEP 2005 01:00:55 PM): ; compiling (IN-PACKAGE "SB-PCL") ; compiling (DEFMETHOD SLOT-ACCESSOR-FUNCTION ...) ; compiling (DEFMETHOD (SETF SLOT-ACCESSOR-FUNCTION) ...) ; compiling (DEFCONSTANT +SLOTD-READER-FUNCTION-STD-P+ ...) ; compiling (DEFCONSTANT +SLOTD-WRITER-FUNCTION-STD-P+ ...) ; compiling (DEFCONSTANT +SLOTD-BOUNDP-FUNCTION-STD-P+ ...) ; compiling (DEFCONSTANT +SLOTD-ALL-FUNCTION-STD-P+ ...) ; compiling (DEFMETHOD SLOT-ACCESSOR-STD-P ...) ; compiling (DEFMETHOD (SETF SLOT-ACCESSOR-STD-P) ...) ; compiling (DEFMETHOD INITIALIZE-INTERNAL-SLOT-FUNCTIONS ...) ; compiling (DEFMETHOD COMPUTE-SLOT-ACCESSOR-INFO ...) ; compiling (DEFMETHOD SLOT-DEFINITION-ALLOCATION ...) ; compiling (DEFMETHOD CLASS-PROTOTYPE ...) ; compiling (DEF STD-CLASS) ; compiling (DEF CONDITION-CLASS) ; compiling (DEF STRUCTURE-CLASS) ; compiling (DEFMETHOD CLASS-DIRECT-DEFAULT-INITARGS ...) ; compiling (DEFMETHOD CLASS-DEFAULT-INITARGS ...) ; compiling (DEFMETHOD CLASS-SLOT-CELLS ...) ; compiling (DEFMETHOD (SETF CLASS-SLOT-CELLS) ...) ; compiling (DEFMETHOD ADD-DIRECT-SUBCLASS ...) ; compiling (DEFMETHOD REMOVE-DIRECT-SUBCLASS ...) ; compiling (DEFMETHOD ADD-DIRECT-METHOD ...) -> Aborting with an error -> unmounting dev/pts filesystem -> unmounting proc filesystem -> cleaning the build env -> removing directory /var/cache/pbuilder/build//10593 and its subdirectories Hmm, as you can see i'm using pdebuild so there shouldn't be any problems with the build environment. I _did_ make two changes to the source: i added an 'exit(0)' to the file 'tools-for-build/where-is-mcontext.c' (as was suggested on the mailing list) and a modified the 'find' pattern in clean.sh to avoid the problem with stage1 being deleted during the build (which still happens with the original build ... btw). Any ideas? Pointers? Cheers Ralf Mattes From cl-debian at pvaneynd.mailworks.org Thu Oct 6 05:13:38 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Thu, 6 Oct 2005 07:13:38 +0200 Subject: [cl-debian] Re: sbcl-0.9.5 FTBFS In-Reply-To: <1128500483.16840.6.camel@hobbes.mh-freiburg.de> References: <1128500483.16840.6.camel@hobbes.mh-freiburg.de> Message-ID: <200510060713.42733.cl-debian@pvaneynd.mailworks.org> On Wednesday 05 October 2005 10:21, R. Mattes wrote: > Hello Peter, > > i just gave the newest sbcl source package a try - here's the outcome > (stderror): ... > ; caught 3 STYLE-WARNING conditions > fatal error encountered in SBCL pid 24834: > GC invariant lost, file "gc-common.c", line 190 Hey. I've been seeing this too, but as it was only on 'frost' I assumed it was flaky memory. I just retried it and it worked. Maybe 0.9.5.9 has some kind of problem? > Hmm, as you can see i'm using pdebuild so there shouldn't be any > problems with the build environment. I _did_ make two changes to > the source: i added an 'exit(0)' to the file > 'tools-for-build/where-is-mcontext.c' (as was suggested on the > mailing list) and a modified the 'find' pattern in clean.sh to > avoid the problem with stage1 being deleted during the build > (which still happens with the original build ... btw). This should not happen anymore as the rules makefile saves the stage1 files in a tar file, which the find ignores, and then un-tars it again. How does it fail? Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at bugs.debian.org Tue Oct 4 09:33:16 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 04 Oct 2005 02:33:16 -0700 Subject: [cl-debian] Bug#329125: marked as done (cl-acl-compat: write-vector definition triggers package-lock exception) In-Reply-To: References: Message-ID: Your message dated Tue, 04 Oct 2005 02:17:07 -0700 with message-id and subject line Bug#329125: fixed in cl-portable-aserve 1.2.42+cvs.2005.08.05-5 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 19 Sep 2005 18:50:26 +0000 >From lynbech at defun.dk Mon Sep 19 11:50:26 2005 Return-path: Received: from pfepc.post.tele.dk [195.41.46.237] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EHQig-0005NR-00; Mon, 19 Sep 2005 11:50:26 -0700 Received: from localhost (cpe.atm2-0-1071145.0x3ef2610a.arcnxx16.customer.tele.dk [62.242.97.10]) by pfepc.post.tele.dk (Postfix) with ESMTP id 8B33526282B for ; Mon, 19 Sep 2005 20:50:21 +0200 (CEST) Received: from lynbech by localhost with local (Exim 4.52) id 1EHQiW-0000Zg-Tw for submit at bugs.debian.org; Mon, 19 Sep 2005 20:50:17 +0200 From: Christian Lynbech To: Debian Bug Tracking System Subject: cl-acl-compat: write-vector definition triggers package-lock exception X-Debbugs-CC: Christian Lynbech Message-Id: Date: Mon, 19 Sep 2005 20:50:16 +0200 Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 Package: cl-acl-compat Version: 1.2.42+cvs.2005.08.05-4 Severity: normal File: /usr/share/common-lisp/source/acl-compat/acl-excl-common.lisp When loading acl-excl-common into CMUCL, a package lock exception is triggered on 'write-vector'. This is with CMUCL: ii cmucl 19b-release-20050726-5 but the bug has been there for some time. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=C, LC_CTYPE=da_DK (charmap=ISO-8859-1) Versions of packages cl-acl-compat depends on: ii cl-ppcre 1.2.11-1 Portable Regular Express Library f ii cl-puri 1.3.1.2-1 Common Lisp Portable URI Library ii common-lisp-controller 4.18 This is a Common Lisp source and c cl-acl-compat recommends no packages. -- no debconf information --------------------------------------- Received: (at 329125-close) by bugs.debian.org; 4 Oct 2005 09:18:06 +0000 >From katie at spohr.debian.org Tue Oct 04 02:18:06 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EMiv5-0005ys-00; Tue, 04 Oct 2005 02:17:07 -0700 From: Peter Van Eynde To: 329125-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#329125: fixed in cl-portable-aserve 1.2.42+cvs.2005.08.05-5 Message-Id: Sender: Archive Administrator Date: Tue, 04 Oct 2005 02:17:07 -0700 Delivered-To: 329125-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: cl-portable-aserve Source-Version: 1.2.42+cvs.2005.08.05-5 We believe that the bug you reported is fixed in the latest version of cl-portable-aserve, which is due to be installed in the Debian FTP archive: cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc to pool/main/c/cl-portable-aserve/cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb to pool/main/c/cl-portable-aserve/cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 329125 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated cl-portable-aserve package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Oct 2005 12:02:26 +0200 Source: cl-portable-aserve Binary: cl-acl-compat cl-webactions cl-htmlgen cl-aserve Architecture: source all Version: 1.2.42+cvs.2005.08.05-5 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 Closes: 329125 329675 Changes: cl-portable-aserve (1.2.42+cvs.2005.08.05-5) unstable; urgency=low . * removed redundant write-vector definition for cmucl (Closes: #329125) * fixed unicode problem with sbcl (Closes: #329675) Files: d1f768f2d7f5df4dbbf837eedbf6a747 707 web optional cl-portable-aserve_1.2.42+cvs.2005.08.05-5.dsc 3971ace886baf547e4721449e65389e3 3024 web optional cl-portable-aserve_1.2.42+cvs.2005.08.05-5.diff.gz 1f3d11b8b800419a2286d9382eb8d5a2 416922 web optional cl-aserve_1.2.42+cvs.2005.08.05-5_all.deb 3a5e4062ea64419c615eae7c50072700 64414 web optional cl-acl-compat_1.2.42+cvs.2005.08.05-5_all.deb b2830933c4c587d68a6b71c0035a802d 31592 web optional cl-htmlgen_1.2.42+cvs.2005.08.05-5_all.deb 6ffe4b49c0d2267fd959de37a69f4cec 35310 web optional cl-webactions_1.2.42+cvs.2005.08.05-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDQT3v11ldN0tyliURAnyjAKDAehJcXCOamo7KAg5sE9jRrQnaSgCfWLDn NsiQSSEnMNZnMuEmN2nMEE0= =JCLx -----END PGP SIGNATURE----- From rm at seid-online.de Thu Oct 6 15:43:55 2005 From: rm at seid-online.de (R. Mattes) Date: Thu, 06 Oct 2005 17:43:55 +0200 Subject: [cl-debian] Re: sbcl-0.9.5 FTBFS In-Reply-To: <200510060713.42733.cl-debian@pvaneynd.mailworks.org> References: <1128500483.16840.6.camel@hobbes.mh-freiburg.de> <200510060713.42733.cl-debian@pvaneynd.mailworks.org> Message-ID: <1128613435.16022.2.camel@hobbes.mh-freiburg.de> On Thu, 2005-10-06 at 07:13 +0200, Peter Van Eynde wrote: > On Wednesday 05 October 2005 10:21, R. Mattes wrote: > > Hello Peter, > > > > i just gave the newest sbcl source package a try - here's the outcome > > (stderror): > ... > > ; caught 3 STYLE-WARNING conditions > > fatal error encountered in SBCL pid 24834: > > GC invariant lost, file "gc-common.c", line 190 > > Hey. I've been seeing this too, but as it was only on 'frost' I assumed it was > flaky memory. I just retried it and it worked. Maybe 0.9.5.9 has some kind of > problem? No idea. I don't think my box has memory problems - i often stress it to it's limits :-/ > > Hmm, as you can see i'm using pdebuild so there shouldn't be any > > problems with the build environment. I _did_ make two changes to > > the source: i added an 'exit(0)' to the file > > 'tools-for-build/where-is-mcontext.c' (as was suggested on the > > mailing list) and a modified the 'find' pattern in clean.sh to > > avoid the problem with stage1 being deleted during the build > > (which still happens with the original build ... btw). > > This should not happen anymore as the rules makefile saves the stage1 files in > a tar file, which the find ignores, and then un-tars it again. How does it > fail? To be fair, i never checked it with the latest build -- building takes such a long time and hogs resources i'm too frustrated by yet another deleted stage1. That's why i protect it in the clean.sh script. The only bug i'm concerned about is the memory problem. Cheers RalfD > Groetjes, Peter > From cl-debian at pvaneynd.mailworks.org Mon Oct 10 05:07:11 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Mon, 10 Oct 2005 07:07:11 +0200 Subject: [cl-debian] Re: CLG In-Reply-To: <7ill15p0nn.fsf@lanthane.pps.jussieu.fr> References: <7ill15p0nn.fsf@lanthane.pps.jussieu.fr> Message-ID: <200510100707.13751.cl-debian@pvaneynd.mailworks.org> On Friday 07 October 2005 21:50, Juliusz Chroboczek wrote: > I couldn't find CLG in your repository. If you've already packaged > it, could you please put your Darcs tree up? (If you haven't, don't > bother, I'm quite happy with the upstream distribution.) Hello, As far as I know nobody has packaged clg so far. 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 rvb at pro-linux.de Tue Oct 11 13:43:07 2005 From: rvb at pro-linux.de (=?utf-8?B?UmVu77+9?= van Bevern) Date: Tue, 11 Oct 2005 15:43:07 +0200 Subject: [cl-debian] Re: CLG In-Reply-To: <200510100707.13751.cl-debian@pvaneynd.mailworks.org> References: <7ill15p0nn.fsf@lanthane.pps.jussieu.fr> <200510100707.13751.cl-debian@pvaneynd.mailworks.org> Message-ID: <20051011133502.GA2565@localhost.localdomain> On 10.10.05, Peter Van Eynde wrote: > As far as I know nobody has packaged clg so far. I have done it some months ago. It is at under the repository/rvb directory. ;-) And I didn't want to upload it yet, because it heavily depends on callbacks and therefore only works with Debian's CMUCL so far. I was going to upload it as soon as SBCL gets somehow stable callbacks and I managed to port CLG to it. CLG is very nice, btw. It allows for quite a functional style. Too bad that dumping images with CLG loaded is not working. ;-) Ren? From owner at packages.qa.debian.org Thu Oct 13 06:18:03 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 01:18:03 -0500 Subject: [cl-debian] Re: Web subscription for clisp package In-Reply-To: References: Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 06:18:22 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 01:18:22 -0500 Subject: [cl-debian] Re: Web subscription for libsigsegv package In-Reply-To: References: Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:17:35 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:17:35 -0500 Subject: [cl-debian] Re: CONFIRM 37167d13b77f4cfa8731464e82810422 In-Reply-To: <20051013071728.GA24846@pvaneynd.mailworks.org> References: <20051013071728.GA24846@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:18:14 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:18:14 -0500 Subject: [cl-debian] Re: CONFIRM 36ddf0bddc720d83731cab9a05c21e20 In-Reply-To: <20051013071807.GA24872@pvaneynd.mailworks.org> References: <20051013071807.GA24872@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:29:54 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:29:54 -0500 Subject: [cl-debian] Re: foo2 In-Reply-To: <20051013072939.GA25114@pvaneynd.mailworks.org> References: <20051013072939.GA25114@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:31:20 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:31:20 -0500 Subject: [cl-debian] Re: CONFIRM 8b68db0ac0dd943bf76b77f398dee2c5 In-Reply-To: <20051013073115.GA25221@pvaneynd.mailworks.org> References: <20051013073115.GA25221@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:31:46 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:31:46 -0500 Subject: [cl-debian] Re: CONFIRM fc56ff2d8110a3eebb4a0ee6aa7b7d75 In-Reply-To: <20051013073142.GA25233@pvaneynd.mailworks.org> References: <20051013073142.GA25233@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:32:12 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:32:12 -0500 Subject: [cl-debian] Re: CONFIRM 99680fe12c4c93fb4e513de4ead7d5e7 In-Reply-To: <20051013073208.GA25248@pvaneynd.mailworks.org> References: <20051013073208.GA25248@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:32:37 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:32:37 -0500 Subject: [cl-debian] Re: CONFIRM f2774462b9e672b04e4f6961f1ede048 In-Reply-To: <20051013073233.GA25261@pvaneynd.mailworks.org> References: <20051013073233.GA25261@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:33:04 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:33:04 -0500 Subject: [cl-debian] Re: CONFIRM 5f8044abba2ad1ece43237f3cd966b83 In-Reply-To: <20051013073300.GA25273@pvaneynd.mailworks.org> References: <20051013073300.GA25273@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:33:27 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:33:27 -0500 Subject: [cl-debian] Re: CONFIRM 131b1eb7f781b03cb487e92d9df263b1 In-Reply-To: <20051013073319.GA25286@pvaneynd.mailworks.org> References: <20051013073319.GA25286@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:33:49 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:33:49 -0500 Subject: [cl-debian] Re: CONFIRM 0c80adcf9745790ac470b132d2b6e1e1 In-Reply-To: <20051013073342.GA25299@pvaneynd.mailworks.org> References: <20051013073342.GA25299@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Thu Oct 13 07:34:06 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:34:06 -0500 Subject: [cl-debian] Re: CONFIRM 8005bcecfe340009ce77ec9a4f288e50 In-Reply-To: <20051013073402.GA25314@pvaneynd.mailworks.org> References: <20051013073402.GA25314@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From pvaneynd at debian.org Thu Oct 13 11:47:15 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 13 Oct 2005 04:47:15 -0700 Subject: [cl-debian] Accepted sbcl 1:0.9.5.50-1 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 12 Oct 2005 23:09:35 +0200 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.5.50-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A development environment for Common Lisp sbcl-common - Architecture independent files for SBCL Closes: 331252 Changes: sbcl (1:0.9.5.50-1) unstable; urgency=low . * tools-for-build/where-is-mcontext.c: added exit(0) (Closes: #331252) * Added mipsel architecture, actual work was done by Thiemo Seufer * New upstream Files: d6a7fd55e04fc8a18676628ef889582b 681 devel optional sbcl_0.9.5.50-1.dsc b51eea46b7e1539912dc1e9074b9303a 4261530 devel optional sbcl_0.9.5.50.orig.tar.gz 515ed364970ba25d46faa88be04f8865 24623 devel optional sbcl_0.9.5.50-1.diff.gz 3cf8836f36a290b691ff3fd62346cd22 3952552 devel optional sbcl-common_0.9.5.50-1_all.deb 65010033fe50c4d633832c25bc7c2fb1 9260904 devel optional sbcl_0.9.5.50-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDTfs011ldN0tyliURAhVsAJ0dfy9wdUaAWiZqSlLqGbzSsJaGQQCgiWYL Zdo9ulwC0pP8L5Unc/FEvg0= =9mwt -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.5.50-1_all.deb to pool/main/s/sbcl/sbcl-common_0.9.5.50-1_all.deb sbcl_0.9.5.50-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.5.50-1.diff.gz sbcl_0.9.5.50-1.dsc to pool/main/s/sbcl/sbcl_0.9.5.50-1.dsc sbcl_0.9.5.50-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.5.50-1_i386.deb sbcl_0.9.5.50.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.5.50.orig.tar.gz From installer at ftp-master.debian.org Thu Oct 13 11:47:11 2005 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 13 Oct 2005 04:47:11 -0700 Subject: [cl-debian] libsigsegv_2.2-1_i386.changes REJECTED Message-ID: Rejected: libsigsegv_2.2-1_i386.changes: a file with this name already exists in the Done directory. Rejected: md5sum and/or size mismatch on existing copy of libsigsegv_2.2-1.dsc. Rejected: libsigsegv-dev_2.2-1_i386.deb: old version (2.2-1) in unstable >= new version (2.2-1) targeted at unstable. Rejected: libsigsegv-dev_2.2-1_i386.deb: old version (2.2-1) in testing >= new version (2.2-1) targeted at unstable. Rejected: libsigsegv-dev_2.2-1_i386.deb: can not overwrite existing copy already in the archive. Rejected: md5sum and/or size mismatch on existing copy of libsigsegv-dev_2.2-1_i386.deb. Rejected: md5sum and/or size mismatch on existing copy of libsigsegv_2.2.orig.tar.gz. Rejected: md5sum and/or size mismatch on existing copy of libsigsegv_2.2-1.diff.gz. Rejected: libsigsegv_2.2-1.dsc: old version (2.2-1) in unstable >= new version (2.2-1) targeted at unstable. Rejected: libsigsegv_2.2-1.dsc: old version (2.2-1) in testing >= new version (2.2-1) targeted at unstable. Rejected: can not overwrite existing copy of 'libsigsegv_2.2.orig.tar.gz' already in the archive. Rejected: can not overwrite existing copy of 'libsigsegv_2.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 rvb at pro-linux.de Thu Oct 13 14:01:19 2005 From: rvb at pro-linux.de (=?iso-8859-15?Q?Ren=E9?= van Bevern) Date: Thu, 13 Oct 2005 16:01:19 +0200 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <200510011326.25167.pvaneynd@debian.org> References: <20051001080108.GA5334@pro-linux.de> <200510011326.25167.pvaneynd@debian.org> Message-ID: <20051013140119.GA5333@localhost.localdomain> Hi Peter, On 1.10.05, Peter Van Eynde wrote: > On Saturday 01 October 2005 10:01, Ren? van Bevern wrote: > > Will Newton has given clisp away for adoption: > Is anyone interested in co-maintainership? David Smith has replied to the ITP, wanting to adopt it. Maybe he is willing to comaintain it with you? He is in need for a sponsor, it seems. So that'd be the usual thing for you, as you need to sponsor most of us. ;-) > > The time offline will give me the time to implement my planned dh-lisp > > changes and to extend the CLiD from a developer-document to a document > > for Debian's Lisp-users. > I'm looking forward to see this, and I wish you a care-free move... dh-lisp 0.2 is almost ready for a test. Unfortunately I forgot to synchronize my changes of the last night to my USB harddisk and am now sitting here without them. That means that the current version in the repository has still known and bad bugs. I'll upload the rest tomorrow (I finally need an internet connection at home) and it should be ready for some tests. More on that tomorrow. Ren? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 307 bytes Desc: Digital signature URL: From owner at bugs.debian.org Thu Oct 13 12:03:32 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 13 Oct 2005 05:03:32 -0700 Subject: [cl-debian] Bug#331252: marked as done (sbcl: tools-for-build/where-is-mcontext.c has no exit(0);) In-Reply-To: References: <87br28x6v9.fsf@rocinante.twb.ath.cx> Message-ID: Your message dated Thu, 13 Oct 2005 04:47:15 -0700 with message-id and subject line Bug#331252: fixed in sbcl 1:0.9.5.50-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at maintonly) by bugs.debian.org; 2 Oct 2005 15:43:30 +0000 >From trentbuck at gmail.com Sun Oct 02 08:43:30 2005 Return-path: Received: from omta04sl.mx.bigpond.com [144.140.93.156] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EM5zu-0006hM-00; Sun, 02 Oct 2005 08:43:30 -0700 Received: from malambruno.twb.ath.cx ([144.132.70.24]) by omta04sl.mx.bigpond.com with ESMTP id <20051002154257.IAQT23411.omta04sl.mx.bigpond.com at malambruno.twb.ath.cx> for ; Sun, 2 Oct 2005 15:42:57 +0000 Received: from rocinante.twb.ath.cx ([192.168.0.254]) by malambruno.twb.ath.cx with esmtp (Exim 4.50) id 1EM5zN-0002hP-2D for maintonly at bugs.debian.org; Mon, 03 Oct 2005 01:42:57 +1000 Received: from localhost ([127.0.0.1] helo=rocinante.twb.ath.cx) by rocinante.twb.ath.cx with esmtp (Exim 4.52) id 1EM5zG-0000Gc-TO for maintonly at bugs.debian.org; Mon, 03 Oct 2005 01:42:51 +1000 To: Debian Bug Tracking System Subject: sbcl: tools-for-build/where-is-mcontext.c has no exit(0); X-Debbugs-CC: Trent Buck From: Trent Buck Date: Mon, 03 Oct 2005 01:42:50 +1000 Message-ID: <87br28x6v9.fsf at rocinante.twb.ath.cx> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: maintonly at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_DSBL,X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 Package: sbcl Version: 1:0.9.4.65-1 Severity: minor In the SBCL source 0.9.5.9-1, the C program tools-for-build/where-is-mcontext.c does not have an explicit return value, resulting (I believe) in the resulting program sometimes succeding and sometimes failing. Since make-config.sh has "set -e", where-is-mcontext should always exit successfully after printing. Therefore "exit(0);" should be added immediately before the last closing brace. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.8-powerpc Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii common-lisp-controller 4.18 This is a Common Lisp source and c ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii sbcl-common 1:0.9.4.65-1 Architecture independent files for Versions of packages sbcl recommends: pn binfmt-support (no description available) -- no debconf information -- Trent Buck, Student Errant --------------------------------------- Received: (at 331252-close) by bugs.debian.org; 13 Oct 2005 11:47:51 +0000 >From katie at spohr.debian.org Thu Oct 13 04:47:51 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EQ1YJ-0005LR-00; Thu, 13 Oct 2005 04:47:15 -0700 From: Peter Van Eynde To: 331252-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#331252: fixed in sbcl 1:0.9.5.50-1 Message-Id: Sender: Archive Administrator Date: Thu, 13 Oct 2005 04:47:15 -0700 Delivered-To: 331252-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: sbcl Source-Version: 1:0.9.5.50-1 We believe that the bug you reported is fixed in the latest version of sbcl, which is due to be installed in the Debian FTP archive: sbcl-common_0.9.5.50-1_all.deb to pool/main/s/sbcl/sbcl-common_0.9.5.50-1_all.deb sbcl_0.9.5.50-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.5.50-1.diff.gz sbcl_0.9.5.50-1.dsc to pool/main/s/sbcl/sbcl_0.9.5.50-1.dsc sbcl_0.9.5.50-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.5.50-1_i386.deb sbcl_0.9.5.50.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.5.50.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 331252 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated sbcl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 12 Oct 2005 23:09:35 +0200 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.5.50-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A development environment for Common Lisp sbcl-common - Architecture independent files for SBCL Closes: 331252 Changes: sbcl (1:0.9.5.50-1) unstable; urgency=low . * tools-for-build/where-is-mcontext.c: added exit(0) (Closes: #331252) * Added mipsel architecture, actual work was done by Thiemo Seufer * New upstream Files: d6a7fd55e04fc8a18676628ef889582b 681 devel optional sbcl_0.9.5.50-1.dsc b51eea46b7e1539912dc1e9074b9303a 4261530 devel optional sbcl_0.9.5.50.orig.tar.gz 515ed364970ba25d46faa88be04f8865 24623 devel optional sbcl_0.9.5.50-1.diff.gz 3cf8836f36a290b691ff3fd62346cd22 3952552 devel optional sbcl-common_0.9.5.50-1_all.deb 65010033fe50c4d633832c25bc7c2fb1 9260904 devel optional sbcl_0.9.5.50-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDTfs011ldN0tyliURAhVsAJ0dfy9wdUaAWiZqSlLqGbzSsJaGQQCgiWYL Zdo9ulwC0pP8L5Unc/FEvg0= =9mwt -----END PGP SIGNATURE----- From pvaneynd at debian.org Thu Oct 13 19:19:02 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 13 Oct 2005 21:19:02 +0200 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <20051013140119.GA5333@localhost.localdomain> References: <20051001080108.GA5334@pro-linux.de> <200510011326.25167.pvaneynd@debian.org> <20051013140119.GA5333@localhost.localdomain> Message-ID: <200510132119.03583.pvaneynd@debian.org> Hello people, On Thursday 13 October 2005 16:01, Ren? van Bevern wrote: > > > > Is anyone interested in co-maintainership? > > David Smith has replied to the ITP, wanting to adopt it. Maybe he is > willing to comaintain it with you? He is in need for a sponsor, it > seems. So that'd be the usual thing for you, as you need to sponsor > most of us. ;-) I would be more then willing to comaintain it. But it is a little of a large package to have under complete darcs control... Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at packages.qa.debian.org Thu Oct 13 19:46:44 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 14:46:44 -0500 Subject: [cl-debian] Re: CONFIRM 3db31e86b7d783a5d81f3fdddcdfe457 In-Reply-To: <20051013194635.GA9508@pvaneynd.mailworks.org> References: <20051013194635.GA9508@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From installer at ftp-master.debian.org Thu Oct 13 11:47:10 2005 From: installer at ftp-master.debian.org (Debian Installer) Date: Thu, 13 Oct 2005 04:47:10 -0700 Subject: [cl-debian] clisp_2.35-1_i386.changes REJECTED Message-ID: Rejected: clisp_2.35-1_i386.changes: a file with this name already exists in the Done directory. Rejected: clisp-doc_2.35-1_all.deb: old version (1:2.35-2) in unstable >= new version (1:2.35-1) targeted at unstable. Rejected: clisp_2.35-1_i386.deb: old version (1:2.35-2) in unstable >= new version (1:2.35-1) targeted at unstable. Rejected: md5sum and/or size mismatch on existing copy of clisp_2.35.orig.tar.gz. Rejected: clisp-dev_2.35-1_i386.deb: old version (1:2.35-2) in unstable >= new version (1:2.35-1) targeted at unstable. Rejected: clisp_2.35-1.dsc: old version (1:2.35-2) in unstable >= new version (1:2.35-1) targeted at unstable. Rejected: can not overwrite existing copy of 'clisp_2.35.orig.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 davidsmith at acm.org Fri Oct 14 07:05:32 2005 From: davidsmith at acm.org (David D. Smith) Date: Fri, 14 Oct 2005 16:05:32 +0900 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <200510132119.03583.pvaneynd@debian.org> (Peter Van Eynde's message of "Thu, 13 Oct 2005 21:19:02 +0200") References: <20051001080108.GA5334@pro-linux.de> <200510011326.25167.pvaneynd@debian.org> <20051013140119.GA5333@localhost.localdomain> <200510132119.03583.pvaneynd@debian.org> Message-ID: <871x2owpc3.fsf@exponent.dds.homedns.org> On 2005.10.14, 04:19 (JST), pvaneynd at debian.org wrote: > Hello people, > > On Thursday 13 October 2005 16:01, Ren? van Bevern wrote: >>> >>> Is anyone interested in co-maintainership? >> >> David Smith has replied to the ITP, wanting to adopt it. Maybe he >> is willing to comaintain it with you? He is in need for a sponsor, >> it seems. So that'd be the usual thing for you, as you need to >> sponsor most of us. ;-) > > I would be more then willing to comaintain it. But it is a little of > a large package to have under complete darcs control... I would also be happy to comaintain it. I'm familiar with the Debian packaging tools but this would certainly be the largest package I've worked on. How do you feel about baz/tla for version control? -- David D. Smith A man without doubt is a monster. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From rvb at pro-linux.de Fri Oct 14 12:21:23 2005 From: rvb at pro-linux.de (=?iso-8859-15?Q?Ren=E9?= van Bevern) Date: Fri, 14 Oct 2005 14:21:23 +0200 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <200510132119.03583.pvaneynd@debian.org> References: <20051001080108.GA5334@pro-linux.de> <200510011326.25167.pvaneynd@debian.org> <20051013140119.GA5333@localhost.localdomain> <200510132119.03583.pvaneynd@debian.org> Message-ID: <20051014122122.GA2577@localhost.localdomain> On 13.10.05, Peter Van Eynde wrote: > But it is a little of a large package to have under complete darcs > control... Hm, how is that different from the sbcl and cmucl repositories? They are also large but I found it feasible to work with them. Ren? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 307 bytes Desc: Digital signature URL: From rvb at pro-linux.de Fri Oct 14 20:40:02 2005 From: rvb at pro-linux.de (=?iso-8859-15?Q?Ren=E9?= van Bevern) Date: Fri, 14 Oct 2005 22:40:02 +0200 Subject: [cl-debian] dh-lisp 0.2 In-Reply-To: <20051013140119.GA5333@localhost.localdomain> References: <20051001080108.GA5334@pro-linux.de> <200510011326.25167.pvaneynd@debian.org> <20051013140119.GA5333@localhost.localdomain> Message-ID: <20051014204001.GA7630@localhost.localdomain> On 13.10.05, Ren? van Bevern wrote: Hi, > dh-lisp 0.2 is almost ready for a test. Unfortunately I forgot to ... > More on that tomorrow. Ok. Peter, can you please build and upload dh-lisp 0.2 from my repository (repository/rvb/dh-lisp)? For the packages that are using dh-lisp now, no changes are required neither should you expect changes in the result. So if somebody encounters different results from dh-lisp 0.1, this is most likely a bug. ;-) For future packages, if somebody decides to put precompiled files from CMUCL, SBCL or Clisp into his package (for what reason ever), dh-lisp should automatically add a dependency on the appropriate implementation version to the misc:Depends variable. So if you do that, don't forget to "Depends: ${misc:Depends}", which would be good anyway, because dh-lisp also adds the dependencies for the common-lisp-controller. (this will be documented in the next update of the clid, that I will publish as soon as dh-lisp 0.2 is in the archive). So far, good night. Ren? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 307 bytes Desc: Digital signature URL: From pvaneynd at debian.org Fri Oct 14 22:05:51 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 15 Oct 2005 00:05:51 +0200 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <20051014122122.GA2577@localhost.localdomain> References: <20051001080108.GA5334@pro-linux.de> <200510132119.03583.pvaneynd@debian.org> <20051014122122.GA2577@localhost.localdomain> Message-ID: <200510150005.54040.pvaneynd@debian.org> On Friday 14 October 2005 14:21, Ren? van Bevern wrote: > On 13.10.05, Peter Van Eynde wrote: > > But it is a little of a large package to have under complete darcs > > control... > > Hm, how is that different from the sbcl and cmucl repositories? They > are also large but I found it feasible to work with them. Upstream is not maintained in darcs and the new upstream is not pulled in via darcs. In both cases the 'debian' version uses darcs for the debian changes, but if a new upstream version comes out I use CVS to update the upstream and the debian trees to the newest version. Trying to update the upstream tree with something, registering with darcs and pulling that into the debian tree simply does not work with the current darcs implementation. I left the merge running for _days_ :-( Still the advantages of darcs outweigh that little problem. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From lamont at debian.org Sat Oct 15 06:32:11 2005 From: lamont at debian.org (LaMont Jones) Date: Fri, 14 Oct 2005 23:32:11 -0700 Subject: [cl-debian] Accepted gclcvs 2.7.0-50.1 (source all hppa) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 14 Oct 2005 19:28:26 +0000 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source hppa all Version: 2.7.0-50.1 Distribution: unstable Urgency: low Maintainer: Camm Maguire Changed-By: LaMont Jones Description: gclcvs - GNU Common Lisp compiler, CVS snapshot gclcvs-doc - Documentation for GNU Common Lisp, CVS snapshot Changes: gclcvs (2.7.0-50.1) unstable; urgency=low . * Non-maintainer upload. * work around gcc-4.0 FTBFS on some architectures Files: ba65f3a4cafd54e92df32078c469aab6 695 interpreters optional gclcvs_2.7.0-50.1.dsc 1053da55bddc0bdce873c3a4d048932d 23259948 interpreters optional gclcvs_2.7.0-50.1.tar.gz e50f4bef9b7ba8e5d395df1aa32127af 3212994 doc optional gclcvs-doc_2.7.0-50.1_all.deb 6209d803eb169dc6fd8dbd26ab98219c 33141114 interpreters optional gclcvs_2.7.0-50.1_hppa.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDUJ7uzN/kmwoKyScRArgZAJ9Qg7liWKui9kweY+G7IyYFIxSRZwCfX6th 37vqfEx3JKruztzR6M5JAEU= =oOnQ -----END PGP SIGNATURE----- Accepted: gclcvs-doc_2.7.0-50.1_all.deb to pool/main/g/gclcvs/gclcvs-doc_2.7.0-50.1_all.deb gclcvs_2.7.0-50.1.dsc to pool/main/g/gclcvs/gclcvs_2.7.0-50.1.dsc gclcvs_2.7.0-50.1.tar.gz to pool/main/g/gclcvs/gclcvs_2.7.0-50.1.tar.gz gclcvs_2.7.0-50.1_hppa.deb to pool/main/g/gclcvs/gclcvs_2.7.0-50.1_hppa.deb From alceste.scalas at gmx.net Sat Oct 15 09:52:19 2005 From: alceste.scalas at gmx.net (Alceste Scalas) Date: Sat, 15 Oct 2005 11:52:19 +0200 Subject: [cl-debian] Re: Updates Slime debs In-Reply-To: <1129369505.13709.10.camel@localhost> References: <1129369505.13709.10.camel@localhost> Message-ID: <1129369940.13709.13.camel@localhost> Il giorno sab, 15/10/2005 alle 11.45 +0200, Alceste Scalas ha scritto: > Is there a link with information for potential contributors? Ok, sorry, it was easy: I've just stumbled upon http://cl-debian.alioth.debian.org/ Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From alceste at muvara.org Sat Oct 15 09:45:05 2005 From: alceste at muvara.org (Alceste Scalas) Date: Sat, 15 Oct 2005 11:45:05 +0200 Subject: [cl-debian] Updates Slime debs Message-ID: <1129369505.13709.10.camel@localhost> Hello, I've put online a Debian repository with updated Slime debs: deb http://debian.muvara.org/debian binary/ deb-src http://debian.muvara.org/debian source/ There are two packages: slime (latest stable release) and slime-cvs (CVS snapshot). I plan to make a separated cl-swank package, too, for servers without an emacs installation. The debs derive from the ones available at: http://commonwerx.org/software/contrib/slime/deb/ They're developed and built on Ubuntu Breezy (sorry, it's the only workstation I've got ATM). Can they be useful for the cl-debian project? Is there a link with information for potential contributors? Any suggestion is encouraged and appreciated :-) Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From rvb at pro-linux.de Sat Oct 15 12:05:42 2005 From: rvb at pro-linux.de (=?iso-8859-15?Q?Ren=E9?= van Bevern) Date: Sat, 15 Oct 2005 14:05:42 +0200 Subject: [cl-debian] Updates Slime debs In-Reply-To: <1129369505.13709.10.camel@localhost> References: <1129369505.13709.10.camel@localhost> Message-ID: <20051015120541.GA4243@localhost.localdomain> On 15.10.05, Alceste Scalas wrote: Hello Alceste, > I've put online a Debian repository with updated Slime debs: Fairly up-to-date slime packages are also in our Darcs repositories and at http://pvaneynd.blogspot.com/2005/08/sbcl-progress.html, as well as in Debian unstable/non-free. I should probably link Peter's p.d.o repository on the cl-debian main page. > Can they be useful for the cl-debian project? Is there a link with > information for potential contributors? Well, that splitting of slime and cl-swank for a distributed system sounds interesting (to me), like it is seen in one of the videos on common-lisp.net. You can probably send your changes to our Slime repository. :-) Ren? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 307 bytes Desc: Digital signature URL: From alceste at muvara.org Sat Oct 15 18:31:15 2005 From: alceste at muvara.org (Alceste Scalas) Date: Sat, 15 Oct 2005 20:31:15 +0200 Subject: [cl-debian] cl-swank deb + A solution for Slime licensing issues? In-Reply-To: <20051015120541.GA4243@localhost.localdomain> References: <1129369505.13709.10.camel@localhost> <20051015120541.GA4243@localhost.localdomain> Message-ID: <1129401076.13709.31.camel@localhost> Il giorno sab, 15/10/2005 alle 14.05 +0200, Ren? van Bevern ha scritto: > Fairly up-to-date slime packages are also in our Darcs repositories Ok, I must confess that I completely missed it and your *huge* work. Next time I will check more carefully before sending emails. I promise. > Well, that splitting of slime and cl-swank for a distributed system > sounds interesting (to me), like it is seen in one of the videos on > common-lisp.net. You can probably send your changes to our Slime > repository. :-) I worked on it, and I've just sent a patch to the maintainer (pvaneynd at debian.org). I can forward it here too, if needed. While making swank more common-lisp-controller-friendly, I've noticed that xref.lisp (the file that makes Slime non-free) is actually needed only when using GNU CLisp. I've tested Slime with cmucl and sbcl, and it seems to work fine even without that file. Maybe xref.lisp could be removed from Slime deb sources, thus dropping GNU CLisp support, but making the package free. Is it feasible? I can work on it and send a patch, if you think it's worth. Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From yeager at lidkoping.net Sun Oct 16 07:30:26 2005 From: yeager at lidkoping.net (Daniel Nylander) Date: Sun, 16 Oct 2005 09:30:26 +0200 Subject: [cl-debian] Bug#334189: common-lisp-controller: [INTL:sv] Swedish debconf templates translation Message-ID: <20051016073026.10912.qmail@mail.lidkoping.net> Package: common-lisp-controller Version: 4.19 Severity: wishlist Tags: patch l10n -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) -------------- next part -------------- # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 4.19\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-07-26 16:40+0200\n" "PO-Revision-Date: 2005-10-16 09:29+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: SWEDEN\n" "X-Poedit-SourceCharset: iso-8859-1\n" #. Type: string #. Default #: ../templates:3 msgid "Unknown" msgstr "Ok?nd" #. Type: string #. Description #: ../templates:4 msgid "The short common LISP site name" msgstr "Det korta common LISP systemnamnet" #. Type: string #. Description #: ../templates:4 msgid "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." msgstr "Du kan konfigurera vilket namn som common LISP implementeringen ska anv?nda som \"short site name\". Detta anv?nds inte ofta annat ?n i vissa felrapporteringsverktyg." #. Type: string #. Default #: ../templates:11 msgid "Site name not initialized" msgstr "Systemnamn inte initierad" #. Type: string #. Description #: ../templates:12 msgid "The long common LISP site name" msgstr "Det l?nga common LISP systemnamnet" #. Type: string #. Description #: ../templates:12 msgid "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." msgstr "Du kan konfigurera vilket namn som common LISP implementeringen ska anv?nda som \"long site name\". Detta anv?nds inte ofta annat ?n i vissa felrapporteringsverktyg." From alceste at muvara.org Sun Oct 16 13:34:53 2005 From: alceste at muvara.org (Alceste Scalas) Date: Sun, 16 Oct 2005 15:34:53 +0200 Subject: [cl-debian] New packages: ironclad, tbnl, url-rewrite Message-ID: <1129469694.7727.78.camel@localhost> Hello, I've packaged three CL libraries I'm currently playing with: cl-ironclad Cryptography package for ANSI Common Lisp cl-tbnl A toolkit for building dynamic websites with Common Lisp cl-url-rewrite Common Lisp package for rewriting URLs in (X)HTML documents The darcs repositories are available here: http://debian.muvara.org/darcs/ If you decide to include them in Debian, I should be able to provide patches and keep them updated. Regards, alceste, who hopes to have followed the right procedure :-) -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From mbanck at debian.org Sun Oct 16 13:57:49 2005 From: mbanck at debian.org (Michael Banck) Date: Sun, 16 Oct 2005 15:57:49 +0200 Subject: [cl-debian] Bug#334234: clisp: configure gets rerun gratuitiously Message-ID: <20051016135749.GH7916@chemicalconnection.dyndns.org> Package: clisp Version: 1:2.35-2 Severity: minor Tags: patch When rerunning the build process with dpkg-buildpackage -nc, the configure target seems to get rerun each time without need. Making configure-stamp depend on patch-stamp rather than on the (PHONY) patch target fixes this. (I have not tested this myself, but somebody reported success with this patch) Michael -- Michael Banck Debian Developer mbanck at debian.org http://www.advogato.org/person/mbanck/diary.html -------------- next part -------------- --- clisp-2.35/debian/rules.orig 2005-10-16 15:56:43.262734528 +0200 +++ clisp-2.35/debian/rules 2005-10-16 15:56:51.187529776 +0200 @@ -31,7 +31,7 @@ rm -f patch-stamp configure: configure-stamp -configure-stamp: patch +configure-stamp: patch-stamp dh_testdir ./configure debian/build --prefix=/usr --fsstnd=debian $(FFI) \ $(MODULES) From cl-debian at pvaneynd.mailworks.org Mon Oct 17 05:39:41 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Mon, 17 Oct 2005 07:39:41 +0200 Subject: [cl-debian] cl-swank deb + A solution for Slime licensing issues? In-Reply-To: <1129401076.13709.31.camel@localhost> References: <1129369505.13709.10.camel@localhost> <20051015120541.GA4243@localhost.localdomain> <1129401076.13709.31.camel@localhost> Message-ID: <200510170739.46678.cl-debian@pvaneynd.mailworks.org> On Saturday 15 October 2005 20:31, Alceste Scalas wrote: > While making swank more common-lisp-controller-friendly, I've noticed > that xref.lisp (the file that makes Slime non-free) is actually needed > only when using GNU CLisp. > > I've tested Slime with cmucl and sbcl, and it seems to work fine even > without that file. Now that is _very_ interesting. A kind of poetic justice that the _GNU_ lisp is affected :-). The other problem files: swank-ecl.lisp Could be removed too. The remainder is fluff, but the slime people should get their act together and put it under some license. ChangeLog (as this is a generated file it can be considered derivative of the others I assume) doc/Makefile HACKING NEWS PROBLEMS README So until they act for at least some of these files removing xref.lisp has little sense. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at bugs.debian.org Mon Oct 17 06:03:08 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 16 Oct 2005 23:03:08 -0700 Subject: [cl-debian] Processed: setting package to common-lisp-controller, tagging 334189 In-Reply-To: <20051017054834.93B10179F79@sharrow> References: <20051017054834.93B10179F79@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.7 > package common-lisp-controller Ignoring bugs not assigned to: common-lisp-controller > tags 334189 + pending Bug#334189: common-lisp-controller: [INTL:sv] Swedish debconf templates translation Tags were: l10n patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pvaneynd at debian.org Mon Oct 17 06:04:57 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 17 Oct 2005 08:04:57 +0200 Subject: [cl-debian] clisp is up for adoption -- moving In-Reply-To: <871x2owpc3.fsf@exponent.dds.homedns.org> References: <20051001080108.GA5334@pro-linux.de> <200510132119.03583.pvaneynd@debian.org> <871x2owpc3.fsf@exponent.dds.homedns.org> Message-ID: <200510170805.00188.pvaneynd@debian.org> On Friday 14 October 2005 09:05, David D. Smith wrote: > I would also be happy to comaintain it. I'm familiar with the Debian > packaging tools but this would certainly be the largest package I've > worked on. How do you feel about baz/tla for version control? Boh. I have no strong feelings about any system, can it: - work disconnected - work with only a http space, common-lisp.net only offering cvs and http access - give us example commands to use it My feeling is that if darcs can handle clisp (and it does so far) for simplicity we should stick to it. It is becoming the common-lisp vc system of choice... Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From pvaneynd at debian.org Mon Oct 17 06:12:13 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 17 Oct 2005 08:12:13 +0200 Subject: [cl-debian] dh-lisp 0.2 In-Reply-To: <20051014204001.GA7630@localhost.localdomain> References: <20051001080108.GA5334@pro-linux.de> <20051013140119.GA5333@localhost.localdomain> <20051014204001.GA7630@localhost.localdomain> Message-ID: <200510170812.15168.pvaneynd@debian.org> On Friday 14 October 2005 22:40, Ren? van Bevern wrote: > > Ok. Peter, can you please build and upload dh-lisp 0.2 from my > repository (repository/rvb/dh-lisp)? Now running lintian... E: dh-lisp: old-fsf-address-in-copyright-file Don't you just hate lintian by now :-). Uploading now... 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 rvb at pro-linux.de Mon Oct 17 06:17:10 2005 From: rvb at pro-linux.de (=?utf-8?q?Ren=C3=A9_van_Bevern?=) Date: Sun, 16 Oct 2005 23:17:10 -0700 Subject: [cl-debian] Accepted dh-lisp 0.2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 8 Oct 2005 14:10:07 +0200 Source: dh-lisp Binary: dh-lisp Architecture: source all Version: 0.2 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: dh-lisp - Debhelper to support Common Lisp related packages Changes: dh-lisp (0.2) unstable; urgency=low . * add dependencies on appropriate CL implementations if precompiled files are found in the package (works for SBCL, Clisp and CMUCL) . * scan the whole package for interesting data (asd, fasl, fas, x86f) instead of only usr/share/common-lisp/source . * debian/control: + add debhelper to Build-Depends:, because it is used in clean target + update description with new functionality Files: 6a5e50ab82d16742459aa725169b198b 545 devel optional dh-lisp_0.2.dsc 3f77c81180bbd260de39d720a631c323 28892 devel optional dh-lisp_0.2.tar.gz 2713b99b2e754f7a0b1ca0d403c12b9a 8118 devel optional dh-lisp_0.2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDU0Bf11ldN0tyliURAg+kAJ9h1VLx0liE52yaSlYTdDs+Db1kYACgxZ9i FHqIJ2C4oVcqY8FoGQIM/tA= =r1jm -----END PGP SIGNATURE----- Accepted: dh-lisp_0.2.dsc to pool/main/d/dh-lisp/dh-lisp_0.2.dsc dh-lisp_0.2.tar.gz to pool/main/d/dh-lisp/dh-lisp_0.2.tar.gz dh-lisp_0.2_all.deb to pool/main/d/dh-lisp/dh-lisp_0.2_all.deb From cl-debian at pvaneynd.mailworks.org Mon Oct 17 07:01:34 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Mon, 17 Oct 2005 09:01:34 +0200 Subject: [cl-debian] New packages: ironclad, tbnl, url-rewrite In-Reply-To: <1129469694.7727.78.camel@localhost> References: <1129469694.7727.78.camel@localhost> Message-ID: <200510170901.38479.cl-debian@pvaneynd.mailworks.org> Ola, Let me first thank you for packaging these libraries. The packaging itself it pretty good, impressively so for a non-DD :-). In general: maybe you could use dh_lisp, it actually is pretty easy to use and 'just works'. Also: E: url-rewrite source: package-uses-debhelper-but-lacks-build-depends N: N: If a package uses debhelper, it must declare a Build-Depends on N: debhelper. N: W: url-rewrite source: build-depends-without-arch-dep N: N: The control file specifies source relations for architecture-dependent N: packages, but no architecture-dependent packages are built. There are N: some exceptions, e.g. build dependencies that have to be satisfied N: while calling the "clean" target of debian/rules, the most common case N: of which is a Build-Depends: debhelper if you use dh_clean in the N: "clean" target. In other cases, you most likely need to change N: Build-Depends to Build-Depends-Indep. N: N: Refer to Policy Manual, section 7.6 for details. On Sunday 16 October 2005 15:34, Alceste Scalas wrote: > > cl-ironclad > Cryptography package for ANSI Common Lisp When I downloaded upstream I got version 0.9.1. Also:: there was no UPSTREAM_ironclad_0.9 tag in the darcs archive. darcs-buildpackage and my darcs-build.sh script expect this. > cl-tbnl > A toolkit for building dynamic websites with Common Lisp Great! I was thinking of taking a look at it only yesterday. The replacement of the jpg (good find!) should be noted in a debian/README file (which is then also installed of course) W: cl-tbnl: non-standard-dir-perm usr/share/common-lisp/source/tbnl/contrib/ 0655 != 0755 > cl-url-rewrite > Common Lisp package for rewriting URLs in (X)HTML documents E: cl-url-rewrite: changelog-file-not-compressed CHANGELOG > If you decide to include them in Debian, I should be able to provide > patches and keep them updated. Great! If you fix these small problems (or tell me to fix them and then resync from my darcs repositories) I'll be more then happy to upload them. 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 cesar.gomez at gmail.com Mon Oct 17 16:42:09 2005 From: cesar.gomez at gmail.com (=?UTF-8?Q?C=C3=A9sar_?= =?UTF-8?Q?G=C3=B3mez_?= =?UTF-8?Q?Mart=C3=ADn?=) Date: Mon, 17 Oct 2005 18:42:09 +0200 Subject: [cl-debian] Bug#334396: cmucl: Spanish debconf translation Message-ID: Package: cmucl Version: 19b-release-20050726-3 Priority: wishlist Tags: l10n Please find attached the spanish debconf translation for cmucl, reviewed by the debian-l10n-spanish mailing list. Thanks -- C?sar G?mez Mart?n - www.cesargomez.org - cesar.gomez at juntaextremadura.net -------------- next part -------------- A non-text attachment was scrubbed... Name: es.po Type: text/x-gettext-translation Size: 2343 bytes Desc: not available URL: From owner at bugs.debian.org Mon Oct 17 21:03:13 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 17 Oct 2005 14:03:13 -0700 Subject: [cl-debian] Processed: setting package to cmucl cmucl-clm cmucl-docs cmucl-source, tagging 334396 In-Reply-To: <20051017204559.D740F179D0F@sharrow> References: <20051017204559.D740F179D0F@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > package cmucl cmucl-clm cmucl-docs cmucl-source Ignoring bugs not assigned to: cmucl-source cmucl-clm cmucl cmucl-docs > tags 334396 + pending Bug#334396: cmucl: Spanish debconf translation Tags were: l10n Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Mon Oct 17 21:03:18 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 17 Oct 2005 14:03:18 -0700 Subject: [cl-debian] Processed: reassign 334406 to common-lisp-controller In-Reply-To: References: Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.8.14 > reassign 334406 common-lisp-controller Bug#334406: reduce priority of common-lisp-control's asdf repository Warning: Unknown package 'common-lisp-controler' Bug reassigned from package `common-lisp-controler' to `common-lisp-controller'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From cesar.gomez at gmail.com Tue Oct 18 16:47:07 2005 From: cesar.gomez at gmail.com (=?UTF-8?Q?C=C3=A9sar_?= =?UTF-8?Q?G=C3=B3mez_?= =?UTF-8?Q?Mart=C3=ADn?=) Date: Tue, 18 Oct 2005 18:47:07 +0200 Subject: [cl-debian] Bug#334550: common-lisp-controller: Spanish debconf translation In-Reply-To: References: Message-ID: Package: common-lisp-controller Version: 4.16 Priority: wishlist Tags: l10n Please find attached the spanish debconf translation for common-lisp-controller, reviewed by the debian-l10n-spanish mailing list. Thanks -- C?sar G?mez Mart?n - www.cesargomez.org - cesar.gomez at juntaextremadura.net -------------- next part -------------- A non-text attachment was scrubbed... Name: es.po Type: text/x-gettext-translation Size: 2783 bytes Desc: not available URL: From pvaneynd at debian.org Thu Oct 13 11:47:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 13 Oct 2005 04:47:05 -0700 Subject: [cl-debian] Accepted cl-xmls 1.2-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 10 Oct 2005 10:29:24 +0200 Source: cl-xmls Binary: cl-xmls Architecture: source all Version: 1.2-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-xmls - XML Simple Parser for Common Lisp Changes: cl-xmls (1.2-1) unstable; urgency=low . * New upstream Files: 26768edeaa1add4a8c5fdc3987c9cb8f 566 devel optional cl-xmls_1.2-1.dsc 5f1b7b9b4a7aa19c114d131ccf6b2f6e 58571 devel optional cl-xmls_1.2.orig.tar.gz 378865e509ee2ad4feed962844c65d40 2934 devel optional cl-xmls_1.2-1.diff.gz 725e8dff070c9f3768e22f3365c8c007 11302 devel optional cl-xmls_1.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDSncq11ldN0tyliURAkCpAKCn6+tkf1m4spPmYappbZgQjpnbtgCfewJ2 KnD2I0jNteFZKCz/6zQ4W5A= =bJPp -----END PGP SIGNATURE----- Accepted: cl-xmls_1.2-1.diff.gz to pool/main/c/cl-xmls/cl-xmls_1.2-1.diff.gz cl-xmls_1.2-1.dsc to pool/main/c/cl-xmls/cl-xmls_1.2-1.dsc cl-xmls_1.2-1_all.deb to pool/main/c/cl-xmls/cl-xmls_1.2-1_all.deb cl-xmls_1.2.orig.tar.gz to pool/main/c/cl-xmls/cl-xmls_1.2.orig.tar.gz From installer at ftp-master.debian.org Wed Oct 19 09:02:19 2005 From: installer at ftp-master.debian.org (Debian Installer) Date: Wed, 19 Oct 2005 02:02:19 -0700 Subject: [cl-debian] slime_20051015-1_i386.changes is NEW Message-ID: (new) cl-swank_20051015-1_all.deb optional non-free/devel Superior LISP Interaction Mode for Emacs (Lisp-side server) SLIME is the Superior Lisp Interaction Mode for Emacs. . This is an ILISP-like development environment intended for maximum integration with CMUCL (also works with SBCL, OpenMCL and work is ongoing on Lispworks and current CVS version of CLISP and CLISP 2.32 on Linux). . This package contains the Lisp-side server, needed by the Emacs client (see package slime). slime_20051015-1.diff.gz to pool/non-free/s/slime/slime_20051015-1.diff.gz slime_20051015-1.dsc to pool/non-free/s/slime/slime_20051015-1.dsc slime_20051015-1_all.deb to pool/non-free/s/slime/slime_20051015-1_all.deb slime_20051015.orig.tar.gz to pool/non-free/s/slime/slime_20051015.orig.tar.gz Changes: slime (1:20051015-1) unstable; urgency=low . * Patch from alceste -at- muvara -punto- org: This patch builds a separate cl-swank package out of the slime source tree. It adds the dh-lisp build dependency, and replaces the original swank.asd file with a new one that is compatible with common-lisp-controller (see comments for details). * New upstream version Announcing to debian-devel-changes at lists.debian.org Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. You may have gotten the distribution wrong. You'll get warnings above if files already exist in other distributions. From installer at ftp-master.debian.org Wed Oct 19 09:02:16 2005 From: installer at ftp-master.debian.org (Debian Installer) Date: Wed, 19 Oct 2005 02:02:16 -0700 Subject: [cl-debian] libsigsegv override disparity Message-ID: There are disparities between your recently accepted upload and the override file for the following file(s): libsigsegv-dev_2.2-2_i386.deb: package says section is devel, override says libdevel. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) From pvaneynd at debian.org Wed Oct 19 09:02:13 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 19 Oct 2005 02:02:13 -0700 Subject: [cl-debian] Accepted clisp 1:2.35-3 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 17 Oct 2005 23:00:37 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 330076 Changes: clisp (1:2.35-3) unstable; urgency=low . * Updated FSF address * New maintainer. (Closes: #330076: RFA: clisp -- GNU CLISP, a Common Lisp implementation - Debian Bug report logs) * Added dependency for quilt Files: 34d2dbcfde88311b6bc5d84f3200c2b2 735 interpreters optional clisp_2.35-3.dsc 72d968657661f76ac98d66d313e6ae23 194880 interpreters optional clisp_2.35-3.diff.gz 8cdf55f30cf530d2fd100c924179d041 2835596 interpreters optional clisp_2.35-3_i386.deb 82f576ff6eed20e691b3cf2e96e67445 1237752 devel optional clisp-dev_2.35-3_i386.deb ad362fa153454b0a31a075e9db31072d 970470 doc optional clisp-doc_2.35-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVBSA11ldN0tyliURAgOIAJ9y1uiA0uer/vr8SOqTfpvnGmyYuwCgis13 fu2M9HC0QBwYPkX2+HOLRrI= =r7IG -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-3_i386.deb to pool/main/c/clisp/clisp-dev_2.35-3_i386.deb clisp-doc_2.35-3_all.deb to pool/main/c/clisp/clisp-doc_2.35-3_all.deb clisp_2.35-3.diff.gz to pool/main/c/clisp/clisp_2.35-3.diff.gz clisp_2.35-3.dsc to pool/main/c/clisp/clisp_2.35-3.dsc clisp_2.35-3_i386.deb to pool/main/c/clisp/clisp_2.35-3_i386.deb From pvaneynd at debian.org Wed Oct 19 09:02:16 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 19 Oct 2005 02:02:16 -0700 Subject: [cl-debian] Accepted libsigsegv 2.2-2 (source i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 16 Oct 2005 21:44:50 +0200 Source: libsigsegv Binary: libsigsegv-dev Architecture: source i386 Version: 2.2-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: libsigsegv-dev - Library for handling page faults in a portable way Changes: libsigsegv (2.2-2) unstable; urgency=low . * New maintainer Files: 595621e8897ba43962c9f3050565f9ee 635 devel optional libsigsegv_2.2-2.dsc d3143a55c78c21931a2f7d41d6554a56 5355 devel optional libsigsegv_2.2-2.diff.gz 75536ad1975b538753ddad0e24b96b3b 17706 devel optional libsigsegv-dev_2.2-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVBEj11ldN0tyliURAjr5AKCCOTeltNiEE8UGtNqn0atRVd+BZQCgh7rY lQsjeYJJG689AxEqGNWZoqo= =Fb3a -----END PGP SIGNATURE----- Accepted: libsigsegv-dev_2.2-2_i386.deb to pool/main/libs/libsigsegv/libsigsegv-dev_2.2-2_i386.deb libsigsegv_2.2-2.diff.gz to pool/main/libs/libsigsegv/libsigsegv_2.2-2.diff.gz libsigsegv_2.2-2.dsc to pool/main/libs/libsigsegv/libsigsegv_2.2-2.dsc From tianchunbinghe at gmail.com Wed Oct 19 10:24:33 2005 From: tianchunbinghe at gmail.com (binghe) Date: Wed, 19 Oct 2005 18:24:33 +0800 Subject: [cl-debian] Bug#334695: Simplify chinese debconf translation Message-ID: <43561EE1.4000909@gmail.com> Package: cmucl Version: 19b-release-20050726-5 Priority: wishlist Tags: l10n Please find attached the Simplify chinese debconf translation for cmucl Thanks -- (setq reply-to (concatenate 'string "Binghe " "")) -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: zh_CN.po URL: From tianchunbinghe at gmail.com Wed Oct 19 11:37:01 2005 From: tianchunbinghe at gmail.com (binghe) Date: Wed, 19 Oct 2005 19:37:01 +0800 Subject: [cl-debian] Bug#334695: A better trans version Message-ID: <43562FDD.9080407@gmail.com> I'm sorry but this is better:) -- (setq reply-to (concatenate 'string "Binghe " "")) -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: zh_CN.po URL: From alceste at muvara.org Wed Oct 19 12:18:40 2005 From: alceste at muvara.org (Alceste Scalas) Date: Wed, 19 Oct 2005 14:18:40 +0200 Subject: [cl-debian] New packages: ironclad, tbnl, url-rewrite In-Reply-To: <200510170901.38479.cl-debian@pvaneynd.mailworks.org> References: <1129469694.7727.78.camel@localhost> <200510170901.38479.cl-debian@pvaneynd.mailworks.org> Message-ID: <1129724320.7440.20.camel@localhost> Il giorno lun, 17/10/2005 alle 09.01 +0200, Peter Van Eynde ha scritto: > In general: maybe you could use dh_lisp, it actually is pretty easy to use and > 'just works'. Uh, I believed I was still using it... Is there any of its feature that I didn't use (and maybe reinvent)? > When I downloaded [ironclad] upstream I got version 0.9.1. Oops! Sorry, I forgot to say that I'm experiencing some compilation errors with ironclad-0.9.1 + cmucl. I'd suggest to keep the 0.9 version until I'll sort them out and/or ask the upstream author. I should work on it very soon. Other than this, I've fixed everything you pointed out. I've also switched to darcs-buildpackage, with new repositories built from scratch and managed the Right Way(TM) (well, hopefully :-) The repositories are here: http://debian.muvara.org/darcs/debs http://debian.muvara.org/darcs/upstream The upstream/ directory contains the upstream repos used by darcs-buildpackage. I've applied some patches in there, too, to avoid non-free content appear in .orig.tar.gz when packages are built. More in detail: tbnl: replaced non-free Frank Zappa photo ironclad: removed some non-free patented algorithms The upstream version numbers have been slightly altered to reflect the changes. All the remaining debian-specific patches (e.g. adding debian/ directory) are applied in the debs/ repositories. Oh, I didn't run dbp-markdeb yet. Is all this stuff ok? Feel free to apply all the fixes you need and/or ask me to do so, whatever is faster :-) Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From cl-debian at pvaneynd.mailworks.org Wed Oct 19 18:06:40 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Wed, 19 Oct 2005 20:06:40 +0200 Subject: [cl-debian] New packages: ironclad, tbnl, url-rewrite In-Reply-To: <1129724320.7440.20.camel@localhost> References: <1129469694.7727.78.camel@localhost> <200510170901.38479.cl-debian@pvaneynd.mailworks.org> <1129724320.7440.20.camel@localhost> Message-ID: <200510192006.40917.cl-debian@pvaneynd.mailworks.org> On Wednesday 19 October 2005 14:18, Alceste Scalas wrote: > Uh, I believed I was still using it... Is there any of its feature that > I didn't use (and maybe reinvent)? Sorry I was not awake then it seems. I thought I saw postinst files etc. > Other than this, I've fixed everything you pointed out. I've also > switched to darcs-buildpackage, with new repositories built from scratch > and managed the Right Way(TM) (well, hopefully :-) Well, actually I use a script instead of the actual buildpackage program, but I do use the general idea and other scripts. I had a problem with the program recreating .orig.tar.gz files, which never works. > The upstream/ directory contains the upstream repos used by > darcs-buildpackage. I've applied some patches in there, too, to avoid > non-free content appear in .orig.tar.gz when packages are built. More > in detail: That is ok, but should only be noted in the README.Debian file, no alteration of upstream version numbers is needed. > Oh, I didn't run dbp-markdeb yet. Hmm. I only run it after I get the confirmation that it got uploaded. I think that in this way you mark the actual tree that got uploaded. If so I think I should mark my branch of you tree and you should import it again. Boh. > Feel free to apply all the fixes you need and/or ask me to do so, > whatever is faster :-) Ok. I will download the new archives and see. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at bugs.debian.org Wed Oct 19 19:04:00 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 19 Oct 2005 12:04:00 -0700 Subject: [cl-debian] Processed: setting package to cmucl cmucl-clm cmucl-docs cmucl-source, tagging 334695 In-Reply-To: <20051019174551.7CF42179EE5@sharrow> References: <20051019174551.7CF42179EE5@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > package cmucl cmucl-clm cmucl-docs cmucl-source Ignoring bugs not assigned to: cmucl-source cmucl-clm cmucl cmucl-docs > tags 334695 + pending Bug#334695: Simplify chinese debconf translation Tags were: l10n Tags added: pending > 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 Thu Oct 20 02:17:31 2005 From: camm at enhanced.com (Camm Maguire) Date: Wed, 19 Oct 2005 19:17:31 -0700 Subject: [cl-debian] Accepted gcl 2.6.7-11 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 20 Oct 2005 00:08:37 +0000 Source: gcl Binary: gcl-doc gcl Architecture: source i386 all Version: 2.6.7-11 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-11) unstable; urgency=low . * Remove gcc-3.3 for arm in debian/rules * make default maxpage depend on SIZEOF_LONG and PAGEWIDTH in a sane fashion Files: eebcb30ec64fbbc335059e40e343c8f1 681 interpreters optional gcl_2.6.7-11.dsc ce1605ec1a859c5a828acb5de12470de 14221589 interpreters optional gcl_2.6.7-11.diff.gz 195df48d300c073c40ba0ae8ccb70e97 626428 doc optional gcl-doc_2.6.7-11_all.deb e31c98816c9f504cf4e1dcfd3e3a251f 27134784 interpreters optional gcl_2.6.7-11_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVvkpczG1wFfwRdwRAk0pAKCg2dxQl5jQ27+pDMZtTK9hfRSRcQCdE5gM c9RNdjQhDqr2z1fTh7/9qzw= =98sL -----END PGP SIGNATURE----- Accepted: gcl-doc_2.6.7-11_all.deb to pool/main/g/gcl/gcl-doc_2.6.7-11_all.deb gcl_2.6.7-11.diff.gz to pool/main/g/gcl/gcl_2.6.7-11.diff.gz gcl_2.6.7-11.dsc to pool/main/g/gcl/gcl_2.6.7-11.dsc gcl_2.6.7-11_i386.deb to pool/main/g/gcl/gcl_2.6.7-11_i386.deb From pvaneynd at debian.org Thu Oct 20 07:17:06 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 20 Oct 2005 00:17:06 -0700 Subject: [cl-debian] Accepted cl-cil 1:20050701-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 19 Oct 2005 21:05:58 +0200 Source: cl-cil Binary: cl-cil Architecture: source all Version: 1:20050701-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-cil - Chess In Lisp. A chess library in Common Lisp Changes: cl-cil (1:20050701-2) unstable; urgency=low . * Now uses dh_lisp and cleaned up so this is again the 'simple example' package it should be. Files: e63ce55d9193306d86c55862d6b3fcc9 576 doc optional cl-cil_20050701-2.dsc 1f7620975eb8b02ab8de3a33a4af13b1 954 doc optional cl-cil_20050701-2.diff.gz 9df7818a9e3ef2f8cb786fdd33b1459a 18708 doc optional cl-cil_20050701-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVp/o11ldN0tyliURAp7qAKCKKp/VZ7M5BvWahqDPk87Yx4sS+QCcCGVN O+ms7Xs+L2a17lvQyDmIAe0= =Hc+O -----END PGP SIGNATURE----- Accepted: cl-cil_20050701-2.diff.gz to pool/main/c/cl-cil/cl-cil_20050701-2.diff.gz cl-cil_20050701-2.dsc to pool/main/c/cl-cil/cl-cil_20050701-2.dsc cl-cil_20050701-2_all.deb to pool/main/c/cl-cil/cl-cil_20050701-2_all.deb From pvaneynd at debian.org Thu Oct 20 07:17:12 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 20 Oct 2005 00:17:12 -0700 Subject: [cl-debian] Accepted cmucl 19c-pre1-20051019-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 19 Oct 2005 19:44:31 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-pre1-20051019-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 331308 334396 334695 Changes: cmucl (19c-pre1-20051019-1) unstable; urgency=low . * Swedish debconf templates translation (Closes: #331308) * Spanish debconf translation (Closes: #334396) * Simplify chinese debconf translation (Closes: #334695) * New upstream Files: fddd80065ac28ffb8e32c59d932bd06c 734 devel optional cmucl_19c-pre1-20051019-1.dsc cd2bb74c72fbc00abcd35a3ccfba288f 4663255 devel optional cmucl_19c-pre1-20051019.orig.tar.gz ccb019b54febbefcf17cee483e382c10 1505711 devel optional cmucl_19c-pre1-20051019-1.diff.gz 4bd2788959a6d8d5b6b2b5cbb1c607cb 10576976 devel optional cmucl_19c-pre1-20051019-1_i386.deb 5bbf6a554964b99c753a57e86372dcb7 653180 devel optional cmucl-clm_19c-pre1-20051019-1_i386.deb 26bd5e72d7b8c5e4a3d5016c85bf9807 2277556 doc optional cmucl-docs_19c-pre1-20051019-1_all.deb 7d9cd8ce0ddf568b926b835604418719 5174400 devel optional cmucl-source_19c-pre1-20051019-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVxPD11ldN0tyliURAqn8AJ4664UtiVo/aQR2uSW8EIKOwXdPQwCgyr92 atBYL2uZzgbLJRQm6VIoSn0= =3Pf7 -----END PGP SIGNATURE----- Accepted: cmucl-clm_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-pre1-20051019-1_i386.deb cmucl-docs_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-docs_19c-pre1-20051019-1_all.deb cmucl-source_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-source_19c-pre1-20051019-1_all.deb cmucl_19c-pre1-20051019-1.diff.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.diff.gz cmucl_19c-pre1-20051019-1.dsc to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.dsc cmucl_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1_i386.deb cmucl_19c-pre1-20051019.orig.tar.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019.orig.tar.gz From owner at bugs.debian.org Thu Oct 20 07:33:05 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 00:33:05 -0700 Subject: [cl-debian] Bug#331308: marked as done (cmucl: [INTL:sv] Swedish debconf templates translation) In-Reply-To: References: <20051002214653.23134.qmail@mail.lidkoping.net> Message-ID: Your message dated Thu, 20 Oct 2005 00:17:12 -0700 with message-id and subject line Bug#331308: fixed in cmucl 19c-pre1-20051019-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 2 Oct 2005 21:47:34 +0000 >From yeager at lidkoping.net Sun Oct 02 14:47:34 2005 Return-path: Received: from (mail.lidkoping.net) [213.132.115.138] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EMBgD-0007fW-00; Sun, 02 Oct 2005 14:47:33 -0700 Received: (qmail 23135 invoked by uid 1000); 2 Oct 2005 23:46:53 +0200 Message-ID: <20051002214653.23134.qmail at mail.lidkoping.net> Content-Type: multipart/mixed; boundary="===============0180782623==" MIME-Version: 1.0 From: Daniel Nylander To: Debian Bug Tracking System Subject: cmucl: [INTL:sv] Swedish debconf templates translation X-Mailer: reportbug 3.17 Date: Sun, 02 Oct 2005 23:46:53 +0200 Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --===============0180782623== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: cmucl Version: 19b-release-20050726-5 Severity: wishlist Tags: patch l10n -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) --===============0180782623== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: attachment; filename="cmucl_19b-release-20050726-5_sv.po" # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: cmucl 19b-release-20050726-5\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-07-29 00:52+0200\n" "PO-Revision-Date: 2005-10-03 23:36+0200\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit" #. Type: note #. Description #: ../templates:3 msgid "Config file changed incompatibly" msgstr "Konfigurationsfilen felaktigt ?ndrad" #. Type: note #. Description #: ../templates:3 msgid "" "The config file /etc/common-lisp/cmucl/site-init.lisp changed in an " "incompatible way, please upgrade the file or if you are not even asked, move " "the /etc/common-lisp/cmucl/site-init.lisp.dpkg-new file to /etc/common-lisp/" "cmucl/site-init.lisp." msgstr "" "Konfigurationsfilen /etc/common-lisp/cmucl/site-init.lisp ?r ?ndrad p? ett inkompatibelt s?tt, " "v?nligen uppgradera filen eller om du inte ens blir tillfr?gad, flytta filen /etc/common-lisp/cmucl/site-init.lisp.dpkg-new till /etc/common-lisp/cmucl/site-init.lisp." #. Type: note #. Description #: ../templates:3 msgid "Failure to do this will result in a broken installation." msgstr "Om detta misslyckas resulterar det i en felaktig installation." --===============0180782623==-- --------------------------------------- Received: (at 331308-close) by bugs.debian.org; 20 Oct 2005 07:19:12 +0000 >From katie at spohr.debian.org Thu Oct 20 00:19:12 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESUfo-0002ji-00; Thu, 20 Oct 2005 00:17:12 -0700 From: Peter Van Eynde To: 331308-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#331308: fixed in cmucl 19c-pre1-20051019-1 Message-Id: Sender: Archive Administrator Date: Thu, 20 Oct 2005 00:17:12 -0700 Delivered-To: 331308-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: cmucl Source-Version: 19c-pre1-20051019-1 We believe that the bug you reported is fixed in the latest version of cmucl, which is due to be installed in the Debian FTP archive: cmucl-clm_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-pre1-20051019-1_i386.deb cmucl-docs_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-docs_19c-pre1-20051019-1_all.deb cmucl-source_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-source_19c-pre1-20051019-1_all.deb cmucl_19c-pre1-20051019-1.diff.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.diff.gz cmucl_19c-pre1-20051019-1.dsc to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.dsc cmucl_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1_i386.deb cmucl_19c-pre1-20051019.orig.tar.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 331308 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated cmucl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 19 Oct 2005 19:44:31 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-pre1-20051019-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 331308 334396 334695 Changes: cmucl (19c-pre1-20051019-1) unstable; urgency=low . * Swedish debconf templates translation (Closes: #331308) * Spanish debconf translation (Closes: #334396) * Simplify chinese debconf translation (Closes: #334695) * New upstream Files: fddd80065ac28ffb8e32c59d932bd06c 734 devel optional cmucl_19c-pre1-20051019-1.dsc cd2bb74c72fbc00abcd35a3ccfba288f 4663255 devel optional cmucl_19c-pre1-20051019.orig.tar.gz ccb019b54febbefcf17cee483e382c10 1505711 devel optional cmucl_19c-pre1-20051019-1.diff.gz 4bd2788959a6d8d5b6b2b5cbb1c607cb 10576976 devel optional cmucl_19c-pre1-20051019-1_i386.deb 5bbf6a554964b99c753a57e86372dcb7 653180 devel optional cmucl-clm_19c-pre1-20051019-1_i386.deb 26bd5e72d7b8c5e4a3d5016c85bf9807 2277556 doc optional cmucl-docs_19c-pre1-20051019-1_all.deb 7d9cd8ce0ddf568b926b835604418719 5174400 devel optional cmucl-source_19c-pre1-20051019-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVxPD11ldN0tyliURAqn8AJ4664UtiVo/aQR2uSW8EIKOwXdPQwCgyr92 atBYL2uZzgbLJRQm6VIoSn0= =3Pf7 -----END PGP SIGNATURE----- From owner at bugs.debian.org Thu Oct 20 07:33:08 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 00:33:08 -0700 Subject: [cl-debian] Bug#334396: marked as done (cmucl: Spanish debconf translation) In-Reply-To: References: Message-ID: Your message dated Thu, 20 Oct 2005 00:17:12 -0700 with message-id and subject line Bug#334396: fixed in cmucl 19c-pre1-20051019-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Oct 2005 16:42:11 +0000 >From cesar.gomez at gmail.com Mon Oct 17 09:42:11 2005 Return-path: Received: from rproxy.gmail.com [64.233.170.202] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ERY3u-0006Xd-00; Mon, 17 Oct 2005 09:42:10 -0700 Received: by rproxy.gmail.com with SMTP id f1so26574rne for ; Mon, 17 Oct 2005 09:42:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ityY3LBWJgNvaNRUs1bUKeCh36FviUJwUs92TYortYzqKjNFepRaDXyCWFBC0wrxCX5/SIK0x9eJrE4JUOs9bPXXt4HK0tzTJaFrSyqcYz2W5OYtDDI2NrW+6IBL8bHhWmeeqzEYb6ODf81GYgl/OmPVQEE3Vncx6PMpETnw308= Received: by 10.11.120.8 with SMTP id s8mr88000cwc; Mon, 17 Oct 2005 09:42:09 -0700 (PDT) Received: by 10.11.98.9 with HTTP; Mon, 17 Oct 2005 09:42:09 -0700 (PDT) Message-ID: Date: Mon, 17 Oct 2005 18:42:09 +0200 From: =?ISO-8859-1?Q?C=E9sar_G=F3mez_Mart=EDn?= To: submit at bugs.debian.org Subject: cmucl: Spanish debconf translation MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2657_24255763.1129567329745" Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_01,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 ------=_Part_2657_24255763.1129567329745 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Package: cmucl Version: 19b-release-20050726-3 Priority: wishlist Tags: l10n Please find attached the spanish debconf translation for cmucl, reviewed by the debian-l10n-spanish mailing list. Thanks -- C=E9sar G=F3mez Mart=EDn - www.cesargomez.org - cesar.gomez at juntaextremadura.net ------=_Part_2657_24255763.1129567329745 Content-Type: text/x-gettext-translation; name="es.po" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="es.po" IyBjbXVjbCBwby1kZWJjb25mIHRyYW5zbGF0aW9uIHRvIFNwYW5pc2gKIyBDb3B5cmlnaHQgKEMp IDIwMDUgU29mdHdhcmUgaW4gdGhlIFB1YmxpYyBJbnRlcmVzdAojIFRoaXMgZmlsZSBpcyBkaXN0 cmlidXRlZCB1bmRlciB0aGUgc2FtZSBsaWNlbnNlIGFzIHRoZSBjbXVjbCBwYWNrYWdlLgojCiMg Q2hhbmdlczoKIyAgLSBJbml0aWFsIHRyYW5zbGF0aW9uCiMgICAgICAgICBDw6lzYXIgR8OzbWV6 IE1hcnTDrW4gPGNlc2FyLmdvbWV6QGdtYWlsLmNvbT4KIwojICAgVHJhZHVjdG9yZXMsIHNpIG5v IGNvbm9jZSBlbCBmb3JtYXRvIFBPLCBtZXJlY2UgbGEgcGVuYSBsZWVyIGxhCiMgICBkb2N1bWVu dGFjacOzbiBkZSBnZXR0ZXh0LCBlc3BlY2lhbG1lbnRlIGxhcyBzZWNjaW9uZXMgZGVkaWNhZGFz IGEgZXN0ZQojICAgZm9ybWF0bywgcG9yIGVqZW1wbG8gZWplY3V0YW5kbzoKIyAgICAgICAgICBp bmZvIC1uICcoZ2V0dGV4dClQTyBGaWxlcycKIyAgICAgICAgICBpbmZvIC1uICcoZ2V0dGV4dClI ZWFkZXIgRW50cnknCiMgRXF1aXBvIGRlIHRyYWR1Y2Npw7NuIGFsIGVzcGHDsW9sLCBwb3IgZmF2 b3IsIGxlYW4gYW50ZXMgZGUgdHJhZHVjaXIKIyBsb3Mgc2lndWllbnRlcyBkb2N1bWVudG9zOgoj CiMgIC0gRWwgcHJveWVjdG8gZGUgdHJhZHVjY2nDs24gZGUgRGViaWFuIGFsIGVzcGHDsW9sCiMg ICAgaHR0cDovL3d3dy5kZWJpYW4ub3JnL2ludGwvc3BhbmlzaC8KIyAgICBlc3BlY2lhbG1lbnRl IGxhcyBub3RhcyBkZSB0cmFkdWNjacOzbiBlbgojICAgIGh0dHA6Ly93d3cuZGViaWFuLm9yZy9p bnRsL3NwYW5pc2gvbm90YXMKIwojICAtIExhIGd1w61hIGRlIHRyYWR1Y2Npw7NuIGRlIHBvJ3Mg ZGUgZGViY29uZjoKIyAgICAvdXNyL3NoYXJlL2RvYy9wby1kZWJjb25mL1JFQURNRS10cmFucwoj ICAgIG8gaHR0cDovL3d3dy5kZWJpYW4ub3JnL2ludGwvbDEwbi9wby1kZWJjb25mL1JFQURNRS10 cmFucwojCm1zZ2lkICIiCm1zZ3N0ciAiIgoiUHJvamVjdC1JZC1WZXJzaW9uOiBjbXVjbFxuIgoi UmVwb3J0LU1zZ2lkLUJ1Z3MtVG86IFxuIgoiUE9ULUNyZWF0aW9uLURhdGU6IDIwMDQtMDctMjkg MDA6NTIrMDIwMFxuIgoiUE8tUmV2aXNpb24tRGF0ZTogMjAwNS0xMC0xMSAxNjowNiswMTAwXG4i CiJMYXN0LVRyYW5zbGF0b3I6IEPDqXNhciBHw7NtZXogTWFydMOtbiA8Y2VzYXIuZ29tZXpAZ21h aWwuY29tPlxuIgoiTGFuZ3VhZ2UtVGVhbTogRGViaWFuIGwxMG4gc3BhbmlzaCA8ZGViaWFuLWwx MG4tc3BhbmlzaEBsaXN0cy5kZWJpYW4ub3JnPlxuIgoiTUlNRS1WZXJzaW9uOiAxLjBcbiIKIkNv bnRlbnQtVHlwZTogdGV4dC9wbGFpbjsgY2hhcnNldD11dGYtOFxuIgoiQ29udGVudC1UcmFuc2Zl ci1FbmNvZGluZzogOGJpdFxuIgoiWC1Qb2VkaXQtTGFuZ3VhZ2U6IFNwYW5pc2hcbiIKIlgtUG9l ZGl0LUNvdW50cnk6IFNQQUlOXG4iCiJYLVBvZWRpdC1Tb3VyY2VDaGFyc2V0OiB1dGYtOFxuIgoK Iy4gVHlwZTogbm90ZQojOiAuLi90ZW1wbGF0ZXM6Mwptc2dpZCAiQ29uZmlnIGZpbGUgY2hhbmdl ZCBpbmNvbXBhdGlibHkiCm1zZ3N0ciAiRWwgZmljaGVybyBkZSBjb25maWd1cmFjacOzbiBoYSBj YW1iaWFkbyB5IGVzIGluY29tcGF0aWJsZSIKCiMuIFR5cGU6IG5vdGUKIzogLi4vdGVtcGxhdGVz OjMKbXNnaWQgIlRoZSBjb25maWcgZmlsZSAvZXRjL2NvbW1vbi1saXNwL2NtdWNsL3NpdGUtaW5p dC5saXNwIGNoYW5nZWQgaW4gYW4gaW5jb21wYXRpYmxlIHdheSwgcGxlYXNlIHVwZ3JhZGUgdGhl IGZpbGUgb3IgaWYgeW91IGFyZSBub3QgZXZlbiBhc2tlZCwgbW92ZSB0aGUgL2V0Yy9jb21tb24t bGlzcC9jbXVjbC9zaXRlLWluaXQubGlzcC5kcGtnLW5ldyBmaWxlIHRvIC9ldGMvY29tbW9uLWxp c3AvY211Y2wvc2l0ZS1pbml0Lmxpc3AuIgptc2dzdHIgIkVsIGZpY2hlcm8gZGUgY29uZmlndXJh Y2nDs24gL2V0Yy9jb21tb24tbGlzcC9jbXVjbC9zaXRlLWluaXQubGlzcCBoYSBjYW1iaWFkbyB5 IGVzIGluY29tcGF0aWJsZSwgcG9yIGZhdm9yLCBhY3R1YWxpY2UgZWwgZmljaGVybyBvIG11ZXZh IGVsIGZpY2hlcm8gL2V0Yy9jb21tb24tbGlzcC9jbXVjbC9zaXRlLWluaXQubGlzcC5kcGtnLW5l dyBhIC9ldGMvY29tbW9uLWxpc3AvY211Y2wvc2l0ZS1pbml0Lmxpc3Agc2kgbmkgc2lxdWllcmEg aGEgc2lkbyBhdmlzYWRvLiIKCiMuIFR5cGU6IG5vdGUKIzogLi4vdGVtcGxhdGVzOjMKbXNnaWQg IkZhaWx1cmUgdG8gZG8gdGhpcyB3aWxsIHJlc3VsdCBpbiBhIGJyb2tlbiBpbnN0YWxsYXRpb24u Igptc2dzdHIgIkxhIGluc3RhbGFjacOzbiBubyBzZXLDoSBjb3JyZWN0YSBzaSBubyBoYWNlIGVz dG8uIgoK ------=_Part_2657_24255763.1129567329745-- --------------------------------------- Received: (at 334396-close) by bugs.debian.org; 20 Oct 2005 07:19:10 +0000 >From katie at spohr.debian.org Thu Oct 20 00:19:10 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESUfo-0002jk-00; Thu, 20 Oct 2005 00:17:12 -0700 From: Peter Van Eynde To: 334396-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334396: fixed in cmucl 19c-pre1-20051019-1 Message-Id: Sender: Archive Administrator Date: Thu, 20 Oct 2005 00:17:12 -0700 Delivered-To: 334396-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: cmucl Source-Version: 19c-pre1-20051019-1 We believe that the bug you reported is fixed in the latest version of cmucl, which is due to be installed in the Debian FTP archive: cmucl-clm_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-pre1-20051019-1_i386.deb cmucl-docs_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-docs_19c-pre1-20051019-1_all.deb cmucl-source_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-source_19c-pre1-20051019-1_all.deb cmucl_19c-pre1-20051019-1.diff.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.diff.gz cmucl_19c-pre1-20051019-1.dsc to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.dsc cmucl_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1_i386.deb cmucl_19c-pre1-20051019.orig.tar.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334396 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated cmucl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 19 Oct 2005 19:44:31 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-pre1-20051019-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 331308 334396 334695 Changes: cmucl (19c-pre1-20051019-1) unstable; urgency=low . * Swedish debconf templates translation (Closes: #331308) * Spanish debconf translation (Closes: #334396) * Simplify chinese debconf translation (Closes: #334695) * New upstream Files: fddd80065ac28ffb8e32c59d932bd06c 734 devel optional cmucl_19c-pre1-20051019-1.dsc cd2bb74c72fbc00abcd35a3ccfba288f 4663255 devel optional cmucl_19c-pre1-20051019.orig.tar.gz ccb019b54febbefcf17cee483e382c10 1505711 devel optional cmucl_19c-pre1-20051019-1.diff.gz 4bd2788959a6d8d5b6b2b5cbb1c607cb 10576976 devel optional cmucl_19c-pre1-20051019-1_i386.deb 5bbf6a554964b99c753a57e86372dcb7 653180 devel optional cmucl-clm_19c-pre1-20051019-1_i386.deb 26bd5e72d7b8c5e4a3d5016c85bf9807 2277556 doc optional cmucl-docs_19c-pre1-20051019-1_all.deb 7d9cd8ce0ddf568b926b835604418719 5174400 devel optional cmucl-source_19c-pre1-20051019-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVxPD11ldN0tyliURAqn8AJ4664UtiVo/aQR2uSW8EIKOwXdPQwCgyr92 atBYL2uZzgbLJRQm6VIoSn0= =3Pf7 -----END PGP SIGNATURE----- From owner at bugs.debian.org Thu Oct 20 07:33:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 00:33:09 -0700 Subject: [cl-debian] Bug#334695: marked as done (Simplify chinese debconf translation) In-Reply-To: References: <43561EE1.4000909@gmail.com> Message-ID: Your message dated Thu, 20 Oct 2005 00:17:12 -0700 with message-id and subject line Bug#334695: fixed in cmucl 19c-pre1-20051019-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 19 Oct 2005 10:23:01 +0000 >From tianchunbinghe at gmail.com Wed Oct 19 03:23:01 2005 Return-path: Received: from zproxy.gmail.com [64.233.162.196] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ESB64-0008Ua-00; Wed, 19 Oct 2005 03:23:00 -0700 Received: by zproxy.gmail.com with SMTP id x3so34996nzd for ; Wed, 19 Oct 2005 03:22:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:organization:user-agent:x-accept-language:mime-version:to:subject:content-type; b=VA5vmJD1r5gZe+ti31N/he9pumd8RmcmS7Q3a4adicihmVOt9TADtHHPFnn1Y3xg6HOXuL6QW+STnSIelRhgQRo+P9IxOeSeYIaeKyF7F5hMQp18TWzVO95TwfQlbY2+UmIdwDrnSVASOJyXxvI56QGJyUiyJwzgviA4PNw4raA= Received: by 10.36.222.9 with SMTP id u9mr408214nzg; Wed, 19 Oct 2005 03:22:59 -0700 (PDT) Received: from ?10.214.1.201? ( [218.108.31.122]) by mx.gmail.com with ESMTP id 34sm471283nza.2005.10.19.03.22.57; Wed, 19 Oct 2005 03:22:58 -0700 (PDT) Message-ID: <43561EE1.4000909 at gmail.com> Disposition-Notification-To: binghe Date: Wed, 19 Oct 2005 18:24:33 +0800 From: binghe Organization: Zhejiang University User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1 X-Accept-Language: zh-cn, zh-tw, zh, en-us, en, ja MIME-Version: 1.0 To: submit at bugs.debian.org Subject: Simplify chinese debconf translation Content-Type: multipart/mixed; boundary="------------030006080401010501040208" Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SBLXBL,RCVD_IN_SBLXBL_CBL autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part message in MIME format. --------------030006080401010501040208 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Package: cmucl Version: 19b-release-20050726-5 Priority: wishlist Tags: l10n Please find attached the Simplify chinese debconf translation for cmucl Thanks -- (setq reply-to (concatenate 'string "Binghe " "")) --------------030006080401010501040208 Content-Type: text/plain; name="zh_CN.po" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="zh_CN.po" IwojICAgIFRyYW5zbGF0b3JzLCBpZiB5b3UgYXJlIG5vdCBmYW1pbGlhciB3aXRoIHRoZSBQ TyBmb3JtYXQsIGdldHRleHQKIyAgICBkb2N1bWVudGF0aW9uIGlzIHdvcnRoIHJlYWRpbmcs IGVzcGVjaWFsbHkgc2VjdGlvbnMgZGVkaWNhdGVkIHRvCiMgICAgdGhpcyBmb3JtYXQsIGUu Zy4gYnkgcnVubmluZzoKIyAgICAgICAgIGluZm8gLW4gJyhnZXR0ZXh0KVBPIEZpbGVzJwoj ICAgICAgICAgaW5mbyAtbiAnKGdldHRleHQpSGVhZGVyIEVudHJ5JwojCiMgICAgU29tZSBp bmZvcm1hdGlvbiBzcGVjaWZpYyB0byBwby1kZWJjb25mIGFyZSBhdmFpbGFibGUgYXQKIyAg ICAgICAgICAgIC91c3Ivc2hhcmUvZG9jL3BvLWRlYmNvbmYvUkVBRE1FLXRyYW5zCiMgICAg ICAgICBvciBodHRwOi8vd3d3LmRlYmlhbi5vcmcvaW50bC9sMTBuL3BvLWRlYmNvbmYvUkVB RE1FLXRyYW5zCiMKIyAgICBEZXZlbG9wZXJzIGRvIG5vdCBuZWVkIHRvIG1hbnVhbGx5IGVk aXQgUE9UIG9yIFBPIGZpbGVzLgojCiMsIGZ1enp5Cm1zZ2lkICIiCm1zZ3N0ciAiIgoiUHJv amVjdC1JZC1WZXJzaW9uOiBjbXVjbCAxOWItcmVsZWFzZS0yMDA1MDcyNi01XG4iCiJSZXBv cnQtTXNnaWQtQnVncy1UbzogXG4iCiJQT1QtQ3JlYXRpb24tRGF0ZTogMjAwNC0wNy0yOSAw MDo1MiswMjAwXG4iCiJQTy1SZXZpc2lvbi1EYXRlOiAyMDA1LTEwLTE5IDE4OjIyKzA4MDBc biIKIkxhc3QtVHJhbnNsYXRvcjogQ2h1biBUaWFuIChiaW5naGUpIDx0aWFuY2h1bmJpbmdo ZUBnbWFpbC5jb20+XG4iCiJMYW5ndWFnZS1UZWFtOiBJbnRlcm5hdGlvbmFsaXphdGlvbiA8 ZGViaWFuLWkxOG5AbGlzdHMuZGViaWFuLm9yZz5cbiIKIk1JTUUtVmVyc2lvbjogMS4wXG4i CiJDb250ZW50LVR5cGU6IHRleHQvcGxhaW47IGNoYXJzZXQ9VVRGLThcbiIKIkNvbnRlbnQt VHJhbnNmZXItRW5jb2Rpbmc6IDhiaXRcbiIKCiMuIFR5cGU6IG5vdGUKIy4gRGVzY3JpcHRp b24KIzogLi4vdGVtcGxhdGVzOjMKbXNnaWQgIkNvbmZpZyBmaWxlIGNoYW5nZWQgaW5jb21w YXRpYmx5Igptc2dzdHIgIumFjee9ruaWh+S7tuWPkeeUn+S6huS4jeWFvOWuueeahOWPmOWM liIKCiMuIFR5cGU6IG5vdGUKIy4gRGVzY3JpcHRpb24KIzogLi4vdGVtcGxhdGVzOjMKbXNn aWQgIiIKIlRoZSBjb25maWcgZmlsZSAvZXRjL2NvbW1vbi1saXNwL2NtdWNsL3NpdGUtaW5p dC5saXNwIGNoYW5nZWQgaW4gYW4gIgoiaW5jb21wYXRpYmxlIHdheSwgcGxlYXNlIHVwZ3Jh ZGUgdGhlIGZpbGUgb3IgaWYgeW91IGFyZSBub3QgZXZlbiBhc2tlZCwgbW92ZSAiCiJ0aGUg L2V0Yy9jb21tb24tbGlzcC9jbXVjbC9zaXRlLWluaXQubGlzcC5kcGtnLW5ldyBmaWxlIHRv IC9ldGMvY29tbW9uLWxpc3AvIgoiY211Y2wvc2l0ZS1pbml0Lmxpc3AuIgptc2dzdHIgIumF jee9ruaWh+S7tiAvZXRjL2NvbW1vbi1saXNwL2NtdWNsL3NpdGUtaW5pdC5saXNwIOW3sue7 j+aUueWPmOW5tuS6p+eUn+S4jeWFvOWuue+8jOivt+WNh+e6p+ivpeaWh+S7tu+8jOaIluiA heWmguaenOayoeacieivoumXrueahOivne+8jOaKiuaWh+S7tiAvZXRjL2NvbW1vbi1saXNw L2NtdWNsL3NpdGUtaW5pdC5saXNwLmRwa2ctbmV3IOaUueWQjeS4uiAvZXRjL2NvbW1vbi1s aXNwL2NtdWNsL3NpdGUtaW5pdC5saXNw44CCIgoKIy4gVHlwZTogbm90ZQojLiBEZXNjcmlw dGlvbgojOiAuLi90ZW1wbGF0ZXM6Mwptc2dpZCAiRmFpbHVyZSB0byBkbyB0aGlzIHdpbGwg cmVzdWx0IGluIGEgYnJva2VuIGluc3RhbGxhdGlvbi4iCm1zZ3N0ciAi5q2k5pON5L2c5aSx 6LSl5bCG5a+86Ie05LiA5Liq56C05o2f55qE5a6J6KOF44CCIgo= --------------030006080401010501040208-- --------------------------------------- Received: (at 334695-close) by bugs.debian.org; 20 Oct 2005 07:18:50 +0000 >From katie at spohr.debian.org Thu Oct 20 00:18:50 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESUfo-0002jm-00; Thu, 20 Oct 2005 00:17:12 -0700 From: Peter Van Eynde To: 334695-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334695: fixed in cmucl 19c-pre1-20051019-1 Message-Id: Sender: Archive Administrator Date: Thu, 20 Oct 2005 00:17:12 -0700 Delivered-To: 334695-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: cmucl Source-Version: 19c-pre1-20051019-1 We believe that the bug you reported is fixed in the latest version of cmucl, which is due to be installed in the Debian FTP archive: cmucl-clm_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-pre1-20051019-1_i386.deb cmucl-docs_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-docs_19c-pre1-20051019-1_all.deb cmucl-source_19c-pre1-20051019-1_all.deb to pool/main/c/cmucl/cmucl-source_19c-pre1-20051019-1_all.deb cmucl_19c-pre1-20051019-1.diff.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.diff.gz cmucl_19c-pre1-20051019-1.dsc to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1.dsc cmucl_19c-pre1-20051019-1_i386.deb to pool/main/c/cmucl/cmucl_19c-pre1-20051019-1_i386.deb cmucl_19c-pre1-20051019.orig.tar.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334695 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated cmucl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 19 Oct 2005 19:44:31 +0200 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-pre1-20051019-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 331308 334396 334695 Changes: cmucl (19c-pre1-20051019-1) unstable; urgency=low . * Swedish debconf templates translation (Closes: #331308) * Spanish debconf translation (Closes: #334396) * Simplify chinese debconf translation (Closes: #334695) * New upstream Files: fddd80065ac28ffb8e32c59d932bd06c 734 devel optional cmucl_19c-pre1-20051019-1.dsc cd2bb74c72fbc00abcd35a3ccfba288f 4663255 devel optional cmucl_19c-pre1-20051019.orig.tar.gz ccb019b54febbefcf17cee483e382c10 1505711 devel optional cmucl_19c-pre1-20051019-1.diff.gz 4bd2788959a6d8d5b6b2b5cbb1c607cb 10576976 devel optional cmucl_19c-pre1-20051019-1_i386.deb 5bbf6a554964b99c753a57e86372dcb7 653180 devel optional cmucl-clm_19c-pre1-20051019-1_i386.deb 26bd5e72d7b8c5e4a3d5016c85bf9807 2277556 doc optional cmucl-docs_19c-pre1-20051019-1_all.deb 7d9cd8ce0ddf568b926b835604418719 5174400 devel optional cmucl-source_19c-pre1-20051019-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVxPD11ldN0tyliURAqn8AJ4664UtiVo/aQR2uSW8EIKOwXdPQwCgyr92 atBYL2uZzgbLJRQm6VIoSn0= =3Pf7 -----END PGP SIGNATURE----- From alceste at muvara.org Thu Oct 20 11:01:58 2005 From: alceste at muvara.org (Alceste Scalas) Date: Thu, 20 Oct 2005 13:01:58 +0200 Subject: [cl-debian] New packages: ironclad, tbnl, url-rewrite In-Reply-To: <200510192006.40917.cl-debian@pvaneynd.mailworks.org> References: <1129469694.7727.78.camel@localhost> <200510170901.38479.cl-debian@pvaneynd.mailworks.org> <1129724320.7440.20.camel@localhost> <200510192006.40917.cl-debian@pvaneynd.mailworks.org> Message-ID: <1129806118.7260.7.camel@localhost> Il giorno mer, 19/10/2005 alle 20.06 +0200, Peter Van Eynde ha scritto: > On Wednesday 19 October 2005 14:18, Alceste Scalas wrote: > > The upstream/ directory contains the upstream repos used by > > darcs-buildpackage. I've applied some patches in there, too, to avoid > > non-free content appear in .orig.tar.gz when packages are built. More > > in detail: > > That is ok, but should only be noted in the README.Debian file, no alteration > of upstream version numbers is needed. Ok, next releases will keep the upstream version numbers. Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From owner at bugs.debian.org Fri Oct 21 03:33:06 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 20:33:06 -0700 Subject: [cl-debian] Processed: tagging 330468 In-Reply-To: <20051021033200.9B144179EED@sharrow> References: <20051021033200.9B144179EED@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > tags 330468 + wontfix Bug#330468: sbcl: Can't start sbcl with kernel 2.4.27-2-686 There were no tags set. Tags added: wontfix > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Fri Oct 21 03:48:06 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 20:48:06 -0700 Subject: [cl-debian] Processed: severity of 330468 is important In-Reply-To: <20051021033608.4ABE1179EED@sharrow> References: <20051021033608.4ABE1179EED@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > severity 330468 important Bug#330468: sbcl: Can't start sbcl with kernel 2.4.27-2-686 Severity set to `important'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Fri Oct 21 04:03:04 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 21:03:04 -0700 Subject: [cl-debian] Processed: notfound 278285 in 1:2.35-3 In-Reply-To: <20051021035117.02585179EED@sharrow> References: <20051021035117.02585179EED@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > notfound 278285 1:2.35-3 Bug#278285: clisp-dev needs to depend on -dev versions of clisp's dependencies Bug marked as not found in version 1:2.35-3. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Fri Oct 21 04:03:12 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 21:03:12 -0700 Subject: [cl-debian] Processed: setting package to clisp clisp-dev clisp-doc, tagging 334234 In-Reply-To: <20051021035936.1C9BF179EED@sharrow> References: <20051021035936.1C9BF179EED@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > package clisp clisp-dev clisp-doc Ignoring bugs not assigned to: clisp clisp-dev clisp-doc > tags 334234 + pending Bug#334234: clisp: configure gets rerun gratuitiously Tags were: patch Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Fri Oct 21 04:03:13 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 20 Oct 2005 21:03:13 -0700 Subject: [cl-debian] Bug#234394: marked as done (require problem with clisp and common-lisp-controller) In-Reply-To: <200510210554.49447.pvaneynd@debian.org> References: <200510210554.49447.pvaneynd@debian.org> <87u11hrc25.fsf@merceron.meteo.fr> Message-ID: Your message dated Fri, 21 Oct 2005 05:54:48 +0200 with message-id <200510210554.49447.pvaneynd at debian.org> and subject line This bug is no longer relevant has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 23 Feb 2004 16:33:28 +0000 >From Bernard.Urban at meteo.fr Mon Feb 23 08:33:28 2004 Return-path: Received: from cadillac.meteo.fr [137.129.1.4] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AvJ1M-0005xx-00; Mon, 23 Feb 2004 08:33:28 -0800 Received: from merceron.meteo.fr (localhost.meteo.fr [127.0.0.1]) by cadillac.meteo.fr (8.9.3 (PHNE_28760_binary)/8.9.3) with ESMTP id QAA09415; Mon, 23 Feb 2004 16:32:54 GMT To: submit at bugs.debian.org Cc: bernard.urban at meteo.fr Subject: require problem with clisp and common-lisp-controller From: Bernard Urban Date: 23 Feb 2004 17:32:50 +0100 Message-ID: <87u11hrc25.fsf at merceron.meteo.fr> Lines: 96 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_22 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_02_22 X-Spam-Level: Package: common-lisp-controller Version: 3.64-0.1bu (suffixes in "bu" indicate simple recompilation on my woody system) Consider the one line files: =3D=3D=3D test-ok2.lisp =3D=3D=3D (common-lisp-controller:clc-require :port) =3D=3D=3D test-ok2.lisp =3D=3D=3D =3D=3D=3D test-bug2.lisp =3D=3D=3D (require :port) =3D=3D=3D test-bug2.lisp =3D=3D=3D ramses at merceron:~$ clisp i i i i i i i ooooo o ooooooo ooooo ooooo I I I I I I I 8 8 8 8 8 o 8 8 I \ `+' / I 8 8 8 8 8 8 \ `-+-' / 8 8 8 ooooo 8oooo `-__|__-' 8 8 8 8 8 | 8 o 8 8 o 8 8 ------+------ ooooo 8oooooo ooo8ooo ooooo 8 Copyright (c) Bruno Haible, Michael Stoll 1992, 1993 Copyright (c) Bruno Haible, Marcus Daniels 1994-1997 Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 Copyright (c) Bruno Haible, Sam Steingold 1999-2002 [1]> (compile-file "test-ok2.lisp") Compilation du fichier /home/ramses/test-ok2.lisp... Wrote file /home/ramses/test-ok2.fas 0 erreurs, 0 avertissements #P"/home/ramses/test-ok2.fas" ; NIL ; NIL [2]>=20 =C0 bient=F4t! ramses at merceron:~$ clisp i i i i i i i ooooo o ooooooo ooooo ooooo I I I I I I I 8 8 8 8 8 o 8 8 I \ `+' / I 8 8 8 8 8 8 \ `-+-' / 8 8 8 ooooo 8oooo `-__|__-' 8 8 8 8 8 | 8 o 8 8 o 8 8 ------+------ ooooo 8oooooo ooo8ooo ooooo 8 Copyright (c) Bruno Haible, Michael Stoll 1992, 1993 Copyright (c) Bruno Haible, Marcus Daniels 1994-1997 Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 Copyright (c) Bruno Haible, Sam Steingold 1999-2002 [1]> (compile-file "test-bug2.lisp") Compilation du fichier /home/ramses/test-bug2.lisp... *** - OPEN : Le fichier #P"/home/ramses/port.lisp" n'existe pas. 1. Break [2]>=20 Same compilation works ok with cmucl. Simply loading is always ok. Using "trace" to look for the several "require" appearing in common-lisp-controller, asdf and lisp packages did not help so far. Problem appears for other packages I use (infix, split-sequence). Dirty work-around: allways use common-lisp-controller:clc-require Other info: cl-port: Installed: 1.0.1.2-2 cl-asdf: Installed: 1.73b-0.1bu cl-defsystem3: Installed: 3.3i+cvs.2003.04.30-0.1bu clisp: Installed: 1:2.30-7.1bu cmucl: Installed: 18e-7.1bu uname -a Linux merceron 2.4.18 #1 lun d=E9c 15 09:30:51 CET 2003 i686 unknown Regards. --=20 Bernard Urban --------------------------------------- Received: (at 234394-done) by bugs.debian.org; 21 Oct 2005 03:54:51 +0000 >From pvaneynd at debian.org Thu Oct 20 20:54:51 2005 Return-path: Received: from out3.smtp.messagingengine.com [66.111.4.27] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ESnzW-0008Lt-00; Thu, 20 Oct 2005 20:54:51 -0700 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 1FEBFCD5457 for <234394-done at bugs.debian.org>; Thu, 20 Oct 2005 23:54:49 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 20 Oct 2005 23:54:49 -0400 X-Sasl-enc: HKEetIy5Hbz2mZhECH0+kELW0Y1cL2VzLrDjRgjXndir 1129866887 Received: from sharrow (43.11-200-80.adsl.skynet.be [80.200.11.43]) by frontend2.messagingengine.com (Postfix) with ESMTP id D86B7570147 for <234394-done at bugs.debian.org>; Thu, 20 Oct 2005 23:54:47 -0400 (EDT) From: Peter Van Eynde To: 234394-done at bugs.debian.org Subject: This bug is no longer relevant Date: Fri, 21 Oct 2005 05:54:48 +0200 User-Agent: KMail/1.8.2 Organization: Debian MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510210554.49447.pvaneynd at debian.org> Delivered-To: 234394-done at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 As due to other problems common-lisp-controller in version 4 changed from overriding the require function (which sometimes failed) to providing the clc:clc-require function, which always seems to work. 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 luca at pca.it Fri Oct 21 14:32:58 2005 From: luca at pca.it (Luca Capello) Date: Fri, 21 Oct 2005 16:32:58 +0200 Subject: [cl-debian] Re: ITP: cl-rfc2388 -- an implementation of RFC 2388 in Common Lisp In-Reply-To: <8764u3s6wc.fsf@gismo.pca.it> References: <20050525051704.6AAE617A23C@sharrow> <87oeammo6h.fsf@gismo.pca.it> <20050606151558.GL4992@stusta.de> <8764u3s6wc.fsf@gismo.pca.it> Message-ID: <87ek6fdjol.fsf@gismo.pca.it> submitter ! thanks On Thu 18 Aug 2005 15:37 +0200, Luca Capello wrote: > So, while the cl-rfc2388's CVS (and, unfortunately, version 1.0) > contains a debian/ folder, I'm going to ask Janis to delete it. > > An then I'll finish packaging cl-rfc2388, so it could finally enter > Debian official. The package is ready in the CL-debian repository, lintian and linda clean. Peter, you can upload it :-) Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From pvaneynd at debian.org Fri Oct 21 15:47:07 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 21 Oct 2005 08:47:07 -0700 Subject: [cl-debian] Accepted cl-environment 1:1.3-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 08:17:07 +0200 Source: cl-environment Binary: cl-environment Architecture: source all Version: 1:1.3-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-environment - Object-Oriented Environment Encapsulation for Common Lisp Program Changes: cl-environment (1:1.3-1) unstable; urgency=low . * New upstream Files: 2fbc8fd8100eef09c31ddc4617109ccc 596 devel optional cl-environment_1.3-1.dsc f4bcb83809becbb10e0aabfd6279b093 22989 devel optional cl-environment_1.3.orig.tar.gz 56c68a67daa2116c7655c5b7389f4393 2982 devel optional cl-environment_1.3-1.diff.gz fe7ac5827d156346bd8747def5479ea8 13456 devel optional cl-environment_1.3-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWQhR11ldN0tyliURAiubAJ4qnyYjrMAHbvA6mXEbW9UtRtl/xwCeM+pt 4jK/Jdwk/uz2w13Op7fXmW4= =Uik5 -----END PGP SIGNATURE----- Accepted: cl-environment_1.3-1.diff.gz to pool/main/c/cl-environment/cl-environment_1.3-1.diff.gz cl-environment_1.3-1.dsc to pool/main/c/cl-environment/cl-environment_1.3-1.dsc cl-environment_1.3-1_all.deb to pool/main/c/cl-environment/cl-environment_1.3-1_all.deb cl-environment_1.3.orig.tar.gz to pool/main/c/cl-environment/cl-environment_1.3.orig.tar.gz From pvaneynd at debian.org Fri Oct 21 15:47:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 21 Oct 2005 08:47:05 -0700 Subject: [cl-debian] Accepted cl-cil 1:20050701-3 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 13:59:23 +0200 Source: cl-cil Binary: cl-cil Architecture: source all Version: 1:20050701-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-cil - Chess In Lisp. A chess library in Common Lisp Closes: 334976 Changes: cl-cil (1:20050701-3) unstable; urgency=low . * FTBFS: Missing Build-Depends on 'dh-lisp' (Closes: #334976) * Actually installing the files would help. I cleaned up a little too much. Files: 1b7c9a5bb50a0e1d87f9d80785bff430 586 doc optional cl-cil_20050701-3.dsc 22d5ebaeeab0d94c06683bfd89ade0e1 1142 doc optional cl-cil_20050701-3.diff.gz 95ab3a8826567ba739e5913712c92cf3 19712 doc optional cl-cil_20050701-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWNhy11ldN0tyliURAiKaAJ9slfGvURWN4DEpUR+509dfsbZpBACcCJ6a QyHHH/FiolskGEBJeGj1G1E= =j1pG -----END PGP SIGNATURE----- Accepted: cl-cil_20050701-3.diff.gz to pool/main/c/cl-cil/cl-cil_20050701-3.diff.gz cl-cil_20050701-3.dsc to pool/main/c/cl-cil/cl-cil_20050701-3.dsc cl-cil_20050701-3_all.deb to pool/main/c/cl-cil/cl-cil_20050701-3_all.deb From owner at bugs.debian.org Fri Oct 21 15:48:27 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 21 Oct 2005 08:48:27 -0700 Subject: [cl-debian] Bug#334976: marked as done (cl-cil: FTBFS: Missing Build-Depends on 'dh-lisp') In-Reply-To: References: Message-ID: Your message dated Fri, 21 Oct 2005 08:47:05 -0700 with message-id and subject line Bug#334976: fixed in cl-cil 1:20050701-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) -------------------------------------- Received: (at submit) by bugs.debian.org; 21 Oct 2005 08:38:56 +0000 >From aj at andaco.de Fri Oct 21 01:38:56 2005 Return-path: Received: from d082145.adsl.hansenet.de (localhost.localdomain) [80.171.82.145] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ESsQR-0001Wu-00; Fri, 21 Oct 2005 01:38:56 -0700 Received: from aj by localhost.localdomain with local (Exim 4.53) id 1ESsQO-00053N-EF; Fri, 21 Oct 2005 10:38:52 +0200 To: Debian Bug Tracking System From: Andreas Jochens Subject: cl-cil: FTBFS: Missing Build-Depends on 'dh-lisp' Message-Id: Date: Fri, 21 Oct 2005 10:38:52 +0200 Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: cl-cil Version: 1:20050701-2 Severity: serious Tags: patch When building 'cl-cil' in a clean 'unstable' chroot, I get the following error: debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs dh_lisp make: dh_lisp: Command not found make: *** [binary-arch] Error 127 Please add the missing Build-Depends on 'dh-lisp' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/cl-cil-20050701/debian/control ./debian/control --- ../tmp-orig/cl-cil-20050701/debian/control 2005-10-21 10:35:39.000000000 +0200 +++ ./debian/control 2005-10-21 10:35:37.000000000 +0200 @@ -1,7 +1,7 @@ Source: cl-cil Section: doc Priority: optional -Build-Depends-Indep: debhelper (>= 4.0) +Build-Depends-Indep: debhelper, dh-lisp Maintainer: Peter Van Eynde Standards-Version: 3.6.2.1 --------------------------------------- Received: (at 334976-close) by bugs.debian.org; 21 Oct 2005 15:47:53 +0000 >From katie at spohr.debian.org Fri Oct 21 08:47:53 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESz6n-0003lk-00; Fri, 21 Oct 2005 08:47:05 -0700 From: Peter Van Eynde To: 334976-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334976: fixed in cl-cil 1:20050701-3 Message-Id: Sender: Archive Administrator Date: Fri, 21 Oct 2005 08:47:05 -0700 Delivered-To: 334976-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: cl-cil Source-Version: 1:20050701-3 We believe that the bug you reported is fixed in the latest version of cl-cil, which is due to be installed in the Debian FTP archive: cl-cil_20050701-3.diff.gz to pool/main/c/cl-cil/cl-cil_20050701-3.diff.gz cl-cil_20050701-3.dsc to pool/main/c/cl-cil/cl-cil_20050701-3.dsc cl-cil_20050701-3_all.deb to pool/main/c/cl-cil/cl-cil_20050701-3_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334976 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated cl-cil package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 13:59:23 +0200 Source: cl-cil Binary: cl-cil Architecture: source all Version: 1:20050701-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-cil - Chess In Lisp. A chess library in Common Lisp Closes: 334976 Changes: cl-cil (1:20050701-3) unstable; urgency=low . * FTBFS: Missing Build-Depends on 'dh-lisp' (Closes: #334976) * Actually installing the files would help. I cleaned up a little too much. Files: 1b7c9a5bb50a0e1d87f9d80785bff430 586 doc optional cl-cil_20050701-3.dsc 22d5ebaeeab0d94c06683bfd89ade0e1 1142 doc optional cl-cil_20050701-3.diff.gz 95ab3a8826567ba739e5913712c92cf3 19712 doc optional cl-cil_20050701-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWNhy11ldN0tyliURAiKaAJ9slfGvURWN4DEpUR+509dfsbZpBACcCJ6a QyHHH/FiolskGEBJeGj1G1E= =j1pG -----END PGP SIGNATURE----- From pvaneynd at debian.org Fri Oct 21 15:47:08 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 21 Oct 2005 08:47:08 -0700 Subject: [cl-debian] Accepted common-lisp-controller 4.21 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 06:01:51 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.21 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: 334189 334406 334550 Changes: common-lisp-controller (4.21) unstable; urgency=low . * [INTL:sv] Swedish debconf templates translation (Closes: #334189) from Daniel Nylander * Spanish debconf translation (Closes: #334550) * reduce priority of common-lisp-control's asdf repository (Closes: #334406) Even if it affects Gentoo :-) Files: 1b3104fb82e5733273d6fcb991b0052c 588 devel optional common-lisp-controller_4.21.dsc 1ac11d033b02db6d0d9fc9572c28c7be 143967 devel optional common-lisp-controller_4.21.tar.gz e41452f70e3ed608b2fe7376c7abf901 25158 devel optional common-lisp-controller_4.21_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWN/711ldN0tyliURAtugAKCXIgMh0CKsaKwEf5razbwBERBbCACgmV19 XNRZ93of8pmBEOjXonyD7IU= =UY9a -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.21.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.dsc common-lisp-controller_4.21.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.tar.gz common-lisp-controller_4.21_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.21_all.deb From owner at bugs.debian.org Fri Oct 21 15:48:26 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 21 Oct 2005 08:48:26 -0700 Subject: [cl-debian] Bug#334550: marked as done (common-lisp-controller: Spanish debconf translation) In-Reply-To: References: Message-ID: Your message dated Fri, 21 Oct 2005 08:47:08 -0700 with message-id and subject line Bug#334550: fixed in common-lisp-controller 4.21 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 18 Oct 2005 16:47:08 +0000 >From cesar.gomez at gmail.com Tue Oct 18 09:47:08 2005 Return-path: Received: from rproxy.gmail.com [64.233.170.195] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ERucG-0000JE-00; Tue, 18 Oct 2005 09:47:08 -0700 Received: by rproxy.gmail.com with SMTP id f1so32347rne for ; Tue, 18 Oct 2005 09:47:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=XXIUKQ1Yt0t9E2ZoKkTCgSW2cjgbakhqePzi7L9awPPn8IKY0V1C7MAZbGBQH8O//4FYMu3euA1DTG1xIHLkzOWsxd5CaRxTDGeEKnBW7NsCfjR/+T97qj+2GpJlqnqbVefNih3g+uzDDOc89765AtV7yekjA3EpocNgTB/6th4= Received: by 10.11.120.8 with SMTP id s8mr98211cwc; Tue, 18 Oct 2005 09:47:07 -0700 (PDT) Received: by 10.11.98.9 with HTTP; Tue, 18 Oct 2005 09:47:07 -0700 (PDT) Message-ID: Date: Tue, 18 Oct 2005 18:47:07 +0200 From: =?ISO-8859-1?Q?C=E9sar_G=F3mez_Mart=EDn?= To: submit at bugs.debian.org Subject: common-lisp-controller: Spanish debconf translation In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_809_5312924.1129654027298" References: Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-5.1 required=4.0 tests=BAYES_44,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 ------=_Part_809_5312924.1129654027298 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Package: common-lisp-controller Version: 4.16 Priority: wishlist Tags: l10n Please find attached the spanish debconf translation for common-lisp-controller, reviewed by the debian-l10n-spanish mailing list. Thanks -- C=E9sar G=F3mez Mart=EDn - www.cesargomez.org - cesar.gomez at juntaextremadura.net ------=_Part_809_5312924.1129654027298 Content-Type: text/x-gettext-translation; name=es.po; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="es.po" # common-lisp-controller po-debconf translation to Spanish # Copyright (C) 2005 Software in the Public Interest # This file is distributed under the same license as the common-lisp-contro= ller package. # # Changes: # - Initial translation # C=C3=A9sar G=C3=B3mez Mart=C3=ADn # # Traductores, si no conoce el formato PO, merece la pena leer la # documentaci=C3=B3n 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=C3=B3n al espa=C3=B1ol, por favor, lean antes de tradu= cir # los siguientes documentos: # # - El proyecto de traducci=C3=B3n de Debian al espa=C3=B1ol # http://www.debian.org/intl/spanish/ # especialmente las notas de traducci=C3=B3n en # http://www.debian.org/intl/spanish/notas # # - La gu=C3=ADa de traducci=C3=B3n 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: common-lisp-controller\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-07-26 16:40+0200\n" "PO-Revision-Date: 2005-09-02 17:53+0100\n" "Last-Translator: C=C3=A9sar G=C3=B3mez Mart=C3=ADn = \n" "Language-Team: Debian l10n spanish \= n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=3Dutf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Spanish\n" "X-Poedit-Country: SPAIN\n" "X-Poedit-SourceCharset: utf-8\n" #. Type: string #: ../templates:3 msgid "Unknown" msgstr "Desconocido" #. Type: string #: ../templates:4 msgid "The short common LISP site name" msgstr "Nombre corto del sitio de common LISP" #. Type: string #: ../templates:4 msgid "You can configure what the common LISP implementations are going to = use as \"short site name\". This is mostly unused except in some error repo= rting tools." msgstr "Puede configurar el par=C3=A1metro que las implementaciones de comm= on LISP van a usar como =C2=ABnombre corto del sitio=C2=BB. Esto no se usa = normalmente, excepto en algunas herramientas de informe de errores." #. Type: string #: ../templates:11 msgid "Site name not initialized" msgstr "El nombre del sitio no est=C3=A1 inicializado" #. Type: string #: ../templates:12 msgid "The long common LISP site name" msgstr "Nombre largo del sitio de common LISP" #. Type: string #: ../templates:12 msgid "You can configure what the common LISP implementations are going to = use as \"long site name\". This is mostly unused except in some error repor= ting tools." msgstr "Puede configurar el par=C3=A1metro que las implementaciones de comm= on LISP van a usar como =C2=ABnombre largo del sitio=C2=BB. Esto no se usa = normalmente, excepto en algunas herramientas de informe de errores." ------=_Part_809_5312924.1129654027298-- --------------------------------------- Received: (at 334550-close) by bugs.debian.org; 21 Oct 2005 15:48:01 +0000 >From katie at spohr.debian.org Fri Oct 21 08:48:01 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESz6q-0003mU-00; Fri, 21 Oct 2005 08:47:08 -0700 From: Peter Van Eynde To: 334550-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334550: fixed in common-lisp-controller 4.21 Message-Id: Sender: Archive Administrator Date: Fri, 21 Oct 2005 08:47:08 -0700 Delivered-To: 334550-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: common-lisp-controller Source-Version: 4.21 We believe that the bug you reported is fixed in the latest version of common-lisp-controller, which is due to be installed in the Debian FTP archive: common-lisp-controller_4.21.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.dsc common-lisp-controller_4.21.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.tar.gz common-lisp-controller_4.21_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.21_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334550 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated common-lisp-controller package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 06:01:51 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.21 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: 334189 334406 334550 Changes: common-lisp-controller (4.21) unstable; urgency=low . * [INTL:sv] Swedish debconf templates translation (Closes: #334189) from Daniel Nylander * Spanish debconf translation (Closes: #334550) * reduce priority of common-lisp-control's asdf repository (Closes: #334406) Even if it affects Gentoo :-) Files: 1b3104fb82e5733273d6fcb991b0052c 588 devel optional common-lisp-controller_4.21.dsc 1ac11d033b02db6d0d9fc9572c28c7be 143967 devel optional common-lisp-controller_4.21.tar.gz e41452f70e3ed608b2fe7376c7abf901 25158 devel optional common-lisp-controller_4.21_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWN/711ldN0tyliURAtugAKCXIgMh0CKsaKwEf5razbwBERBbCACgmV19 XNRZ93of8pmBEOjXonyD7IU= =UY9a -----END PGP SIGNATURE----- From owner at bugs.debian.org Fri Oct 21 15:48:24 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 21 Oct 2005 08:48:24 -0700 Subject: [cl-debian] Bug#334406: marked as done (reduce priority of common-lisp-control's asdf repository) In-Reply-To: References: <20051017175717.AE7A57933A@irulan.endorphin.org> Message-ID: Your message dated Fri, 21 Oct 2005 08:47:08 -0700 with message-id and subject line Bug#334406: fixed in common-lisp-controller 4.21 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Oct 2005 17:33:23 +0000 >From clemens at endorphin.org Mon Oct 17 10:33:23 2005 Return-path: Received: from irulan.endorphin.org [80.68.90.107] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ERYrS-00082F-00; Mon, 17 Oct 2005 10:33:23 -0700 Received: from ghanima (chello080108077214.34.11.tuwien.teleweb.at [80.108.77.214]) by irulan.endorphin.org (Postfix) with ESMTP id AE7A57933A for ; Mon, 17 Oct 2005 18:57:17 +0100 (BST) From: Clemens Fruhwirth To: submit at bugs.debian.org Subject: reduce priority of common-lisp-control's asdf repository X-Mailer: MH-E 7.84; nmh 1.1; XEmacs 21.5 (beta22) Date: Mon, 17 Oct 2005 19:33:16 +0200 Message-Id: <20051017175717.AE7A57933A at irulan.endorphin.org> Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: common-lisp-controler Version: 4.15 asdf-install on Gentoo does not work. Gentoo packages asdf-install in cl-asdf, and installs the package into common-lisp-controller's asdf repository in /usr/share/common-lisp. SBCL comes with its own implementation of asdf-install and must not use the portable version from the common-lisp-repository. In the CLC dumping process, CLC installs itself as the first ranking asdf repository by pushing the /usr/share/common-lisp/systems path onto asdf:*central-repository*. For SBCL, this is clearly wrong as SBCL's own repository should never be lower in priority to CLC's repository. My fix is to append rather than prepand the CLC asdf repository to asdf:*central-repository*, lowering the CLC priority. This might cause other glitches, but imho this is a better behaviour. Properly test this patch with other CL implementations before merging MAIN. --- common-lisp-controller.lisp 2005-10-17 19:27:23.000000000 +0200 +++ /tmp/common-lisp-controller.lisp 2005-10-17 19:27:11.000000000 +0200 @@ -40,6 +40,8 @@ (defvar *implementation-name* nil "The name of the implementation, used to name the directory in /var/cache/common-lisp-controller") +(define-modify-macro appendf (&rest lists) append) + (defun init-common-lisp-controller (fasl-root &key (source-root "/usr/share/common-lisp/") @@ -109,14 +111,16 @@ (setq cl:*features* (delete :sbcl-hooks-require cl:*features*)) ;; register the systems root: - (push *systems-root* - (symbol-value (intern (symbol-name :*central-registry*) - (find-package :asdf)))) + (appendf + (symbol-value (intern (symbol-name :*central-registry*) + (find-package :asdf))) + (list *systems-root*)) - (push '(merge-pathnames ".clc/systems/" - (user-homedir-pathname)) + (appendf (symbol-value (intern (symbol-name :*central-registry*) - (find-package :asdf)))))) + (find-package :asdf))) + (list '(merge-pathnames ".clc/systems/" + (user-homedir-pathname)))))) (values)) --------------------------------------- Received: (at 334406-close) by bugs.debian.org; 21 Oct 2005 15:48:01 +0000 >From katie at spohr.debian.org Fri Oct 21 08:48:01 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESz6q-0003mS-00; Fri, 21 Oct 2005 08:47:08 -0700 From: Peter Van Eynde To: 334406-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334406: fixed in common-lisp-controller 4.21 Message-Id: Sender: Archive Administrator Date: Fri, 21 Oct 2005 08:47:08 -0700 Delivered-To: 334406-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: common-lisp-controller Source-Version: 4.21 We believe that the bug you reported is fixed in the latest version of common-lisp-controller, which is due to be installed in the Debian FTP archive: common-lisp-controller_4.21.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.dsc common-lisp-controller_4.21.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.tar.gz common-lisp-controller_4.21_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.21_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334406 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated common-lisp-controller package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 06:01:51 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.21 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: 334189 334406 334550 Changes: common-lisp-controller (4.21) unstable; urgency=low . * [INTL:sv] Swedish debconf templates translation (Closes: #334189) from Daniel Nylander * Spanish debconf translation (Closes: #334550) * reduce priority of common-lisp-control's asdf repository (Closes: #334406) Even if it affects Gentoo :-) Files: 1b3104fb82e5733273d6fcb991b0052c 588 devel optional common-lisp-controller_4.21.dsc 1ac11d033b02db6d0d9fc9572c28c7be 143967 devel optional common-lisp-controller_4.21.tar.gz e41452f70e3ed608b2fe7376c7abf901 25158 devel optional common-lisp-controller_4.21_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWN/711ldN0tyliURAtugAKCXIgMh0CKsaKwEf5razbwBERBbCACgmV19 XNRZ93of8pmBEOjXonyD7IU= =UY9a -----END PGP SIGNATURE----- From owner at bugs.debian.org Fri Oct 21 15:48:22 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 21 Oct 2005 08:48:22 -0700 Subject: [cl-debian] Bug#334189: marked as done (common-lisp-controller: [INTL:sv] Swedish debconf templates translation) In-Reply-To: References: <20051016073026.10912.qmail@mail.lidkoping.net> Message-ID: Your message dated Fri, 21 Oct 2005 08:47:08 -0700 with message-id and subject line Bug#334189: fixed in common-lisp-controller 4.21 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 16 Oct 2005 07:31:20 +0000 >From yeager at lidkoping.net Sun Oct 16 00:31:20 2005 Return-path: Received: from (mail.lidkoping.net) [213.132.115.138] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ER2zI-0000jM-00; Sun, 16 Oct 2005 00:31:20 -0700 Received: (qmail 10913 invoked by uid 1000); 16 Oct 2005 09:30:26 +0200 Message-ID: <20051016073026.10912.qmail at mail.lidkoping.net> Content-Type: multipart/mixed; boundary="===============0914030755==" MIME-Version: 1.0 From: Daniel Nylander To: Debian Bug Tracking System Subject: common-lisp-controller: [INTL:sv] Swedish debconf templates translation X-Mailer: reportbug 3.17 Date: Sun, 16 Oct 2005 09:30:26 +0200 Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --===============0914030755== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: common-lisp-controller Version: 4.19 Severity: wishlist Tags: patch l10n -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1) --===============0914030755== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: attachment; filename="common-lisp-controller_4.19_sv.po" # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # Developers do not need to manually edit POT or PO files. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: common-lisp-controller 4.19\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-07-26 16:40+0200\n" "PO-Revision-Date: 2005-10-16 09:29+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: SWEDEN\n" "X-Poedit-SourceCharset: iso-8859-1\n" #. Type: string #. Default #: ../templates:3 msgid "Unknown" msgstr "Ok?nd" #. Type: string #. Description #: ../templates:4 msgid "The short common LISP site name" msgstr "Det korta common LISP systemnamnet" #. Type: string #. Description #: ../templates:4 msgid "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." msgstr "Du kan konfigurera vilket namn som common LISP implementeringen ska anv?nda som \"short site name\". Detta anv?nds inte ofta annat ?n i vissa felrapporteringsverktyg." #. Type: string #. Default #: ../templates:11 msgid "Site name not initialized" msgstr "Systemnamn inte initierad" #. Type: string #. Description #: ../templates:12 msgid "The long common LISP site name" msgstr "Det l?nga common LISP systemnamnet" #. Type: string #. Description #: ../templates:12 msgid "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." msgstr "Du kan konfigurera vilket namn som common LISP implementeringen ska anv?nda som \"long site name\". Detta anv?nds inte ofta annat ?n i vissa felrapporteringsverktyg." --===============0914030755==-- --------------------------------------- Received: (at 334189-close) by bugs.debian.org; 21 Oct 2005 15:48:00 +0000 >From katie at spohr.debian.org Fri Oct 21 08:48:00 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ESz6q-0003mQ-00; Fri, 21 Oct 2005 08:47:08 -0700 From: Peter Van Eynde To: 334189-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334189: fixed in common-lisp-controller 4.21 Message-Id: Sender: Archive Administrator Date: Fri, 21 Oct 2005 08:47:08 -0700 Delivered-To: 334189-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: common-lisp-controller Source-Version: 4.21 We believe that the bug you reported is fixed in the latest version of common-lisp-controller, which is due to be installed in the Debian FTP archive: common-lisp-controller_4.21.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.dsc common-lisp-controller_4.21.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.21.tar.gz common-lisp-controller_4.21_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.21_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334189 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated common-lisp-controller package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 06:01:51 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.21 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: 334189 334406 334550 Changes: common-lisp-controller (4.21) unstable; urgency=low . * [INTL:sv] Swedish debconf templates translation (Closes: #334189) from Daniel Nylander * Spanish debconf translation (Closes: #334550) * reduce priority of common-lisp-control's asdf repository (Closes: #334406) Even if it affects Gentoo :-) Files: 1b3104fb82e5733273d6fcb991b0052c 588 devel optional common-lisp-controller_4.21.dsc 1ac11d033b02db6d0d9fc9572c28c7be 143967 devel optional common-lisp-controller_4.21.tar.gz e41452f70e3ed608b2fe7376c7abf901 25158 devel optional common-lisp-controller_4.21_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWN/711ldN0tyliURAtugAKCXIgMh0CKsaKwEf5razbwBERBbCACgmV19 XNRZ93of8pmBEOjXonyD7IU= =UY9a -----END PGP SIGNATURE----- From rvb at pro-linux.de Fri Oct 21 21:47:04 2005 From: rvb at pro-linux.de (=?utf-8?q?Ren=C3=A9_van_Bevern?=) Date: Fri, 21 Oct 2005 14:47:04 -0700 Subject: [cl-debian] Accepted dh-lisp 0.3 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 18:08:43 +0200 Source: dh-lisp Binary: dh-lisp Architecture: source all Version: 0.3 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: dh-lisp - Debhelper to support Common Lisp related packages Changes: dh-lisp (0.3) unstable; urgency=low . * dh_lisp: do not die if implementation for a binary format is not installed on the system, this is bad for building implementations themselves . * debian/copyright: update address of the Free Software Foundation Files: a81c5e1738ebb5b11cffb037c05b96ab 545 devel optional dh-lisp_0.3.dsc 529e22bac11f9337c9f34b1300cda0e2 30191 devel optional dh-lisp_0.3.tar.gz 7304245a14e74a0f938a7c036c0bd82a 8108 devel optional dh-lisp_0.3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWV9711ldN0tyliURAptIAJ46b1n6ydRVePcliyaY0LvEuvc/8wCfbBEJ oobG0hZwcR/a07mAhlLhc9o= =Ss4y -----END PGP SIGNATURE----- Accepted: dh-lisp_0.3.dsc to pool/main/d/dh-lisp/dh-lisp_0.3.dsc dh-lisp_0.3.tar.gz to pool/main/d/dh-lisp/dh-lisp_0.3.tar.gz dh-lisp_0.3_all.deb to pool/main/d/dh-lisp/dh-lisp_0.3_all.deb From pvaneynd at debian.org Fri Oct 21 22:32:07 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 21 Oct 2005 15:32:07 -0700 Subject: [cl-debian] Accepted clisp 1:2.35-4 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 23:40:24 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-4 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 334234 Changes: clisp (1:2.35-4) unstable; urgency=low . * configure gets rerun gratuitiously (Closes: #334234) * Added build-depends on a new version of dh-lisp, to avoid FTBS. * Again use gcc 4.0 on all platforms. Hint of Thiemo Seufer Files: 31571fe54fdb0ae0972735037292fba5 721 interpreters optional clisp_2.35-4.dsc e4aff5b8ed541d9635bd5118d84df20d 194963 interpreters optional clisp_2.35-4.diff.gz 0dceb129c4628531d9cf1db42da17b2b 2836502 interpreters optional clisp_2.35-4_i386.deb 48c925f185813bcc18c0877538a0b592 1238508 devel optional clisp-dev_2.35-4_i386.deb e5a7604e15f528b888fd8e37a87faa18 970558 doc optional clisp-doc_2.35-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWWfd11ldN0tyliURAkLnAKDDldv6sTUbKG42hZw0o7cYu3PvpQCgg0Eb ti5e8iBQhGr8dfBtA6Q0L+A= =O2zi -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-4_i386.deb to pool/main/c/clisp/clisp-dev_2.35-4_i386.deb clisp-doc_2.35-4_all.deb to pool/main/c/clisp/clisp-doc_2.35-4_all.deb clisp_2.35-4.diff.gz to pool/main/c/clisp/clisp_2.35-4.diff.gz clisp_2.35-4.dsc to pool/main/c/clisp/clisp_2.35-4.dsc clisp_2.35-4_i386.deb to pool/main/c/clisp/clisp_2.35-4_i386.deb From owner at bugs.debian.org Fri Oct 21 22:48:24 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 21 Oct 2005 15:48:24 -0700 Subject: [cl-debian] Bug#334234: marked as done (clisp: configure gets rerun gratuitiously) In-Reply-To: References: <20051016135749.GH7916@chemicalconnection.dyndns.org> Message-ID: Your message dated Fri, 21 Oct 2005 15:32:07 -0700 with message-id and subject line Bug#334234: fixed in clisp 1:2.35-4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 16 Oct 2005 13:58:24 +0000 >From mbanck at gmx.net Sun Oct 16 06:58:24 2005 Return-path: Received: from mail.gmx.net [213.165.64.20] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1ER91s-0007uu-00; Sun, 16 Oct 2005 06:58:24 -0700 Received: (qmail invoked by alias); 16 Oct 2005 13:57:52 -0000 Received: from p54B02D83.dip0.t-ipconnect.de (EHLO localhost.localdomain) [84.176.45.131] by mail.gmx.net (mp016) with SMTP; 16 Oct 2005 15:57:52 +0200 X-Authenticated: #686195 Received: from mbanck by localhost.localdomain with local (Exim 4.52) id 1ER91J-0005tB-LF for submit at bugs.debian.org; Sun, 16 Oct 2005 15:57:49 +0200 Date: Sun, 16 Oct 2005 15:57:49 +0200 From: Michael Banck To: submit at bugs.debian.org Subject: clisp: configure gets rerun gratuitiously Message-ID: <20051016135749.GH7916 at chemicalconnection.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="v9Ux+11Zm5mwPlX6" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Y-GMX-Trusted: 0 Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 --v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Package: clisp Version: 1:2.35-2 Severity: minor Tags: patch When rerunning the build process with dpkg-buildpackage -nc, the configure target seems to get rerun each time without need. Making configure-stamp depend on patch-stamp rather than on the (PHONY) patch target fixes this. (I have not tested this myself, but somebody reported success with this patch) Michael -- Michael Banck Debian Developer mbanck at debian.org http://www.advogato.org/person/mbanck/diary.html --v9Ux+11Zm5mwPlX6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="clisp.diff" --- clisp-2.35/debian/rules.orig 2005-10-16 15:56:43.262734528 +0200 +++ clisp-2.35/debian/rules 2005-10-16 15:56:51.187529776 +0200 @@ -31,7 +31,7 @@ rm -f patch-stamp configure: configure-stamp -configure-stamp: patch +configure-stamp: patch-stamp dh_testdir ./configure debian/build --prefix=/usr --fsstnd=debian $(FFI) \ $(MODULES) --v9Ux+11Zm5mwPlX6-- --------------------------------------- Received: (at 334234-close) by bugs.debian.org; 21 Oct 2005 22:39:21 +0000 >From katie at spohr.debian.org Fri Oct 21 15:39:21 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ET5Ql-0005VX-00; Fri, 21 Oct 2005 15:32:07 -0700 From: Peter Van Eynde To: 334234-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#334234: fixed in clisp 1:2.35-4 Message-Id: Sender: Archive Administrator Date: Fri, 21 Oct 2005 15:32:07 -0700 Delivered-To: 334234-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: clisp Source-Version: 1:2.35-4 We believe that the bug you reported is fixed in the latest version of clisp, which is due to be installed in the Debian FTP archive: clisp-dev_2.35-4_i386.deb to pool/main/c/clisp/clisp-dev_2.35-4_i386.deb clisp-doc_2.35-4_all.deb to pool/main/c/clisp/clisp-doc_2.35-4_all.deb clisp_2.35-4.diff.gz to pool/main/c/clisp/clisp_2.35-4.diff.gz clisp_2.35-4.dsc to pool/main/c/clisp/clisp_2.35-4.dsc clisp_2.35-4_i386.deb to pool/main/c/clisp/clisp_2.35-4_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 334234 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated clisp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 21 Oct 2005 23:40:24 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-4 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 334234 Changes: clisp (1:2.35-4) unstable; urgency=low . * configure gets rerun gratuitiously (Closes: #334234) * Added build-depends on a new version of dh-lisp, to avoid FTBS. * Again use gcc 4.0 on all platforms. Hint of Thiemo Seufer Files: 31571fe54fdb0ae0972735037292fba5 721 interpreters optional clisp_2.35-4.dsc e4aff5b8ed541d9635bd5118d84df20d 194963 interpreters optional clisp_2.35-4.diff.gz 0dceb129c4628531d9cf1db42da17b2b 2836502 interpreters optional clisp_2.35-4_i386.deb 48c925f185813bcc18c0877538a0b592 1238508 devel optional clisp-dev_2.35-4_i386.deb e5a7604e15f528b888fd8e37a87faa18 970558 doc optional clisp-doc_2.35-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDWWfd11ldN0tyliURAkLnAKDDldv6sTUbKG42hZw0o7cYu3PvpQCgg0Eb ti5e8iBQhGr8dfBtA6Q0L+A= =O2zi -----END PGP SIGNATURE----- From cl-debian at pvaneynd.mailworks.org Sat Oct 22 07:05:23 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Sat, 22 Oct 2005 09:05:23 +0200 Subject: [cl-debian] Accepted clisp 1:2.35-4 (source all i386) In-Reply-To: References: Message-ID: <200510220905.24364.cl-debian@pvaneynd.mailworks.org> Hello people, On Saturday 22 October 2005 00:32, Peter Van Eynde wrote: > Source: clisp > Architecture: source all i386 The 'all' for clisp is rather optimistic. If you see on http://people.debian.org/~igloo/status.php?packages=clisp that for alpha, hppa, ia64 and sparc the build fails. The problems visible in the build logs seem pretty severe: alpha: ./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -norc -m 1400KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) (ext::exit t)" Cannot map memory to address 0x4000000000000 . [spvw_mmap.d:359] errno = ENOMEM: Not enough memory. ./lisp.run: Not enough memory for Lisp. hppa: ./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -norc -m 1400KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) (ext::exit t)" make[1]: *** [interpreted.mem] Segmentation fault ia64: ./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -norc -m 1400KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) (ext::exit t)" Cannot map memory to address 0x4000000000000 . [spvw_mmap.d:359] errno = EINVAL: Invalid argument. ./lisp.run: Not enough memory for Lisp. Does anybody have an idea what the cause could be? It does not look like a packaging problem, so I'm inclined to say that these architectures are not supported anymore by upstream and just drop them. Comments? Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at packages.qa.debian.org Thu Oct 13 07:34:27 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Thu, 13 Oct 2005 02:34:27 -0500 Subject: [cl-debian] Re: CONFIRM b5b881f7e1390be9b180ed7e5b37f969 In-Reply-To: <20051013073423.GA25327@pvaneynd.mailworks.org> References: <20051013073423.GA25327@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From aj at andaco.de Fri Oct 21 08:38:52 2005 From: aj at andaco.de (Andreas Jochens) Date: Fri, 21 Oct 2005 10:38:52 +0200 Subject: [cl-debian] Bug#334976: cl-cil: FTBFS: Missing Build-Depends on 'dh-lisp' Message-ID: Package: cl-cil Version: 1:20050701-2 Severity: serious Tags: patch When building 'cl-cil' in a clean 'unstable' chroot, I get the following error: debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs dh_lisp make: dh_lisp: Command not found make: *** [binary-arch] Error 127 Please add the missing Build-Depends on 'dh-lisp' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/cl-cil-20050701/debian/control ./debian/control --- ../tmp-orig/cl-cil-20050701/debian/control 2005-10-21 10:35:39.000000000 +0200 +++ ./debian/control 2005-10-21 10:35:37.000000000 +0200 @@ -1,7 +1,7 @@ Source: cl-cil Section: doc Priority: optional -Build-Depends-Indep: debhelper (>= 4.0) +Build-Depends-Indep: debhelper, dh-lisp Maintainer: Peter Van Eynde Standards-Version: 3.6.2.1 From pvaneynd at debian.org Sun Oct 23 14:58:51 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 23 Oct 2005 07:58:51 -0700 Subject: [cl-debian] Accepted slime 1:20051015-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 16 Oct 2005 21:38:32 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20051015-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:20051015-1) unstable; urgency=low . * Patch from alceste -at- muvara -punto- org: This patch builds a separate cl-swank package out of the slime source tree. It adds the dh-lisp build dependency, and replaces the original swank.asd file with a new one that is compatible with common-lisp-controller (see comments for details). * New upstream version Files: 4c4ef25dc61da531b84a47a706292f5a 618 non-free/devel optional slime_20051015-1.dsc 13aca976b94fb3500b3e7156eaf2ed1b 424592 non-free/devel optional slime_20051015.orig.tar.gz 776e30437d2abe84ce966b390e2a5c16 9969 non-free/devel optional slime_20051015-1.diff.gz feecfa0a9b225fb880769c037a4f5469 538988 non-free/devel optional slime_20051015-1_all.deb e05f28267f4432b46fafcf3fbb6d20ec 282256 non-free/devel optional cl-swank_20051015-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDVBEq11ldN0tyliURAoBeAKC0wzahCj1ecvQ6Vy+9JTjqozLvZACfd+Nv TFXzehRoChNGPxU3Pla2ZPE= =Efa4 -----END PGP SIGNATURE----- Accepted: cl-swank_20051015-1_all.deb to pool/non-free/s/slime/cl-swank_20051015-1_all.deb slime_20051015-1.diff.gz to pool/non-free/s/slime/slime_20051015-1.diff.gz slime_20051015-1.dsc to pool/non-free/s/slime/slime_20051015-1.dsc slime_20051015-1_all.deb to pool/non-free/s/slime/slime_20051015-1_all.deb slime_20051015.orig.tar.gz to pool/non-free/s/slime/slime_20051015.orig.tar.gz From rm at seid-online.de Mon Oct 24 09:10:35 2005 From: rm at seid-online.de (R. Mattes) Date: Mon, 24 Oct 2005 11:10:35 +0200 Subject: [cl-debian] package araneida FTBFS Message-ID: <1130145036.23209.12.camel@hobbes.mh-freiburg.de> Hi Peter, building Araneida from sources fails with the following error: ... dh_link --verbose install -d debian/araneida/usr/share/common-lisp/systems rm -f debian/araneida/usr/share/common-lisp/systems/araneida.system ln -sf ../repositories/araneida/araneida.system debian/araneida/usr/share/common-lisp/systems/araneida.system dh_link: link destination debian/araneida/usr/share/common-lisp/source/araneida is a directory The following seems to fix it (looks like dh_link invokes 'install' with the '-d' switch anyway so there's no need for the first line in debian/links): --- debian/links_orig 2005-10-24 11:06:46.000000000 +0200 +++ debian/links 2005-10-24 11:06:49.000000000 +0200 @@ -1,2 +1 @@ -/usr/share/common-lisp/repositories/araneida /usr/share/common-lisp/source/araneida /usr/share/common-lisp/repositories/araneida/araneida.system /usr/share/common-lisp/systems/araneida.system HTH Ralf Mattes From luca at pca.it Mon Oct 24 08:59:20 2005 From: luca at pca.it (Luca Capello) Date: Mon, 24 Oct 2005 10:59:20 +0200 Subject: [cl-debian] Bug#335489: slime: doesn't start on SBCL without cl-swank (it should depend on the latest) Message-ID: <20051024085920.DCBCAC220@gismo.pca.it> Package: slime Version: 1:20051015-1 Severity: important Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! The title says the problem. The severity is important, because you could want SLIME to connect to a remote swank and in this case you don't need a local cl-swank. At the same time, however, I think that depending on cl-swank by default is the best thing to do (cl-swank it's just 1.2MB), especially for newbies. Attached a patch versus the darcs repository [1]. Thx, bye, Gismo / Luca [1] http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi?r=slime;a=summary - -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages slime depends on: ii emacsen-common 1.4.16 Common facilities for all emacsen Versions of packages slime recommends: ii cl-swank 1:20051015-1 Superior LISP Interaction Mode for ii emacs-snapshot-nox [info-br 1:20051020-1 The GNU Emacs editor (without X su pi emacs21 [info-browser] 21.4a-3 The GNU Emacs editor ii info [info-browser] 4.8-1 Standalone GNU Info documentation - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXKJoVAp7Xm10JmkRAn2WAKCLgVbO5FNzB1wLfufP0SRco44hygCfUFxm 2wPJAhYZCP2W0zJlXRdHQk8= =GBuq -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: slime_depends-cl-swank_20051024.patch Type: text/pgp Size: 1109 bytes Desc: not available URL: From pvaneynd at debian.org Mon Oct 24 11:00:08 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 24 Oct 2005 13:00:08 +0200 Subject: [cl-debian] Re: package araneida FTBFS In-Reply-To: <1130145036.23209.12.camel@hobbes.mh-freiburg.de> References: <1130145036.23209.12.camel@hobbes.mh-freiburg.de> Message-ID: <200510241300.17190.pvaneynd@debian.org> On Monday 24 October 2005 11:10, R. Mattes wrote: > Hi Peter, > > building Araneida from sources fails with the following error: The current version should already have solved this by using dh-lisp. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From rm at seid-online.de Mon Oct 24 11:18:40 2005 From: rm at seid-online.de (R. Mattes) Date: Mon, 24 Oct 2005 13:18:40 +0200 Subject: [cl-debian] Re: package araneida FTBFS In-Reply-To: <200510241300.17190.pvaneynd@debian.org> References: <1130145036.23209.12.camel@hobbes.mh-freiburg.de> <200510241300.17190.pvaneynd@debian.org> Message-ID: <1130152720.23209.16.camel@hobbes.mh-freiburg.de> On Mon, 2005-10-24 at 13:00 +0200, Peter Van Eynde wrote: > On Monday 24 October 2005 11:10, R. Mattes wrote: > > Hi Peter, > > > > building Araneida from sources fails with the following error: > > The current version should already have solved this by using dh-lisp. Hmm, doesn't seem to: ralf at hobbes:/tmp/araneida-0.9-a3$ fakeroot debian/rules binary dh_testdir # Add here commands to compile the package. #make CFLAGS="-O2 -g -Wall" touch build-stamp dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the files into debian/tmp dh_lisp dh_installdocs dh_installexamples dh_installchangelogs dh_link --verbose install -d debian/araneida/usr/share/common-lisp/systems rm -f debian/araneida/usr/share/common-lisp/systems/araneida.system ln -sf ../repositories/araneida/araneida.system debian/araneida/usr/share/common-lisp/systems/araneida.system dh_link: link destination debian/araneida/usr/share/common-lisp/source/araneida is a directory make: *** [binary-arch] Error 1 This is from a fresh 'apt-get source araneida'. Even so it _does_ use dh-lisp it fails. BTW, what is 'araneida.system' supposed to be? The link that's created dangles ... Cheers, RalfD > Groetjes, Peter > From pvaneynd at debian.org Mon Oct 24 13:01:46 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 24 Oct 2005 15:01:46 +0200 Subject: [cl-debian] Bug#335489: slime: doesn't start on SBCL without cl-swank (it should depend on the latest) In-Reply-To: <20051024085920.DCBCAC220@gismo.pca.it> References: <20051024085920.DCBCAC220@gismo.pca.it> Message-ID: <200510241501.47984.pvaneynd@debian.org> On Monday 24 October 2005 10:59, Luca Capello wrote: > The severity is important, because you could want SLIME to connect to > a remote swank and in this case you don't need a local cl-swank. > > At the same time, however, I think that depending on cl-swank by > default is the best thing to do (cl-swank it's just 1.2MB), especially > for newbies. In the end I think you're right, the added problem are not worth the reduction in complexity on the slime side. 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 Mon Oct 24 14:02:02 2005 From: fahree at gmail.com (=?UTF-8?Q?Far=C3=A9?=) Date: Mon, 24 Oct 2005 10:02:02 -0400 Subject: Bug#335489: [cl-debian] Bug#335489: slime: doesn't start on SBCL without cl-swank (it should depend on the latest) In-Reply-To: <20051024085920.DCBCAC220@gismo.pca.it> References: <20051024085920.DCBCAC220@gismo.pca.it> Message-ID: <653bea160510240702g4e407d10t@mail.gmail.com> Why not have: * cl-slime, that depends on cl-slime-el and cl-swank * cl-slime-el, that contains the emacs lisp code and doesn't depend on cl-swank * cl-swank, that contains the common-lisp code and doesn't depend on cl-slime-el * sch-swank, that contains the scheme code... whatever. Do the Right Thing(tm). On 24/10/05, Luca Capello wrote: > The severity is important, because you could want SLIME to connect to > a remote swank and in this case you don't need a local cl-swank. > > At the same time, however, I think that depending on cl-swank by > default is the best thing to do (cl-swank it's just 1.2MB), especially > for newbies. > > Attached a patch versus the darcs repository [1]. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] I'd give my right arm to be ambidextrous. From luca at pca.it Mon Oct 24 14:53:13 2005 From: luca at pca.it (Luca Capello) Date: Mon, 24 Oct 2005 16:53:13 +0200 Subject: Bug#335489: [cl-debian] Bug#335489: slime: doesn't start on SBCL without cl-swank (it should depend on the latest) In-Reply-To: <653bea160510240702g4e407d10t@mail.gmail.com> References: <20051024085920.DCBCAC220@gismo.pca.it> <653bea160510240702g4e407d10t@mail.gmail.com> Message-ID: <87hdb7m0fa.fsf@gismo.pca.it> Hello! On Mon 24 Oct 2005 16:02 +0200, Far? wrote: > Why not have: > * cl-slime, that depends on cl-slime-el and cl-swank > * cl-slime-el, that contains the emacs lisp code and doesn't depend > on cl-swank I'd prefer slime/slime-el here: slime is not a library (usually called cl-...), but a real "program", but... I see no point in creating a slime-el package as AFAIK SLIME works only on Emacs. OTOH, if SLIME supports multiple swanks (and *we* support multiple swanks), the Depends could be "cl-swank | sch-swank" ;-) Just my 0.02EUR... Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From pvaneynd at debian.org Mon Oct 24 20:33:17 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 24 Oct 2005 13:33:17 -0700 Subject: [cl-debian] Accepted slime 1:20051023-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 24 Oct 2005 21:12:04 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20051023-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-swank - Superior LISP Interaction Mode for Emacs (Lisp-side server) slime - Superior LISP Interaction Mode for Emacs Closes: 335489 335557 Changes: slime (1:20051023-1) unstable; urgency=low . * New upstream * Patch from luca -at- pca -dot- it: Depends on cl-swank. (Closes: #335489) * Place fasls in common-lisp-controller controlled slime directory * Fixed error when installing cl-swank while upgrading by declaring the proper conflicts and replaces. (Closes: #335557) * Build-Depends are in fact Build-Depends-Indep Files: 90200df5ebbb297dcbfe0617e64d6284 605 non-free/devel optional slime_20051023-1.dsc 90384c67cfcb4d66495a3cfaafff6341 425260 non-free/devel optional slime_20051023.orig.tar.gz dc76b931e5489ff9c7c8f585031ea8cd 10427 non-free/devel optional slime_20051023-1.diff.gz bc3ff440c14d4d39e33ddb127958ad0f 539558 non-free/devel optional slime_20051023-1_all.deb d17439febd86610a09745883fd51ed90 283212 non-free/devel optional cl-swank_20051023-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXTLY11ldN0tyliURAteFAKC2giVcWIqVPRStz2RB8kQatP5ipACcCgCm o7CsqUlVcQmMM0vFCloF4Y4= =pKbc -----END PGP SIGNATURE----- Accepted: cl-swank_20051023-1_all.deb to pool/non-free/s/slime/cl-swank_20051023-1_all.deb slime_20051023-1.diff.gz to pool/non-free/s/slime/slime_20051023-1.diff.gz slime_20051023-1.dsc to pool/non-free/s/slime/slime_20051023-1.dsc slime_20051023-1_all.deb to pool/non-free/s/slime/slime_20051023-1_all.deb slime_20051023.orig.tar.gz to pool/non-free/s/slime/slime_20051023.orig.tar.gz From pvaneynd at debian.org Mon Oct 24 20:32:24 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 24 Oct 2005 13:32:24 -0700 Subject: [cl-debian] Accepted common-lisp-controller 4.23 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 24 Oct 2005 20:49:49 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.23 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: common-lisp-controller - This is a Common Lisp source and compiler manager Changes: common-lisp-controller (4.23) unstable; urgency=low . * Export calculate-fasl-root for slime * Fixed calculate-fasl-root to not reply NIL Files: c3e71415adf883c48845e888c9d15da3 588 devel optional common-lisp-controller_4.23.dsc 0ce0e8ce5970f437df7a6c2c4f9e7569 145545 devel optional common-lisp-controller_4.23.tar.gz c3cfb35a5b0f6b6c05b8390283a1edc8 25206 devel optional common-lisp-controller_4.23_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXS0z11ldN0tyliURAvZjAKC5RgBc7fv3z6r9xkc2hExc/jQKgACfUngL jKJSHZ13N2N/YPSydIfRXvs= =4O8l -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.23.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.23.dsc common-lisp-controller_4.23.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.23.tar.gz common-lisp-controller_4.23_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.23_all.deb From pvaneynd at debian.org Mon Oct 24 20:32:15 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 24 Oct 2005 13:32:15 -0700 Subject: [cl-debian] Accepted cl-utilities 1.1.2-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 24 Oct 2005 10:27:13 +0200 Source: cl-utilities Binary: cl-utilities Architecture: source all Version: 1.1.2-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-utilities - a Common Lisp library of common functions Changes: cl-utilities (1.1.2-1) unstable; urgency=low . * New upstream. * Updated standard version. * Now uses dh-lisp Files: bd051de2858610361fa8e9438855baef 601 devel optional cl-utilities_1.1.2-1.dsc ccf807765f6f5d8fffd68003c4df7f2a 11969 devel optional cl-utilities_1.1.2.orig.tar.gz 493df6d0b97e578df4241e1dc505fd37 1425 devel optional cl-utilities_1.1.2-1.diff.gz b765dc4c1fcfe1c64e815044eeff40ac 13738 devel optional cl-utilities_1.1.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXJvt11ldN0tyliURAk4SAKCTzjD2q1NOOP/OvZyp3FniApwbcgCfTCTK ny/XvGahl27HxsOq+4Eu/IY= =VkIG -----END PGP SIGNATURE----- Accepted: cl-utilities_1.1.2-1.diff.gz to pool/main/c/cl-utilities/cl-utilities_1.1.2-1.diff.gz cl-utilities_1.1.2-1.dsc to pool/main/c/cl-utilities/cl-utilities_1.1.2-1.dsc cl-utilities_1.1.2-1_all.deb to pool/main/c/cl-utilities/cl-utilities_1.1.2-1_all.deb cl-utilities_1.1.2.orig.tar.gz to pool/main/c/cl-utilities/cl-utilities_1.1.2.orig.tar.gz From kmr at debian.org Tue Oct 25 16:32:06 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Tue, 25 Oct 2005 09:32:06 -0700 Subject: [cl-debian] Accepted cl-sql 3.3.1-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 25 Oct 2005 10:16:34 -0600 Source: cl-sql Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite cl-sql-mysql Architecture: source all i386 Version: 3.3.1-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-sql - SQL Interface for Common Lisp cl-sql-aodbc - CLSQL database backend, AODBC cl-sql-mysql - CLSQL database backend, MySQL cl-sql-odbc - CLSQL database backend, ODBC cl-sql-oracle - CLSQL database backend, Oracle cl-sql-postgresql - CLSQL database backend, PostgreSQL cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL cl-sql-sqlite - CLSQL database backend, SQLite cl-sql-sqlite3 - CLSQL database backend, SQLite3 cl-sql-tests - Testing suite for CLSQL cl-sql-uffi - Common UFFI functions for CLSQL database backends Changes: cl-sql (3.3.1-1) unstable; urgency=low . * New upstream Files: 95eb15b3c6641ee8d350f6952d10a8b8 796 devel extra cl-sql_3.3.1-1.dsc 4ca1d909476a277454ec88f0259eee67 700932 devel extra cl-sql_3.3.1.orig.tar.gz 52e87fa873d96e13f3358169f58ace31 10909 devel extra cl-sql_3.3.1-1.diff.gz f398c72d22b941ff3cc44172db603c8a 488730 devel extra cl-sql_3.3.1-1_all.deb 673e7196f7f53a9b8ff3804e3ad92bd8 35086 devel extra cl-sql-aodbc_3.3.1-1_all.deb e0914a409913bcb31145f1590f63dff6 61050 devel extra cl-sql-odbc_3.3.1-1_all.deb b9bcceaf6ba87b8cbda7419b79829c9c 39854 devel extra cl-sql-postgresql_3.3.1-1_all.deb 56b387e67d46b6c6b5bd9a50bc86b4cd 43982 devel extra cl-sql-postgresql-socket_3.3.1-1_all.deb 3aa778f0844b99b583750e042b8a6da6 39680 devel extra cl-sql-sqlite_3.3.1-1_all.deb 49035e5777ecf3c166a0f072e8defbb6 40502 devel extra cl-sql-sqlite3_3.3.1-1_all.deb 35a567795ea951d3737facd96b236abf 56086 contrib/devel extra cl-sql-oracle_3.3.1-1_all.deb 5789acebc1eafda2934f586c91098059 58268 devel extra cl-sql-tests_3.3.1-1_all.deb b8ecf1490a9bbfefa1dd61131ac9239d 38498 devel extra cl-sql-uffi_3.3.1-1_i386.deb 64e291050f26c95a233d9deefb09c88d 48806 devel extra cl-sql-mysql_3.3.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXlrMES7N8sSjgj4RAhIdAJ4xim9CkWQRSuYXiE9bC+SMPsUG3wCaAwUm UZeI51MM+A8b3DI4QupFT6c= =sW0j -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.3.1-1_all.deb cl-sql-mysql_3.3.1-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.3.1-1_i386.deb cl-sql-odbc_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.3.1-1_all.deb cl-sql-oracle_3.3.1-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.3.1-1_all.deb cl-sql-postgresql-socket_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.3.1-1_all.deb cl-sql-postgresql_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.3.1-1_all.deb cl-sql-sqlite3_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.3.1-1_all.deb cl-sql-sqlite_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.3.1-1_all.deb cl-sql-tests_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.3.1-1_all.deb cl-sql-uffi_3.3.1-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.3.1-1_i386.deb cl-sql_3.3.1-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.3.1-1.diff.gz cl-sql_3.3.1-1.dsc to pool/main/c/cl-sql/cl-sql_3.3.1-1.dsc cl-sql_3.3.1-1_all.deb to pool/main/c/cl-sql/cl-sql_3.3.1-1_all.deb cl-sql_3.3.1.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.3.1.orig.tar.gz From kmr at debian.org Tue Oct 25 17:47:07 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Tue, 25 Oct 2005 10:47:07 -0700 Subject: [cl-debian] Accepted cl-sql 3.3.2-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 25 Oct 2005 11:43:31 -0600 Source: cl-sql Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite cl-sql-mysql Architecture: source all i386 Version: 3.3.2-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-sql - SQL Interface for Common Lisp cl-sql-aodbc - CLSQL database backend, AODBC cl-sql-mysql - CLSQL database backend, MySQL cl-sql-odbc - CLSQL database backend, ODBC cl-sql-oracle - CLSQL database backend, Oracle cl-sql-postgresql - CLSQL database backend, PostgreSQL cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL cl-sql-sqlite - CLSQL database backend, SQLite cl-sql-sqlite3 - CLSQL database backend, SQLite3 cl-sql-tests - Testing suite for CLSQL cl-sql-uffi - Common UFFI functions for CLSQL database backends Changes: cl-sql (3.3.2-1) unstable; urgency=low . * New upstream Files: c0647b9b256e0f954e93079c9e473aae 796 devel extra cl-sql_3.3.2-1.dsc bdc1416d1a7ed4a2332985a3c59e44a9 701143 devel extra cl-sql_3.3.2.orig.tar.gz af849fdc6d303294f873c1816a166603 10917 devel extra cl-sql_3.3.2-1.diff.gz 26e1425b5cf106f71fc1c5e715462dd0 489074 devel extra cl-sql_3.3.2-1_all.deb 273017e3e9e77bfc2917df7bf37add88 35158 devel extra cl-sql-aodbc_3.3.2-1_all.deb 3664d1ace67eab0ff152848639c80a68 61112 devel extra cl-sql-odbc_3.3.2-1_all.deb ab0c4f0e0cef4f0e8e0615b427c8ef02 39930 devel extra cl-sql-postgresql_3.3.2-1_all.deb c72e81019a7b828063b0336226762d00 44060 devel extra cl-sql-postgresql-socket_3.3.2-1_all.deb 17f29c5d74717074fc88b2aa22875cfb 39756 devel extra cl-sql-sqlite_3.3.2-1_all.deb d1f4ea1158a95a07127e9287a806b1fe 40572 devel extra cl-sql-sqlite3_3.3.2-1_all.deb b00974e2d0dc4ad20e6d93c63582477e 56148 contrib/devel extra cl-sql-oracle_3.3.2-1_all.deb 472c90649c1af7f61201f561049df04a 58386 devel extra cl-sql-tests_3.3.2-1_all.deb 73529e90b2e1052d982cb1553ce9715e 38572 devel extra cl-sql-uffi_3.3.2-1_i386.deb b5e70582d423fc5a628622eae72d9cdb 48880 devel extra cl-sql-mysql_3.3.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXm7+ES7N8sSjgj4RAm8HAJ4niNZ2RkkMpwRIzjEHYVanzGLacgCdFONg TuRA/9H56/NeHFNN4BMQr5o= =fSkh -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.3.2-1_all.deb cl-sql-mysql_3.3.2-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.3.2-1_i386.deb cl-sql-odbc_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.3.2-1_all.deb cl-sql-oracle_3.3.2-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.3.2-1_all.deb cl-sql-postgresql-socket_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.3.2-1_all.deb cl-sql-postgresql_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.3.2-1_all.deb cl-sql-sqlite3_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.3.2-1_all.deb cl-sql-sqlite_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.3.2-1_all.deb cl-sql-tests_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.3.2-1_all.deb cl-sql-uffi_3.3.2-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.3.2-1_i386.deb cl-sql_3.3.2-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.3.2-1.diff.gz cl-sql_3.3.2-1.dsc to pool/main/c/cl-sql/cl-sql_3.3.2-1.dsc cl-sql_3.3.2-1_all.deb to pool/main/c/cl-sql/cl-sql_3.3.2-1_all.deb cl-sql_3.3.2.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.3.2.orig.tar.gz From pvaneynd at debian.org Tue Oct 25 17:47:11 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 25 Oct 2005 10:47:11 -0700 Subject: [cl-debian] Accepted clisp 1:2.35-5 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 25 Oct 2005 15:09:49 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-5 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Changes: clisp (1:2.35-5) unstable; urgency=low . * Removed patching of source, I prefer to use darcs * Safer compilation settings for the more exotic architectures. They seem to work in interactive testing, let us see on the buildd's. Files: 94b36871a0cf39251e9445237778ca2a 713 interpreters optional clisp_2.35-5.dsc d4a9b25bd3abfc654b66ff0073eb12b5 229033 interpreters optional clisp_2.35-5.diff.gz b6ee503d24af14ffa60ea8d6d79660d3 2836610 interpreters optional clisp_2.35-5_i386.deb 279b1ac8b24db6cecb2260a4f36e045d 1238642 devel optional clisp-dev_2.35-5_i386.deb 4022d0dd6a5e7b3da5b36719362ffd2d 970658 doc optional clisp-doc_2.35-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXmnQ11ldN0tyliURAlsoAJ4/NgMTnlsR0Rxq0/JrY2iWpjsI+QCgtiGz KIAKMxR0IsSP+bKqL+XvHCA= =9kaP -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-5_i386.deb to pool/main/c/clisp/clisp-dev_2.35-5_i386.deb clisp-doc_2.35-5_all.deb to pool/main/c/clisp/clisp-doc_2.35-5_all.deb clisp_2.35-5.diff.gz to pool/main/c/clisp/clisp_2.35-5.diff.gz clisp_2.35-5.dsc to pool/main/c/clisp/clisp_2.35-5.dsc clisp_2.35-5_i386.deb to pool/main/c/clisp/clisp_2.35-5_i386.deb From pvaneynd at debian.org Mon Oct 24 13:01:46 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 24 Oct 2005 15:01:46 +0200 Subject: [cl-debian] Bug#335489: slime: doesn't start on SBCL without cl-swank (it should depend on the latest) In-Reply-To: <20051024085920.DCBCAC220@gismo.pca.it> References: <20051024085920.DCBCAC220@gismo.pca.it> Message-ID: <200510241501.47984.pvaneynd@debian.org> On Monday 24 October 2005 10:59, Luca Capello wrote: > The severity is important, because you could want SLIME to connect to > a remote swank and in this case you don't need a local cl-swank. > > At the same time, however, I think that depending on cl-swank by > default is the best thing to do (cl-swank it's just 1.2MB), especially > for newbies. In the end I think you're right, the added problem are not worth the reduction in complexity on the slime side. 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 luca at pca.it Tue Oct 25 09:22:05 2005 From: luca at pca.it (Luca Capello) Date: Tue, 25 Oct 2005 11:22:05 +0200 Subject: [cl-debian] Bug#335489: acknowledged by developer (Bug#335489: fixed in slime 1:20051023-1) In-Reply-To: References: <20051024085920.DCBCAC220@gismo.pca.it> Message-ID: <87k6g22bpe.fsf@gismo.pca.it> Hello! On Mon 24 Oct 2005 22:49 +0200, Debian Bug Tracking System wrote: > It has been closed by one of the developers, namely > Peter Van Eynde . This morning, manually installing slime/cl-swank (from incoming.d.o), I realised that my patch was half-correct: slime should depends on cl-swank, but the dependency is strict (as for wine/libwine). It means that you cannot install slime-20051023-1 cl-swank-20051015-1 but you should install the same version for both. So, the slime dependency is cl-swank (= ${Source-Version}) Attached a patch versus the darcs repository. Thx, bye, Gismo / Luca PS, I don't know how to act in such a case: should I reopen the bug? -------------- next part -------------- A non-text attachment was scrubbed... Name: slime_depends-same-cl-swank_20051025.patch Type: text/x-patch Size: 1131 bytes Desc: debian/control: depends on the same version of cl-swank URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From pvaneynd at debian.org Thu Oct 27 03:47:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 26 Oct 2005 20:47:05 -0700 Subject: [cl-debian] Accepted slime 1:20051023-2 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 27 Oct 2005 05:29:07 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20051023-2 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:20051023-2) unstable; urgency=low . * Patch from luca -at- pca -dot- it: Depends on the same version of cl-swank, really closing #335489. Files: f0888924e12e62f12de3ffad92478e0c 605 non-free/devel optional slime_20051023-2.dsc ccc144765595a31dfc5ca5adeda16295 10479 non-free/devel optional slime_20051023-2.diff.gz e7532d0ec2f8c207662294e835ee2527 539616 non-free/devel optional slime_20051023-2_all.deb d85af9426dbb549f2d20095f4c2d5ee5 283248 non-free/devel optional cl-swank_20051023-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYEnR11ldN0tyliURApT7AJ4w5PRpokY+wQxWeH0Niz2KN4g81gCfRvnD pcBO5tJmyryJRDXjYQ16bt0= =tKKf -----END PGP SIGNATURE----- Accepted: cl-swank_20051023-2_all.deb to pool/non-free/s/slime/cl-swank_20051023-2_all.deb slime_20051023-2.diff.gz to pool/non-free/s/slime/slime_20051023-2.diff.gz slime_20051023-2.dsc to pool/non-free/s/slime/slime_20051023-2.dsc slime_20051023-2_all.deb to pool/non-free/s/slime/slime_20051023-2_all.deb From pvaneynd at debian.org Thu Oct 27 03:34:46 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 27 Oct 2005 05:34:46 +0200 Subject: [cl-debian] Bug#335974: dh-lisp: provide a way to require a specific common-lisp-controller version Message-ID: <20051027033446.1C541179C6B@sharrow> Package: dh-lisp Version: 0.3 Severity: wishlist Hello, For cl-slime I require the use of clc 4.23 or higher. When I specify this two statements end up in the Depends of the package and a lintian warning is generated. It would be nice to either check if there is already a clc dependency or to add a flag to not add the dependency. Groetjes, Peter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-mine1 Locale: LANG=nl_BE.UTF-8 at euro, LC_CTYPE=it_IT (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8) Versions of packages dh-lisp depends on: ii debhelper 4.9.13 helper programs for debian/rules ii perl 5.8.7-7 Larry Wall's Practical Extraction dh-lisp recommends no packages. -- no debconf information From luca at pca.it Fri Oct 28 11:45:00 2005 From: luca at pca.it (Luca Capello) Date: Fri, 28 Oct 2005 13:45:00 +0200 Subject: [cl-debian] Re: [Bese-devel] YACLML: debianization In-Reply-To: (Marco Baringer's message of "Thu, 27 Oct 2005 10:39:06 +0200") References: <871x293hpj.fsf@gismo.pca.it> Message-ID: <87br199877.fsf@gismo.pca.it> Hello! I'm sorry for the cross-posting, but the CL-Debian mailing-list is the best place about packaging CL software for Debian. Moreover, I'd like an advice from the Debian people involved in CL before finishing to package Marco's software. And I'm sorry for the long post O:-) On Thu 27 Oct 2005 10:39 +0200, Marco Baringer wrote: > Luca Capello writes: > >> 1) Referring to [1], YACLML *depends* on FiveAM if you want to use >> the test suite. So, if we want a single Debian package from >> YACLML, we need to depend on FiveAM. And AFAIK the same happens >> for the documentation, which needs qbook. >> >> The other possibility is to have multiple Debian packages, if >> it's possible (I propend for this one): >> >> cl-yaclml = all the strictly necessary files >> (depends on ASDF, arnesi and iterate, >> suggests cl-yaclml-test and cl-yaclml-doc) >> cl-yaclml-test = test suite >> (depends on cl-yaclml and FiveAM, >> suggests cl-yaclml-doc) >> cl-yaclml-doc = documentation >> (depends on cl-yaclml and qbook, >> suggests cl-yaclml-test) > > is this a normal way of doing things? if so this is what i'd do. While it's an usual thing to split a -doc package, I think that for the test suite there isn't a strict policy. Searching in the package archive gives the following. I sorted out the relevant packages ;-) ===== luca at gismo:~$ apt-cache search test atlas-test - Automatically Tuned Linear Algebra Software,test programs blacs-pvm-test - Basic Linear Algebra Comm. Subprograms - Test files for PVM blas-test - Basic Linear Algebra Subroutines, testing programs lapack-test - a library of linear algebra routines - testing programs lapack3-test - library of linear algebra routines 3 - testing programs refblas3-test - Basic Linear Algebra Subroutines 3, testing programs ultrapossum-test - UltraPossum SI Testing Framework xmldiff-test - xmldiff's test files blacs-lam-test - Basic Linear Algebra Comm. Subprograms - Test files for LAM blacs-mpich-test - Basic Linear Algebra Comm. Subprograms - Test files for MPICH blacs-test-common - Test data for BLACS testers cl-ansi-tests - Conformance tests for ANSI Common Lisp cl-uffi-tests - Regression tests for UFFI Common Lisp Library clamav-testfiles - use these files to test that your Antivirus program works ltp-commands-test - Command tests for the Linux Test Project ltp-disc-test - Disk I/O tests for the Linux Test Project ltp-kernel-test - kernel tests for the Linux Test Project ltp-misc-test - Misc. tests for the Linux Test Project ltp-network-test - Network tests for the Linux Test Project pylint-test - pylint's test files scalapack-lam-test - Scalable Linear Algebra Package - Test files for LAM scalapack-mpich-test - Scalable Linear Algebra Package - Test files for MPICH scalapack-pvm-test - Scalable Linear Algebra Package - Test files for PVM scalapack-test-common - Test data for ScaLAPACK testers typo3-testsite - A site package to show the abilities of TYPO3 zope-testcase - unit testing framework and test case for Zope parmetis-test - Parallel Graph Partitioning and Sparse Matrix Ordering Tests atlas3-test - Automatically Tuned Linear Algebra Software,test programs axiom-test - A general purpose computer algebra system: regression test inputs cl-sql-tests - Testing suite for CLSQL maxima-test - A fairly complete computer algebra system-- test suite php-simpletest - Unit testing and web testing framework for PHP sqlrelay-test - SQL Relay tests webauth-tests - Tests for the WebAuth authentication modules luca at gismo:~$ ===== Basically and AFAIK, we can decide whatever we want. Considering the space occupied by each package, we have (I just removed _darcs/ folder in each package): ===== luca at gismo:~/Hacking/cl-debian/repository$ du -h arnesi-test/ 16K arnesi-test/docs 68K arnesi-test/src/call-cc 312K arnesi-test/src 48K arnesi-test/t 396K arnesi-test/ luca at gismo:~/Hacking/cl-debian/repository$ du -h fiveam-test/ 68K fiveam-test/src 16K fiveam-test/t 104K fiveam-test/ luca at gismo:~/Hacking/cl-debian/repository$ du -h qbook-test/ 44K qbook-test/src 60K qbook-test/ luca at gismo:~/Hacking/cl-debian/repository$ du -h yaclml-test/ 24K yaclml-test/src/tags 64K yaclml-test/src/tal 128K yaclml-test/src 8.0K yaclml-test/t/root-a 12K yaclml-test/t/root-b 52K yaclml-test/t 196K yaclml-test/ luca at gismo:~/Hacking/cl-debian/repository$ ===== The simple solution will be to strictly depend on every software needed to *completely* use the package we're installing. So, YACLML should depends on ASDF/Common-Lisp-Controller, arnesi and iterate (to compile), plus FiveAM (for the test suite) and qbook (for the docs). This will lead to about 170K more space on disk (FiveAM and qbook), which is quite nothing :-) Obviously, if the dependencies for the /extra/ packages will grow in size (the test suite and the docs are not *strictly* necessary), we can split the package in the future. Now, reconsidering what I just wrote, I think that the simple solution is the best ATM. Suggestions? Peter, your opinion? Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Fri Oct 28 11:56:14 2005 From: luca at pca.it (Luca Capello) Date: Fri, 28 Oct 2005 13:56:14 +0200 Subject: [cl-debian] How to proceed if upstream is already using darcs? Message-ID: <871x2597oh.fsf@gismo.pca.it> Hello, I'm re-packaging BESE/Marco Baringer's CL software [1], adapting it to the CL-Debian project. Now, Marco's already using darcs, so I'd like to know the guide-lines for injecting them in the CL-Debian repository. Maybe a specific section (something like "HowTo prepare a CL software for the CL-Debian repository") should be added to the "CL in Debian Manual" [2]? Thx, bye, Gismo / Luca [1] http://common-lisp.net/project/bese/ [2] http://cl-debian.alioth.debian.org/clid/clid.html/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From rvb at minet.uni-jena.de Fri Oct 28 12:51:40 2005 From: rvb at minet.uni-jena.de (=?UTF-8?Q?Ren=C3=A9?= van Bevern) Date: Fri, 28 Oct 2005 14:51:40 +0200 Subject: [cl-debian] Bug#335974: dh-lisp: provide a way to require a specific common-lisp-controller version In-Reply-To: <20051027033446.1C541179C6B@sharrow> References: <20051027033446.1C541179C6B@sharrow> Message-ID: <20051028125140.GC2523@localhost.localdomain> On 27.10.05, Peter Van Eynde wrote: Hi Peter, > For cl-slime I require the use of clc 4.23 or higher. When I specify > this two statements end up in the Depends of the package and a lintian > warning is generated. It would be nice to either check if there is > already a clc dependency or to add a flag to not add the dependency. I'd rather not let users of dh_lisp let them choose the version of clc freely (a flag to not add it or check if some other dependency has already been added), because I have to make sure that the maintainer scripts, that dh_lisp generates, also work with the clc that is depended on. The clc dependency, that dh_lisp establishes, should always match the interface in the generated scripts. If you really do not want the clc dependency to be added, scripts should not be generated either and you can use the noscripts flag, which is provided and working. I can, however, because this is suboptimal, bump the default version of the clc dependency to 4.23, which is imo a good idea, because it a) contains the security fixes from 4.19 and b) is really a change in its interface, that future CL packages might want to use and is not available in older versions. If you agree with me in the last point, you can find a new dh-lisp version, with this and other (fully backward-compatible) changes, in my repository at http://cl-debian.alioth.debian.org/repository/rvb/dh-lisp and sponsor me an upload for version 0.4. :-) Ren? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 307 bytes Desc: Digital signature URL: From luca at pca.it Fri Oct 28 14:04:53 2005 From: luca at pca.it (Luca Capello) Date: Fri, 28 Oct 2005 16:04:53 +0200 Subject: [cl-debian] How to proceed if upstream is already using darcs? In-Reply-To: <20051028131700.GE2523@localhost.localdomain> (=?utf-8?Q?Ren?= =?utf-8?Q?=C3=A9?= van Bevern's message of "Fri, 28 Oct 2005 15:17:00 +0200") References: <871x2597oh.fsf@gismo.pca.it> <20051028131700.GE2523@localhost.localdomain> Message-ID: <87wtjx68l6.fsf@gismo.pca.it> Hello! Ren? replied privately to me, here his answer. On Fri 28 Oct 2005 15:17 +0200, Ren? van Bevern wrote: > On 28.10.05, Luca Capello wrote: >> Now, Marco's already using darcs, so I'd like to know the guide-lines >> for injecting them in the CL-Debian repository. > > Hello Luca, > > I've written some small reply in August about this, see: > http://common-lisp.net/pipermail/cl-debian/2005-August/000302.html > >> Maybe a specific section (something like "HowTo prepare a CL software >> for the CL-Debian repository") should be added to the "CL in Debian >> Manual" [2]? > > I'll add it to the clid soon, > > Ren? It seems that's similar to a non-darcs upstream. I'll work on it. Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From thomas.huriaux at kti.ae.poznan.pl Fri Oct 28 15:30:52 2005 From: thomas.huriaux at kti.ae.poznan.pl (Thomas Huriaux) Date: Fri, 28 Oct 2005 17:30:52 +0200 Subject: [cl-debian] Bug#336207: gcl: wrong POTFILES.in Message-ID: <20051028153052.GA28125@random.kti.ae.poznan.pl> Package: gcl Severity: normal Tags: l10n Hi, $ debconf-updatepo can't open ./../templates.master: No such file or directory at /usr/share/intltool-debian/intltool-extract line 204. /usr/bin/xgettext: error while opening "../gcl.templates.h" for reading: No such file or directory ERROR: xgettext failed to generate PO template file. Please consult error message above if there is any. Please apply the following change: -[type: gettext/rfc822deb] gcl.templates +[type: gettext/rfc822deb] in.gcl.templates Cheers, -- Thomas Huriaux -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From owner at bugs.debian.org Mon Oct 24 20:49:03 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 24 Oct 2005 13:49:03 -0700 Subject: [cl-debian] Bug#335489: marked as done (slime: doesn't start on SBCL without cl-swank (it should depend on the latest)) In-Reply-To: References: <20051024085920.DCBCAC220@gismo.pca.it> Message-ID: Your message dated Mon, 24 Oct 2005 13:33:17 -0700 with message-id and subject line Bug#335489: fixed in slime 1:20051023-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 24 Oct 2005 09:04:20 +0000 >From luca at pca.it Mon Oct 24 02:04:20 2005 Return-path: Received: from mbx.unige.ch [129.194.9.229] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ETyFg-0000uh-00; Mon, 24 Oct 2005 02:04:20 -0700 Received: from CONVERSION-DAEMON.mbx.unige.ch by mbx.unige.ch (PMDF V6.2-X27 #31144) id <0IOU00601X63F0 at mbx.unige.ch> for submit at bugs.debian.org; Mon, 24 Oct 2005 11:03:42 +0200 (MEST) Received: from gismo.pca.it ([129.194.56.110]) by mbx.unige.ch (PMDF V6.2-X27 #31144) with ESMTP id <0IOU00IQMX62YK at mbx.unige.ch>; Mon, 24 Oct 2005 11:03:39 +0200 (MEST) Received: by gismo.pca.it (Postfix, from userid 1000) id DCBCAC220; Mon, 24 Oct 2005 10:59:20 +0200 (CEST) Date: Mon, 24 Oct 2005 10:59:20 +0200 From: Luca Capello Subject: slime: doesn't start on SBCL without cl-swank (it should depend on the latest) To: Debian Bug Tracking System Message-id: <20051024085920.DCBCAC220 at gismo.pca.it> MIME-version: 1.0 X-Mailer: reportbug 3.17 Content-type: multipart/mixed; boundary="Boundary_(ID_R7Q3tJsFY4MaFBgW21o7zg)" X-Comment: This message was scanned against viruses by mbx.unige.ch. Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 This is a multi-part MIME message sent by reportbug. --Boundary_(ID_R7Q3tJsFY4MaFBgW21o7zg) MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline Package: slime Version: 1:20051015-1 Severity: important Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! The title says the problem. The severity is important, because you could want SLIME to connect to a remote swank and in this case you don't need a local cl-swank. At the same time, however, I think that depending on cl-swank by default is the best thing to do (cl-swank it's just 1.2MB), especially for newbies. Attached a patch versus the darcs repository [1]. Thx, bye, Gismo / Luca [1] http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi?r=slime;a=summary - -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages slime depends on: ii emacsen-common 1.4.16 Common facilities for all emacsen Versions of packages slime recommends: ii cl-swank 1:20051015-1 Superior LISP Interaction Mode for ii emacs-snapshot-nox [info-br 1:20051020-1 The GNU Emacs editor (without X su pi emacs21 [info-browser] 21.4a-3 The GNU Emacs editor ii info [info-browser] 4.8-1 Standalone GNU Info documentation - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXKJoVAp7Xm10JmkRAn2WAKCLgVbO5FNzB1wLfufP0SRco44hygCfUFxm 2wPJAhYZCP2W0zJlXRdHQk8= =GBuq -----END PGP SIGNATURE----- --Boundary_(ID_R7Q3tJsFY4MaFBgW21o7zg) MIME-version: 1.0 Content-type: text/PGP; charset=us-ascii; NAME=slime_depends-cl-swank_20051024.patch Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=slime_depends-cl-swank_20051024.patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 New patches: [debian/control: depends on cl-swank Luca Capello **20051024084718 SLIME should depend on cl-swank, otherwise it doesn't start: ===== debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread \ #: "/usr/share/common-lisp/source/slime/swank-loader.lisp" \ does not exist. ===== ] { hunk ./debian/changelog 3 - - * token new version + * Patch from luca -at- pca -dot- it: + Depends on cl-swank. hunk ./debian/control 13 - -Depends: emacsen-common - -Recommends: info | info-browser, cl-swank +Depends: emacsen-common, cl-swank +Recommends: info | info-browser } Context: [token new version Peter Van Eynde !pvaneynd at debian.org**20051019091606] [TAG DEBIAN_slime_1:20051018-1 Peter Van Eynde !pvaneynd at debian.org**20051019085255] Patch bundle hash: 598439455f7b7c49b864fc81888ba828087fe062 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXKBPVAp7Xm10JmkRAi2+AJwPaE9yql956GJU28Iw3/JyalutxgCbBKQd 7q33Xw4IvyGaSDUwmCDeRbA= =zCPC -----END PGP SIGNATURE----- --Boundary_(ID_R7Q3tJsFY4MaFBgW21o7zg)-- --------------------------------------- Received: (at 335489-close) by bugs.debian.org; 24 Oct 2005 20:41:19 +0000 >From katie at spohr.debian.org Mon Oct 24 13:41:19 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EU90P-00045M-00; Mon, 24 Oct 2005 13:33:17 -0700 From: Peter Van Eynde To: 335489-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#335489: fixed in slime 1:20051023-1 Message-Id: Sender: Archive Administrator Date: Mon, 24 Oct 2005 13:33:17 -0700 Delivered-To: 335489-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: slime Source-Version: 1:20051023-1 We believe that the bug you reported is fixed in the latest version of slime, which is due to be installed in the Debian FTP archive: cl-swank_20051023-1_all.deb to pool/non-free/s/slime/cl-swank_20051023-1_all.deb slime_20051023-1.diff.gz to pool/non-free/s/slime/slime_20051023-1.diff.gz slime_20051023-1.dsc to pool/non-free/s/slime/slime_20051023-1.dsc slime_20051023-1_all.deb to pool/non-free/s/slime/slime_20051023-1_all.deb slime_20051023.orig.tar.gz to pool/non-free/s/slime/slime_20051023.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 335489 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated slime package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 24 Oct 2005 21:12:04 +0200 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20051023-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-swank - Superior LISP Interaction Mode for Emacs (Lisp-side server) slime - Superior LISP Interaction Mode for Emacs Closes: 335489 335557 Changes: slime (1:20051023-1) unstable; urgency=low . * New upstream * Patch from luca -at- pca -dot- it: Depends on cl-swank. (Closes: #335489) * Place fasls in common-lisp-controller controlled slime directory * Fixed error when installing cl-swank while upgrading by declaring the proper conflicts and replaces. (Closes: #335557) * Build-Depends are in fact Build-Depends-Indep Files: 90200df5ebbb297dcbfe0617e64d6284 605 non-free/devel optional slime_20051023-1.dsc 90384c67cfcb4d66495a3cfaafff6341 425260 non-free/devel optional slime_20051023.orig.tar.gz dc76b931e5489ff9c7c8f585031ea8cd 10427 non-free/devel optional slime_20051023-1.diff.gz bc3ff440c14d4d39e33ddb127958ad0f 539558 non-free/devel optional slime_20051023-1_all.deb d17439febd86610a09745883fd51ed90 283212 non-free/devel optional cl-swank_20051023-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDXTLY11ldN0tyliURAteFAKC2giVcWIqVPRStz2RB8kQatP5ipACcCgCm o7CsqUlVcQmMM0vFCloF4Y4= =pKbc -----END PGP SIGNATURE----- From alceste at muvara.org Fri Oct 28 19:10:27 2005 From: alceste at muvara.org (Alceste Scalas) Date: Fri, 28 Oct 2005 21:10:27 +0200 Subject: [cl-debian] Re: Bug#335868: Cannot compile and load In-Reply-To: <435F7055.9010100@gmail.com> References: <435F7055.9010100@gmail.com> Message-ID: <1130526627.11749.38.camel@sidoru> Il giorno mer, 26/10/2005 alle 20.02 +0800, binghe ha scritto: > Package: cl-ironclad > Version: 0.9.0.dfsg-1 > Severity: serious > > I use '(clc:clc-require :ironclad)' to compile it, all of them get just errors > in cmucl, sbcl and clisp: Hmmm. I wasn't able to reproduce your errors on cmucl nor sbcl (I didn't try clisp right now). I remember I've had some similar problems in the past. I discovered that I had some old .fasl and .x86f files floating around (maybe with wrong timestamps) and some old systems installed under ~/.clc. After cleaning up, the issues disappeared. Before investigating further, could you please check your ~/.clc directory, the compiler-specific dirs like ~/.sbcl, and maybe try to remove everything under /var/cache/common-lisp-controller/$USER ? Btw: please use (asdf:oos 'asdf:load-op :ironclad) for now --- I've just discovered a packaging bug that prevents (clc:clc-require) to work correctly. I'll fix it soon :-) (and I'll provide a quick patch if needed) Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From alceste at muvara.org Fri Oct 28 19:42:43 2005 From: alceste at muvara.org (Alceste Scalas) Date: Fri, 28 Oct 2005 21:42:43 +0200 Subject: [cl-debian] Re: Bug#335868: Cannot compile and load In-Reply-To: <1130526627.11749.38.camel@sidoru> References: <435F7055.9010100@gmail.com> <1130526627.11749.38.camel@sidoru> Message-ID: <1130528564.11749.48.camel@sidoru> Il giorno ven, 28/10/2005 alle 21.10 +0200, Alceste Scalas ha scritto: > Btw: please use (asdf:oos 'asdf:load-op :ironclad) for now --- I've > just discovered a packaging bug that prevents (clc:clc-require) to work > correctly. I'll fix it soon :-) (and I'll provide a quick patch if > needed) D'oh. After reviewing your errors more carefully, I think that they are just due to that packaging bug... /me slaps forehead Please see whether the package compiles and loads with (asdf:oos 'asdf:load-op...). If you really want to use (clc:clc-require...), and couldn't wait for the next package version, just do the following: # cd /usr/share/common-lisp/source/ironclad # touch README LICENSE TODO NEWS Regards, alceste -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From cl-debian at pvaneynd.mailworks.org Fri Oct 28 20:20:32 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Fri, 28 Oct 2005 22:20:32 +0200 Subject: [cl-debian] Re: [Bese-devel] YACLML: debianization In-Reply-To: <87br199877.fsf@gismo.pca.it> References: <871x293hpj.fsf@gismo.pca.it> <87br199877.fsf@gismo.pca.it> Message-ID: <200510282220.33939.cl-debian@pvaneynd.mailworks.org> Hi people, On Friday 28 October 2005 13:45, Luca Capello wrote: > > [splitting packages] > > is this a normal way of doing things? if so this is what i'd do. > > While it's an usual thing to split a -doc package, I think that for > the test suite there isn't a strict policy Well the policy gets involved because you should have a separate package if the architecture independent part (/usr/share/foo) gets 'too big'. This resulted in the splitting of sbcl into sbcl and sbcl-doc for example. Another reason to split a package is when a part is not always needed. For example slime is not slime (client) and cl-swank (server) parts because it is possible to run the swank on another machine then the client. Both cases do not seem to apply in this case: the lisp package is architecture independent by nature and the documentation is useless without the package. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From owner at bugs.debian.org Fri Oct 28 20:48:26 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 28 Oct 2005 13:48:26 -0700 Subject: [cl-debian] Bug#335974: marked as done (dh-lisp: provide a way to require a specific common-lisp-controller version) In-Reply-To: References: <20051027033446.1C541179C6B@sharrow> Message-ID: Your message dated Fri, 28 Oct 2005 13:47:34 -0700 with message-id and subject line Bug#335974: fixed in dh-lisp 0.4 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 27 Oct 2005 03:34:49 +0000 >From pvaneynd at debian.org Wed Oct 26 20:34:49 2005 Return-path: Received: from out3.smtp.messagingengine.com [66.111.4.27] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EUyXR-0002jq-00; Wed, 26 Oct 2005 20:34:49 -0700 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 4F558CD5984 for ; Wed, 26 Oct 2005 23:34:47 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Wed, 26 Oct 2005 23:34:47 -0400 X-Sasl-enc: zFkLS5QdaiDN/GB8oMPNQwxEtRb3qgELtcSt9q3EZ7Ka 1130384084 Received: from sharrow (139.224-201-80.adsl.skynet.be [80.201.224.139]) by frontend2.messagingengine.com (Postfix) with ESMTP id 81FA357070E for ; Wed, 26 Oct 2005 23:34:44 -0400 (EDT) Received: by sharrow (Postfix, from userid 1000) id 1C541179C6B; Thu, 27 Oct 2005 05:34:46 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Peter Van Eynde To: Debian Bug Tracking System Subject: dh-lisp: provide a way to require a specific common-lisp-controller version X-Mailer: reportbug 3.17 Date: Thu, 27 Oct 2005 05:34:46 +0200 Message-Id: <20051027033446.1C541179C6B at sharrow> Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: dh-lisp Version: 0.3 Severity: wishlist Hello, For cl-slime I require the use of clc 4.23 or higher. When I specify this two statements end up in the Depends of the package and a lintian warning is generated. It would be nice to either check if there is already a clc dependency or to add a flag to not add the dependency. Groetjes, Peter -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-mine1 Locale: LANG=nl_BE.UTF-8 at euro, LC_CTYPE=it_IT (charmap=UTF-8) (ignored: LC_ALL set to it_IT.UTF-8) Versions of packages dh-lisp depends on: ii debhelper 4.9.13 helper programs for debian/rules ii perl 5.8.7-7 Larry Wall's Practical Extraction dh-lisp recommends no packages. -- no debconf information --------------------------------------- Received: (at 335974-close) by bugs.debian.org; 28 Oct 2005 20:47:42 +0000 >From katie at spohr.debian.org Fri Oct 28 13:47:41 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EVb8Q-0003Ed-00; Fri, 28 Oct 2005 13:47:34 -0700 From: =?utf-8?q?Ren=C3=A9_van_Bevern?= To: 335974-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#335974: fixed in dh-lisp 0.4 Message-Id: Sender: Archive Administrator Date: Fri, 28 Oct 2005 13:47:34 -0700 Delivered-To: 335974-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: dh-lisp Source-Version: 0.4 We believe that the bug you reported is fixed in the latest version of dh-lisp, which is due to be installed in the Debian FTP archive: dh-lisp_0.4.dsc to pool/main/d/dh-lisp/dh-lisp_0.4.dsc dh-lisp_0.4.tar.gz to pool/main/d/dh-lisp/dh-lisp_0.4.tar.gz dh-lisp_0.4_all.deb to pool/main/d/dh-lisp/dh-lisp_0.4_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 335974 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ren?? van Bevern (supplier of updated dh-lisp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Oct 2005 14:20:57 +0200 Source: dh-lisp Binary: dh-lisp Architecture: source all Version: 0.4 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: dh-lisp - Debhelper to support Common Lisp related packages Closes: 335974 Changes: dh-lisp (0.4) unstable; urgency=low . * re-add previously removed error message as a non-dying warning . * do not try to add implementation-dependencies if dh_lisp is called to install this implementation (no curcular dependencies) . * offer a switch '-d' to optionally disable the generation of implementation-dependencies . * do not add dependencies for common-lisp-controller if scripts are not being generated . * generate common-lisp-controller dependencies with version 4.23 instead of 4.2, it includes several security updates and is needed for slime (closes: #335974) Files: 87b5bba7cbd872e6b1a58c1d53a599ae 545 devel optional dh-lisp_0.4.dsc c47a0c65306b91d5be74fd5a2310e20c 36791 devel optional dh-lisp_0.4.tar.gz 2e5d6af0e05f0424987653723483a31e 8604 devel optional dh-lisp_0.4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYoZ511ldN0tyliURAoo2AJ4jP4hpgiNg/JhWfYhNZ1fAr8LnDgCgn0xK iRBd6Y617d5eL1bFcneG6nY= =JFzh -----END PGP SIGNATURE----- From pvaneynd at debian.org Fri Oct 28 20:47:26 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 28 Oct 2005 13:47:26 -0700 Subject: [cl-debian] Accepted cl-f2cl 20050726-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 27 Oct 2005 22:10:58 +0200 Source: cl-f2cl Binary: cl-f2cl Architecture: source all Version: 20050726-1 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 (20050726-1) unstable; urgency=low . * New upstream Files: 4972557997642314652165e06fc5d78e 591 devel optional cl-f2cl_20050726-1.dsc 074d8cc9633e42c4eaee8a5dbd66b8de 1130280 devel optional cl-f2cl_20050726.orig.tar.gz 7b461cf58fccf7b9c56f6712d7e96801 890 devel optional cl-f2cl_20050726-1.diff.gz 746396f5106c6efe457ff99b9d9c906d 210260 devel optional cl-f2cl_20050726-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYZoK11ldN0tyliURAqc7AJsERYjd56vlPjgGn9AgGgzPFV5zJACgimiG kiq5spOjjKvkj7CUzo+bwuM= =yWqI -----END PGP SIGNATURE----- Accepted: cl-f2cl_20050726-1.diff.gz to pool/main/c/cl-f2cl/cl-f2cl_20050726-1.diff.gz cl-f2cl_20050726-1.dsc to pool/main/c/cl-f2cl/cl-f2cl_20050726-1.dsc cl-f2cl_20050726-1_all.deb to pool/main/c/cl-f2cl/cl-f2cl_20050726-1_all.deb cl-f2cl_20050726.orig.tar.gz to pool/main/c/cl-f2cl/cl-f2cl_20050726.orig.tar.gz From pvaneynd at debian.org Fri Oct 28 20:47:28 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 28 Oct 2005 13:47:28 -0700 Subject: [cl-debian] Accepted cl-gd 0.4.2-3 (source i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 5 Jul 2005 07:51:20 +0200 Source: cl-gd Binary: cl-gd Architecture: source i386 Version: 0.4.2-3 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.4.2-3) unstable; urgency=low . * Peter Van Eynde + Move to darcs-buildpackage + No watch file possible + Updated policy version . * Ren?? van Bevern + allow for (asdf:oos 'asdf:test-op :cl-gd) + build using dh-lisp Files: 986913d3b175e49f30d4cd4ed678f20d 584 devel optional cl-gd_0.4.2-3.dsc 9519eb2c43086c9a4320df3344355fed 2697 devel optional cl-gd_0.4.2-3.diff.gz 4e40a3632ca274c1a667a53a0094de7a 198666 devel optional cl-gd_0.4.2-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYUAI11ldN0tyliURAhwZAKCQ7LWxq+UbnVW47quORGB3ibTT2gCgiGNk KGkOXTTKtLyO82pUcACnB8o= =zz5v -----END PGP SIGNATURE----- Accepted: cl-gd_0.4.2-3.diff.gz to pool/main/c/cl-gd/cl-gd_0.4.2-3.diff.gz cl-gd_0.4.2-3.dsc to pool/main/c/cl-gd/cl-gd_0.4.2-3.dsc cl-gd_0.4.2-3_i386.deb to pool/main/c/cl-gd/cl-gd_0.4.2-3_i386.deb From pvaneynd at debian.org Fri Oct 28 20:47:29 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 28 Oct 2005 13:47:29 -0700 Subject: [cl-debian] Accepted cl-infix 19960628.2-3 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 28 Oct 2005 05:22:53 +0200 Source: cl-infix Binary: cl-infix Architecture: source all Version: 19960628.2-3 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-infix - an infix reader macro for Common Lisp Changes: cl-infix (19960628.2-3) unstable; urgency=low . * Now uses darcs-buildpackage * Updated compat * Update standard version * Now use dh-lisp Files: 4d2b03dfb0450dc683aa5ff25fbd9210 600 non-free/devel optional cl-infix_19960628.2-3.dsc 57e326a8ead8eb3841bff90ca035febc 3555 non-free/devel optional cl-infix_19960628.2-3.diff.gz 4fa477801378bb1b96dcb922beb4d88f 14958 non-free/devel optional cl-infix_19960628.2-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYZ3c11ldN0tyliURAuN8AKCIENhWAHPgTtm3ok8hoTGUTsw0tQCfVPbe yzttiJeaHB2kR8vCNZuo9PQ= =1lIq -----END PGP SIGNATURE----- Accepted: cl-infix_19960628.2-3.diff.gz to pool/non-free/c/cl-infix/cl-infix_19960628.2-3.diff.gz cl-infix_19960628.2-3.dsc to pool/non-free/c/cl-infix/cl-infix_19960628.2-3.dsc cl-infix_19960628.2-3_all.deb to pool/non-free/c/cl-infix/cl-infix_19960628.2-3_all.deb From rvb at pro-linux.de Fri Oct 28 20:47:34 2005 From: rvb at pro-linux.de (=?utf-8?q?Ren=C3=A9_van_Bevern?=) Date: Fri, 28 Oct 2005 13:47:34 -0700 Subject: [cl-debian] Accepted dh-lisp 0.4 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Oct 2005 14:20:57 +0200 Source: dh-lisp Binary: dh-lisp Architecture: source all Version: 0.4 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: dh-lisp - Debhelper to support Common Lisp related packages Closes: 335974 Changes: dh-lisp (0.4) unstable; urgency=low . * re-add previously removed error message as a non-dying warning . * do not try to add implementation-dependencies if dh_lisp is called to install this implementation (no curcular dependencies) . * offer a switch '-d' to optionally disable the generation of implementation-dependencies . * do not add dependencies for common-lisp-controller if scripts are not being generated . * generate common-lisp-controller dependencies with version 4.23 instead of 4.2, it includes several security updates and is needed for slime (closes: #335974) Files: 87b5bba7cbd872e6b1a58c1d53a599ae 545 devel optional dh-lisp_0.4.dsc c47a0c65306b91d5be74fd5a2310e20c 36791 devel optional dh-lisp_0.4.tar.gz 2e5d6af0e05f0424987653723483a31e 8604 devel optional dh-lisp_0.4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYoZ511ldN0tyliURAoo2AJ4jP4hpgiNg/JhWfYhNZ1fAr8LnDgCgn0xK iRBd6Y617d5eL1bFcneG6nY= =JFzh -----END PGP SIGNATURE----- Accepted: dh-lisp_0.4.dsc to pool/main/d/dh-lisp/dh-lisp_0.4.dsc dh-lisp_0.4.tar.gz to pool/main/d/dh-lisp/dh-lisp_0.4.tar.gz dh-lisp_0.4_all.deb to pool/main/d/dh-lisp/dh-lisp_0.4_all.deb From pvaneynd at debian.org Fri Oct 28 20:48:54 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 28 Oct 2005 13:48:54 -0700 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-1 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 27 Oct 2005 22:03:52 +0200 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A development environment for Common Lisp sbcl-common - Architecture independent files for SBCL Changes: sbcl (1:0.9.6.0-1) unstable; urgency=low . * Updated watch file * New upstream * Also use luca's (= ${Source-Version}) trick to link sbcl to sbcl-common Files: bd6e1fca4728982b05b5b18ca15c31ce 678 devel optional sbcl_0.9.6.0-1.dsc 1cfa9493265a6e71e9a246eb42d3eb1f 4273131 devel optional sbcl_0.9.6.0.orig.tar.gz 322ae1d62df913683bbf8ce51de700d6 20209 devel optional sbcl_0.9.6.0-1.diff.gz 41e17652aff35d4741364d9e631ea538 3968574 devel optional sbcl-common_0.9.6.0-1_all.deb e29e4696277c649de62ed5cd7306b3ea 9141388 devel optional sbcl_0.9.6.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYUA311ldN0tyliURAuK9AJ0TTgjfkR6n3fOcSDVp4joCnyowHQCeNRjg ea0ps/rT5cOpBvs8JRkY048= =Tz5l -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-1_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-1_all.deb sbcl_0.9.6.0-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-1.diff.gz sbcl_0.9.6.0-1.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-1.dsc sbcl_0.9.6.0-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-1_i386.deb sbcl_0.9.6.0.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.6.0.orig.tar.gz From owner at bugs.debian.org Sat Oct 29 06:48:03 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 28 Oct 2005 23:48:03 -0700 Subject: [cl-debian] Processed: notfound 278285 in 1:2.35-5 In-Reply-To: <20051029064302.5C048179D1E@sharrow> References: <20051029064302.5C048179D1E@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > notfound 278285 1:2.35-5 Bug#278285: clisp-dev needs to depend on -dev versions of clisp's dependencies Bug marked as not found in version 1:2.35-5. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pvaneynd at debian.org Sat Oct 29 07:47:09 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 29 Oct 2005 00:47:09 -0700 Subject: [cl-debian] Accepted clisp 1:2.35-6 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Oct 2005 08:37:28 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-6 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 321177 329919 Changes: clisp (1:2.35-6) unstable; urgency=low . * On sarge on sparc at least clisp does compile with gcc-3.3 so we force to use 3.3 on sparc. Should Closes: #321177 * Use ${Source-Version} to force packages to upgrade together. * clisp now suggests clisp-dev, but we should still provide a better description of what clisp-dev exactly does and why one would need to install it. Never mind writing a man page for clisp-link. Closes: #329919 Files: 7859ca414d3f9d90b46eb7c2898528dd 730 interpreters optional clisp_2.35-6.dsc 03120cc0cb923e8a44b954b933116c18 229200 interpreters optional clisp_2.35-6.diff.gz 5a89b4899610e55edffe506bf2881d30 2837014 interpreters optional clisp_2.35-6_i386.deb 6e0d86f28a65bb4ad3a56a6d8fb7a7e8 1238988 devel optional clisp-dev_2.35-6_i386.deb 46351985a304c429ade772a8e5d88267 970872 doc optional clisp-doc_2.35-6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYyMZ11ldN0tyliURAhyTAJ9ZtrkvhiYbNu43aLc+gvpTyluhGgCgretU v0W2+UN9y6QfCXVq65ZQx+g= =gzAK -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-6_i386.deb to pool/main/c/clisp/clisp-dev_2.35-6_i386.deb clisp-doc_2.35-6_all.deb to pool/main/c/clisp/clisp-doc_2.35-6_all.deb clisp_2.35-6.diff.gz to pool/main/c/clisp/clisp_2.35-6.diff.gz clisp_2.35-6.dsc to pool/main/c/clisp/clisp_2.35-6.dsc clisp_2.35-6_i386.deb to pool/main/c/clisp/clisp_2.35-6_i386.deb From owner at bugs.debian.org Sat Oct 29 07:48:11 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 29 Oct 2005 00:48:11 -0700 Subject: [cl-debian] Bug#329919: marked as done (Subject: clisp-doc (and perhaps clisp-dev) should be recommended or suggested if one installs clisp) In-Reply-To: References: Message-ID: Your message dated Sat, 29 Oct 2005 00:47:09 -0700 with message-id and subject line Bug#329919: fixed in clisp 1:2.35-6 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 24 Sep 2005 12:50:24 +0000 >From hbemail at gmail.com Sat Sep 24 05:50:24 2005 Return-path: Received: from zproxy.gmail.com [64.233.162.203] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EJ9U0-0005zv-00; Sat, 24 Sep 2005 05:50:24 -0700 Received: by zproxy.gmail.com with SMTP id 16so430261nzp for ; Sat, 24 Sep 2005 05:49:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aUhovbBEIWG/7/L29AIKbTHPqxeTUijUq4PdhYoZv5E8wZXKnTNfbz/kbHuELh8p+DgV//HuspYAmblGwCS78nVzGSq7JcbAI2k0PXNZU0Ugq6tvbqtk0X2FI6UljLfsvqMzA+egezYjs7+THbtgckHhI8BGzQToY7bAR6iEVzw= Received: by 10.54.13.13 with SMTP id 13mr241538wrm; Sat, 24 Sep 2005 05:49:53 -0700 (PDT) Received: by 10.54.142.6 with HTTP; Sat, 24 Sep 2005 05:49:53 -0700 (PDT) Message-ID: Date: Sat, 24 Sep 2005 14:49:53 +0200 From: H B Reply-To: H B To: submit at bugs.debian.org Subject: Subject: clisp-doc (and perhaps clisp-dev) should be recommended or suggested if one installs clisp MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: clisp Version: 1:2.35-2 Severity: wishlist nothing more to say than the subject: clisp-doc should be recommended if on= e installs clisp -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (900, 'testing'), (800, 'unstable'), (100, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=3Den_US.UTF-8, LC_CTYPE=3Den_US.UTF-8 (charmap=3DUTF-8) (ignored: LC_ALL set to en_US.UTF-8) Versions of packages clisp depends on: ii common-lisp-controller 4.18 This is a Common Lisp source a= nd c ii libc6 2.3.5-6 GNU C Library: Shared librarie= s an ii libice6 6.8.2.dfsg.1-7 Inter-Client Exchange library ii libncurses5 5.4-9 Shared libraries for terminal = hand ii libreadline5 5.0-11 GNU readline and history libra= ries ii libsm6 6.8.2.dfsg.1-7 X Window System Session Manage= ment ii libx11-6 6.8.2.dfsg.1-7 X Window System protocol clien= t li ii libxext6 6.8.2.dfsg.1-7 X Window System miscellaneous = exte ii libxpm4 6.8.2.dfsg.1-6 X pixmap library ii xlibs 6.8.2.dfsg.1-6 X Window System client librari= es m clisp recommends no packages. -- no debconf information --------------------------------------- Received: (at 329919-close) by bugs.debian.org; 29 Oct 2005 07:47:41 +0000 >From katie at spohr.debian.org Sat Oct 29 00:47:41 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EVlQj-0008MM-00; Sat, 29 Oct 2005 00:47:09 -0700 From: Peter Van Eynde To: 329919-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#329919: fixed in clisp 1:2.35-6 Message-Id: Sender: Archive Administrator Date: Sat, 29 Oct 2005 00:47:09 -0700 Delivered-To: 329919-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: clisp Source-Version: 1:2.35-6 We believe that the bug you reported is fixed in the latest version of clisp, which is due to be installed in the Debian FTP archive: clisp-dev_2.35-6_i386.deb to pool/main/c/clisp/clisp-dev_2.35-6_i386.deb clisp-doc_2.35-6_all.deb to pool/main/c/clisp/clisp-doc_2.35-6_all.deb clisp_2.35-6.diff.gz to pool/main/c/clisp/clisp_2.35-6.diff.gz clisp_2.35-6.dsc to pool/main/c/clisp/clisp_2.35-6.dsc clisp_2.35-6_i386.deb to pool/main/c/clisp/clisp_2.35-6_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 329919 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated clisp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Oct 2005 08:37:28 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-6 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 321177 329919 Changes: clisp (1:2.35-6) unstable; urgency=low . * On sarge on sparc at least clisp does compile with gcc-3.3 so we force to use 3.3 on sparc. Should Closes: #321177 * Use ${Source-Version} to force packages to upgrade together. * clisp now suggests clisp-dev, but we should still provide a better description of what clisp-dev exactly does and why one would need to install it. Never mind writing a man page for clisp-link. Closes: #329919 Files: 7859ca414d3f9d90b46eb7c2898528dd 730 interpreters optional clisp_2.35-6.dsc 03120cc0cb923e8a44b954b933116c18 229200 interpreters optional clisp_2.35-6.diff.gz 5a89b4899610e55edffe506bf2881d30 2837014 interpreters optional clisp_2.35-6_i386.deb 6e0d86f28a65bb4ad3a56a6d8fb7a7e8 1238988 devel optional clisp-dev_2.35-6_i386.deb 46351985a304c429ade772a8e5d88267 970872 doc optional clisp-doc_2.35-6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYyMZ11ldN0tyliURAhyTAJ9ZtrkvhiYbNu43aLc+gvpTyluhGgCgretU v0W2+UN9y6QfCXVq65ZQx+g= =gzAK -----END PGP SIGNATURE----- From owner at bugs.debian.org Sat Oct 29 07:48:19 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 29 Oct 2005 00:48:19 -0700 Subject: [cl-debian] Bug#321177: marked as done (clisp: ftbfs [sparc] make[1]: *** [interpreted.mem] Segmentation fault) In-Reply-To: References: <20050803210150.GA30869@blars.org> Message-ID: Your message dated Sat, 29 Oct 2005 00:47:09 -0700 with message-id and subject line Bug#321177: fixed in clisp 1:2.35-6 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 3 Aug 2005 22:30:54 +0000 >From blarson at blars.org Wed Aug 03 15:30:53 2005 Return-path: Received: from blars.org (renig.nat.blars.org) [64.81.35.59] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E0RlF-0002JL-00; Wed, 03 Aug 2005 15:30:53 -0700 Received: from renig.nat.blars.org (plergb.nat.blars.org [172.16.1.1]) by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j73MUrMu015528 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 3 Aug 2005 15:30:53 -0700 Received: (from blarson at localhost) by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) id j73MUrFk015526 for submit at bugs.debian.org; Wed, 3 Aug 2005 15:30:53 -0700 Resent-Message-Id: <200508032230.j73MUrFk015526 at renig.nat.blars.org> Received: from quaff (quaff.nat.blars.org [172.16.2.7]) by renig.nat.blars.org (8.12.3/8.12.3/Debian-7.1) with ESMTP id j73L4iMu014481 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 3 Aug 2005 14:04:44 -0700 Received: from quaff.nat.blars.org (quaff [127.0.0.1]) by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j73L1oHu030910; Wed, 3 Aug 2005 14:01:50 -0700 Received: (from blarson at localhost) by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j73L1oaM030908; Wed, 3 Aug 2005 14:01:50 -0700 Date: Wed, 3 Aug 2005 14:01:50 -0700 From: Blars Blarson To: Debian Bug Tracking System Subject: clisp: ftbfs [sparc] make[1]: *** [interpreted.mem] Segmentation fault Message-ID: <20050803210150.GA30869 at blars.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 3.15 User-Agent: Mutt/1.5.9i Resent-From: blarson at blars.org Resent-Date: Wed, 3 Aug 2005 15:30:52 -0700 Resent-To: submit at bugs.debian.org Delivered-To: submit at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: clisp Version: 1:2.34-1 Severity: serious Justification: no longer builds from source clisp failed to build on a sparc buildd: chmod +w config.lisp echo '(setq *clhs-root-default* "http://www.lisp.org/HyperSpec/")' >> config.lisp ./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -norc -m 1400KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) (ext::exit t)" make[1]: *** [interpreted.mem] Segmentation fault make[1]: Leaving directory `/build/buildd/clisp-2.34/debian/build' A different error occured on my sparc pbuilder: lispbibl.d:12311: warning: register used for two global register variables gcc -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-de clarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c lisparit.c In file included from lisparit.d:8: lispbibl.d:744: warning: call-clobbered register used for global register variable In file included from lisparit.d:8: lispbibl.d:9477: warning: volatile register variables don't work as you might wish lispbibl.d:9610: warning: register used for two global register variables In file included from lisparit.d:8: lispbibl.d:12087: warning: register used for two global register variables lispbibl.d:12106: warning: register used for two global register variables lispbibl.d:12311: warning: register used for two global register variables In file included from lisparit.d:28: arilev1.d:253:30: error: arisparc.c: No such file or directory make[1]: *** [lisparit.o] Error 1 make[1]: Leaving directory `/tmp/buildd/clisp-2.34/debian/build' --------------------------------------- Received: (at 321177-close) by bugs.debian.org; 29 Oct 2005 07:47:48 +0000 >From katie at spohr.debian.org Sat Oct 29 00:47:48 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EVlQj-0008MK-00; Sat, 29 Oct 2005 00:47:09 -0700 From: Peter Van Eynde To: 321177-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#321177: fixed in clisp 1:2.35-6 Message-Id: Sender: Archive Administrator Date: Sat, 29 Oct 2005 00:47:09 -0700 Delivered-To: 321177-close at bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: clisp Source-Version: 1:2.35-6 We believe that the bug you reported is fixed in the latest version of clisp, which is due to be installed in the Debian FTP archive: clisp-dev_2.35-6_i386.deb to pool/main/c/clisp/clisp-dev_2.35-6_i386.deb clisp-doc_2.35-6_all.deb to pool/main/c/clisp/clisp-doc_2.35-6_all.deb clisp_2.35-6.diff.gz to pool/main/c/clisp/clisp_2.35-6.diff.gz clisp_2.35-6.dsc to pool/main/c/clisp/clisp_2.35-6.dsc clisp_2.35-6_i386.deb to pool/main/c/clisp/clisp_2.35-6_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 321177 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde (supplier of updated clisp package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster at debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Oct 2005 08:37:28 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-6 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Closes: 321177 329919 Changes: clisp (1:2.35-6) unstable; urgency=low . * On sarge on sparc at least clisp does compile with gcc-3.3 so we force to use 3.3 on sparc. Should Closes: #321177 * Use ${Source-Version} to force packages to upgrade together. * clisp now suggests clisp-dev, but we should still provide a better description of what clisp-dev exactly does and why one would need to install it. Never mind writing a man page for clisp-link. Closes: #329919 Files: 7859ca414d3f9d90b46eb7c2898528dd 730 interpreters optional clisp_2.35-6.dsc 03120cc0cb923e8a44b954b933116c18 229200 interpreters optional clisp_2.35-6.diff.gz 5a89b4899610e55edffe506bf2881d30 2837014 interpreters optional clisp_2.35-6_i386.deb 6e0d86f28a65bb4ad3a56a6d8fb7a7e8 1238988 devel optional clisp-dev_2.35-6_i386.deb 46351985a304c429ade772a8e5d88267 970872 doc optional clisp-doc_2.35-6_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDYyMZ11ldN0tyliURAhyTAJ9ZtrkvhiYbNu43aLc+gvpTyluhGgCgretU v0W2+UN9y6QfCXVq65ZQx+g= =gzAK -----END PGP SIGNATURE----- From luca at pca.it Sat Oct 29 10:54:57 2005 From: luca at pca.it (Luca Capello) Date: Sat, 29 Oct 2005 12:54:57 +0200 Subject: [cl-debian] How to proceed if upstream is already using darcs? In-Reply-To: <87wtjx68l6.fsf@gismo.pca.it> (Luca Capello's message of "Fri, 28 Oct 2005 16:04:53 +0200") References: <871x2597oh.fsf@gismo.pca.it> <20051028131700.GE2523@localhost.localdomain> <87wtjx68l6.fsf@gismo.pca.it> Message-ID: <87zmosh9tq.fsf@gismo.pca.it> Hello! On Fri 28 Oct 2005 16:04 +0200, Luca Capello wrote: > Ren? replied privately to me, here his answer. > On Fri 28 Oct 2005 15:17 +0200, Ren? van Bevern wrote: >> I've written some small reply in August about this, see: >> http://common-lisp.net/pipermail/cl-debian/2005-August/000302.html This was very useful: I thought darcs-buildpackage contained only one tool and after your mail I found the others (dbp-*). Very useful, as I prepared rfc2388 [1] by hand (`darcs tag`, etc...). I'd like to have a tool like dbp-importdarcs, but I think it's not worth to try to write it :-( Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Sat Oct 29 11:23:49 2005 From: luca at pca.it (Luca Capello) Date: Sat, 29 Oct 2005 13:23:49 +0200 Subject: [cl-debian] Re: [Bese-devel] YACLML: debianization In-Reply-To: <200510282220.33939.cl-debian@pvaneynd.mailworks.org> (Peter Van Eynde's message of "Fri, 28 Oct 2005 22:20:32 +0200") References: <871x293hpj.fsf@gismo.pca.it> <87br199877.fsf@gismo.pca.it> <200510282220.33939.cl-debian@pvaneynd.mailworks.org> Message-ID: <87vezgh8hm.fsf@gismo.pca.it> Hello! On Fri 28 Oct 2005 22:20 +0200, Peter Van Eynde wrote: > On Friday 28 October 2005 13:45, Luca Capello wrote: >> > [splitting packages] >> > is this a normal way of doing things? if so this is what i'd do. >> >> While it's an usual thing to split a -doc package, I think that for >> the test suite there isn't a strict policy > > Well the policy gets involved because you should have a separate > package if the architecture independent part (/usr/share/foo) gets > 'too big'. > Another reason to split a package is when a part is not always > needed. For example slime is not slime (client) and cl-swank > (server) parts because it is possible to run the swank on another > machine then the client. > > Both cases do not seem to apply in this case: the lisp package is > architecture independent by nature and the documentation is useless > without the package. Analyzing Marco's code and checking back the discussion Marco and I had when I first packaged YACLML, I now remember the problem (because there's a problem, sorry)... To read the documentation, you need qbook. To compile qbook, however, you need YACLML. This is the main reason I put qbook as a suggestion, because it's not *strictly* necessary, but it could be useful. And this situation applies to any other Marco's package: 1) arnesi compiles alone (without any other Marco's software) depends on FiveAM for :arnesi.test depends on cl-ppcre for :arnesi.cl-ppcre-extras depends on qbook for the docs 2) FiveAM compiles with arnesi depends on qbook for the docs 3) qbook compiles with arnesi, iterate, cl-ppcre and yaclml 4) YACLML compiles with arnesi and iterate depends on FiveAM for :yaclml.test depends on qbook for the docs Please someone corrects me if I forgot something. And my idea for the debianization: 1) arnesi depends on clc (in Debian this implies cl-asdf) recommends FiveAM, cl-ppcre and qbook 2) FiveAM depends on clc and arnesi recommends qbook 3) qbook depends on clc, arnesi, iterate, cl-ppcre and yaclml 4) YACLML depends on clc, arnesi and iterate recommends FiveAM and qbook Moreover, I can add on the package description (or in the README.Debian) why the recommendations, to advice the user of the other functionalities. Or, another solution which is straightforward, we don't have any Recommends/Suggests, but only Depends (cl-ppcre takes 100K and iterate 265K). BTW, the packages are ready, this is the last problem ;-) Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From s-beyer at gmx.net Sat Oct 29 14:34:03 2005 From: s-beyer at gmx.net (Stephan Beyer) Date: Sat, 29 Oct 2005 16:34:03 +0200 (MEST) Subject: [cl-debian] cl-cffi, cl-clg 0.91 Message-ID: <8771.1130596443@www88.gmx.net> (PS: I sent this mail 2 1/2 hours ago and it didn't get here. Now via webmail. Sorry, if double.) Hi, I wanted to play around a bit with Gtk+ and Cairo yesterday, noticing that the latest version of clg (0.91) _seemed_ to support Cairo. Sure, there is an examples/testcairo.lisp using :cairo and :svg-cairo, but clg itself doesn't offer any Common Lisp bindings for Cairo. So, I browsed through the net and found cl-cairo, which needs cl-cffi (the Common Foreign Functions Interface). Well, I packaged the 0.91 version of clg (based on Ren? van Bevern's work), cl-cffi and cl-cairo, because packaging them is the easiest and cleanest way to install it, I think. ;) Of course, the testcairo example still didn't want to work. Just naive to think that it really needed cl-cairo. But done work of dirty tied up packages shouldn't be for nothing, so I uploaded cl-cffi[1], deleted cl-cairo (and mailed the author of clg about the issue) and uploaded the "NMU" of clg 0.91. [2] The latter is the upstream source with RvB's debian/ directory. Only the 2nd patch in debian/patches/ is adjusted. That could mean a little less work for him, if I didn't do everything wrong. [1] http://noxa.de/~sbeyer/debian/packages/?main,any,cl-cffi http://noxa.de/~sbeyer/debian/packages/?main,src,cffi Without ITP. [2] http://www.stud.tu-ilmenau.de/~stbe-in/debian-tmp/ Source package is not lintian-clean because nmu-version-foobar. My changelog entries may be removed, it's rather inofficial. ;) Best regards, Stephan. -- Stephan Beyer, PGP 0xFCC5040F, IRC sbeyer (seebyr, bseyer) Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen f?r GMX Partner: http://www.gmx.net/de/go/partner From luca at pca.it Sat Oct 29 15:56:32 2005 From: luca at pca.it (Luca Capello) Date: Sat, 29 Oct 2005 17:56:32 +0200 Subject: [cl-debian] dbp-get with CL-Debian repositories Message-ID: <87ek64gvv3.fsf@gismo.pca.it> Hello! Thanks to Ren?, I discovered dbp-get, which can automatically download the CL-Debian packages adding the following to ~/.darcs-buildpackage: ===== repobase = /path/to/your/local/repository upstreamrepo = %(repobase)s/%(package)s-upstream debianrepo = %(repobase)s/%(package)s cldebianbase = http://cl-debian.alioth.debian.org/repository debianmirrors = %(cldebianbase)s/lcapello/%(package)s %(cldebianbase)s/pvaneynd/%(package)s %(cldebianbase)s/rvb/%(package)s upstreammirrors = %(cldebianbase)s/lcapello/%(package)s-upstream %(cldebianbase)s/pvaneynd/%(package)s-upstream %(cldebianbase)s/rvb/%(package)s-upstream ===== In this way, you can just use `dbp-get [package]` and dbp-get will search for package in one of the repository above (local, debianmirrors or upstreammirrors), acting: 1) if package and package-upstream are already present in the local repository, it makes a `darcs get package` to the current directory 2) if the package is present in one of the mirrors, it downloads the package and package-upstream to your local repository, then `darcs get package` to the current directory HTH (at least for me yes ;-) ). Thx, bye, Gismo / Luca -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From alceste at muvara.org Sat Oct 29 16:02:34 2005 From: alceste at muvara.org (Alceste Scalas) Date: Sat, 29 Oct 2005 18:02:34 +0200 Subject: [cl-debian] ironclad, tbnl, url-rewrite: updates and questions Message-ID: <1130601755.7735.25.camel@nanneddu> Hello, a few updates on the three packages I'm providing (sorry for the late, due to a *very* annoying hard disk crash). Ironclad: * accepted in main; * got the first bug: #335868. Yayyyy! * fixed the bug; * updated the package to the latest upstream release. TBNL: * rejected by ftp-master, due to debian/copyright issues; * fixed the bug; * updated the package to the latest upstream release. URL-REWRITE: * rejected by ftp-master, due to debian/copyright issues; * fixed the bug. My darcs repositories (managed with darcs-buildpackage) are available at the usual location: http://debian.muvara.org/darcs/debs (.deb sources) http://debian.muvara.org/darcs/upstream/ (upstream repos) And now, a few questions... 1. I've noticed that bug reports and ftp-master responses for other cl-debian packages are being sent to this mailing list, too. Is there a way to automate the process for my packages? 2. How should I notify when my repositories have got interesting updates? Is email pestering (like this one) ok? 3. Have you got a procedure for signing the patches being recorded on darcs? (I've used one for Mercurial[1], that *should* be adaptable to darcs); 4. Should a copy of my repositories go under http://cl-debian.alioth.debian.org/ ? If yes, is there anything I should do? Of course, you can point me to any fine manual that I should have read before asking :-) Regards, aleste - - - - References: [1] Mercurial distributed SCM: http://selenic.com/mercurial/ -- Alceste Scalas -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Questa parte del messaggio ? firmata URL: From installer at ftp-master.debian.org Sat Oct 29 18:32:07 2005 From: installer at ftp-master.debian.org (Debian Installer) Date: Sat, 29 Oct 2005 11:32:07 -0700 Subject: [cl-debian] clisp_2.35-7_i386.changes REJECTED Message-ID: Rejected: Unknown distribution `UNRELEASED'. === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. From pvaneynd at debian.org Sun Oct 30 07:17:08 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 30 Oct 2005 00:17:08 -0700 Subject: [cl-debian] Accepted clisp 1:2.35-7 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 29 Oct 2005 16:55:28 +0200 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-7 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: clisp - GNU CLISP, a Common Lisp implementation clisp-dev - GNU CLISP, a Common Lisp implementation (development files) clisp-doc - GNU CLISP, a Common Lisp implementation (documentation) Changes: clisp (1:2.35-7) unstable; urgency=low . * So with gcc-4 on sparc we got the pretty impressive: ;; Loading file defs1.lisp ... *** - quotient GGGGGGGG0GGGGGGGG0GGGGGGGG0GGGGGGGG\ 0GGGGGGGG0GGGGGGGG0GGGGGGGG / GGGGGGGG\ is not an integer . Now on m68k we get the even more impressive: . cat '/build/buildd/clisp-2.35/src/intparam.c' >> tmp.c gcc -D SAFETY=3 -D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE \ -D NO_SINGLEMAP -D NO_TRIVIALMAP tmp.c -o intparam tmp.c: In function 'main5': tmp.c:422: internal compiler error: in instantiate_virtual_regs_lossage, at function.c:1442 . So we're going to use gcc-3.3 for both architectures and hope that upstream or the gcc maintainers get this one right. . Change: also use gcc-3.3 for m68k. Files: f8dd0ef7cad51307450107c170249f45 735 interpreters optional clisp_2.35-7.dsc 98569632e3231bb0360dc9639ca3d0cd 229451 interpreters optional clisp_2.35-7.diff.gz 949241793e37196c0e634c8725c29391 2837424 interpreters optional clisp_2.35-7_i386.deb 0eccb083e5c53efc825813612890a8c7 1239378 devel optional clisp-dev_2.35-7_i386.deb 8fe3f1ac9504cd52dfabb5e2f900ce2a 971256 doc optional clisp-doc_2.35-7_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDZG1211ldN0tyliURAtL7AJ0Zk8qmFYN/IYWhpAxDIy8TF85+7wCfVDAf anBOF2mHShKo28djiSJy39Q= =+Qbe -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-7_i386.deb to pool/main/c/clisp/clisp-dev_2.35-7_i386.deb clisp-doc_2.35-7_all.deb to pool/main/c/clisp/clisp-doc_2.35-7_all.deb clisp_2.35-7.diff.gz to pool/main/c/clisp/clisp_2.35-7.diff.gz clisp_2.35-7.dsc to pool/main/c/clisp/clisp_2.35-7.dsc clisp_2.35-7_i386.deb to pool/main/c/clisp/clisp_2.35-7_i386.deb From luca at pca.it Sat Oct 29 17:13:43 2005 From: luca at pca.it (Luca Capello) Date: Sat, 29 Oct 2005 19:13:43 +0200 Subject: [cl-debian] ironclad, tbnl, url-rewrite: updates and questions In-Reply-To: <1130601755.7735.25.camel@nanneddu> (Alceste Scalas's message of "Sat, 29 Oct 2005 18:02:34 +0200") References: <1130601755.7735.25.camel@nanneddu> Message-ID: <8764rggsag.fsf@gismo.pca.it> Hello! On Sat 29 Oct 2005 18:02 +0200, Alceste Scalas wrote: > My darcs repositories (managed with darcs-buildpackage) are > available at the usual location: > > http://debian.muvara.org/darcs/debs (.deb sources) > http://debian.muvara.org/darcs/upstream/ (upstream repos) > > And now, a few questions... > > 1. I've noticed that bug reports and ftp-master responses > for other cl-debian packages are being sent to this mailing > list, too. Is there a way to automate the process for my > packages? IIRC you should subscribe the CL-Debian mailing-list to source-package at packages.qa.debian.org, but I never tried. Go to http://packages.qa.debian.org/source-package for more info. > 2. How should I notify when my repositories have got > interesting updates? Is email pestering (like this one) ok? Sure! > 3. Have you got a procedure for signing the patches being > recorded on darcs? (I've used one for Mercurial[1], that > *should* be adaptable to darcs); Well, if you use `darcs send`, there's a --sign option (`darcs send --help` or the manual at [1]). AFAIK there's no way to sign with `darcs record` and anyway even when a signed patch is integrated, there's no record of the PGP key in package/_darcs/patches/patch.gz :-( > 4. Should a copy of my repositories go under > http://cl-debian.alioth.debian.org/ ? If yes, is there > anything I should do? IMHO yes, for sure. Get an account on http://alioth.debian.org and then Peter should add you to the group. Thx, bye, Gismo / Luca [1] file:///usr/share/doc/darcs/manual/index.html#x1-440003.5.5 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From owner at packages.qa.debian.org Sun Oct 30 18:15:57 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Sun, 30 Oct 2005 12:15:57 -0600 Subject: [cl-debian] Re: Web subscription for ironclad package In-Reply-To: References: Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Sun Oct 30 19:58:11 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Sun, 30 Oct 2005 13:58:11 -0600 Subject: [cl-debian] Re: CONFIRM c1d95668ebfc5e16d25cd0a0f695505e In-Reply-To: <20051030195759.GA28216@pvaneynd.mailworks.org> References: <20051030195759.GA28216@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From kmr at debian.org Mon Oct 31 05:02:07 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Sun, 30 Oct 2005 21:02:07 -0800 Subject: [cl-debian] Accepted cl-sql 3.3.3-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 30 Oct 2005 21:20:34 -0700 Source: cl-sql Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite cl-sql-mysql Architecture: source all i386 Version: 3.3.3-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-sql - SQL Interface for Common Lisp cl-sql-aodbc - CLSQL database backend, AODBC cl-sql-mysql - CLSQL database backend, MySQL cl-sql-odbc - CLSQL database backend, ODBC cl-sql-oracle - CLSQL database backend, Oracle cl-sql-postgresql - CLSQL database backend, PostgreSQL cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL cl-sql-sqlite - CLSQL database backend, SQLite cl-sql-sqlite3 - CLSQL database backend, SQLite3 cl-sql-tests - Testing suite for CLSQL cl-sql-uffi - Common UFFI functions for CLSQL database backends Changes: cl-sql (3.3.3-1) unstable; urgency=low . * New upstream Files: 3740d6bd253a8aeea6c452efb7ab71ea 796 devel extra cl-sql_3.3.3-1.dsc 60104720e54f61c23cf53b9aaf7e0f8b 701247 devel extra cl-sql_3.3.3.orig.tar.gz 662cda6c474ed7cbf9c13349f7716ed0 10931 devel extra cl-sql_3.3.3-1.diff.gz b69fa702cdee2f9c65fdc103761bf8c9 489242 devel extra cl-sql_3.3.3-1_all.deb 9402cfb1d34176b2e7c664e833b0b18b 35214 devel extra cl-sql-aodbc_3.3.3-1_all.deb ee4b5b14a64652fdc278cd5805b5defc 61166 devel extra cl-sql-odbc_3.3.3-1_all.deb 5d95a44caa99620eb493ddc57d08b626 39984 devel extra cl-sql-postgresql_3.3.3-1_all.deb c9ea6d1579c67e2e66c3e962920bb542 44118 devel extra cl-sql-postgresql-socket_3.3.3-1_all.deb 2307163fc3dcb3c734f5c9db287b1161 39822 devel extra cl-sql-sqlite_3.3.3-1_all.deb d7f98741367be64717978815ced0c8be 40630 devel extra cl-sql-sqlite3_3.3.3-1_all.deb 9abbf600fd52871b679d83b3a7b8f936 56222 contrib/devel extra cl-sql-oracle_3.3.3-1_all.deb 56af9f341d8fe5a56550bd2ca9495104 58452 devel extra cl-sql-tests_3.3.3-1_all.deb 665481190f86cd6a7951ad3ea546308a 38642 devel extra cl-sql-uffi_3.3.3-1_i386.deb 3b3e1629fe9f1cd594304fd4a73eec3e 48950 devel extra cl-sql-mysql_3.3.3-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDZaFnES7N8sSjgj4RAsVLAJsGx4flYLxmnPbyqHb4mYivXbd32wCeI1T6 O2iSvWEAaInYmyGL0nNuXhU= =2PCq -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.3.3-1_all.deb cl-sql-mysql_3.3.3-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.3.3-1_i386.deb cl-sql-odbc_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.3.3-1_all.deb cl-sql-oracle_3.3.3-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.3.3-1_all.deb cl-sql-postgresql-socket_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.3.3-1_all.deb cl-sql-postgresql_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.3.3-1_all.deb cl-sql-sqlite3_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.3.3-1_all.deb cl-sql-sqlite_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.3.3-1_all.deb cl-sql-tests_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.3.3-1_all.deb cl-sql-uffi_3.3.3-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.3.3-1_i386.deb cl-sql_3.3.3-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.3.3-1.diff.gz cl-sql_3.3.3-1.dsc to pool/main/c/cl-sql/cl-sql_3.3.3-1.dsc cl-sql_3.3.3-1_all.deb to pool/main/c/cl-sql/cl-sql_3.3.3-1_all.deb cl-sql_3.3.3.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.3.3.orig.tar.gz From pvaneynd at debian.org Mon Oct 31 19:47:27 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 31 Oct 2005 11:47:27 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-2 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 31 Oct 2005 07:51:51 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: sbcl - A development environment for Common Lisp sbcl-common - Architecture independent files for SBCL Changes: sbcl (1:0.9.6.0-2) unstable; urgency=low . * move locale stuff later in the debian/rules file, as to avoid perl warnings. * use the current gcc for compilation, it should 'just work' Files: b89b38498405385c0b854de533a0a6a5 669 devel optional sbcl_0.9.6.0-2.dsc ca958206def9d77d918c776b9e8f4b44 20273 devel optional sbcl_0.9.6.0-2.diff.gz f0deba2331a59b2664238051524d4eb0 3968524 devel optional sbcl-common_0.9.6.0-2_all.deb 4e1d719ffa2df15d67a67068a5a20320 9141498 devel optional sbcl_0.9.6.0-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDZnAP11ldN0tyliURAo/XAKC9MQ7aQwUOXYHXmXJ9sW5gpJoXVACgnXry lsgKpCYJos3RAVV0I6Gv8Jk= =e8+y -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-2_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-2_all.deb sbcl_0.9.6.0-2.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-2.diff.gz sbcl_0.9.6.0-2.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-2.dsc sbcl_0.9.6.0-2_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-2_i386.deb