From fahree at gmail.com Tue Nov 1 04:16:05 2005 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Mon, 31 Oct 2005 23:16:05 -0500 Subject: [cl-debian] unhelpful clisp (lisp-implementation-version) Message-ID: <653bea160510312016q56ea0db0p@mail.gmail.com> For a few weeks now, the (lisp-implementation-version) of debian's clisp has stopped showing the version in its first component, which makes the autodetection routine of SLIME (or CL-Launch) not very helpful in case clisp ever changes its bytecode API. Can you put something useful in there, just like there used to be, or provide some other access to similar information? [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] If money is your hope for independence you will never have it. The only real security that a man will have in this world is a reserve of knowledge, experience, and ability. -- Henry Ford From pvaneynd at debian.org Tue Nov 1 07:02:06 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 31 Oct 2005 23:02:06 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-3 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 31 Oct 2005 23:45:06 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-3 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-3) unstable; urgency=low . * Fixed the sbcl, sbcl-common dependency: sbcl does not need sbcl-common, but suggests it it does conflict with an older version. . This should fix all the FTBS problems at the moment. Files: 9e936d71f675f9c1ee42e3788633fe26 669 devel optional sbcl_0.9.6.0-3.dsc bc7e3f30f25a8d9c45cdc51823f4c294 20365 devel optional sbcl_0.9.6.0-3.diff.gz 0d8b25eba2d6acc60ec0e8a8ac51d1a4 3968722 devel optional sbcl-common_0.9.6.0-3_all.deb 2ca19ccc028dc51dd0b22dc25d336f21 9142480 devel optional sbcl_0.9.6.0-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDZwf511ldN0tyliURAsqnAKC0iBd3rwzbikqCw5h0MybgZtJT9wCgnlQ9 SJU+eU9yxZ6uGFcXgROSiUk= =cfDb -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-3_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-3_all.deb sbcl_0.9.6.0-3.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-3.diff.gz sbcl_0.9.6.0-3.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-3.dsc sbcl_0.9.6.0-3_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-3_i386.deb From sylvain.archenault at laposte.net Tue Nov 1 11:03:19 2005 From: sylvain.archenault at laposte.net (Sylvain Archenault) Date: Tue, 01 Nov 2005 12:03:19 +0100 Subject: [cl-debian] Bug#336757: gcl: French debconf templates translation update Message-ID: Package: gcl Version: N/A Severity: wishlist Tags: patch l10n Please find attached the French debconf templates translation update, proofread by the debian-l10n-french mailing list contributors. I didn't translate the part concerning Common Lisp history. As reported by Christian Perrier (#324636), this part should be place in README.Debian, removing it from the orginal template will close this bug. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-2-386 Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15) -------------- 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. # # msgid "" msgstr "" "Project-Id-Version: gcl 2.6.7-1\n" "Report-Msgid-Bugs-To: camm at enhanced.com\n" "POT-Creation-Date: 2005-10-28 17:17+0200\n" "PO-Revision-Date: 2005-10-29 14:19+0200\n" "Last-Translator: Sylvain Archenault \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit" #. Type: boolean #. Description #: ../in.gcl.templates:3 msgid "Use the work-in-progress ansi build by default" msgstr "Faut-il utiliser la compilation ANSI par d?faut??" #. Type: boolean #. Description #: ../in.gcl.templates:3 msgid "" "GCL is one of the oldest free common lisp systems still in use. Several " "production systems have used it for over a decade. The common lisp standard " "in effect when GCL was first released is known as \"Common Lisp, the Language" "\" (CLtL1) after a book by Steele of the same name providing this " "specification. Subsequently, a much expanded standard was adopted by the " "American National Standards Institute (ANSI), which is still considered the " "definitive common lisp language specification to this day. GCL is in the " "process of providing an ANSI compliant image in addition to its traditional " "CLtL1 image still in production use. Setting this variable will determine " "which image you will use by default on executing 'gcl at EXT@'. You can " "locally override this choice by setting the GCL_ANSI environment variable to " "any non-empty string for the ANSI build, and to the empty string for the " "CLtL1 build, e.g. GCL_ANSI=t gcl at EXT@. You may be interested in reviewing " "the ANSI test results sketching the level of compliance achieved thus far " "in /usr/share/doc/gcl at EXT@/test_results.gz. The flavor of the build in " "force will be reported in the initial startup banner." msgstr "" "GCL a pour but de fournir une image en accord avec la " "d?finition de l'ANSI en plus de son image traditionnelle CLtL1 qui est " "toujours utilis?e en production. La valeur de cette variable d?terminera " "quelle norme vous allez utiliser par d?faut lors de l'ex?cution de " "??gcl at EXT@??. Vous pouvez localement modifier ce choix en cr?ant la variable " "d'environnement GCL_ANSI et en lui affectant une cha?ne non vide pour une " "compilation respectant la norme d?finie par l'ANSI, et une cha?ne vide pour " "une compilation en accord avec la norme CLtL1, par exemple GCL_ANSI=t " "gcl at EXT@. Vous pouvez ?tre int?ress? par l'inspection des r?sultats des " "tests esquissant le niveau de conformit? avec la standard ANSI atteint " "jusqu'? aujourd'hui. Ceux-ci sont disponibles dans le fichier /usr/share/doc/" "gcl/test_resuts.gz. Le type de compilation sera affich? dans le bandeau de " "d?marrage." #. Type: boolean #. Description #: ../in.gcl.templates:24 msgid "Use the profiling build by default" msgstr "Faut-il utiliser le profilage par d?faut??" #. Type: boolean #. Description #: ../in.gcl.templates:24 msgid "" "GCL now has support for profiling via gprof. Please see the documentation " "for si::gprof-start and si::gprof-quit for details. This build is slower " "than builds without gprof support, so this is not recommended for final " "production use. You can locally override this choice by setting the GCL_PROF " "environment variable to any non-empty string for profiling support, and to " "the empty string for the more optimized builds, e.g. GCL_PROF=t gcl at EXT@. " "If profiling is enabled, this will be reported in the initial startup banner." msgstr "" "GCL g?re d?sormais le profilage via gprof. Veuillez consulter la " "documentation si::gprof-start et si::gprof-quit pour plus d'informations. La " "construction produite avec cette option est plus lente que la construction classique. " "Par cons?quent il n'est pas recommand? de l'utiliser en production. Vous " "pouvez localement modifier ce choix en affectant ? la variable " "d'environnement GCL_PROF, une cha?ne non vide pour activer le profilage, ou " "une cha?ne vide pour une compilation optimis?e, par exemple GCL_PROF=t " "gcl at EXT@. Si le profilage est activ?, cela sera affich? dans le bandeau de " "d?marrage." From pvaneynd at debian.org Tue Nov 1 22:34:44 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 01 Nov 2005 14:34:44 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-4 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 1 Nov 2005 19:22:53 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-4 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-4) unstable; urgency=low . * Try to force to use the testing version without the dependency hell. Files: 64c512bacf2aa8d8bf02d16f44c1bb15 670 devel optional sbcl_0.9.6.0-4.dsc ef711e361f9f258802d641681b8abad4 20408 devel optional sbcl_0.9.6.0-4.diff.gz 304fe330b9489ee77f2069477322da00 3968766 devel optional sbcl-common_0.9.6.0-4_all.deb d1fd83dbc7370e99378788592a3ffacf 9142494 devel optional sbcl_0.9.6.0-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDZ83Z11ldN0tyliURAiLMAJ42ujlmcaThNcOAV2WlJXNAf2Cv2gCffZxO 2T+xWzq6VZrxGJDE6J7YFYI= =Wild -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-4_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-4_all.deb sbcl_0.9.6.0-4.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-4.diff.gz sbcl_0.9.6.0-4.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-4.dsc sbcl_0.9.6.0-4_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-4_i386.deb From pvaneynd at debian.org Wed Nov 2 06:47:09 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 01 Nov 2005 22:47:09 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-6 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 2 Nov 2005 05:16:35 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-6 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-6) unstable; urgency=low . * Use gcc-3.4 on sparc * Still trying to get out of the buildd swamp. Files: 3f464f91276aefff5009241031c863fe 699 devel optional sbcl_0.9.6.0-6.dsc 59b253a6a0a635ed1e29dd457dda8c09 20481 devel optional sbcl_0.9.6.0-6.diff.gz c666c6775a6783b50535828c623102f2 3968926 devel optional sbcl-common_0.9.6.0-6_all.deb d25873edb5b7c9e23e11aeaecdee639a 9142504 devel optional sbcl_0.9.6.0-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDaFu911ldN0tyliURAgu2AKCx0o1YbKrq16C1rl0Fbss5c2CWagCgxPP8 81G4YUAJUoSY+WAmC0OJQKg= =uR9V -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-6_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-6_all.deb sbcl_0.9.6.0-6.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-6.diff.gz sbcl_0.9.6.0-6.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-6.dsc sbcl_0.9.6.0-6_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-6_i386.deb From pvaneynd at debian.org Wed Nov 2 10:30:20 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 2 Nov 2005 11:30:20 +0100 Subject: [cl-debian] How to get rid of a poised version Message-ID: <200511021130.27077.pvaneynd@debian.org> Hello, Mea culpa. I did a stupid thing with sbcl: in version 1:0.9.6.0-1 I used the following construction: Package: sbcl Depends: sbcl-common (= ${Source-Version}), ${shlibs:Depends} ... Package: sbcl-common Now it turns out that the buildd network cannot build new packages[1]: |The following packages have unmet dependencies: | sbcl: Depends: sbcl-common (= 1:0.9.6.0-1) but 1:0.9.6.0-6 is to be | installed Now, after thinking a bit I dropped the Depends, but I cannot force the buildd's to build a new version. I tried: - to force to use a known good version: (1:0.9.6.0-4) Build-Depends: debhelper (>> 4.1.16), sbcl (= 1:0.9.5.50-1) ... This also failed [2]: |The following packages have unmet dependencies: | sbcl: Depends: sbcl-common (= 1:0.9.6.0-1) but it is not going to be || installed -include sbcl-common into the build-depends (1:0.9.6.0-6) Build-Depends: debhelper (>> 4.1.16), sbcl-common, sbcl (>= 1:0.8.16-1) Also [3]: |The following packages have unmet dependencies: | sbcl: Depends: sbcl-common (= 1:0.9.6.0-1) but 1:0.9.6.0-6 is to be | installed So is there anything else I can do? Groetjes, Peter 1: http://buildd.debian.org/fetch.php?&pkg=sbcl&ver=1%3A0.9.6.0-6&arch=alpha&stamp=1130914277&file=log&as=raw 2: http://buildd.debian.org/fetch.php?&pkg=sbcl&ver=1%3A0.9.6.0-4&arch=alpha&stamp=1130888045&file=log&as=raw 3: http://buildd.debian.org/fetch.php?&pkg=sbcl&ver=1%3A0.9.6.0-6&arch=alpha&stamp=1130914277&file=log&as=raw -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From fw at deneb.enyo.de Wed Nov 2 13:07:08 2005 From: fw at deneb.enyo.de (Florian Weimer) Date: Wed, 02 Nov 2005 14:07:08 +0100 Subject: [cl-debian] Re: How to get rid of a poised version In-Reply-To: <200511021130.27077.pvaneynd@debian.org> (Peter Van Eynde's message of "Wed, 2 Nov 2005 11:30:20 +0100") References: <200511021130.27077.pvaneynd@debian.org> Message-ID: <877jbryz9f.fsf@mid.deneb.enyo.de> * Peter Van Eynde: > So is there anything else I can do? Bootstrap with one of the other supported Lisp implementations? MLton recently solved a similarly problem by manually building the supported architectures outside the buildd network. From cl-debian at pvaneynd.mailworks.org Wed Nov 2 15:35:51 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Wed, 2 Nov 2005 16:35:51 +0100 Subject: [cl-debian] unhelpful clisp (lisp-implementation-version) In-Reply-To: <653bea160510312016q56ea0db0p@mail.gmail.com> References: <653bea160510312016q56ea0db0p@mail.gmail.com> Message-ID: <200511021635.56420.cl-debian@pvaneynd.mailworks.org> On Tuesday 01 November 2005 05:16, Far? wrote: > For a few weeks now, the (lisp-implementation-version) of debian's > clisp has stopped showing the version in its first component, Found the problem. The next version should fix it. I'm waiting for the results of the m68k buildd... 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 Wed Nov 2 15:32:02 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 02 Nov 2005 07:32:02 -0800 Subject: [cl-debian] Accepted cl-ppcre 1.2.12-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 2 Nov 2005 12:01:44 +0100 Source: cl-ppcre Binary: cl-ppcre Architecture: source all Version: 1.2.12-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-ppcre - Portable Regular Express Library for Common Lisp Changes: cl-ppcre (1.2.12-1) unstable; urgency=low . * New upstream * Use dh-lisp Files: 57ec24ae82f97f86ded4d0040dc28714 589 devel optional cl-ppcre_1.2.12-1.dsc 9770c3b839ed10ac06198eb5f3ac3b7c 167380 devel optional cl-ppcre_1.2.12.orig.tar.gz 8a2a17a8ec92aeae642eaf87bb6c7fcf 2972 devel optional cl-ppcre_1.2.12-1.diff.gz c0f0f3f500cfc138c316d5a34c47c921 98490 devel optional cl-ppcre_1.2.12-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDaKmr11ldN0tyliURAss3AJ4p5PGu0LcvN7ct5HPrHR6VK8jdMwCfXr9D v8WvF9SzuLPIa7aBWqIfpcY= =tV6y -----END PGP SIGNATURE----- Accepted: cl-ppcre_1.2.12-1.diff.gz to pool/main/c/cl-ppcre/cl-ppcre_1.2.12-1.diff.gz cl-ppcre_1.2.12-1.dsc to pool/main/c/cl-ppcre/cl-ppcre_1.2.12-1.dsc cl-ppcre_1.2.12-1_all.deb to pool/main/c/cl-ppcre/cl-ppcre_1.2.12-1_all.deb cl-ppcre_1.2.12.orig.tar.gz to pool/main/c/cl-ppcre/cl-ppcre_1.2.12.orig.tar.gz From pvaneynd at debian.org Wed Nov 2 21:51:58 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 2 Nov 2005 22:51:58 +0100 Subject: [cl-debian] Re: [cl-pdf-announce] cl-pdf version 2.90 In-Reply-To: <030601c5de1a$95243060$0a02a8c0@marcxp> References: <200510310617.03268.pvaneynd@debian.org> <200510311331.28900.pvaneynd@debian.org> <030601c5de1a$95243060$0a02a8c0@marcxp> Message-ID: <200511022251.58976.pvaneynd@debian.org> Hello Marc, A new cl-pdf package is almost ready, for cl-typesetting however I noticed that the license file is still the old one. I had the impression you wanted to change it to the more BSD-like one of cl-pdf. Did you change idea? Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From pvaneynd at debian.org Thu Nov 3 08:32:30 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 03 Nov 2005 00:32:30 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-7 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 2 Nov 2005 22:45:49 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-7 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-7) unstable; urgency=low . * Last try at the buildd problem * Suggest slime, not ilisp anymore * No more Pre-Depends on common-lisp-controller Files: b688d040b9161c3f684d9bd0ed8920c9 757 devel optional sbcl_0.9.6.0-7.dsc d1378a3f15b7c80a473d440259b8d730 20550 devel optional sbcl_0.9.6.0-7.diff.gz cc8e907f07e95ccc0f6f1e4bb5b96a1c 3968992 devel optional sbcl-common_0.9.6.0-7_all.deb e8a4360d163c42d3e1130dd852980996 9141342 devel optional sbcl_0.9.6.0-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDabSD11ldN0tyliURAjgZAKC4qbX5CmoGbOYQSqc4jJ4TfFdICQCfZcRs T08T6T9JLOOW7i/HEz7gV0s= =OOTq -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-7_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-7_all.deb sbcl_0.9.6.0-7.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-7.diff.gz sbcl_0.9.6.0-7.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-7.dsc sbcl_0.9.6.0-7_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-7_i386.deb From luca at pca.it Thu Nov 3 13:25:12 2005 From: luca at pca.it (Luca Capello) Date: Thu, 03 Nov 2005 14:25:12 +0100 Subject: [cl-debian] Re: [Bese-devel] YACLML: debianization References: <871x293hpj.fsf@gismo.pca.it> <87br199877.fsf@gismo.pca.it> <200510282220.33939.cl-debian@pvaneynd.mailworks.org> <87vezgh8hm.fsf@gismo.pca.it> Message-ID: <87fyqdsw1z.fsf@gismo.pca.it> Hello! We're finally arrived to an end :-D On Sat 29 Oct 2005 13:23 +0200, Luca Capello wrote: > 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)... > 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. I found another package (not a CL package, sorry) that shares the same problem (inkscape) [1] [2] and I asked for advice on the Debian-devel mailing-list [3]. As I suspected, the Recommends field is the way to go. And there's no README.Debian explaining why :-D Here the cl-arnesi package description: ===== Package: cl-arnesi Architecture: all Depends: ${misc:Depends} Recommends: cl-ppcre, cl-fiveam, cl-qbook Description: small Common Lisp utilities arnesi is a Common Lisp utility suite. It contains various "bits 'n pieces" of code which were useful while developing other code. . Features: * Flow control macros - while, whichever, if-bind, etc. * A simple logging facility - kind-of/sort-of/maybe like log4j. * HTTP/HTML utilities - URL and HTML escaping * Pattern matching - fare-matcher style pattern matcher and "regular" list matcher * Accumulation - collecting and reducing macros * Cps transformer - an ad-hoc, bug ridden implementation of half of call/cc. * Decimal arithmetic - convert floats to exact rationals and vice versa with a given precision; standard rounding functions. * MOP compatibility package - The MOPP package provides the MOP's symbols on various implementations. Currently OpenMCL, CMUCL, SBCL, Lispworks and CLISP are supported. . The recommended packages add extra features: documentation via cl-qbook, test suite with cl-fiveam and add-ons for cl-ppcre. . This is the development version. ===== If I'm not getting any negative feedback for tomorrow (Friday 3th) 00:00 UTC, I'll start submitting ITP for arnesi, FiveAM, qbook and YACLML using that backbones. Thx, bye, Gismo / Luca [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317767 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=328423 [3] http://lists.debian.org/debian-devel/2005/11/msg00066.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From schepler at math.berkeley.edu Thu Nov 3 15:13:34 2005 From: schepler at math.berkeley.edu (Daniel Schepler) Date: Thu, 03 Nov 2005 16:13:34 +0100 Subject: [cl-debian] Bug#337258: cmucl: FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi Message-ID: Package: cmucl Severity: serious Version: 19c-pre1-20051019-1 >From my pbuilder build log: ... make[3]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019/src/docs/internals' (cd interface && latex internals && latex internals && \ latex internals && latex toolkit && latex toolkit && latex toolkit \ && dvips -o internals.ps internals.dvi \ && dvips -o toolkit.ps toolkit.dvi ; true ) This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./internals.tex ... Output written on toolkit.pdf (8 pages, 102048 bytes). Transcript written on toolkit.log. This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) ' TeX output 2005.10.29:1512' -> internals.ps . [1] [2] [3] [4] [5] [6] [7] This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) dvips: ! DVI file can't be opened. make[2]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019/src/docs' make[1]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019' echo doc build done doc build done ... make[1]: Entering directory `/tmp/cmucl/cmucl-19c-pre1-20051019' dh_testdir dh_testroot dh_installchangelogs src/general-info/release-19b.txt dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_installdocs cp: cannot stat `src/docs/interface/toolkit.dvi': No such file or directory dh_installdocs: command returned error code 256 make[1]: *** [binary-common] Error 1 make[1]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019' make: *** [binary-arch] Error 2 It appears the PDF detection code at the top of toolkit.tex is no longer valid and now forces PDF output no matter what. -- 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.14-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) From bdonlan at gmail.com Fri Nov 4 04:36:56 2005 From: bdonlan at gmail.com (Bryan Donlan) Date: Thu, 03 Nov 2005 23:36:56 -0500 Subject: [cl-debian] Bug#337365: sbcl: problem in pre-rm script prevents removal Message-ID: <20051104043656.9DCB6A6910B@bd-home-comp.no-ip.org> Package: sbcl Version: 1:0.9.6.0-7 Severity: important With the new version of sbcl in sid, it is impossible to remove with dpkg --force-all --remove sbcl: $ sudo dpkg --force-all --remove sbcl (Reading database ... 268684 files and directories currently installed.) Removing sbcl ... update-binfmts: warning: /var/lib/binfmts/sbcl does not exist; nothing to do! update-binfmts: exiting due to previous errors dpkg: error processing sbcl (--remove): subprocess pre-removal script returned error exit status 2 Errors were encountered while processing: sbcl Attempting to dpkg-reconfigure sbcl gives: $ sudo dpkg-reconfigure sbcl update-binfmts: warning: /var/lib/binfmts/sbcl does not exist; nothing to do! update-binfmts: exiting due to previous errors and does not correct the removal problems. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii libc6 2.3.5-7 GNU C Library: Shared libraries an Versions of packages sbcl recommends: ii binfmt-support 1.2.7 Support for extra binary formats -- no debconf information From pvaneynd at debian.org Fri Nov 4 09:47:07 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 04 Nov 2005 01:47:07 -0800 Subject: [cl-debian] Accepted cl-pdf 108-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 3 Nov 2005 09:29:02 +0100 Source: cl-pdf Binary: cl-pdf Architecture: source all Version: 108-1 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cl-pdf - Common Lisp package to create PDF files Changes: cl-pdf (108-1) unstable; urgency=low . * Now uses darcs * Updated standard version * rvb: added watch file * New upstream * Now uses dh-lisp * Now uses files in debian instead of options to dh-* commands in the rules file. * Updated examples file Files: 2a9ef2f3462d68bb7d6d26e009f352fd 572 devel optional cl-pdf_108-1.dsc ba5ce5795c865b8f027171077a74a46a 709161 devel optional cl-pdf_108.orig.tar.gz 8142fd98a490c0c1068470c006a44f97 3740 devel optional cl-pdf_108-1.diff.gz 2c85388ccf1df3742db6410280762058 465490 devel optional cl-pdf_108-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDang311ldN0tyliURAhfOAKCEGsYm39th/WoVsO06VnQACGQszgCgvCaa JzrJxCLrcpagdn+PI1EBltQ= =Ybdd -----END PGP SIGNATURE----- Accepted: cl-pdf_108-1.diff.gz to pool/main/c/cl-pdf/cl-pdf_108-1.diff.gz cl-pdf_108-1.dsc to pool/main/c/cl-pdf/cl-pdf_108-1.dsc cl-pdf_108-1_all.deb to pool/main/c/cl-pdf/cl-pdf_108-1_all.deb cl-pdf_108.orig.tar.gz to pool/main/c/cl-pdf/cl-pdf_108.orig.tar.gz From kurt at roeckx.be Fri Nov 4 17:35:03 2005 From: kurt at roeckx.be (Kurt Roeckx) Date: Fri, 4 Nov 2005 18:35:03 +0100 Subject: [cl-debian] Re: How to get rid of a poised version In-Reply-To: <200511021130.27077.pvaneynd@debian.org> References: <200511021130.27077.pvaneynd@debian.org> Message-ID: <20051104173503.GA2041@roeckx.be> On Wed, Nov 02, 2005 at 11:30:20AM +0100, Peter Van Eynde wrote: > Hello, > > Mea culpa. I did a stupid thing with sbcl: in version 1:0.9.6.0-1 I used the > following construction: [...] > So is there anything else I can do? Yes, bootstrap it once for each arch manually. This really is something the porters should do, or you can ask DSA to set up the chroots manually for you and build it yourself. I've done this myself when -2 was uploaded for amd64, and it perfectly build all the others it tried (-3, -6, -7) without problems. Kurt From kurt at roeckx.be Fri Nov 4 18:50:06 2005 From: kurt at roeckx.be (Kurt Roeckx) Date: Fri, 4 Nov 2005 19:50:06 +0100 Subject: [cl-debian] Re: How to get rid of a poised version In-Reply-To: <20051104173503.GA2041@roeckx.be> References: <200511021130.27077.pvaneynd@debian.org> <20051104173503.GA2041@roeckx.be> Message-ID: <20051104185006.GA2239@roeckx.be> On Fri, Nov 04, 2005 at 06:35:03PM +0100, Kurt Roeckx wrote: > On Wed, Nov 02, 2005 at 11:30:20AM +0100, Peter Van Eynde wrote: > > Hello, > > > > Mea culpa. I did a stupid thing with sbcl: in version 1:0.9.6.0-1 I used the > > following construction: > [...] > > So is there anything else I can do? > > Yes, bootstrap it once for each arch manually. This really is > something the porters should do, or you can ask DSA to set up the > chroots manually for you and build it yourself. > > I've done this myself when -2 was uploaded for amd64, and it > perfectly build all the others it tried (-3, -6, -7) without > problems. Actually, -7 failed, because there you seem to have made the build dependency impossible to satisfy with the current version. Which really is an RC bug. Kurt From kmr at debian.org Fri Nov 4 19:17:30 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Fri, 04 Nov 2005 11:17:30 -0800 Subject: [cl-debian] Accepted cl-uffi 1.5.5-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 4 Nov 2005 11:59:50 -0700 Source: cl-uffi Binary: cl-uffi-tests cl-uffi Architecture: source all i386 Version: 1.5.5-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-uffi - Universal Foreign Function Library for Common Lisp cl-uffi-tests - Regression tests for UFFI Common Lisp Library Changes: cl-uffi (1.5.5-1) unstable; urgency=low . * New upstream Files: 95af44a195c78671ba0a2fe2a8d16e29 633 devel optional cl-uffi_1.5.5-1.dsc b6bc2d45351b2af0dc858d682f8701ee 143797 devel optional cl-uffi_1.5.5.orig.tar.gz 9c82372d321f5f62f226eb8c264c3ce1 7583 devel optional cl-uffi_1.5.5-1.diff.gz af8d248d9d737454c09215f2e3d02943 112694 devel optional cl-uffi_1.5.5-1_all.deb 0e795e5a0469f8a451faf4d9d0f16e05 24304 devel optional cl-uffi-tests_1.5.5-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDa7IWES7N8sSjgj4RAlnUAJ9rRqTgOtkJDzivWtJm5Xk/eShZHACginsC A9wDJqmJTGSutd4rMYUQd8A= =0LBP -----END PGP SIGNATURE----- Accepted: cl-uffi-tests_1.5.5-1_i386.deb to pool/main/c/cl-uffi/cl-uffi-tests_1.5.5-1_i386.deb cl-uffi_1.5.5-1.diff.gz to pool/main/c/cl-uffi/cl-uffi_1.5.5-1.diff.gz cl-uffi_1.5.5-1.dsc to pool/main/c/cl-uffi/cl-uffi_1.5.5-1.dsc cl-uffi_1.5.5-1_all.deb to pool/main/c/cl-uffi/cl-uffi_1.5.5-1_all.deb cl-uffi_1.5.5.orig.tar.gz to pool/main/c/cl-uffi/cl-uffi_1.5.5.orig.tar.gz From kmr at debian.org Fri Nov 4 19:32:16 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Fri, 04 Nov 2005 11:32:16 -0800 Subject: [cl-debian] Accepted cl-sql 3.3.4-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 4 Nov 2005 12:22:18 -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.4-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.4-1) unstable; urgency=low . * New upstream Files: 260865bb97c9bcdf0edbcf2e1df40dc5 796 devel extra cl-sql_3.3.4-1.dsc 99179c769b72fcc37350822ee7ddecd8 701396 devel extra cl-sql_3.3.4.orig.tar.gz 1bf67b1ab9fc2f99af8b03fca9b02681 10948 devel extra cl-sql_3.3.4-1.diff.gz 0a3793d33153d7c24af4b5782a0752bf 489454 devel extra cl-sql_3.3.4-1_all.deb 0093afd7b5bacd61c61261b949accf01 35354 devel extra cl-sql-aodbc_3.3.4-1_all.deb b68217c1b529b29567f248353a72a756 61308 devel extra cl-sql-odbc_3.3.4-1_all.deb 1e97dbadc2ffa0f3c5b7f942795d88d1 40120 devel extra cl-sql-postgresql_3.3.4-1_all.deb 83ba96f7149da9080fb5b50f1a42c6ae 44240 devel extra cl-sql-postgresql-socket_3.3.4-1_all.deb 784a209eec3c32ab9241ed47569202cd 39964 devel extra cl-sql-sqlite_3.3.4-1_all.deb 537a09ea94542d569d2e677222ce8988 40758 devel extra cl-sql-sqlite3_3.3.4-1_all.deb d6651f37b82f02f4f698c9b235fe3557 56352 contrib/devel extra cl-sql-oracle_3.3.4-1_all.deb a05371027207867d7cdae7ea7584f54f 58572 devel extra cl-sql-tests_3.3.4-1_all.deb 7dd86d165cc08fc6c8f9138b85f42f7a 38702 devel extra cl-sql-uffi_3.3.4-1_i386.deb a13f2d7959a9204a023999a1c82ed27e 49076 devel extra cl-sql-mysql_3.3.4-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDa7U6ES7N8sSjgj4RAo9BAJsGkdiGrusGlni0WgSzOeg9JckA5gCfYYfH F7eRKdw4HnUcR9cjLnLan4g= =ctGY -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.3.4-1_all.deb cl-sql-mysql_3.3.4-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.3.4-1_i386.deb cl-sql-odbc_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.3.4-1_all.deb cl-sql-oracle_3.3.4-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.3.4-1_all.deb cl-sql-postgresql-socket_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.3.4-1_all.deb cl-sql-postgresql_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.3.4-1_all.deb cl-sql-sqlite3_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.3.4-1_all.deb cl-sql-sqlite_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.3.4-1_all.deb cl-sql-tests_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.3.4-1_all.deb cl-sql-uffi_3.3.4-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.3.4-1_i386.deb cl-sql_3.3.4-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.3.4-1.diff.gz cl-sql_3.3.4-1.dsc to pool/main/c/cl-sql/cl-sql_3.3.4-1.dsc cl-sql_3.3.4-1_all.deb to pool/main/c/cl-sql/cl-sql_3.3.4-1_all.deb cl-sql_3.3.4.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.3.4.orig.tar.gz From blarson at blars.org Sat Nov 5 05:55:21 2005 From: blarson at blars.org (Blars Blarson) Date: Fri, 4 Nov 2005 21:55:21 -0800 Subject: [cl-debian] Bug#337594: sbcl: ftbfs [sparc] build dependacies can not be satisfied Message-ID: <20051105055521.GA15698@blars.org> Package: sbcl Version: 1:0.9.6.0-7 Severity: serious Justification: no longer builds from source sbcl build-depends on sbcl-common (<= 1:0.9.5.50-1), and version 1:0.9.6.0-7 is in sid. Checking correctness of source dependencies... After installing, the following source dependencies are still unsatisfied: sbcl-common(inst 1:0.9.6.0-7 ! <= wanted 1:0.9.5.50-1) sbcl-common(inst 1:0.9.6.0-7 >> conflicted 1:0.9.5.50-1) Source-dependencies not satisfied; skipping sbcl From owner at bugs.debian.org Sat Nov 5 06:24:21 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 05 Nov 2005 06:24:21 -0000 Subject: [cl-debian] Bug#330389: marked as done (hyperspec: [INTL:sv] Swedish debconf templates translation) In-Reply-To: References: <20050927205341.2539.qmail@mail.lidkoping.net> Message-ID: Your message dated Fri, 30 Sep 2005 05:32:12 -0700 with message-id and subject line Bug#330389: fixed in hyperspec 1.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; 27 Sep 2005 20:54:17 +0000 >From yeager at lidkoping.net Tue Sep 27 13:54:17 2005 Return-path: Received: from (mail.lidkoping.net) [213.132.115.138] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EKMSv-0004pc-00; Tue, 27 Sep 2005 13:54:17 -0700 Received: (qmail 2540 invoked by uid 1000); 27 Sep 2005 22:53:41 +0200 Message-ID: <20050927205341.2539.qmail at mail.lidkoping.net> Content-Type: multipart/mixed; boundary="===============0551061647==" MIME-Version: 1.0 From: Daniel Nylander To: Debian Bug Tracking System Subject: hyperspec: [INTL:sv] Swedish debconf templates translation X-Mailer: reportbug 3.17 Date: Tue, 27 Sep 2005 22:53:41 +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. --===============0551061647== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: hyperspec Version: 1.20 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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) --===============0551061647== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: attachment; filename="hyperspec_1.20_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: hyperspec 1.20\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2005-03-01 14:44+0100\n" "PO-Revision-Date: 2005-09-27 22:28-0700\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: boolean #. Description #: ../templates:4 msgid "Download the hyperspec book from the Internet?" msgstr "Ladda ner hyperspec-boken fr?n Internet?" #. Type: boolean #. Description #: ../templates:4 msgid "" "You don't have the file /root/tmp/HyperSpec-6-0.tar.gz. You may want to " "download this file from internet now and proceed with the installation " "afterward." msgstr "" "Du har inte filen /root/tmp/HyperSpec-6.0.tar.gz. Du kanske vill ladda ner denna fil fr?n Internet nu och forts?tta med installationen efter?t." #. Type: boolean #. Description #: ../templates:12 msgid "Unable to download. Try again?" msgstr "Nedladdningen misslyckades. F?rs?ka igen?" #. Type: boolean #. Description #: ../templates:12 msgid "" "An error occured during the download of the hyperspec from the Internet. You " "may now request to try the download again." msgstr "" "Ett fel intr?ffade under nedladdning av hyperspec fr?n Internet. Du kan f?rs?ka att ladda ner den igen." #. Type: note #. Description #: ../templates:18 msgid "Aborting." msgstr "Avbryter." #. Type: note #. Description #: ../templates:18 msgid "" "The download of the hyperspec from internet failed. You can try reinstalling " "the file another time." msgstr "" "Nedladdningen av hyperspec fr?n Internet misslyckades. Du kan f?rs?ka att installera om filen en annan g?ng." --===============0551061647==-- --------------------------------------- Received: (at 330389-close) by bugs.debian.org; 30 Sep 2005 12:39:11 +0000 >From katie at spohr.debian.org Fri Sep 30 05:39:11 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1ELK3g-0006XR-00; Fri, 30 Sep 2005 05:32:12 -0700 From: Peter Van Eynde To: 330389-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#330389: fixed in hyperspec 1.21 Message-Id: Sender: Archive Administrator Date: Fri, 30 Sep 2005 05:32:12 -0700 Delivered-To: 330389-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: hyperspec Source-Version: 1.21 We believe that the bug you reported is fixed in the latest version of hyperspec, which is due to be installed in the Debian FTP archive: hyperspec_1.21.dsc to pool/contrib/h/hyperspec/hyperspec_1.21.dsc hyperspec_1.21.tar.gz to pool/contrib/h/hyperspec/hyperspec_1.21.tar.gz hyperspec_1.21_all.deb to pool/contrib/h/hyperspec/hyperspec_1.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 330389 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 hyperspec 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: Thu, 29 Sep 2005 05:42:32 +0200 Source: hyperspec Binary: hyperspec Architecture: source all Version: 1.21 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: hyperspec - The Common Lisp ANSI-standard Hyperspec Closes: 330389 Changes: hyperspec (1.21) unstable; urgency=low . * Added swedish translation. Closes: #330389 * Corrected bashism by depending on bash Files: 5cbce5a7fdee475e9a74da2fcfb4e445 514 contrib/doc optional hyperspec_1.21.dsc db133525b92c92549d8f50e3f5bdbead 28831 contrib/doc optional hyperspec_1.21.tar.gz 78dd9d9e7c0be48d6d7c0e63f5e69246 7090 contrib/doc optional hyperspec_1.21_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDO4rX11ldN0tyliURAtqgAJ9euWKAKjdKBJsJ/UM7Y2GoFRG0uwCgt60h JKd80BBjWG0M8QGTOAaHhWs= =ELEQ -----END PGP SIGNATURE----- From cl-debian at pvaneynd.mailworks.org Sat Nov 5 09:18:43 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Sat, 5 Nov 2005 10:18:43 +0100 Subject: [cl-debian] Bug#337258: cmucl: FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi In-Reply-To: References: Message-ID: <200511051018.45297.cl-debian@pvaneynd.mailworks.org> Hello, On Thursday 03 November 2005 16:13, Daniel Schepler wrote: > This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > entering extended mode > (./internals.tex > ... > Output written on toolkit.pdf (8 pages, 102048 bytes). ... With what version of latex-bin is this? I get: 1/pvaneynd at sharrow:~/fakeroot/repository/cmucl/src/docs/interface :) $ latex internals.tex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./internals.tex LaTeX2e <2003/12/01> Babel and hyphenation patterns for american, french, german, ngerman, b ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch, esperanto, e stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk, polis h, portuges, romanian, russian, serbian, slovak, slovene, spanish, swedish, tur kish, ukrainian, nohyphenation, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2004/02/16 v1.4f Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size10.clo)) (/usr/share/texmf/tex/latex/a4wide/a4wide.sty (/usr/share/texmf/tex/latex/ntgclass/a4.sty)) (./internals.aux) LaTeX Warning: No \author given. (/usr/share/texmf/tex/latex/base/omscmr.fd) Underfull \hbox (badness 10000) in paragraph at lines 20--21 Underfull \hbox (badness 10000) in paragraph at lines 55--56 [1] Underfull \hbox (badness 10000) in paragraph at lines 84--85 Underfull \hbox (badness 10000) in paragraph at lines 99--100 Underfull \hbox (badness 10000) in paragraph at lines 108--110 [2] [3] [4] [5] [6] [7] (./internals.aux) ) (see the transcript file for additional information) Output written on internals.dvi (7 pages, 23200 bytes). Transcript written on internals.log. 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 Sat Nov 5 14:02:06 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 05 Nov 2005 06:02:06 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-8 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 5 Nov 2005 11:25:52 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-8 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: 337365 337594 Changes: sbcl (1:0.9.6.0-8) unstable; urgency=low . * Added patches to allow cross-building from clisp. This seems to work on my machine at least. It also fixes the FTBFS on sparc. (Closes: #337594) * So dropped the Build-Dependency on sbcl, and we use clisp * corrected the problem in pre-rm script that prevents removal (Closes: #337365) Files: bb8e10329bcb711053a2890baec9559f 658 devel optional sbcl_0.9.6.0-8.dsc b1ac8911e8d8c743f7c442d8dc267b95 20742 devel optional sbcl_0.9.6.0-8.diff.gz 5f8b3e159dcc017cc874f305c2e8a19c 3969174 devel optional sbcl-common_0.9.6.0-8_all.deb 95fd0c3cb14ca25fe13a44bb886f0b30 9140752 devel optional sbcl_0.9.6.0-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDbLYC11ldN0tyliURAvOCAJ0TfWB2DRNTX2nLt/7ExtJTGDPfkQCfSZ1a KVwRraeQD5Hg/KmG/sy4MEw= =qLjj -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-8_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-8_all.deb sbcl_0.9.6.0-8.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-8.diff.gz sbcl_0.9.6.0-8.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-8.dsc sbcl_0.9.6.0-8_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-8_i386.deb From owner at bugs.debian.org Sat Nov 5 14:18:08 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 05 Nov 2005 06:18:08 -0800 Subject: [cl-debian] Bug#337365: marked as done (sbcl: problem in pre-rm script prevents removal) In-Reply-To: References: <20051104043656.9DCB6A6910B@bd-home-comp.no-ip.org> Message-ID: Your message dated Sat, 05 Nov 2005 06:02:06 -0800 with message-id and subject line Bug#337365: fixed in sbcl 1:0.9.6.0-8 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; 4 Nov 2005 04:37:03 +0000 >From bdonlan at gmail.com Thu Nov 03 20:36:58 2005 Return-path: Received: from student29.mssm.org (bd-home-comp.no-ip.org) [209.222.194.226] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EXtJy-0001xC-00; Thu, 03 Nov 2005 20:36:58 -0800 Received: by bd-home-comp.no-ip.org (Postfix, from userid 1001) id 9DCB6A6910B; Thu, 3 Nov 2005 23:36:56 -0500 (EST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Bryan Donlan To: Debian Bug Tracking System Subject: sbcl: problem in pre-rm script prevents removal X-Mailer: reportbug 3.17 Date: Thu, 03 Nov 2005 23:36:56 -0500 Message-Id: <20051104043656.9DCB6A6910B at bd-home-comp.no-ip.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: sbcl Version: 1:0.9.6.0-7 Severity: important With the new version of sbcl in sid, it is impossible to remove with dpkg --force-all --remove sbcl: $ sudo dpkg --force-all --remove sbcl (Reading database ... 268684 files and directories currently installed.) Removing sbcl ... update-binfmts: warning: /var/lib/binfmts/sbcl does not exist; nothing to do! update-binfmts: exiting due to previous errors dpkg: error processing sbcl (--remove): subprocess pre-removal script returned error exit status 2 Errors were encountered while processing: sbcl Attempting to dpkg-reconfigure sbcl gives: $ sudo dpkg-reconfigure sbcl update-binfmts: warning: /var/lib/binfmts/sbcl does not exist; nothing to do! update-binfmts: exiting due to previous errors and does not correct the removal problems. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii libc6 2.3.5-7 GNU C Library: Shared libraries an Versions of packages sbcl recommends: ii binfmt-support 1.2.7 Support for extra binary formats -- no debconf information --------------------------------------- Received: (at 337365-close) by bugs.debian.org; 5 Nov 2005 14:06:27 +0000 >From katie at spohr.debian.org Sat Nov 05 06:06:27 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EYOcQ-0006WA-00; Sat, 05 Nov 2005 06:02:06 -0800 From: Peter Van Eynde To: 337365-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#337365: fixed in sbcl 1:0.9.6.0-8 Message-Id: Sender: Archive Administrator Date: Sat, 05 Nov 2005 06:02:06 -0800 Delivered-To: 337365-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: sbcl Source-Version: 1:0.9.6.0-8 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.6.0-8_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-8_all.deb sbcl_0.9.6.0-8.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-8.diff.gz sbcl_0.9.6.0-8.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-8.dsc sbcl_0.9.6.0-8_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-8_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 337365 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: Sat, 5 Nov 2005 11:25:52 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-8 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: 337365 337594 Changes: sbcl (1:0.9.6.0-8) unstable; urgency=low . * Added patches to allow cross-building from clisp. This seems to work on my machine at least. It also fixes the FTBFS on sparc. (Closes: #337594) * So dropped the Build-Dependency on sbcl, and we use clisp * corrected the problem in pre-rm script that prevents removal (Closes: #337365) Files: bb8e10329bcb711053a2890baec9559f 658 devel optional sbcl_0.9.6.0-8.dsc b1ac8911e8d8c743f7c442d8dc267b95 20742 devel optional sbcl_0.9.6.0-8.diff.gz 5f8b3e159dcc017cc874f305c2e8a19c 3969174 devel optional sbcl-common_0.9.6.0-8_all.deb 95fd0c3cb14ca25fe13a44bb886f0b30 9140752 devel optional sbcl_0.9.6.0-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDbLYC11ldN0tyliURAvOCAJ0TfWB2DRNTX2nLt/7ExtJTGDPfkQCfSZ1a KVwRraeQD5Hg/KmG/sy4MEw= =qLjj -----END PGP SIGNATURE----- From owner at bugs.debian.org Sat Nov 5 14:18:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 05 Nov 2005 06:18:09 -0800 Subject: [cl-debian] Bug#337594: marked as done (sbcl: ftbfs [sparc] build dependacies can not be satisfied) In-Reply-To: References: <20051105055521.GA15698@blars.org> Message-ID: Your message dated Sat, 05 Nov 2005 06:02:06 -0800 with message-id and subject line Bug#337594: fixed in sbcl 1:0.9.6.0-8 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; 5 Nov 2005 06:05:01 +0000 >From blarson at blars.org Fri Nov 04 22:05:01 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 1EYHAj-0006Kx-00; Fri, 04 Nov 2005 22:05:01 -0800 Received: from quaff.nat.blars.org (quaff.nat.blars.org [172.16.2.7]) by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id jA564txU025246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 4 Nov 2005 22:04:59 -0800 Received: from quaff.nat.blars.org (quaff [127.0.0.1]) by quaff.nat.blars.org (8.13.5/8.13.5/Debian-3) with ESMTP id jA55tLKd015718; Fri, 4 Nov 2005 21:55:22 -0800 Received: (from blarson at localhost) by quaff.nat.blars.org (8.13.5/8.13.5/Submit) id jA55tLNp015716; Fri, 4 Nov 2005 21:55:21 -0800 Date: Fri, 4 Nov 2005 21:55:21 -0800 From: Blars Blarson To: Debian Bug Tracking System Subject: sbcl: ftbfs [sparc] build dependacies can not be satisfied Message-ID: <20051105055521.GA15698 at blars.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 3.17 User-Agent: Mutt/1.5.11 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: sbcl Version: 1:0.9.6.0-7 Severity: serious Justification: no longer builds from source sbcl build-depends on sbcl-common (<= 1:0.9.5.50-1), and version 1:0.9.6.0-7 is in sid. Checking correctness of source dependencies... After installing, the following source dependencies are still unsatisfied: sbcl-common(inst 1:0.9.6.0-7 ! <= wanted 1:0.9.5.50-1) sbcl-common(inst 1:0.9.6.0-7 >> conflicted 1:0.9.5.50-1) Source-dependencies not satisfied; skipping sbcl --------------------------------------- Received: (at 337594-close) by bugs.debian.org; 5 Nov 2005 14:06:26 +0000 >From katie at spohr.debian.org Sat Nov 05 06:06:26 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EYOcQ-0006WL-00; Sat, 05 Nov 2005 06:02:06 -0800 From: Peter Van Eynde To: 337594-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#337594: fixed in sbcl 1:0.9.6.0-8 Message-Id: Sender: Archive Administrator Date: Sat, 05 Nov 2005 06:02:06 -0800 Delivered-To: 337594-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.6.0-8 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.6.0-8_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-8_all.deb sbcl_0.9.6.0-8.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-8.diff.gz sbcl_0.9.6.0-8.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-8.dsc sbcl_0.9.6.0-8_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-8_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 337594 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: Sat, 5 Nov 2005 11:25:52 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-8 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: 337365 337594 Changes: sbcl (1:0.9.6.0-8) unstable; urgency=low . * Added patches to allow cross-building from clisp. This seems to work on my machine at least. It also fixes the FTBFS on sparc. (Closes: #337594) * So dropped the Build-Dependency on sbcl, and we use clisp * corrected the problem in pre-rm script that prevents removal (Closes: #337365) Files: bb8e10329bcb711053a2890baec9559f 658 devel optional sbcl_0.9.6.0-8.dsc b1ac8911e8d8c743f7c442d8dc267b95 20742 devel optional sbcl_0.9.6.0-8.diff.gz 5f8b3e159dcc017cc874f305c2e8a19c 3969174 devel optional sbcl-common_0.9.6.0-8_all.deb 95fd0c3cb14ca25fe13a44bb886f0b30 9140752 devel optional sbcl_0.9.6.0-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDbLYC11ldN0tyliURAvOCAJ0TfWB2DRNTX2nLt/7ExtJTGDPfkQCfSZ1a KVwRraeQD5Hg/KmG/sy4MEw= =qLjj -----END PGP SIGNATURE----- From luca at pca.it Sat Nov 5 13:29:05 2005 From: luca at pca.it (Luca Capello) Date: Sat, 05 Nov 2005 14:29:05 +0100 Subject: [cl-debian] Bug#337646: ITP: cl-arnesi -- small Common Lisp utilities Message-ID: <87zmojjk9q.fsf@gismo.pca.it> Package: wnpp Severity: wishlist * Package name : cl-arnesi Version : 1:20051105-1 Upstream Author : Edward Marco Baringer * URL or Web page : http://common-lisp.net/project/bese/arnesi.html * License : BSD Description : small Common Lisp utilities arnesi is a Common Lisp utility suite. It contains various "bits 'n pieces" of code. . Features: * Flow control macros - while, whichever, if-bind, etc. * A simple logging facility - kind-of/sort-of/maybe like log4j. * HTTP/HTML utilities - URL and HTML escaping * Pattern matching - fare-matcher style pattern matcher and "regular" list matcher * Accumulation - collecting and reducing macros * Cps transformer - an ad-hoc, bug ridden implementation of half of call/cc. * Decimal arithmetic - convert floats to exact rationals and vice versa with a given precision; standard rounding functions. * MOP compatibility package - The MOPP package provides the MOP's symbols on various implementations. Currently OpenMCL, CMUCL, SBCL, Lispworks and CLISP are supported. . The recommended packages add extra features: documentation via cl-qbook, test suite with cl-fiveam and add-ons for cl-ppcre. . This is the development version. ===== This is the first of a series of ITPs for Common Lisp software that is necessary as dependency for UCW [1]. As soon as this bug will get a number by the BTS, I'll add the package to the CL-Debian repository [2]. The package is linda and lintian free and it follows the "Common Lisp in Debian Manual" [3]. Thx, bye, Gismo / Luca [1] http://common-lisp.net/project/ucw/ [2] http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi [3] 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 luca at pca.it Sat Nov 5 16:11:12 2005 From: luca at pca.it (Luca Capello) Date: Sat, 05 Nov 2005 17:11:12 +0100 Subject: [cl-debian] Bug#337657: ITP: cl-fiveam -- simple regression testing framework Message-ID: <87ll03hy73.fsf@gismo.pca.it> Package: wnpp Severity: wishlist * Package name : cl-fiveam Version : 1:20051105-1 Upstream Author : Edward Marco Baringer * URL or Web page : http://common-lisp.net/project/bese/FiveAM.html * License : BSD Description : simple regression testing framework FiveAM is a simple (as far as writing and running tests goes) regression testing framework. It has been designed with Common Lisp's interactive development model in mind. . Features: * Test and test suite hierarchies allow test to be organized into hierarchies to ease running * Functions for re-running recently run tests. * Inter-test dependencies. . The documentation is provided via the cl-qbook package. ===== Continuation of the series of CL software started with bug #337646. As soon as this bug will get a number by the BTS, I'll add the package to the CL-Debian repository [1]. The package is linda and lintian free and it follows the "Common Lisp in Debian Manual" [2]. Thx, bye, Gismo / Luca [1] http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi [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 luca at pca.it Sat Nov 5 16:47:02 2005 From: luca at pca.it (Luca Capello) Date: Sat, 05 Nov 2005 17:47:02 +0100 Subject: [cl-debian] Bug#337662: ITP: cl-yaclml -- Yet Another Common Lisp Markup Language Message-ID: <87ek5vhwjd.fsf@gismo.pca.it> Package: wnpp Severity: wishlist * Package name : cl-yaclml Version : 1:20051105-1 Upstream Author : Edward Marco Baringer * URL or Web page : http://common-lisp.net/project/bese/yaclml.html * License : BSD Description : Yet Another Common Lisp Markup Language YACLML is a collection of macros and utilities for generating XML/HTML like markup from lisp code. . Features: * Constant folds as much as possible. * Macros for generating HTML from within lisp code. * Templating system for generating HTML from designer templates. . The recommended packages add documentation via cl-qbook or a test suite with cl-fiveam. ===== Continuation of the series of CL software started with bug #337646. As soon as this bug will get a number by the BTS, I'll add the package to the CL-Debian repository [1]. The package is linda and lintian free and it follows the "Common Lisp in Debian Manual" [2]. Thx, bye, Gismo / Luca [1] http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi [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 luca at pca.it Sat Nov 5 17:27:46 2005 From: luca at pca.it (Luca Capello) Date: Sat, 05 Nov 2005 18:27:46 +0100 Subject: [cl-debian] Bug#337666: ITP: cl-qbook -- create HTML/LaTeX versions of Common Lisp source code Message-ID: <8764r7hunh.fsf@gismo.pca.it> Package: wnpp Severity: wishlist * Package name : cl-qbook Version : 1:20051105-1 Upstream Author : Edward Marco Baringer * URL or Web page : http://common-lisp.net/project/bese/qbook.html * License : BSD Description : create HTML/LaTeX versions of Common Lisp source code qbook is a Common Lisp tool to create HTML/LaTeX versions of source code. . Features: * Very simple (easy to learn and use). * It can produce HTML or LaTeX. ===== Continuation of the series of CL software started with bug #337646. As soon as this bug will get a number by the BTS, I'll add the package to the CL-Debian repository [1]. The package is linda and lintian free and it follows the "Common Lisp in Debian Manual" [2]. Thx, bye, Gismo / Luca [1] http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi [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 owner at bugs.debian.org Sat Nov 5 17:47:15 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 05 Nov 2005 17:47:15 -0000 Subject: [cl-debian] Processed: setting package to common-lisp-controller, tagging 334550 In-Reply-To: <20051019074651.2A97B17A0D6@sharrow> References: <20051019074651.2A97B17A0D6@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > package common-lisp-controller Ignoring bugs not assigned to: common-lisp-controller > tags 334550 + pending Bug#334550: common-lisp-controller: 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 pvaneynd at debian.org Sat Nov 5 19:32:09 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sat, 05 Nov 2005 11:32:09 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-9 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 5 Nov 2005 16:50:43 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-9 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-9) unstable; urgency=low . * Detect better what memfile to use as clisp host. Files: 377a3ec14a66290d32cc332f5bcb01b3 658 devel optional sbcl_0.9.6.0-9.dsc 8724f68f12beda0c19273d2142d972ac 20846 devel optional sbcl_0.9.6.0-9.diff.gz d37162b5c02f583f09eb089900ee1085 3969292 devel optional sbcl-common_0.9.6.0-9_all.deb b67efff9bafd470c32d84b78574a38df 9140186 devel optional sbcl_0.9.6.0-9_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDbQNe11ldN0tyliURApmNAKDNJH/tHaRDu0TjTd5wJEHly+ql6wCfS2M/ mzLzsRevSI1p2hPnUlCpPJI= =bzUg -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-9_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-9_all.deb sbcl_0.9.6.0-9.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-9.diff.gz sbcl_0.9.6.0-9.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-9.dsc sbcl_0.9.6.0-9_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-9_i386.deb From henning at debian.org Sat Nov 5 21:32:51 2005 From: henning at debian.org (Debian Testing Watch) Date: Sat, 05 Nov 2005 14:32:51 -0700 Subject: [cl-debian] cl-utilities 1.1.2-1 MIGRATED to testing Message-ID: FYI: The status of the cl-utilities source package in Debian's testing distribution has changed. Previous version: 1.1-1 Current version: 1.1.2-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Sat Nov 5 21:32:51 2005 From: henning at debian.org (Debian Testing Watch) Date: Sat, 05 Nov 2005 14:32:51 -0700 Subject: [cl-debian] common-lisp-controller 4.23 MIGRATED to testing Message-ID: FYI: The status of the common-lisp-controller source package in Debian's testing distribution has changed. Previous version: 4.20 Current version: 4.23 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From luca at pca.it Sun Nov 6 10:30:08 2005 From: luca at pca.it (Luca Capello) Date: Sun, 06 Nov 2005 11:30:08 +0100 Subject: [cl-debian] Re: [s-xml-devel] [PATCH] Make S-XML a Debian native package In-Reply-To: <878xyjlaso.fsf@gismo.pca.it> (Luca Capello's message of "Tue, 30 Aug 2005 17:11:19 +0200") References: <87k6noqdva.fsf@gismo.pca.it> <1F54E6E2-2EFC-4EA2-A1EC-B6A1A944B8E2@common-lisp.net> <878xyjlaso.fsf@gismo.pca.it> Message-ID: <87hdaqt6fj.fsf@gismo.pca.it> Hello Sven! On Tue 30 Aug 2005 17:11 +0200, Luca Capello wrote: > Actually, the story took another road: people involved in > packaging CL software for Debian decided to avoid Debian native > packages, as you can read from the cl-debian mailing-list archive, > please refer to posts [1] and [2]. As an example, the same happens > to cl-rfc2388 (Debian bug [3]). > > Finally, I'm really sorry to have forgotten to write you back, in > order to cancel in some way my patch. So, could you revert it, > letting s-xml as a _non_ Debian native package, please? I noticed that the debian/ folder is still present in the CVS. Please, could you remove 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 scaekenberghe at common-lisp.net Sun Nov 6 12:21:07 2005 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Sun, 6 Nov 2005 13:21:07 +0100 Subject: [cl-debian] Re: [s-xml-devel] [PATCH] Make S-XML a Debian native package In-Reply-To: <87hdaqt6fj.fsf@gismo.pca.it> References: <87k6noqdva.fsf@gismo.pca.it> <1F54E6E2-2EFC-4EA2-A1EC-B6A1A944B8E2@common-lisp.net> <878xyjlaso.fsf@gismo.pca.it> <87hdaqt6fj.fsf@gismo.pca.it> Message-ID: Luca, Sorry for the delay - the (contents of the) debian directory has been removed. Due CVS's behavior, you need to do cvs update -dP if you don't want to see it. I hope this is OK, unless you want me to go into the CVS repository itself and remove the file - although I am not 100% sure than I am allowed to do this on comm-lisp.net. Sven On 06 Nov 2005, at 11:30, Luca Capello wrote: > Hello Sven! > > On Tue 30 Aug 2005 17:11 +0200, Luca Capello wrote: >> Actually, the story took another road: people involved in >> packaging CL software for Debian decided to avoid Debian native >> packages, as you can read from the cl-debian mailing-list archive, >> please refer to posts [1] and [2]. As an example, the same happens >> to cl-rfc2388 (Debian bug [3]). >> >> Finally, I'm really sorry to have forgotten to write you back, in >> order to cancel in some way my patch. So, could you revert it, >> letting s-xml as a _non_ Debian native package, please? > > I noticed that the debian/ folder is still present in the CVS. > > Please, could you remove it? > > Thx, bye, > Gismo / Luca > _______________________________________________ > s-xml-devel site list > s-xml-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/s-xml-devel From alceste at muvara.org Sun Nov 6 13:13:02 2005 From: alceste at muvara.org (Alceste Scalas) Date: Sun, 06 Nov 2005 14:13:02 +0100 Subject: [cl-debian] ironclad, tbnl, url-rewrite: updates and questions In-Reply-To: <1130601755.7735.25.camel@nanneddu> References: <1130601755.7735.25.camel@nanneddu> Message-ID: <1131282782.10272.12.camel@sidoru> Il giorno sab, 29/10/2005 alle 18.02 +0200, Alceste Scalas ha scritto: > Ironclad: > * accepted in main; > * got the first bug: #335868. Yayyyy! > * fixed the bug; > * updated the package to the latest upstream release. FYI: I've just updated the ironclad repositories to the new upstream release (0.10). Usual links: http://debian.muvara.org/darcs/debs (.deb sources) http://debian.muvara.org/darcs/upstream/ (upstream repos) 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 luca at pca.it Sun Nov 6 14:38:37 2005 From: luca at pca.it (Luca Capello) Date: Sun, 06 Nov 2005 15:38:37 +0100 Subject: [cl-debian] Re: [s-xml-devel] [PATCH] Make S-XML a Debian native package In-Reply-To: (Sven Van Caekenberghe's message of "Sun, 6 Nov 2005 13:21:07 +0100") References: <87k6noqdva.fsf@gismo.pca.it> <1F54E6E2-2EFC-4EA2-A1EC-B6A1A944B8E2@common-lisp.net> <878xyjlaso.fsf@gismo.pca.it> <87hdaqt6fj.fsf@gismo.pca.it> Message-ID: <87zmohon82.fsf@gismo.pca.it> Hi Sven! On Sun 06 Nov 2005 13:21 +0100, Sven Van Caekenberghe wrote: > Sorry for the delay - the (contents of the) debian directory has been > removed. Thanks! > Due CVS's behavior, you need to do cvs update -dP if you don't want > to see it. > I hope this is OK, unless you want me to go into the CVS repository > itself and remove the file - although I am not 100% sure than I am > allowed to do this on comm-lisp.net. Well, the best will be to completely delete any Debian reference, but if you download a CVS checkout by the ViewCVS repository, the debian/ folder is not present, so it's the same. Thank you again for your patience. 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 Sun Nov 6 20:03:36 2005 From: luca at pca.it (Luca Capello) Date: Sun, 06 Nov 2005 21:03:36 +0100 Subject: [cl-debian] dbp-importorig: how to keep no more present files? Message-ID: <874q6pbl2f.fsf@gismo.pca.it> Hello! I was trying to import a new CVS checkout of S-XML with dbp-importorig and I got a problem: some files aren't present in the CVS (the doc/ folder), while others are new. ===== luca at gismo:~/Hacking/cl-debian/repository$ dbp-importorig \ -v ~/Downloads/s-xml.tar.gz s-xml 1:20051106 Running: tar ["-zxSpf","/home/luca/Downloads/s-xml.tar.gz"] tar: s-xml/src: implausibly old time stamp 1970-01-01 01:00:00 tar: s-xml/test: implausibly old time stamp 1970-01-01 01:00:00 tar: s-xml: implausibly old time stamp 1970-01-01 01:00:00 darcs ["changes","--patches=^TAG"] Running: darcs_load_dirs \ ["--wc=/home/luca/var/lib/debdarcs/s-xml-upstream", \ "--summary=Import upstream s-xml version 1:20051106", \ "/home/luca/var/lib/debdarcs/,,dbp-importorigtargz-KS3hv9/s-xml"] TLACMD: darcs Num Source Files Num Destination Files --- ----------------------------------- --- --------------------------- 0 doc/ 0 test/echo.lisp 1 doc/S-XML.html 1 test/simple.xml 2 doc/index.html 2 3 doc/style.css 3 Syntax: src dest [,src dest [,...]] to move, q to accept, r to redraw: Command: ===== Now, I'm not sure the above should be the best options: - if I choose to map one src to a dest, well, I lose a new file :-( - accepting with q will generate an upstream which doesn't contain anymore the doc/ folder So, as fas as I understood, I can't use dbp-importorig to merge two versions of an upstream program, in this case, release 5 and a CVS checkout. Am I correct? 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 Nov 7 06:02:09 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 06 Nov 2005 22:02:09 -0800 Subject: [cl-debian] Accepted clisp 1:2.35-8 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 5 Nov 2005 23:38:58 +0100 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-8 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-8) unstable; urgency=low . * Corrected the conflicts of the sub-packages. * Removed unrequired patches from the sources * Simplified creation of mem files: now the original file is always left in place, and a new file with clc in created on install. Files: 67750029fbf2945bdd1778b5cedbe52f 734 interpreters optional clisp_2.35-8.dsc 42dcaf6e102c0e1e6a904125f19e22b8 40174 interpreters optional clisp_2.35-8.diff.gz f3e6e097fd6df891e2e213094f2b9410 2837354 interpreters optional clisp_2.35-8_i386.deb 7054ed14035004206790b0c6299fbe7a 1239520 devel optional clisp-dev_2.35-8_i386.deb 07097d02dd0c2184155fa4eaa082577d 971368 doc optional clisp-doc_2.35-8_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDbcN311ldN0tyliURAsEnAJwP7IQ9lMAlisGvzLUX8XnwfBQhOwCfU2UB JWcbDS+fPM1YtlsSiJo7Wnw= =Jni5 -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-8_i386.deb to pool/main/c/clisp/clisp-dev_2.35-8_i386.deb clisp-doc_2.35-8_all.deb to pool/main/c/clisp/clisp-doc_2.35-8_all.deb clisp_2.35-8.diff.gz to pool/main/c/clisp/clisp_2.35-8.diff.gz clisp_2.35-8.dsc to pool/main/c/clisp/clisp_2.35-8.dsc clisp_2.35-8_i386.deb to pool/main/c/clisp/clisp_2.35-8_i386.deb From schepler at math.berkeley.edu Mon Nov 7 08:41:47 2005 From: schepler at math.berkeley.edu (Daniel Schepler) Date: Mon, 7 Nov 2005 09:41:47 +0100 Subject: [cl-debian] Bug#337258: cmucl: FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi In-Reply-To: <200511051018.45297.cl-debian@pvaneynd.mailworks.org> References: <200511051018.45297.cl-debian@pvaneynd.mailworks.org> Message-ID: <200511070941.48566.schepler@math.berkeley.edu> Le Samedi 05 Novembre 2005 10:18, Peter Van Eynde a ?crit?: > Hello, > > On Thursday 03 November 2005 16:13, Daniel Schepler wrote: > > This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) > > entering extended mode > > (./internals.tex > > ... > > Output written on toolkit.pdf (8 pages, 102048 bytes). > > ... > > > With what version of latex-bin is this? I get: > > 1/pvaneynd at sharrow:~/fakeroot/repository/cmucl/src/docs/interface :) $ > latex internals.tex This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C > 7.5.4) > entering extended mode [snip] > Output written on internals.dvi (7 pages, 23200 bytes). > Transcript written on internals.log. > > Groetjes, Peter Sorry, I guess I should have made this clearer: internals.tex builds fine. It's toolkit.tex that always outputs PDF. -- Daniel Schepler From pvaneynd at debian.org Mon Nov 7 10:02:14 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 07 Nov 2005 02:02:14 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-10 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 7 Nov 2005 06:55:25 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-10 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-10) unstable; urgency=low . * Dropped bash from build-dependecies * Check if clisp is installed * Use 128MB of clisp memory * Use unmodified clisp mem file from newer package. Files: 1d143eb2b79858f947da5fa556ca3e9a 654 devel optional sbcl_0.9.6.0-10.dsc 65de70520f6f13ae2a1a7915adeab2d0 20865 devel optional sbcl_0.9.6.0-10.diff.gz 2898647d50e7cccdc2e9bc6bbeb64781 3969448 devel optional sbcl-common_0.9.6.0-10_all.deb de091118c49f46891fffa686196fa966 9142110 devel optional sbcl_0.9.6.0-10_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDbxMG11ldN0tyliURAnVKAKDDdjtMaMDThBgi83dYFhSkP0UDlQCfe98o /c9lIQAVDstCjy48AjQ0KXc= =t0+t -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-10_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-10_all.deb sbcl_0.9.6.0-10.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-10.diff.gz sbcl_0.9.6.0-10.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-10.dsc sbcl_0.9.6.0-10_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-10_i386.deb From saasdfs at yahoo.co.jp Mon Nov 7 15:54:52 2005 From: saasdfs at yahoo.co.jp (saasdfs at yahoo.co.jp) Date: Tue, 8 Nov 2005 00:54:52 +0900 Subject: [cl-debian] $B$3$s$K$A$O!"$O$8$a$^$7$F(B Message-ID: <1e2201c5e3b3$97147a80$fcabc63d@yourjrunvtpu0n> ??????????????????????? URL>> http://jw-production.hoon.jp/ ??????????????????????????? ????????????????? ???????????????????? ?????????????????? ????????????? ?????????????? ??????????????????? ???????????????? ?????????????????????? ?????????????????????? ????????????????????? ????????????????????? ????????????????? ??????????????????? ????????1?2???????????? ????????????????????????????? ?????????????URL?????????? URL>> http://jw-production.hoon.jp/ ?????????????????????? ???????????????? ????????????????? ????>>jwp20051030 at yahoo.co.jp -------------------------------------- Know more about Breast Cancer http://pr.mail.yahoo.co.jp/pinkribbon/ From cl-debian at pvaneynd.mailworks.org Mon Nov 7 17:31:02 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Mon, 7 Nov 2005 18:31:02 +0100 Subject: [cl-debian] dbp-importorig: how to keep no more present files? In-Reply-To: <874q6pbl2f.fsf@gismo.pca.it> References: <874q6pbl2f.fsf@gismo.pca.it> Message-ID: <200511071831.03461.cl-debian@pvaneynd.mailworks.org> Hello, On Sunday 06 November 2005 21:03, Luca Capello wrote: > So, as fas as I understood, I can't use dbp-importorig to merge two > versions of an upstream program, in this case, release 5 and a CVS > checkout. Am I correct? Not being an expert this is what I have found too. To resolve this I would extract the new files over the existing darcs s-xml-upstream tree and then use darcs mv and record directly. 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 blarson at blars.org Mon Nov 7 18:33:37 2005 From: blarson at blars.org (Blars Blarson) Date: Mon, 7 Nov 2005 10:33:37 -0800 Subject: [cl-debian] Bug#337994: sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory Message-ID: <20051107183337.GA10882@blars.org> Package: sbcl Version: 1:0.9.6.0-9 Severity: serious Justification: no longer builds from source sbcl failed to build on a sparc buildd and other buildds, duplicated on my sparc pbuilder. CFLAGS="-DSBCL_HOME=`pwd`/stage1/ -O2" GNUMAKE=make ./make.sh "/usr/bin/clisp -norc -q -L english -E UTF-8 -ansi -M /usr/lib/clisp/full/*.mem" //starting build: Sat Nov 5 19:40:18 UTC 2005 //SBCL_XC_HOST="/usr/bin/clisp -norc -q -L english -E UTF-8 -ansi -M /usr/lib/clisp/full/*.mem" //entering make-config.sh //ensuring the existence of output/ directory //initializing /build/buildd/sbcl-0.9.6.0/local-target-features.lisp-expr //guessing default target CPU architecture from host architecture //setting up CPU-architecture-dependent information sbcl_arch="sparc" //setting up symlink src/compiler/target //setting up symlink src/assembly/target //setting up symlink src/compiler/assembly //setting up OS-dependent information //finishing /build/buildd/sbcl-0.9.6.0/local-target-features.lisp-expr /in canonicalize-whitespace-1 /$*=./contrib/asdf/asdf.lisp ./contrib/asdf-stub.lisp ./contrib/code-extras.lisp ./contrib/compiler-extras.lisp ./contrib/stale-symbols.lisp ./contrib/asdf-install/defpackage.lisp ./contrib/asdf-install/installer.lisp ./contrib/sb-aclrepl/debug.lisp ./contrib/sb-aclrepl/inspect.lisp ./contrib/sb-aclrepl/repl.lisp ./contrib/sb-aclrepl/tests.lisp ./contrib/sb-aclrepl/toplevel.lisp ./contrib/sb-bsd-sockets/constants.lisp ./contrib/sb-bsd-sockets/defpackage.lisp ./contrib/sb-bsd-sockets/doc.lisp ./contrib/sb-bsd-sockets/inet.lisp ./contrib/sb-bsd-sockets/local.lisp ./contrib/sb-bsd-sockets/malloc.lisp ./contrib/sb-bsd-sockets/misc.lisp ./contrib/sb-bsd-sockets/name-service.lisp ./contrib/sb-bsd-sockets/sockets.lisp ./contrib/sb-bsd-sockets/sockopt.lisp ./contrib/sb-bsd-sockets/split.lisp ./contrib/sb-bsd-sockets/tests.lisp ./contrib/sb-cltl2/compiler-let.lisp ./contrib/sb-cltl2/defpackage.lisp ./contrib/sb-cltl2/env.lisp ./contrib/sb-cltl2/macroexpand.lisp ./contrib/sb-cltl2/tests.lisp ./contrib/sb-executable/sb-executable.lisp ./contrib/sb-grovel/def-to-lisp.lisp ./contrib/sb-grovel/defpackage.lisp ./contrib/sb-grovel/example-constants.lisp ./contrib/sb-grovel/foreign-glue.lisp ./contrib/sb-introspect/sb-introspect.lisp ./contrib/sb-introspect/test-driver.lisp ./contrib/sb-introspect/test.lisp ./contrib/sb-md5/md5-tests.lisp ./contrib/sb-md5/md5.lisp ./contrib/sb-posix/constants.lisp ./contrib/sb-posix/defpackage.lisp ./contrib/sb-posix/designator.lisp ./contrib/sb-posix/interface.lisp ./contrib/sb-posix/macros.lisp ./contrib/sb-posix/posix-tests.lisp ./contrib/sb-rotate-byte/compiler.lisp ./contrib/sb-rotate-byte/package.lisp ./contrib/sb-rotate-byte/ppc-vm.lisp ./contrib/sb-rotate-byte/rotate-byte-tests.lisp ./contrib/sb-rotate-byte/rotate-byte.lisp ./contrib/sb-rotate-byte/x86-vm.lisp ./contrib/sb-rt/rt.lisp ./contrib/sb-simple-streams/classes.lisp ./contrib/sb-simple-streams/direct.lisp ./contrib/sb-simple-streams/file.lisp ./contrib/sb-simple-streams/fndb.lisp ./contrib/sb-simple-streams/impl.lisp ./contrib/sb-simple-streams/internal.lisp ./contrib/sb-simple-streams/iodefs.lisp ./contrib/sb-simple-streams/null.lisp ./contrib/sb-simple-streams/package.lisp ./contrib/sb-simple-streams/simple-stream-tests.lisp ./contrib/sb-simple-streams/socket.lisp ./contrib/sb-simple-streams/strategy.lisp ./contrib/sb-simple-streams/string.lisp ./contrib/sb-simple-streams/terminal.lisp ./contrib/sb-sprof/sb-sprof.lisp ./doc/manual/create-contrib-doc-list.lisp ./doc/manual/docstrings.lisp ./src/assembly/alpha/alloc.lisp ./src/assembly/alpha/arith.lisp ./src/assembly/alpha/array.lisp ./src/assembly/alpha/assem-rtns.lisp ./src/assembly/alpha/support.lisp ./src/assembly/assemfile.lisp ./src/assembly/hppa/alloc.lisp ./src/assembly/hppa/arith.lisp ./src/assembly/hppa/array.lisp ./src/assembly/hppa/assem-rtns.lisp ./src/assembly/hppa/support.lisp ./src/assembly/mips/alloc.lisp ./src/assembly/mips/arith.lisp ./src/assembly/mips/array.lisp ./src/assembly/mips/assem-rtns.lisp ./src/assembly/mips/support.lisp ./src/assembly/ppc/alloc.lisp ./src/assembly/ppc/arith.lisp ./src/assembly/ppc/array.lisp ./src/assembly/ppc/assem-rtns.lisp ./src/assembly/ppc/support.lisp ./src/assembly/sparc/alloc.lisp ./src/assembly/sparc/arith.lisp ./src/assembly/sparc/array.lisp ./src/assembly/sparc/assem-rtns.lisp ./src/assembly/sparc/support.lisp ./src/assembly/x86/alloc.lisp ./src/assembly/x86/arith.lisp ./src/assembly/x86/array.lisp ./src/assembly/x86/assem-rtns.lisp ./src/assembly/x86/bit-bash.lisp ./src/assembly/x86/support.lisp ./src/assembly/x86-64/alloc.lisp ./src/assembly/x86-64/arith.lisp ./src/assembly/x86-64/array.lisp ./src/assembly/x86-64/assem-rtns.lisp ./src/assembly/x86-64/bit-bash.lisp ./src/assembly/x86-64/support.lisp ./src/code/alien-type.lisp ./src/code/alloc.lisp ./src/code/alpha-vm.lisp ./src/code/ansi-stream.lisp ./src/code/array.lisp ./src/code/backq.lisp ./src/code/bignum.lisp ./src/code/bit-bash.lisp ./src/code/bsd-os.lisp ./src/code/char.lisp ./src/code/cl-specials.lisp ./src/code/class-init.lisp ./src/code/class.lisp ./src/code/coerce.lisp ./src/code/cold-error.lisp ./src/code/cold-init-helper-macros.lisp ./src/code/cold-init.lisp ./src/code/condition.lisp ./src/code/cross-boole.lisp ./src/code/cross-byte.lisp ./src/code/cross-char.lisp ./src/code/cross-condition.lisp ./src/code/cross-float.lisp ./src/code/cross-io.lisp ./src/code/cross-make-load-form.lisp ./src/code/cross-misc.lisp ./src/code/cross-modular.lisp ./src/code/cross-sap.lisp ./src/code/cross-thread.lisp ./src/code/cross-type.lisp ./src/code/debug-info.lisp ./src/code/debug-int.lisp ./src/code/debug-var-io.lisp ./src/code/debug.lisp ./src/code/defbangconstant.lisp ./src/code/defbangmacro.lisp ./src/code/defbangstruct.lisp ./src/code/defbangtype.lisp ./src/code/defboot.lisp ./src/code/defmacro.lisp ./src/code/defpackage.lisp ./src/code/defsetfs.lisp ./src/code/defstruct.lisp ./src/code/deftypes-for-target.lisp ./src/code/describe-policy.lisp ./src/code/describe.lisp ./src/code/destructuring-bind.lisp ./src/code/dyncount.lisp ./src/code/early-alieneval.lisp ./src/code/early-array.lisp ./src/code/early-cl.lisp ./src/code/early-defbangmethod.lisp ./src/code/early-defstructs.lisp ./src/code/early-extensions.lisp ./src/code/early-fasl.lisp ./src/code/early-float.lisp ./src/code/early-format.lisp ./src/code/early-impl.lisp ./src/code/early-package.lisp ./src/code/early-pcounter.lisp ./src/code/early-pprint.lisp ./src/code/early-print.lisp ./src/code/early-setf.lisp ./src/code/early-type.lisp ./src/code/error-error.lisp ./src/code/error.lisp ./src/code/eval.lisp ./src/code/exhaust.lisp ./src/code/fd-stream.lisp ./src/code/fdefinition.lisp ./src/code/filesys.lisp ./src/code/final.lisp ./src/code/float-trap.lisp ./src/code/float.lisp ./src/code/fop.lisp ./src/code/force-delayed-defbangconstants.lisp ./src/code/force-delayed-defbangmacros.lisp ./src/code/force-delayed-defbangmethods.lisp ./src/code/force-delayed-defbangstructs.lisp ./src/code/foreign-load.lisp ./src/code/foreign.lisp ./src/code/format-time.lisp ./src/code/function-names.lisp ./src/code/funutils.lisp ./src/code/gc.lisp ./src/code/globals.lisp ./src/code/hash-table.lisp ./src/code/host-alieneval.lisp ./src/code/host-c-call.lisp ./src/code/host-pprint.lisp ./src/code/hppa-vm.lisp ./src/code/inspect.lisp ./src/code/interr.lisp ./src/code/irrat.lisp ./src/code/kernel.lisp ./src/code/late-condition.lisp ./src/code/late-defbangmethod.lisp ./src/code/late-extensions.lisp ./src/code/late-format.lisp ./src/code/late-setf.lisp ./src/code/late-type.lisp ./src/code/linkage-table.lisp ./src/code/linux-os.lisp ./src/code/list.lisp ./src/code/load.lisp ./src/code/loop.lisp ./src/code/macroexpand.lisp ./src/code/macros.lisp ./src/code/mips-vm.lisp ./src/code/mipsstrops.lisp ./src/code/misc-aliens.lisp ./src/code/misc.lisp ./src/code/module.lisp ./src/code/ntrace.lisp ./src/code/numbers.lisp ./src/code/octets.lisp ./src/code/osf1-os.lisp ./src/code/package.lisp ./src/code/parse-body.lisp ./src/code/parse-defmacro-errors.lisp ./src/code/parse-defmacro.lisp ./src/code/pathname.lisp ./src/code/pcounter.lisp ./src/code/pp-backq.lisp ./src/code/ppc-vm.lisp ./src/code/pprint.lisp ./src/code/pred.lisp ./src/code/primordial-extensions.lisp ./src/code/primordial-type.lisp ./src/code/print.lisp ./src/code/profile.lisp ./src/code/purify.lisp ./src/code/query.lisp ./src/code/random.lisp ./src/code/reader.lisp ./src/code/readtable.lisp ./src/code/room.lisp ./src/code/run-program.lisp ./src/code/save.lisp ./src/code/sc-offset.lisp ./src/code/seq.lisp ./src/code/serve-event.lisp ./src/code/setf-funs.lisp ./src/code/sharpm.lisp ./src/code/show.lisp ./src/code/signal.lisp ./src/code/sort.lisp ./src/code/sparc-vm.lisp ./src/code/specializable-array.lisp ./src/code/step.lisp ./src/code/stream.lisp ./src/code/string.lisp ./src/code/stubs.lisp ./src/code/sunos-os.lisp ./src/code/sxhash.lisp ./src/code/symbol.lisp ./src/code/sysmacs.lisp ./src/code/target-alieneval.lisp ./src/code/target-allocate.lisp ./src/code/target-c-call.lisp ./src/code/target-char.lisp ./src/code/target-defbangmethod.lisp ./src/code/target-defstruct.lisp ./src/code/target-error.lisp ./src/code/target-extensions.lisp ./src/code/target-format.lisp ./src/code/target-hash-table.lisp ./src/code/target-load.lisp ./src/code/target-misc.lisp ./src/code/target-package.lisp ./src/code/target-pathname.lisp ./src/code/target-random.lisp ./src/code/target-sap.lisp ./src/code/target-signal.lisp ./src/code/target-stream.lisp ./src/code/target-sxhash.lisp ./src/code/target-thread.lisp ./src/code/target-type.lisp ./src/code/external-formats/enc-cyr.lisp ./src/code/external-formats/eucjp.lisp ./src/code/external-formats/enc-dos.lisp ./src/code/external-formats/enc-iso.lisp ./src/code/external-formats/enc-win.lisp ./src/code/thread.lisp ./src/code/time.lisp ./src/code/toplevel.lisp ./src/code/type-class.lisp ./src/code/type-init.lisp ./src/code/typecheckfuns.lisp ./src/code/typedefs.lisp ./src/code/typep.lisp ./src/code/uncross.lisp ./src/code/unix.lisp ./src/code/unportable-float.lisp ./src/code/weak.lisp ./src/code/x86-64-vm.lisp ./src/code/x86-vm.lisp ./src/code/timer.lisp ./src/code/early-thread.lisp ./src/cold/ansify.lisp ./src/cold/chill.lisp ./src/cold/compile-cold-sbcl.lisp ./src/cold/defun-load-or-cload-xcompiler.lisp ./src/cold/read-from-file.lisp ./src/cold/rename-package-carefully.lisp ./src/cold/set-up-cold-packages.lisp ./src/cold/shared.lisp ./src/cold/shebang.lisp ./src/cold/slam.lisp ./src/cold/snapshot.lisp ./src/cold/warm.lisp ./src/cold/with-stuff.lisp ./src/compiler/alpha/alloc.lisp ./src/compiler/alpha/arith.lisp ./src/compiler/alpha/array.lisp ./src/compiler/alpha/backend-parms.lisp ./src/compiler/alpha/c-call.lisp ./src/compiler/alpha/call.lisp ./src/compiler/alpha/cell.lisp ./src/compiler/alpha/char.lisp ./src/compiler/alpha/debug.lisp ./src/compiler/alpha/float.lisp ./src/compiler/alpha/insts.lisp ./src/compiler/alpha/macros.lisp ./src/compiler/alpha/memory.lisp ./src/compiler/alpha/move.lisp ./src/compiler/alpha/nlx.lisp ./src/compiler/alpha/parms.lisp ./src/compiler/alpha/pred.lisp ./src/compiler/alpha/sanctify.lisp ./src/compiler/alpha/sap.lisp ./src/compiler/alpha/show.lisp ./src/compiler/alpha/static-fn.lisp ./src/compiler/alpha/subprim.lisp ./src/compiler/alpha/system.lisp ./src/compiler/alpha/target-insts.lisp ./src/compiler/alpha/type-vops.lisp ./src/compiler/alpha/values.lisp ./src/compiler/alpha/vm.lisp ./src/compiler/aliencomp.lisp ./src/compiler/array-tran.lisp ./src/compiler/assem.lisp ./src/compiler/backend.lisp ./src/compiler/bit-util.lisp ./src/compiler/checkgen.lisp ./src/compiler/codegen.lisp ./src/compiler/compiler-deftype.lisp ./src/compiler/compiler-error.lisp ./src/compiler/constraint.lisp ./src/compiler/control.lisp ./src/compiler/copyprop.lisp ./src/compiler/ctype.lisp ./src/compiler/debug-dump.lisp ./src/compiler/debug.lisp ./src/compiler/defconstant.lisp ./src/compiler/deftype.lisp ./src/compiler/dfo.lisp ./src/compiler/disassem.lisp ./src/compiler/dump.lisp ./src/compiler/dyncount.lisp ./src/compiler/early-aliencomp.lisp ./src/compiler/early-assem.lisp ./src/compiler/early-backend.lisp ./src/compiler/early-c.lisp ./src/compiler/entry.lisp ./src/compiler/fixup-type.lisp ./src/compiler/fixup.lisp ./src/compiler/float-tran.lisp ./src/compiler/fndb.lisp ./src/compiler/fun-info-funs.lisp ./src/compiler/globaldb.lisp ./src/compiler/gtn.lisp ./src/compiler/info-functions.lisp ./src/compiler/ir1-step.lisp ./src/compiler/ir1-translators.lisp ./src/compiler/ir1final.lisp ./src/compiler/ir1opt.lisp ./src/compiler/ir1report.lisp ./src/compiler/ir1tran-lambda.lisp ./src/compiler/ir1tran.lisp ./src/compiler/ir1util.lisp ./src/compiler/ir2tran.lisp ./src/compiler/knownfun.lisp ./src/compiler/late-macros.lisp ./src/compiler/late-proclaim.lisp ./src/compiler/late-vmdef.lisp ./src/compiler/lexenv.lisp ./src/compiler/life.lisp ./src/compiler/locall.lisp ./src/compiler/loop.lisp ./src/compiler/ltn.lisp ./src/compiler/ltv.lisp ./src/compiler/macros.lisp ./src/compiler/main.lisp ./src/compiler/meta-vmdef.lisp ./src/compiler/node.lisp ./src/compiler/pack.lisp ./src/compiler/parse-lambda-list.lisp ./src/compiler/physenvanal.lisp ./src/compiler/policies.lisp ./src/compiler/policy.lisp ./src/compiler/proclaim.lisp ./src/compiler/pseudo-vops.lisp ./src/compiler/represent.lisp ./src/compiler/saptran.lisp ./src/compiler/seqtran.lisp ./src/compiler/srctran.lisp ./src/compiler/sset.lisp ./src/compiler/stack.lisp ./src/compiler/target-disassem.lisp ./src/compiler/target-dump.lisp ./src/compiler/target-main.lisp ./src/compiler/tn.lisp ./src/compiler/trace-table.lisp ./src/compiler/typetran.lisp ./src/compiler/vmdef.lisp ./src/compiler/vop.lisp ./src/compiler/generic/array.lisp ./src/compiler/generic/core.lisp ./src/compiler/generic/early-objdef.lisp ./src/compiler/generic/early-type-vops.lisp ./src/compiler/generic/early-vm.lisp ./src/compiler/generic/genesis.lisp ./src/compiler/generic/interr.lisp ./src/compiler/generic/late-nlx.lisp ./src/compiler/generic/late-type-vops.lisp ./src/compiler/generic/objdef.lisp ./src/compiler/generic/primtype.lisp ./src/compiler/generic/target-core.lisp ./src/compiler/generic/utils.lisp ./src/compiler/generic/vm-array.lisp ./src/compiler/generic/vm-fndb.lisp ./src/compiler/generic/vm-ir2tran.lisp ./src/compiler/generic/vm-macs.lisp ./src/compiler/generic/vm-tran.lisp ./src/compiler/generic/vm-type.lisp ./src/compiler/generic/vm-typetran.lisp ./src/compiler/hppa/alloc.lisp ./src/compiler/hppa/arith.lisp ./src/compiler/hppa/array.lisp ./src/compiler/hppa/backend-parms.lisp ./src/compiler/hppa/c-call.lisp ./src/compiler/hppa/call.lisp ./src/compiler/hppa/cell.lisp ./src/compiler/hppa/char.lisp ./src/compiler/hppa/debug.lisp ./src/compiler/hppa/float.lisp ./src/compiler/hppa/insts.lisp ./src/compiler/hppa/macros.lisp ./src/compiler/hppa/memory.lisp ./src/compiler/hppa/move.lisp ./src/compiler/hppa/nlx.lisp ./src/compiler/hppa/parms.lisp ./src/compiler/hppa/pred.lisp ./src/compiler/hppa/sanctify.lisp ./src/compiler/hppa/sap.lisp ./src/compiler/hppa/show.lisp ./src/compiler/hppa/static-fn.lisp ./src/compiler/hppa/subprim.lisp ./src/compiler/hppa/system.lisp ./src/compiler/hppa/target-insts.lisp ./src/compiler/hppa/type-vops.lisp ./src/compiler/hppa/values.lisp ./src/compiler/hppa/vm.lisp ./src/compiler/mips/alloc.lisp ./src/compiler/mips/arith.lisp ./src/compiler/mips/array.lisp ./src/compiler/mips/backend-parms.lisp ./src/compiler/mips/c-call.lisp ./src/compiler/mips/call.lisp ./src/compiler/mips/cell.lisp ./src/compiler/mips/char.lisp ./src/compiler/mips/debug.lisp ./src/compiler/mips/float.lisp ./src/compiler/mips/insts.lisp ./src/compiler/mips/macros.lisp ./src/compiler/mips/memory.lisp ./src/compiler/mips/move.lisp ./src/compiler/mips/nlx.lisp ./src/compiler/mips/parms.lisp ./src/compiler/mips/pred.lisp ./src/compiler/mips/sanctify.lisp ./src/compiler/mips/sap.lisp ./src/compiler/mips/show.lisp ./src/compiler/mips/static-fn.lisp ./src/compiler/mips/subprim.lisp ./src/compiler/mips/system.lisp ./src/compiler/mips/target-insts.lisp ./src/compiler/mips/type-vops.lisp ./src/compiler/mips/values.lisp ./src/compiler/mips/vm.lisp ./src/compiler/ppc/alloc.lisp ./src/compiler/ppc/arith.lisp ./src/compiler/ppc/array.lisp ./src/compiler/ppc/backend-parms.lisp ./src/compiler/ppc/c-call.lisp ./src/compiler/ppc/call.lisp ./src/compiler/ppc/cell.lisp ./src/compiler/ppc/char.lisp ./src/compiler/ppc/debug.lisp ./src/compiler/ppc/float.lisp ./src/compiler/ppc/insts.lisp ./src/compiler/ppc/macros.lisp ./src/compiler/ppc/memory.lisp ./src/compiler/ppc/move.lisp ./src/compiler/ppc/nlx.lisp ./src/compiler/ppc/parms.lisp ./src/compiler/ppc/pred.lisp ./src/compiler/ppc/sanctify.lisp ./src/compiler/ppc/sap.lisp ./src/compiler/ppc/show.lisp ./src/compiler/ppc/static-fn.lisp ./src/compiler/ppc/subprim.lisp ./src/compiler/ppc/system.lisp ./src/compiler/ppc/target-insts.lisp ./src/compiler/ppc/type-vops.lisp ./src/compiler/ppc/values.lisp ./src/compiler/ppc/vm.lisp ./src/compiler/sparc/alloc.lisp ./src/compiler/sparc/arith.lisp ./src/compiler/sparc/array.lisp ./src/compiler/sparc/backend-parms.lisp ./src/compiler/sparc/c-call.lisp ./src/compiler/sparc/call.lisp ./src/compiler/sparc/cell.lisp ./src/compiler/sparc/char.lisp ./src/compiler/sparc/debug.lisp ./src/compiler/sparc/float.lisp ./src/compiler/sparc/insts.lisp ./src/compiler/sparc/macros.lisp ./src/compiler/sparc/memory.lisp ./src/compiler/sparc/move.lisp ./src/compiler/sparc/nlx.lisp ./src/compiler/sparc/parms.lisp ./src/compiler/sparc/pred.lisp ./src/compiler/sparc/sanctify.lisp ./src/compiler/sparc/sap.lisp ./src/compiler/sparc/show.lisp ./src/compiler/sparc/static-fn.lisp ./src/compiler/sparc/subprim.lisp ./src/compiler/sparc/system.lisp ./src/compiler/sparc/target-insts.lisp ./src/compiler/sparc/type-vops.lisp ./src/compiler/sparc/values.lisp ./src/compiler/sparc/vm.lisp ./src/compiler/x86/alloc.lisp ./src/compiler/x86/arith.lisp ./src/compiler/x86/array.lisp ./src/compiler/x86/backend-parms.lisp ./src/compiler/x86/c-call.lisp ./src/compiler/x86/call.lisp ./src/compiler/x86/cell.lisp ./src/compiler/x86/char.lisp ./src/compiler/x86/debug.lisp ./src/compiler/x86/float.lisp ./src/compiler/x86/insts.lisp ./src/compiler/x86/macros.lisp ./src/compiler/x86/memory.lisp ./src/compiler/x86/move.lisp ./src/compiler/x86/nlx.lisp ./src/compiler/x86/parms.lisp ./src/compiler/x86/pred.lisp ./src/compiler/x86/sanctify.lisp ./src/compiler/x86/sap.lisp ./src/compiler/x86/show.lisp ./src/compiler/x86/static-fn.lisp ./src/compiler/x86/subprim.lisp ./src/compiler/x86/system.lisp ./src/compiler/x86/target-insts.lisp ./src/compiler/x86/type-vops.lisp ./src/compiler/x86/values.lisp ./src/compiler/x86/vm.lisp ./src/compiler/x86-64/alloc.lisp ./src/compiler/x86-64/arith.lisp ./src/compiler/x86-64/array.lisp ./src/compiler/x86-64/backend-parms.lisp ./src/compiler/x86-64/c-call.lisp ./src/compiler/x86-64/call.lisp ./src/compiler/x86-64/cell.lisp ./src/compiler/x86-64/char.lisp ./src/compiler/x86-64/debug.lisp ./src/compiler/x86-64/float.lisp ./src/compiler/x86-64/insts.lisp ./src/compiler/x86-64/macros.lisp ./src/compiler/x86-64/memory.lisp ./src/compiler/x86-64/move.lisp ./src/compiler/x86-64/nlx.lisp ./src/compiler/x86-64/parms.lisp ./src/compiler/x86-64/pred.lisp ./src/compiler/x86-64/sanctify.lisp ./src/compiler/x86-64/sap.lisp ./src/compiler/x86-64/show.lisp ./src/compiler/x86-64/static-fn.lisp ./src/compiler/x86-64/subprim.lisp ./src/compiler/x86-64/system.lisp ./src/compiler/x86-64/target-insts.lisp ./src/compiler/x86-64/type-vops.lisp ./src/compiler/x86-64/values.lisp ./src/compiler/x86-64/vm.lisp ./src/pcl/boot.lisp ./src/pcl/braid.lisp ./src/pcl/cache.lisp ./src/pcl/combin.lisp ./src/pcl/compiler-support.lisp ./src/pcl/cpl.lisp ./src/pcl/ctor.lisp ./src/pcl/ctypes.lisp ./src/pcl/defclass.lisp ./src/pcl/defcombin.lisp ./src/pcl/defs.lisp ./src/pcl/describe.lisp ./src/pcl/dfun.lisp ./src/pcl/dlisp.lisp ./src/pcl/dlisp2.lisp ./src/pcl/dlisp3.lisp ./src/pcl/documentation.lisp ./src/pcl/early-low.lisp ./src/pcl/env.lisp ./src/pcl/fixup.lisp ./src/pcl/fngen.lisp ./src/pcl/fsc.lisp ./src/pcl/generic-functions.lisp ./src/pcl/gray-streams-class.lisp ./src/pcl/gray-streams.lisp ./src/pcl/init.lisp ./src/pcl/low.lisp ./src/pcl/macros.lisp ./src/pcl/methods.lisp ./src/pcl/precom1.lisp ./src/pcl/precom2.lisp ./src/pcl/print-object.lisp ./src/pcl/slot-name.lisp ./src/pcl/slots-boot.lisp ./src/pcl/slots.lisp ./src/pcl/std-class.lisp ./src/pcl/time.lisp ./src/pcl/vector.lisp ./src/pcl/walk.lisp ./tests/alien.impure.lisp ./tests/arith.impure.lisp ./tests/arith.pure.lisp ./tests/array.pure.lisp ./tests/assertoid.lisp ./tests/backq.impure.lisp ./tests/bit-vector.impure-cload.lisp ./tests/bug-doug-mcnaught-20030914.lisp ./tests/bug204-test.lisp ./tests/character.pure.lisp ./tests/clocc-ansi-test-known-bugs.lisp ./tests/clos-ignore.interactive.lisp ./tests/clos.impure-cload.lisp ./tests/clos.impure.lisp ./tests/clos.pure.lisp ./tests/compiler-1.impure-cload.lisp ./tests/compiler-output-test.lisp ./tests/compiler.impure-cload.lisp ./tests/compiler.impure.lisp ./tests/compiler.pure-cload.lisp ./tests/compiler.pure.lisp ./tests/compound-cons.impure.lisp ./tests/condition.impure.lisp ./tests/condition.pure.lisp ./tests/debug.impure.lisp ./tests/define-compiler-macro.impure.lisp ./tests/defmacro-test.lisp ./tests/defstruct.impure.lisp ./tests/deftype.impure.lisp ./tests/dump.impure-cload.lisp ./tests/dynamic-extent.impure.lisp ./tests/eval.impure.lisp ./tests/exhaust.impure.lisp ./tests/external-format.impure.lisp ./tests/filesys.pure.lisp ./tests/float.impure.lisp ./tests/float.pure.lisp ./tests/gcd.pure.lisp ./tests/gray-streams.impure.lisp ./tests/hash.impure.lisp ./tests/info.before-xc.lisp ./tests/info.impure.lisp ./tests/interface.impure.lisp ./tests/interface.pure.lisp ./tests/lambda-list.pure.lisp ./tests/list.pure.lisp ./tests/load.impure.lisp ./tests/load.pure.lisp ./tests/loop.impure.lisp ./tests/loop.pure.lisp ./tests/map-tests.impure.lisp ./tests/mop-1.impure-cload.lisp ./tests/mop-2.impure-cload.lisp ./tests/mop.impure-cload.lisp ./tests/mop.impure.lisp ./tests/octets.pure.lisp ./tests/package-ctor-bug.lisp ./tests/package-locks.impure.lisp ./tests/packages.impure.lisp ./tests/pathnames.impure.lisp ./tests/pprint.impure.lisp ./tests/print.impure.lisp ./tests/properties.impure.lisp ./tests/pure.lisp ./tests/reader.impure.lisp ./tests/reader.pure.lisp ./tests/seq.impure.lisp ./tests/seq.pure.lisp ./tests/setf.impure.lisp ./tests/smoke.impure.lisp ./tests/static-alloc.impure.lisp ./tests/stream.impure-cload.lisp ./tests/stream.impure.lisp ./tests/stream.pure.lisp ./tests/stress-gc.lisp ./tests/string.pure.lisp ./tests/symbol-macrolet-test.lisp ./tests/threads.impure.lisp ./tests/time.pure.lisp ./tests/type.after-xc.lisp ./tests/type.before-xc.lisp ./tests/type.impure.lisp ./tests/type.pure.lisp ./tests/undefined-classoid-bug-1.lisp ./tests/undefined-classoid-bug-2.lisp ./tests/vector.pure.lisp ./tests/vm.before-xc.lisp ./tests/walk.impure.lisp ./tests/callback.impure.lisp ./tests/eucjp.impure.lisp ./tests/bivalent-stream.impure.lisp ./tests/mop-3.impure-cload.lisp ./tests/mop-4.impure-cload.lisp ./tests/mop-5.impure-cload.lisp ./tests/gc.impure.lisp ./tests/hash.pure.lisp ./tests/run-tests.lisp ./tests/test-util.lisp ./tests/mop.pure.lisp ./tests/timer.impure.lisp ./tests/mop-6.impure-cload.lisp ./tests/macroexpand.impure.lisp ./tools-for-build/ldso-stubs.lisp ./tools-for-build/ucd.lisp ./debian/install-clc.lisp ./debian/fasl-version.lisp ./base-target-features.lisp-expr ./build-order.lisp-expr ./common-lisp-exports.lisp-expr ./package-data-list.lisp-expr ./version.lisp-expr ./src/code/early-defstruct-args.lisp-expr ./tests/eucjp-test.lisp-expr ./local-target-features.lisp-expr ./contrib/sb-bsd-sockets/alien/get-h-errno.c ./contrib/sb-bsd-sockets/alien/undefs.c ./contrib/sb-posix/alien/stat-macros.c ./contrib/sb-posix/alien/waitpid-macros.c ./src/runtime/alloc.c ./src/runtime/alpha-arch.c ./src/runtime/alpha-linux-os.c ./src/runtime/alpha-osf1-os.c ./src/runtime/backtrace.c ./src/runtime/breakpoint.c ./src/runtime/bsd-os.c ./src/runtime/cheneygc.c ./src/runtime/coreparse.c ./src/runtime/dynbind.c ./src/runtime/gc-common.c ./src/runtime/gencgc.c ./src/runtime/globals.c ./src/runtime/hppa-arch.c ./src/runtime/hppa-linux-os.c ./src/runtime/interr.c ./src/runtime/interrupt.c ./src/runtime/linux-os.c ./src/runtime/mips-arch.c ./src/runtime/mips-linux-os.c ./src/runtime/monitor.c ./src/runtime/os-common.c ./src/runtime/osf1-os.c ./src/runtime/parse.c ./src/runtime/ppc-arch.c ./src/runtime/ppc-darwin-dlshim.c ./src/runtime/ppc-darwin-fix-rospace.c ./src/runtime/ppc-darwin-langinfo.c ./src/runtime/ppc-darwin-mkrospace.c ./src/runtime/ppc-darwin-os.c ./src/runtime/ppc-linux-os.c ./src/runtime/print.c ./src/runtime/purify.c ./src/runtime/regnames.c ./src/runtime/run-program.c ./src/runtime/runtime.c ./src/runtime/save.c ./src/runtime/search.c ./src/runtime/sparc-arch.c ./src/runtime/sparc-linux-os.c ./src/runtime/sparc-sunos-os.c ./src/runtime/sunos-os.c ./src/runtime/thread.c ./src/runtime/time.c ./src/runtime/trymap.c ./src/runtime/undefineds.c ./src/runtime/util.c ./src/runtime/validate.c ./src/runtime/vars.c ./src/runtime/wrap.c ./src/runtime/x86-64-arch.c ./src/runtime/x86-64-linux-os.c ./src/runtime/x86-arch.c ./src/runtime/x86-bsd-os.c ./src/runtime/x86-linux-os.c ./src/runtime/x86-sunos-os.c ./tools-for-build/determine-endianness.c ./tools-for-build/grovel-headers.c ./tools-for-build/os-provides-dladdr-test.c ./tools-for-build/os-provides-dlopen-test.c ./tools-for-build/where-is-mcontext.c ./tools-for-build/os-provides-putwc-test.c ./src/runtime/alloc.h ./src/runtime/alpha-arch.h ./src/runtime/alpha-linux-os.h ./src/runtime/alpha-lispregs.h ./src/runtime/alpha-osf1-os.h ./src/runtime/arch.h ./src/runtime/breakpoint.h ./src/runtime/bsd-os.h ./src/runtime/cheneygc-internal.h ./src/runtime/core.h ./src/runtime/dynbind.h ./src/runtime/fixnump.h ./src/runtime/gc-internal.h ./src/runtime/gc.h ./src/runtime/gencgc-alloc-region.h ./src/runtime/gencgc-internal.h ./src/runtime/globals.h ./src/runtime/hppa-arch.h ./src/runtime/hppa-linux-os.h ./src/runtime/hppa-lispregs.h ./src/runtime/interr.h ./src/runtime/interrupt.h ./src/runtime/linux-os.h ./src/runtime/lispregs.h ./src/runtime/mips-arch.h ./src/runtime/mips-linux-os.h ./src/runtime/mips-lispregs.h ./src/runtime/monitor.h ./src/runtime/os.h ./src/runtime/osf1-os.h ./src/runtime/parse.h ./src/runtime/ppc-arch.h ./src/runtime/ppc-darwin-dlshim.h ./src/runtime/ppc-darwin-langinfo.h ./src/runtime/ppc-darwin-os.h ./src/runtime/ppc-darwin-spacelist.h ./src/runtime/ppc-linux-os.h ./src/runtime/ppc-lispregs.h ./src/runtime/print.h ./src/runtime/purify.h ./src/runtime/runtime.h ./src/runtime/save.h ./src/runtime/search.h ./src/runtime/sparc-arch.h ./src/runtime/sparc-linux-os.h ./src/runtime/sparc-lispregs.h ./src/runtime/sparc-sunos-os.h ./src/runtime/sunos-os.h ./src/runtime/thread.h ./src/runtime/undefineds.h ./src/runtime/util.h ./src/runtime/validate.h ./src/runtime/vars.h ./src/runtime/x86-64-arch.h ./src/runtime/x86-64-linux-os.h ./src/runtime/x86-64-lispregs.h ./src/runtime/x86-arch.h ./src/runtime/x86-bsd-os.h ./src/runtime/x86-linux-os.h ./src/runtime/x86-lispregs.h ./src/runtime/x86-sunos-os.h ./src/runtime/target-arch.h ./src/runtime/target-lispregs.h ./src/runtime/target-arch-os.h ./src/runtime/target-os.h ./src/runtime/sparc-funcdef.h /$scratchfilename=/tmp/canonicalize-whitespace-1.29829.tmp //entering make-host-1.sh //building cross-compiler, and doing first genesis make-host-1.sh: line 31: /usr/bin/clisp: No such file or directory make: *** [build-arch-stamp] Error 1 From pvaneynd at debian.org Mon Nov 7 20:27:23 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 7 Nov 2005 21:27:23 +0100 Subject: [cl-debian] Bug#337994: sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory In-Reply-To: <20051107183337.GA10882@blars.org> References: <20051107183337.GA10882@blars.org> Message-ID: <200511072127.25157.pvaneynd@debian.org> On Monday 07 November 2005 19:33, Blars Blarson wrote: > Package: sbcl > Version: 1:0.9.6.0-9 > Severity: serious > Justification: no longer builds from source > > > sbcl failed to build on a sparc buildd and other buildds, duplicated > on my sparc pbuilder. I've been trying to explain this. How comes that there is no /usr/bin/clisp if clisp is installed? Is the clisp package broken for non-x86 architectures? 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 Mon Nov 7 21:06:15 2005 From: luca at pca.it (Luca Capello) Date: Mon, 07 Nov 2005 22:06:15 +0100 Subject: [cl-debian] dbp-importorig: how to keep no more present files? In-Reply-To: <200511071831.03461.cl-debian@pvaneynd.mailworks.org> (Peter Van Eynde's message of "Mon, 7 Nov 2005 18:31:02 +0100") References: <874q6pbl2f.fsf@gismo.pca.it> <200511071831.03461.cl-debian@pvaneynd.mailworks.org> Message-ID: <87wtjkyxq0.fsf@gismo.pca.it> HellO! On Mon 07 Nov 2005 18:31 +0100, Peter Van Eynde wrote: > On Sunday 06 November 2005 21:03, Luca Capello wrote: >> So, as fas as I understood, I can't use dbp-importorig to merge two >> versions of an upstream program, in this case, release 5 and a CVS >> checkout. Am I correct? > > Not being an expert this is what I have found too. I think I should file a bug/wishlist for dbp ;-) > To resolve this I would extract the new files over the existing > darcs s-xml-upstream tree and then use darcs mv and record directly. I found another solution, maybe simpler (s-xml.tar.gz is the CVS downloaded via ViewCVS): ===== luca at gismo:~/Downloads$ tar zxvf s-xml.tar.gz luca at gismo:~/Downloads$ cp -rp \ /home/luca/Hacking/cl-debian/repository/s-xml-upstream/doc/ s-xml/ luca at gismo:~/Downloads$ dbp-importorig s-xml/ s-xml 1:20051107 TLACMD: darcs tar: ./src: implausibly old time stamp 1970-01-01 01:00:00 tar: ./test: implausibly old time stamp 1970-01-01 01:00:00 LOGTEXT Imported s-xml into Darcs repository Finished recording patch 'Import upstream s-xml version 1:20051107' Finished tagging patch 'TAG UPSTREAM_s-xml_1:20051107' luca at gismo:~/Downloads$ ===== This seems to working quite well and you don't need to play with `darcs mv` or `darcs record` :-D 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 fahree at gmail.com Mon Nov 7 21:01:56 2005 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Mon, 7 Nov 2005 16:01:56 -0500 Subject: [cl-debian] Fwd: cl-clx-sbcl In-Reply-To: <653bea1605091110226bf1fd0a@mail.gmail.com> References: <653bea1605091110226bf1fd0a@mail.gmail.com> Message-ID: <653bea160511071301n5bfe595ao@mail.gmail.com> Hi, I'm forwarding this message here after an attempt to contact the author bounced back to me after two months (!). Is anyone willing to maintain cl-clx-sbcl? This is a patch to get it running on a modern SBCL. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Too many people are thinking of security instead of opportunity. They seem more afraid of life than death. -- James F. Byrnes ---------- Forwarded message ---------- From: Far? Date: 11-Sep-2005 12:22 Subject: cl-clx-sbcl To: Milan Zamazal cl-clx-sbcl is not up-to-date with the latest sbcl anymore. Here is a patch that solves two issues: * (sb-thread:current-thread-id) is obsoleted by sb-thread:*current-thread* * base-char is 7-bit when sb-unicode is enabled. Note that a lot of code commented with #+(or) seems to be wrong, but I suppose it's on purpose. Don't forget to add a dependency conflict with too old sbcl's. [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Mathematics is the Queen of Science but she isn't very Pure; she keeps having babies by handsome young upstarts and various frog princes. --Donald Kingsbury (In "psychohistorical crisis", 2001) -------------- next part -------------- A non-text attachment was scrubbed... Name: clx.diff Type: text/x-patch Size: 5164 bytes Desc: not available URL: From kevin at rosenberg.net Mon Nov 7 22:19:23 2005 From: kevin at rosenberg.net (Kevin Rosenberg) Date: Mon, 7 Nov 2005 15:19:23 -0700 Subject: [cl-debian] Fwd: cl-clx-sbcl In-Reply-To: <653bea160511071301n5bfe595ao@mail.gmail.com> References: <653bea1605091110226bf1fd0a@mail.gmail.com> <653bea160511071301n5bfe595ao@mail.gmail.com> Message-ID: <20051107221923.GA16608@rosenberg.net> Far? wrote: > Hi, I'm forwarding this message here after an attempt to contact the > author bounced back to me after two months (!). Is your fix related to the fix applied in debian bug 331371? If not, perhaps sending your fix via the bug tracking system is better than sending email directly to the maintainer. Kevin > Is anyone willing to maintain cl-clx-sbcl? This is a patch to get it > running on a modern SBCL. I imagine it's maintainer Milan Zamazal is. At least, he applied Peter's patch 10/3/05. Kevin From anibal at debian.org Mon Nov 7 22:16:21 2005 From: anibal at debian.org (Anibal Monsalve Salazar) Date: Tue, 8 Nov 2005 09:16:21 +1100 Subject: [cl-debian] Bug#338040: sbcl_1:0.9.6.0-9_powerpc: FTBFS: header files do not match between first and second GENESIS Message-ID: <20051107221621.GH27800@debianrules.debiancolombia.org> Package: sbcl Severity: serious Version: 1:0.9.6.0-9 Tags: sid Justification: fails to build from source There was an error while trying to autobuild your package: Automatic build of sbcl_1:0.9.6.0-9 on voltaire by sbuild/powerpc 69 Build started at 20051105-1437 [...] ** Using build dependencies supplied by package: Build-Depends: bash, debhelper (>> 4.1.16), clisp (>= 1:2.35-7), texinfo, tetex-bin, time, locales, gcc-3.4 [sparc] [...] *** - EVAL: variable *TARGET-OBJECT-FILE-NAMES* has no value //testing for consistency of first and second GENESIS passes diff: output/genesis-2: No such file or directory error: header files do not match between first and second GENESIS make: *** [build-arch-stamp] Error 1 Full build logs are available on buildd.debian.org. Please refer to the build log at: http://buildd.debian.org/fetch.php?&pkg=sbcl&ver=1%3A0.9.6.0-9&arch=powerpc&stamp=1131223259&file=log&as=raw Anibal Monsalve Salazar -- .''`. Debian GNU/Linux : :' : Free Operating System `. `' http://debian.org/ `- http://v7w.com/anibal -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: From luca at pca.it Mon Nov 7 23:48:52 2005 From: luca at pca.it (Luca Capello) Date: Tue, 08 Nov 2005 00:48:52 +0100 Subject: [cl-debian] [S-XML] new version 1:20051107-1 Message-ID: <87oe4wnhnf.fsf@gismo.pca.it> Hello! Finally, I managed to update a new version of S-XML. Here's the relevant section of the changelog.Debian.gz since the more recent version available in Debian official, so as `apt-listchanges` ;-) ===== s-xml (1:20051107-1) unstable; urgency=low * New CVS checkout: + added CDATA support (patch contributed by Peter Van Eynde pvaneynd at mailworks.org). + added experimental XML namespace support. * Change the Debian version to reflect that this is the CVS version. * debian/rules: - remove `dh_strip` call (we don't have any library). -- Luca Capello Tue, 8 Nov 2005 00:29:07 +0100 s-xml (1:0-release-5-2) unstable; urgency=low * debian/control: + Standards-Version to 3.6.2, no changes needed. + change Build-Depends to Build-Depends-Indep, as the package-building process is architecture-independent. + add dh-lisp to Build-Depends-Indep + let dh-lisp fill in the dependency for the common-lisp-controller, so that generated scripts always match the depended-on version (thanks to Ren? van Bevern). * debian/postinst: remove. * debian/prerm: remove. * debian/rules: - remove binary-arch target in favor of binary-indep one. - remove configure target and clean build one. + convert to dh-lisp. - remove useless comments. -- Luca Capello Fri, 21 Oct 2005 17:55:02 +0200 ===== Peter, as you need an updated S-XML for another CL package, can you upload it ASAP? TIA. 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 Mon Nov 7 23:52:46 2005 From: luca at pca.it (Luca Capello) Date: Tue, 08 Nov 2005 00:52:46 +0100 Subject: [cl-debian] [S-XML] new version 1:20051107-1 In-Reply-To: <87oe4wnhnf.fsf@gismo.pca.it> (Luca Capello's message of "Tue, 08 Nov 2005 00:48:52 +0100") References: <87oe4wnhnf.fsf@gismo.pca.it> Message-ID: <87k6fknhgx.fsf@gismo.pca.it> Hello! On Tue 08 Nov 2005 00:48 +0100, Luca Capello wrote: > Finally, I managed to update a new version of S-XML. Here's the > relevant section of the changelog.Debian.gz since the more recent > version available in Debian official, so as `apt-listchanges` ;-) > Peter, as you need an updated S-XML for another CL package, can you > upload it ASAP? TIA. I forgot to add that now the darcs repository points to my S-XML version (so the one in ./repository/lcapello/) and no more in Peter's one. Peter, I hope you don't mind O:-) 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 christian at defun.dk Tue Nov 8 20:07:24 2005 From: christian at defun.dk (Christian Lynbech) Date: Tue, 08 Nov 2005 21:07:24 +0100 Subject: [cl-debian] common-lisp-controller problems (of understanding) Message-ID: <87zmoe6gzn.fsf@chateau.defun.dk> I am wondering how c-l-c is supposed to work, after the latest changes wrt permissions and ownerships. The problem I am having is that I had problems to get this to work: (clc:clc-require :clsql-mysql) The error message is not particularly helpful, but digging around, I finally notice that the problem is that my uid directory in /var/cache/common-lisp did not exist, and since the directory is owned by root, creating it (as part of the asdf ops) failed. So I was about to gear for bug reporting c-l-c, but further experiments revealed that (clc:clc-require :aserve) did in fact work. My uid subdir was created and files compiled, and then I could also get clsql to compile and load, since I own the uid subdir and can create further subdirs there without further issues. Looking over the control scripts in /var/lib/dpkg for the two packages did not reveal any obvious differences, so I am left wondering how c-l-c works its magic to allow the creating of user subdirs in /var/cache and why it works for cl-aserve but not for cl-sql-mysql, when the user subdir is missing? ------------------------+----------------------------------------------------- Christian Lynbech | christian #\@ defun #\. dk ------------------------+----------------------------------------------------- Hit the philistines three times over the head with the Elisp reference manual. - petonic at hal.com (Michael A. Petonic) From owner at bugs.debian.org Tue Nov 8 21:33:52 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 08 Nov 2005 13:33:52 -0800 Subject: [cl-debian] Processed: setting package to cmucl cmucl-clm cmucl-docs cmucl-source, tagging 337258 In-Reply-To: <20051108201249.24548179DDE@sharrow> References: <20051108201249.24548179DDE@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 337258 + pending Bug#337258: cmucl: FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi 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 fahree at gmail.com Tue Nov 8 21:46:42 2005 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Tue, 8 Nov 2005 16:46:42 -0500 Subject: [cl-debian] Fwd: cl-clx-sbcl In-Reply-To: <20051107221923.GA16608@rosenberg.net> References: <653bea1605091110226bf1fd0a@mail.gmail.com> <653bea160511071301n5bfe595ao@mail.gmail.com> <20051107221923.GA16608@rosenberg.net> Message-ID: <653bea160511081346w232bc956l@mail.gmail.com> On 07/11/05, Kevin Rosenberg wrote: > Far? wrote: >> Hi, I'm forwarding this message here after an attempt to contact the >> author bounced back to me after two months (!). > > Is your fix related to the fix applied in debian bug 331371? > It's related in that the patch I sent at the time did include the fix for what would later be known as bug 331371. But it *also* included a fix for clx assuming that base-char is 8-bit-clean, whereas it isn't. > If not, perhaps sending your fix via the bug tracking system is better > than sending email directly to the maintainer. Will do, in my copious free time. >> Is anyone willing to maintain cl-clx-sbcl? This is a patch to get it >> running on a modern SBCL. > > I imagine it's maintainer Milan Zamazal is. At least, he applied > Peter's patch 10/3/05. > Maybe he did. But the mail I sent him two months ago at his @debian.org address just bounced back to me :-( [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions. -- Naguib Mahfouz From luca at pca.it Tue Nov 8 22:33:11 2005 From: luca at pca.it (Luca Capello) Date: Tue, 08 Nov 2005 14:33:11 -0800 Subject: [cl-debian] Accepted s-xml 1:20051107-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 8 Nov 2005 00:29:07 +0100 Source: s-xml Binary: cl-s-xml Architecture: source all Version: 1:20051107-1 Distribution: unstable Urgency: low Maintainer: Luca Capello Changed-By: Luca Capello Description: cl-s-xml - simple Common Lisp XML parser Changes: s-xml (1:20051107-1) unstable; urgency=low . * New CVS checkout: + added CDATA support (patch contributed by Peter Van Eynde pvaneynd at mailworks.org). + added experimental XML namespace support. . * Change the Debian version to reflect that this is the CVS version. . * debian/rules: - remove `dh_strip` call (we don't have any library). Files: 77f50aaab18d0a25a063299f1fadd9d5 556 devel optional s-xml_20051107-1.dsc 0f924ebee33329077dad68cbb9a2e023 29261 devel optional s-xml_20051107-1.tar.gz 9071b15f4f1ae4195f1bd3bd686b7c2d 32410 devel optional cl-s-xml_20051107-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDcQZ611ldN0tyliURAoZ2AKC1g8vEkDzgIJT99zAg/66J++S+8wCeNptf Sauzp5NGXKHwGUWwrJeznj0= =Dwbg -----END PGP SIGNATURE----- Accepted: cl-s-xml_20051107-1_all.deb to pool/main/s/s-xml/cl-s-xml_20051107-1_all.deb s-xml_20051107-1.dsc to pool/main/s/s-xml/s-xml_20051107-1.dsc s-xml_20051107-1.tar.gz to pool/main/s/s-xml/s-xml_20051107-1.tar.gz From alceste at muvara.org Tue Nov 8 22:32:32 2005 From: alceste at muvara.org (Alceste Scalas) Date: Tue, 08 Nov 2005 14:32:32 -0800 Subject: [cl-debian] Accepted ironclad 0.10 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 06 Nov 2005 13:00:43 +0100 Source: ironclad Binary: cl-ironclad Architecture: source all Version: 0.10 Distribution: unstable Urgency: low Maintainer: Alceste Scalas Changed-By: Alceste Scalas Description: cl-ironclad - Cryptography package for ANSI Common Lisp Changes: ironclad (0.10) unstable; urgency=low . * New upstream version * Updated debian/copyright with information about rt.lisp Files: 5c6480117f115272672376f641a0a37e 515 devel optional ironclad_0.10.dsc 8fa250b945ba1c10dcc074b3d5205446 920261 devel optional ironclad_0.10.tar.gz cfd3cc22b981ddbd7ef76c0c6caa20ff 260456 devel optional cl-ironclad_0.10_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDcMLK11ldN0tyliURAkxlAKCGo1rvGMnOofC/TSRwDfYCIdBciACgjbuO YdAUzII3Q7qEH1Xd1nGPlTM= =vEVj -----END PGP SIGNATURE----- Accepted: cl-ironclad_0.10_all.deb to pool/main/i/ironclad/cl-ironclad_0.10_all.deb ironclad_0.10.dsc to pool/main/i/ironclad/ironclad_0.10.dsc ironclad_0.10.tar.gz to pool/main/i/ironclad/ironclad_0.10.tar.gz From kevin at rosenberg.net Wed Nov 9 00:40:02 2005 From: kevin at rosenberg.net (Kevin Rosenberg) Date: Tue, 8 Nov 2005 17:40:02 -0700 Subject: [cl-debian] Fwd: cl-clx-sbcl In-Reply-To: <653bea160511081346w232bc956l@mail.gmail.com> References: <653bea1605091110226bf1fd0a@mail.gmail.com> <653bea160511071301n5bfe595ao@mail.gmail.com> <20051107221923.GA16608@rosenberg.net> <653bea160511081346w232bc956l@mail.gmail.com> Message-ID: <20051109004002.GA23639@rosenberg.net> Far? wrote: > > If not, perhaps sending your fix via the bug tracking system is better > > than sending email directly to the maintainer. > Will do, in my copious free time. Using the command reportbug cl-clx-sbcl with the body of your previous email may be the most time efficient way to now report the bug via the bug tracking system > Maybe he did. But the mail I sent him two months ago at his > @debian.org address just bounced back to me :-( Perhaps he had a temporary mail problem or some filter on his mail causing the bound. The patch in applied last month should have come through his Debian email address since that is what the bug tracking system uses. -- Kevin Rosenberg kevin at rosenberg.net From henning at debian.org Tue Nov 8 22:15:36 2005 From: henning at debian.org (Debian testing watch) Date: Tue, 08 Nov 2005 15:15:36 -0700 Subject: [cl-debian] slime 1:20051023-2 MIGRATED to testing Message-ID: FYI: The status of the slime source package in Debian's testing distribution has changed. Previous version: 1:20050929-1 Current version: 1:20051023-2 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From fahree at gmail.com Wed Nov 9 05:49:09 2005 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Wed, 9 Nov 2005 00:49:09 -0500 Subject: [cl-debian] Fwd: cl-clx-sbcl In-Reply-To: <20051109004002.GA23639@rosenberg.net> References: <653bea1605091110226bf1fd0a@mail.gmail.com> <653bea160511071301n5bfe595ao@mail.gmail.com> <20051107221923.GA16608@rosenberg.net> <653bea160511081346w232bc956l@mail.gmail.com> <20051109004002.GA23639@rosenberg.net> Message-ID: <653bea160511082149n3e22d5adi@mail.gmail.com> I am the proud reporter of bug 338242 Yeehaa! > Using the command > reportbug cl-clx-sbcl Doesn't work: my ISP blocks outgoing mail (funky second hand setting). So I copy-pasted its tmp file into gmail. Thanks for the support! [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Calling a Communist a liar is pretty frustrating. How do you insult a pig by calling it a pig? Communists are not bound by our morality. They say that any crime, including lying, is moral if it advances the cause of socialism. -- Ronald Reagan From fahree at gmail.com Wed Nov 9 06:00:25 2005 From: fahree at gmail.com (=?ISO-8859-1?Q?Far=E9?=) Date: Wed, 9 Nov 2005 01:00:25 -0500 Subject: [cl-debian] cl-launch In-Reply-To: <20050919115408.GA8968@progn.org> References: <653bea1605091801407da42105@mail.gmail.com> <20050919090023.GA5144@progn.org> <653bea1605091903394eeb06b8@mail.gmail.com> <20050919115408.GA8968@progn.org> Message-ID: <653bea160511082200n41c3d80du@mail.gmail.com> Hi. The latest version of cl-launch is here: http://fare.tunes.org/files/cl-launch/ What is the next step (if any) to get cl-launch into official debian? The code is rather stable these days, and full-featured enough. It helped me a lot benchmark a few asdf-based applications on multiple CL implementations. Tested with bash, dash, posh, zsh; with clisp, cmucl, sbcl, openmcl and (with partial success) gclcvs. Home page: http://www.cliki.net/cl-launch [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Men, it has been well said, think in herds; it will be seen that they go mad in herds, while they only recover their senses slowly, and one by one. -- Charles Mackay From pvaneynd at debian.org Wed Nov 9 07:02:16 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 08 Nov 2005 23:02:16 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-11 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 8 Nov 2005 21:18:05 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-11 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-11) unstable; urgency=low . * Give up on the clisp cross-compiling, manualy recompile everywhere with sbcl. Files: 0f537eac48af8b1189bff6621ce39081 657 devel optional sbcl_0.9.6.0-11.dsc edd46af2ddce2d117c63384ca11fcbab 20921 devel optional sbcl_0.9.6.0-11.diff.gz 8c893ac03ca5458f10e31263fdc107b6 3969374 devel optional sbcl-common_0.9.6.0-11_all.deb 6052af5479da954d715bf9bde7cf409e 9140482 devel optional sbcl_0.9.6.0-11_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDcX8I11ldN0tyliURAqRRAJ44puJOAW+S1fwQH9yBmHKctJHMkwCfTr1s ruh0Fxb6676BwVy8AKcPW18= =kNAp -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-11_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-11_all.deb sbcl_0.9.6.0-11.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-11.diff.gz sbcl_0.9.6.0-11.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-11.dsc sbcl_0.9.6.0-11_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-11_i386.deb From pvaneynd at debian.org Wed Nov 9 07:02:12 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 08 Nov 2005 23:02:12 -0800 Subject: [cl-debian] Accepted cmucl 19c-pre1-20051019-2 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 8 Nov 2005 21:09:56 +0100 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-pre1-20051019-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 337258 Changes: cmucl (19c-pre1-20051019-2) unstable; urgency=low . * FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi Fixed by using '\usepackage{ifpdf}' (Closes: #337258) Files: f221ef468fcdbdba58d79c92a84aa5ed 734 devel optional cmucl_19c-pre1-20051019-2.dsc 6eff05f9d1de9cf122c8361dda21a1a4 1506031 devel optional cmucl_19c-pre1-20051019-2.diff.gz 1f240fc7c07bd532c5ef39c483e6f453 10577730 devel optional cmucl_19c-pre1-20051019-2_i386.deb a3810bf50beb7699d139323cfd7e56f4 653830 devel optional cmucl-clm_19c-pre1-20051019-2_i386.deb b6f257db6f6ad2a4e2ed573757406ee7 2347596 doc optional cmucl-docs_19c-pre1-20051019-2_all.deb 596f837313da387f0fcb46e6d94cbce5 5174622 devel optional cmucl-source_19c-pre1-20051019-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDcRCM11ldN0tyliURAqtEAKDIHFmMMGghaPiaBhbYWFo95L3zTgCdFetN 5BQ98adQVcV+0IO1rJSonNk= =sxxM -----END PGP SIGNATURE----- Accepted: cmucl-clm_19c-pre1-20051019-2_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-pre1-20051019-2_i386.deb cmucl-docs_19c-pre1-20051019-2_all.deb to pool/main/c/cmucl/cmucl-docs_19c-pre1-20051019-2_all.deb cmucl-source_19c-pre1-20051019-2_all.deb to pool/main/c/cmucl/cmucl-source_19c-pre1-20051019-2_all.deb cmucl_19c-pre1-20051019-2.diff.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019-2.diff.gz cmucl_19c-pre1-20051019-2.dsc to pool/main/c/cmucl/cmucl_19c-pre1-20051019-2.dsc cmucl_19c-pre1-20051019-2_i386.deb to pool/main/c/cmucl/cmucl_19c-pre1-20051019-2_i386.deb From owner at bugs.debian.org Wed Nov 9 07:18:08 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 08 Nov 2005 23:18:08 -0800 Subject: [cl-debian] Bug#337258: marked as done (cmucl: FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi) In-Reply-To: References: Message-ID: Your message dated Tue, 08 Nov 2005 23:02:12 -0800 with message-id and subject line Bug#337258: fixed in cmucl 19c-pre1-20051019-2 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 3 Nov 2005 15:14:05 +0000 >From daniel at frobnitz.homelinux.net Thu Nov 03 07:14:05 2005 Return-path: Received: from srv-smtp.math.univ-rennes1.fr [129.20.36.164] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EXgmz-0004iX-00; Thu, 03 Nov 2005 07:14:05 -0800 Received: from frobnitz.homelinux.net (dyn37079.math.univ-rennes1.fr [129.20.37.79]) by srv-smtp.math.univ-rennes1.fr (Postfix) with ESMTP id 2D3C7B8A1 for ; Thu, 3 Nov 2005 16:13:34 +0100 (CET) Received: from daniel by frobnitz.homelinux.net with local (Exim 4.54) id 1EXgmU-0004kI-0O for submit at bugs.debian.org; Thu, 03 Nov 2005 16:13:34 +0100 From: Daniel Schepler To: Debian Bug Tracking System Subject: cmucl: FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi Message-Id: Date: Thu, 03 Nov 2005 16:13:34 +0100 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: cmucl Severity: serious Version: 19c-pre1-20051019-1 >From my pbuilder build log: ... make[3]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019/src/docs/internals' (cd interface && latex internals && latex internals && \ latex internals && latex toolkit && latex toolkit && latex toolkit \ && dvips -o internals.ps internals.dvi \ && dvips -o toolkit.ps toolkit.dvi ; true ) This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) entering extended mode (./internals.tex ... Output written on toolkit.pdf (8 pages, 102048 bytes). Transcript written on toolkit.log. This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) ' TeX output 2005.10.29:1512' -> internals.ps . [1] [2] [3] [4] [5] [6] [7] This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com) dvips: ! DVI file can't be opened. make[2]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019/src/docs' make[1]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019' echo doc build done doc build done ... make[1]: Entering directory `/tmp/cmucl/cmucl-19c-pre1-20051019' dh_testdir dh_testroot dh_installchangelogs src/general-info/release-19b.txt dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_installdocs cp: cannot stat `src/docs/interface/toolkit.dvi': No such file or directory dh_installdocs: command returned error code 256 make[1]: *** [binary-common] Error 1 make[1]: Leaving directory `/tmp/cmucl/cmucl-19c-pre1-20051019' make: *** [binary-arch] Error 2 It appears the PDF detection code at the top of toolkit.tex is no longer valid and now forces PDF output no matter what. -- 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.14-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) --------------------------------------- Received: (at 337258-close) by bugs.debian.org; 9 Nov 2005 07:06:33 +0000 >From katie at spohr.debian.org Tue Nov 08 23:06:33 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EZjyG-0000Uy-00; Tue, 08 Nov 2005 23:02:12 -0800 From: Peter Van Eynde To: 337258-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#337258: fixed in cmucl 19c-pre1-20051019-2 Message-Id: Sender: Archive Administrator Date: Tue, 08 Nov 2005 23:02:12 -0800 Delivered-To: 337258-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-2 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-2_i386.deb to pool/main/c/cmucl/cmucl-clm_19c-pre1-20051019-2_i386.deb cmucl-docs_19c-pre1-20051019-2_all.deb to pool/main/c/cmucl/cmucl-docs_19c-pre1-20051019-2_all.deb cmucl-source_19c-pre1-20051019-2_all.deb to pool/main/c/cmucl/cmucl-source_19c-pre1-20051019-2_all.deb cmucl_19c-pre1-20051019-2.diff.gz to pool/main/c/cmucl/cmucl_19c-pre1-20051019-2.diff.gz cmucl_19c-pre1-20051019-2.dsc to pool/main/c/cmucl/cmucl_19c-pre1-20051019-2.dsc cmucl_19c-pre1-20051019-2_i386.deb to pool/main/c/cmucl/cmucl_19c-pre1-20051019-2_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 337258 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: Tue, 8 Nov 2005 21:09:56 +0100 Source: cmucl Binary: cmucl cmucl-source cmucl-clm cmucl-docs Architecture: source all i386 Version: 19c-pre1-20051019-2 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: cmucl - The CMUCL lisp compiler and development system cmucl-clm - The Motif interface for CMUCL cmucl-docs - The CMUCL documentation cmucl-source - The CMUCL lisp sources Closes: 337258 Changes: cmucl (19c-pre1-20051019-2) unstable; urgency=low . * FTBFS with new tetex-bin: Cannot find src/docs/interface/toolkit.dvi Fixed by using '\usepackage{ifpdf}' (Closes: #337258) Files: f221ef468fcdbdba58d79c92a84aa5ed 734 devel optional cmucl_19c-pre1-20051019-2.dsc 6eff05f9d1de9cf122c8361dda21a1a4 1506031 devel optional cmucl_19c-pre1-20051019-2.diff.gz 1f240fc7c07bd532c5ef39c483e6f453 10577730 devel optional cmucl_19c-pre1-20051019-2_i386.deb a3810bf50beb7699d139323cfd7e56f4 653830 devel optional cmucl-clm_19c-pre1-20051019-2_i386.deb b6f257db6f6ad2a4e2ed573757406ee7 2347596 doc optional cmucl-docs_19c-pre1-20051019-2_all.deb 596f837313da387f0fcb46e6d94cbce5 5174622 devel optional cmucl-source_19c-pre1-20051019-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDcRCM11ldN0tyliURAqtEAKDIHFmMMGghaPiaBhbYWFo95L3zTgCdFetN 5BQ98adQVcV+0IO1rJSonNk= =sxxM -----END PGP SIGNATURE----- From liw at iki.fi Thu Nov 10 01:32:43 2005 From: liw at iki.fi (Lars Wirzenius) Date: Thu, 10 Nov 2005 03:32:43 +0200 Subject: [cl-debian] Bug#338393: sbcl: installation fails, register-common-lisp-implementation not found Message-ID: <1131586363.10112.15.camel@esme.liw.iki.fi> Package: sbcl Version: 1:0.9.6.0-7 Severity: serious Justification: package doesn't install without common-lisp-controller Testing sbcl with piuparts, I find that installation fails: 0m9.6s ERROR: Command failed (status=25600): "chroot /tmp/tmpUMtHi0 apt-get -y install 'sbcl'" Reading package lists... Building dependency tree... Suggested packages: sbcl-common slime Recommended packages: binfmt-support The following NEW packages will be installed: sbcl 0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 9141kB of archives. After unpacking 32.3MB of additional disk space will be used. Get:1 http://liw.iki.fi sid/main sbcl 1:0.9.6.0-7 [9141kB] Fetched 9141kB in 0s (10.8MB/s) Selecting previously deselected package sbcl. (Reading database ... 7532 files and directories currently installed.) Unpacking sbcl (from .../sbcl_1%3a0.9.6.0-7_i386.deb) ... Setting up sbcl (0.9.6.0-7) ... /var/lib/dpkg/info/sbcl.postinst: line 22: /usr/sbin/register-common-lisp-implementation: No such file or directory dpkg: error processing sbcl (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sbcl E: Sub-process /usr/bin/dpkg returned an error code (1) At first glance, this would indicate a missing dependency on common-lisp-controller, but looking at the postinst script, it seems more likely that the bug is here: if [ -x /usr/lib/common-lisp/bin/sbcl.sh ]; then /usr/sbin/register-common-lisp-implementation sbcl fi The "if" tests for the wrong file, I think. -- Crappy tools are not worth it. Find or make better ones. From henning at debian.org Wed Nov 9 22:08:29 2005 From: henning at debian.org (Debian testing watch) Date: Wed, 09 Nov 2005 15:08:29 -0700 Subject: [cl-debian] cl-gd 0.4.2-3 MIGRATED to testing Message-ID: FYI: The status of the cl-gd source package in Debian's testing distribution has changed. Previous version: 0.4.2-2 Current version: 0.4.2-3 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Wed Nov 9 22:08:29 2005 From: henning at debian.org (Debian testing watch) Date: Wed, 09 Nov 2005 15:08:29 -0700 Subject: [cl-debian] dh-lisp 0.4 MIGRATED to testing Message-ID: FYI: The status of the dh-lisp source package in Debian's testing distribution has changed. Previous version: 0.1 Current version: 0.4 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Wed Nov 9 22:08:29 2005 From: henning at debian.org (Debian testing watch) Date: Wed, 09 Nov 2005 15:08:29 -0700 Subject: [cl-debian] cl-infix 19960628.2-3 MIGRATED to testing Message-ID: FYI: The status of the cl-infix source package in Debian's testing distribution has changed. Previous version: 19960628.2-2 Current version: 19960628.2-3 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Wed Nov 9 22:08:29 2005 From: henning at debian.org (Debian testing watch) Date: Wed, 09 Nov 2005 15:08:29 -0700 Subject: [cl-debian] cl-f2cl 20050726-1 MIGRATED to testing Message-ID: FYI: The status of the cl-f2cl source package in Debian's testing distribution has changed. Previous version: 20050619-1 Current version: 20050726-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From blarson at blars.org Thu Nov 10 10:35:26 2005 From: blarson at blars.org (Blars Blarson) Date: Thu, 10 Nov 2005 02:35:26 -0800 Subject: [cl-debian] Bug#337994: sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory In-Reply-To: <200511072127.25157.pvaneynd@debian.org> References: <20051107183337.GA10882@blars.org> <200511072127.25157.pvaneynd@debian.org> Message-ID: <20051110103526.GA16996@blars.org> On Mon, Nov 07, 2005 at 09:27:23PM +0100, Peter Van Eynde wrote: > How comes that there is no /usr/bin/clisp if clisp is installed? Is the clisp > package broken for non-x86 architectures? The errors on other architectures that I looked at the logs for were different, as was my pbuilder log. (Which I should have looked at before submitting the bug.) CFLAGS="-DSBCL_HOME=`pwd`/stage1/ -O2" GNUMAKE=make ./make.sh '/usr/bin/clisp -norc -q -L english -E UTF-8 -ansi -m 128MB ' //starting build: Wed Nov 9 13:00:07 UTC 2005 //SBCL_XC_HOST="/usr/bin/clisp -norc -q -L english -E UTF-8 -ansi -m 128MB " //entering make-config.sh //ensuring the existence of output/ directory //initializing /tmp/buildd/sbcl-0.9.6.0/local-target-features.lisp-expr //guessing default target CPU architecture from host architecture //setting up CPU-architecture-dependent information sbcl_arch="sparc" //setting up symlink src/compiler/target //setting up symlink src/assembly/target //setting up symlink src/compiler/assembly //setting up OS-dependent information //finishing /tmp/buildd/sbcl-0.9.6.0/local-target-features.lisp-expr /in canonicalize-whitespace-1 /$*=./contrib/asdf/asdf.lisp ./contrib/asdf-stub.lisp ./contrib/code-extras.lisp ./contrib/compiler-extras.lisp ./contrib/stale-symbols.lisp ./contrib/asdf-install/defpackage.lisp ./contrib/asdf-install/installer.lisp ./contrib/sb-aclrepl/debug.lisp ./contrib/sb-aclrepl/inspect.lisp ./contrib/sb-aclrepl/repl.lisp ./contrib/sb-aclrepl/tests.lisp ./contrib/sb-aclrepl/toplevel.lisp ./contrib/sb-bsd-sockets/constants.lisp ./contrib/sb-bsd-sockets/defpackage.lisp ./contrib/sb-bsd-sockets/doc.lisp ./contrib/sb-bsd-sockets/inet.lisp ./contrib/sb-bsd-sockets/local.lisp ./contrib/sb-bsd-sockets/malloc.lisp ./contrib/sb-bsd-sockets/misc.lisp ./contrib/sb-bsd-sockets/name-service.lisp ./contrib/sb-bsd-sockets/sockets.lisp ./contrib/sb-bsd-sockets/sockopt.lisp ./contrib/sb-bsd-sockets/split.lisp ./contrib/sb-bsd-sockets/tests.lisp ./contrib/sb-cltl2/compiler-let.lisp ./contrib/sb-cltl2/defpackage.lisp ./contrib/sb-cltl2/env.lisp ./contrib/sb-cltl2/macroexpand.lisp ./contrib/sb-cltl2/tests.lisp ./contrib/sb-executable/sb-executable.lisp ./contrib/sb-grovel/def-to-lisp.lisp ./contrib/sb-grovel/defpackage.lisp ./contrib/sb-grovel/example-constants.lisp ./contrib/sb-grovel/foreign-glue.lisp ./contrib/sb-introspect/sb-introspect.lisp ./contrib/sb-introspect/test-driver.lisp ./contrib/sb-introspect/test.lisp ./contrib/sb-md5/md5-tests.lisp ./contrib/sb-md5/md5.lisp ./contrib/sb-posix/constants.lisp ./contrib/sb-posix/defpackage.lisp ./contrib/sb-posix/designator.lisp ./contrib/sb-posix/interface.lisp ./contrib/sb-posix/macros.lisp ./contrib/sb-posix/posix-tests.lisp ./contrib/sb-rotate-byte/compiler.lisp ./contrib/sb-rotate-byte/package.lisp ./contrib/sb-rotate-byte/ppc-vm.lisp ./contrib/sb-rotate-byte/rotate-byte-tests.lisp ./contrib/sb-rotate-byte/rotate-byte.lisp ./contrib/sb-rotate-byte/x86-vm.lisp ./contrib/sb-rt/rt.lisp ./contrib/sb-simple-streams/classes.lisp ./contrib/sb-simple-streams/direct.lisp ./contrib/sb-simple-streams/file.lisp ./contrib/sb-simple-streams/fndb.lisp ./contrib/sb-simple-streams/impl.lisp ./contrib/sb-simple-streams/internal.lisp ./contrib/sb-simple-streams/iodefs.lisp ./contrib/sb-simple-streams/null.lisp ./contrib/sb-simple-streams/package.lisp ./contrib/sb-simple-streams/simple-stream-tests.lisp ./contrib/sb-simple-streams/socket.lisp ./contrib/sb-simple-streams/strategy.lisp ./contrib/sb-simple-streams/string.lisp ./contrib/sb-simple-streams/terminal.lisp ./contrib/sb-sprof/sb-sprof.lisp ./doc/manual/create-contrib-doc-list.lisp ./doc/manual/docstrings.lisp ./src/assembly/alpha/alloc.lisp ./src/assembly/alpha/arith.lisp ./src/assembly/alpha/array.lisp ./src/assembly/alpha/assem-rtns.lisp ./src/assembly/alpha/support.lisp ./src/assembly/assemfile.lisp ./src/assembly/hppa/alloc.lisp ./src/assembly/hppa/arith.lisp ./src/assembly/hppa/array.lisp ./src/assembly/hppa/assem-rtns.lisp ./src/assembly/hppa/support.lisp ./src/assembly/mips/alloc.lisp ./src/assembly/mips/arith.lisp ./src/assembly/mips/array.lisp ./src/assembly/mips/assem-rtns.lisp ./src/assembly/mips/support.lisp ./src/assembly/ppc/alloc.lisp ./src/assembly/ppc/arith.lisp ./src/assembly/ppc/array.lisp ./src/assembly/ppc/assem-rtns.lisp ./src/assembly/ppc/support.lisp ./src/assembly/sparc/alloc.lisp ./src/assembly/sparc/arith.lisp ./src/assembly/sparc/array.lisp ./src/assembly/sparc/assem-rtns.lisp ./src/assembly/sparc/support.lisp ./src/assembly/x86/alloc.lisp ./src/assembly/x86/arith.lisp ./src/assembly/x86/array.lisp ./src/assembly/x86/assem-rtns.lisp ./src/assembly/x86/bit-bash.lisp ./src/assembly/x86/support.lisp ./src/assembly/x86-64/alloc.lisp ./src/assembly/x86-64/arith.lisp ./src/assembly/x86-64/array.lisp ./src/assembly/x86-64/assem-rtns.lisp ./src/assembly/x86-64/bit-bash.lisp ./src/assembly/x86-64/support.lisp ./src/code/alien-type.lisp ./src/code/alloc.lisp ./src/code/alpha-vm.lisp ./src/code/ansi-stream.lisp ./src/code/array.lisp ./src/code/backq.lisp ./src/code/bignum.lisp ./src/code/bit-bash.lisp ./src/code/bsd-os.lisp ./src/code/char.lisp ./src/code/cl-specials.lisp ./src/code/class-init.lisp ./src/code/class.lisp ./src/code/coerce.lisp ./src/code/cold-error.lisp ./src/code/cold-init-helper-macros.lisp ./src/code/cold-init.lisp ./src/code/condition.lisp ./src/code/cross-boole.lisp ./src/code/cross-byte.lisp ./src/code/cross-char.lisp ./src/code/cross-condition.lisp ./src/code/cross-float.lisp ./src/code/cross-io.lisp ./src/code/cross-make-load-form.lisp ./src/code/cross-misc.lisp ./src/code/cross-modular.lisp ./src/code/cross-sap.lisp ./src/code/cross-thread.lisp ./src/code/cross-type.lisp ./src/code/debug-info.lisp ./src/code/debug-int.lisp ./src/code/debug-var-io.lisp ./src/code/debug.lisp ./src/code/defbangconstant.lisp ./src/code/defbangmacro.lisp ./src/code/defbangstruct.lisp ./src/code/defbangtype.lisp ./src/code/defboot.lisp ./src/code/defmacro.lisp ./src/code/defpackage.lisp ./src/code/defsetfs.lisp ./src/code/defstruct.lisp ./src/code/deftypes-for-target.lisp ./src/code/describe-policy.lisp ./src/code/describe.lisp ./src/code/destructuring-bind.lisp ./src/code/dyncount.lisp ./src/code/early-alieneval.lisp ./src/code/early-array.lisp ./src/code/early-cl.lisp ./src/code/early-defbangmethod.lisp ./src/code/early-defstructs.lisp ./src/code/early-extensions.lisp ./src/code/early-fasl.lisp ./src/code/early-float.lisp ./src/code/early-format.lisp ./src/code/early-impl.lisp ./src/code/early-package.lisp ./src/code/early-pcounter.lisp ./src/code/early-pprint.lisp ./src/code/early-print.lisp ./src/code/early-setf.lisp ./src/code/early-type.lisp ./src/code/error-error.lisp ./src/code/error.lisp ./src/code/eval.lisp ./src/code/exhaust.lisp ./src/code/fd-stream.lisp ./src/code/fdefinition.lisp ./src/code/filesys.lisp ./src/code/final.lisp ./src/code/float-trap.lisp ./src/code/float.lisp ./src/code/fop.lisp ./src/code/force-delayed-defbangconstants.lisp ./src/code/force-delayed-defbangmacros.lisp ./src/code/force-delayed-defbangmethods.lisp ./src/code/force-delayed-defbangstructs.lisp ./src/code/foreign-load.lisp ./src/code/foreign.lisp ./src/code/format-time.lisp ./src/code/function-names.lisp ./src/code/funutils.lisp ./src/code/gc.lisp ./src/code/globals.lisp ./src/code/hash-table.lisp ./src/code/host-alieneval.lisp ./src/code/host-c-call.lisp ./src/code/host-pprint.lisp ./src/code/hppa-vm.lisp ./src/code/inspect.lisp ./src/code/interr.lisp ./src/code/irrat.lisp ./src/code/kernel.lisp ./src/code/late-condition.lisp ./src/code/late-defbangmethod.lisp ./src/code/late-extensions.lisp ./src/code/late-format.lisp ./src/code/late-setf.lisp ./src/code/late-type.lisp ./src/code/linkage-table.lisp ./src/code/linux-os.lisp ./src/code/list.lisp ./src/code/load.lisp ./src/code/loop.lisp ./src/code/macroexpand.lisp ./src/code/macros.lisp ./src/code/mips-vm.lisp ./src/code/mipsstrops.lisp ./src/code/misc-aliens.lisp ./src/code/misc.lisp ./src/code/module.lisp ./src/code/ntrace.lisp ./src/code/numbers.lisp ./src/code/octets.lisp ./src/code/osf1-os.lisp ./src/code/package.lisp ./src/code/parse-body.lisp ./src/code/parse-defmacro-errors.lisp ./src/code/parse-defmacro.lisp ./src/code/pathname.lisp ./src/code/pcounter.lisp ./src/code/pp-backq.lisp ./src/code/ppc-vm.lisp ./src/code/pprint.lisp ./src/code/pred.lisp ./src/code/primordial-extensions.lisp ./src/code/primordial-type.lisp ./src/code/print.lisp ./src/code/profile.lisp ./src/code/purify.lisp ./src/code/query.lisp ./src/code/random.lisp ./src/code/reader.lisp ./src/code/readtable.lisp ./src/code/room.lisp ./src/code/run-program.lisp ./src/code/save.lisp ./src/code/sc-offset.lisp ./src/code/seq.lisp ./src/code/serve-event.lisp ./src/code/setf-funs.lisp ./src/code/sharpm.lisp ./src/code/show.lisp ./src/code/signal.lisp ./src/code/sort.lisp ./src/code/sparc-vm.lisp ./src/code/specializable-array.lisp ./src/code/step.lisp ./src/code/stream.lisp ./src/code/string.lisp ./src/code/stubs.lisp ./src/code/sunos-os.lisp ./src/code/sxhash.lisp ./src/code/symbol.lisp ./src/code/sysmacs.lisp ./src/code/target-alieneval.lisp ./src/code/target-allocate.lisp ./src/code/target-c-call.lisp ./src/code/target-char.lisp ./src/code/target-defbangmethod.lisp ./src/code/target-defstruct.lisp ./src/code/target-error.lisp ./src/code/target-extensions.lisp ./src/code/target-format.lisp ./src/code/target-hash-table.lisp ./src/code/target-load.lisp ./src/code/target-misc.lisp ./src/code/target-package.lisp ./src/code/target-pathname.lisp ./src/code/target-random.lisp ./src/code/target-sap.lisp ./src/code/target-signal.lisp ./src/code/target-stream.lisp ./src/code/target-sxhash.lisp ./src/code/target-thread.lisp ./src/code/target-type.lisp ./src/code/external-formats/enc-cyr.lisp ./src/code/external-formats/eucjp.lisp ./src/code/external-formats/enc-dos.lisp ./src/code/external-formats/enc-iso.lisp ./src/code/external-formats/enc-win.lisp ./src/code/thread.lisp ./src/code/time.lisp ./src/code/toplevel.lisp ./src/code/type-class.lisp ./src/code/type-init.lisp ./src/code/typecheckfuns.lisp ./src/code/typedefs.lisp ./src/code/typep.lisp ./src/code/uncross.lisp ./src/code/unix.lisp ./src/code/unportable-float.lisp ./src/code/weak.lisp ./src/code/x86-64-vm.lisp ./src/code/x86-vm.lisp ./src/code/timer.lisp ./src/code/early-thread.lisp ./src/cold/ansify.lisp ./src/cold/chill.lisp ./src/cold/compile-cold-sbcl.lisp ./src/cold/defun-load-or-cload-xcompiler.lisp ./src/cold/read-from-file.lisp ./src/cold/rename-package-carefully.lisp ./src/cold/set-up-cold-packages.lisp ./src/cold/shared.lisp ./src/cold/shebang.lisp ./src/cold/slam.lisp ./src/cold/snapshot.lisp ./src/cold/warm.lisp ./src/cold/with-stuff.lisp ./src/compiler/alpha/alloc.lisp ./src/compiler/alpha/arith.lisp ./src/compiler/alpha/array.lisp ./src/compiler/alpha/backend-parms.lisp ./src/compiler/alpha/c-call.lisp ./src/compiler/alpha/call.lisp ./src/compiler/alpha/cell.lisp ./src/compiler/alpha/char.lisp ./src/compiler/alpha/debug.lisp ./src/compiler/alpha/float.lisp ./src/compiler/alpha/insts.lisp ./src/compiler/alpha/macros.lisp ./src/compiler/alpha/memory.lisp ./src/compiler/alpha/move.lisp ./src/compiler/alpha/nlx.lisp ./src/compiler/alpha/parms.lisp ./src/compiler/alpha/pred.lisp ./src/compiler/alpha/sanctify.lisp ./src/compiler/alpha/sap.lisp ./src/compiler/alpha/show.lisp ./src/compiler/alpha/static-fn.lisp ./src/compiler/alpha/subprim.lisp ./src/compiler/alpha/system.lisp ./src/compiler/alpha/target-insts.lisp ./src/compiler/alpha/type-vops.lisp ./src/compiler/alpha/values.lisp ./src/compiler/alpha/vm.lisp ./src/compiler/aliencomp.lisp ./src/compiler/array-tran.lisp ./src/compiler/assem.lisp ./src/compiler/backend.lisp ./src/compiler/bit-util.lisp ./src/compiler/checkgen.lisp ./src/compiler/codegen.lisp ./src/compiler/compiler-deftype.lisp ./src/compiler/compiler-error.lisp ./src/compiler/constraint.lisp ./src/compiler/control.lisp ./src/compiler/copyprop.lisp ./src/compiler/ctype.lisp ./src/compiler/debug-dump.lisp ./src/compiler/debug.lisp ./src/compiler/defconstant.lisp ./src/compiler/deftype.lisp ./src/compiler/dfo.lisp ./src/compiler/disassem.lisp ./src/compiler/dump.lisp ./src/compiler/dyncount.lisp ./src/compiler/early-aliencomp.lisp ./src/compiler/early-assem.lisp ./src/compiler/early-backend.lisp ./src/compiler/early-c.lisp ./src/compiler/entry.lisp ./src/compiler/fixup-type.lisp ./src/compiler/fixup.lisp ./src/compiler/float-tran.lisp ./src/compiler/fndb.lisp ./src/compiler/fun-info-funs.lisp ./src/compiler/globaldb.lisp ./src/compiler/gtn.lisp ./src/compiler/info-functions.lisp ./src/compiler/ir1-step.lisp ./src/compiler/ir1-translators.lisp ./src/compiler/ir1final.lisp ./src/compiler/ir1opt.lisp ./src/compiler/ir1report.lisp ./src/compiler/ir1tran-lambda.lisp ./src/compiler/ir1tran.lisp ./src/compiler/ir1util.lisp ./src/compiler/ir2tran.lisp ./src/compiler/knownfun.lisp ./src/compiler/late-macros.lisp ./src/compiler/late-proclaim.lisp ./src/compiler/late-vmdef.lisp ./src/compiler/lexenv.lisp ./src/compiler/life.lisp ./src/compiler/locall.lisp ./src/compiler/loop.lisp ./src/compiler/ltn.lisp ./src/compiler/ltv.lisp ./src/compiler/macros.lisp ./src/compiler/main.lisp ./src/compiler/meta-vmdef.lisp ./src/compiler/node.lisp ./src/compiler/pack.lisp ./src/compiler/parse-lambda-list.lisp ./src/compiler/physenvanal.lisp ./src/compiler/policies.lisp ./src/compiler/policy.lisp ./src/compiler/proclaim.lisp ./src/compiler/pseudo-vops.lisp ./src/compiler/represent.lisp ./src/compiler/saptran.lisp ./src/compiler/seqtran.lisp ./src/compiler/srctran.lisp ./src/compiler/sset.lisp ./src/compiler/stack.lisp ./src/compiler/target-disassem.lisp ./src/compiler/target-dump.lisp ./src/compiler/target-main.lisp ./src/compiler/tn.lisp ./src/compiler/trace-table.lisp ./src/compiler/typetran.lisp ./src/compiler/vmdef.lisp ./src/compiler/vop.lisp ./src/compiler/generic/array.lisp ./src/compiler/generic/core.lisp ./src/compiler/generic/early-objdef.lisp ./src/compiler/generic/early-type-vops.lisp ./src/compiler/generic/early-vm.lisp ./src/compiler/generic/genesis.lisp ./src/compiler/generic/interr.lisp ./src/compiler/generic/late-nlx.lisp ./src/compiler/generic/late-type-vops.lisp ./src/compiler/generic/objdef.lisp ./src/compiler/generic/primtype.lisp ./src/compiler/generic/target-core.lisp ./src/compiler/generic/utils.lisp ./src/compiler/generic/vm-array.lisp ./src/compiler/generic/vm-fndb.lisp ./src/compiler/generic/vm-ir2tran.lisp ./src/compiler/generic/vm-macs.lisp ./src/compiler/generic/vm-tran.lisp ./src/compiler/generic/vm-type.lisp ./src/compiler/generic/vm-typetran.lisp ./src/compiler/hppa/alloc.lisp ./src/compiler/hppa/arith.lisp ./src/compiler/hppa/array.lisp ./src/compiler/hppa/backend-parms.lisp ./src/compiler/hppa/c-call.lisp ./src/compiler/hppa/call.lisp ./src/compiler/hppa/cell.lisp ./src/compiler/hppa/char.lisp ./src/compiler/hppa/debug.lisp ./src/compiler/hppa/float.lisp ./src/compiler/hppa/insts.lisp ./src/compiler/hppa/macros.lisp ./src/compiler/hppa/memory.lisp ./src/compiler/hppa/move.lisp ./src/compiler/hppa/nlx.lisp ./src/compiler/hppa/parms.lisp ./src/compiler/hppa/pred.lisp ./src/compiler/hppa/sanctify.lisp ./src/compiler/hppa/sap.lisp ./src/compiler/hppa/show.lisp ./src/compiler/hppa/static-fn.lisp ./src/compiler/hppa/subprim.lisp ./src/compiler/hppa/system.lisp ./src/compiler/hppa/target-insts.lisp ./src/compiler/hppa/type-vops.lisp ./src/compiler/hppa/values.lisp ./src/compiler/hppa/vm.lisp ./src/compiler/mips/alloc.lisp ./src/compiler/mips/arith.lisp ./src/compiler/mips/array.lisp ./src/compiler/mips/backend-parms.lisp ./src/compiler/mips/c-call.lisp ./src/compiler/mips/call.lisp ./src/compiler/mips/cell.lisp ./src/compiler/mips/char.lisp ./src/compiler/mips/debug.lisp ./src/compiler/mips/float.lisp ./src/compiler/mips/insts.lisp ./src/compiler/mips/macros.lisp ./src/compiler/mips/memory.lisp ./src/compiler/mips/move.lisp ./src/compiler/mips/nlx.lisp ./src/compiler/mips/parms.lisp ./src/compiler/mips/pred.lisp ./src/compiler/mips/sanctify.lisp ./src/compiler/mips/sap.lisp ./src/compiler/mips/show.lisp ./src/compiler/mips/static-fn.lisp ./src/compiler/mips/subprim.lisp ./src/compiler/mips/system.lisp ./src/compiler/mips/target-insts.lisp ./src/compiler/mips/type-vops.lisp ./src/compiler/mips/values.lisp ./src/compiler/mips/vm.lisp ./src/compiler/ppc/alloc.lisp ./src/compiler/ppc/arith.lisp ./src/compiler/ppc/array.lisp ./src/compiler/ppc/backend-parms.lisp ./src/compiler/ppc/c-call.lisp ./src/compiler/ppc/call.lisp ./src/compiler/ppc/cell.lisp ./src/compiler/ppc/char.lisp ./src/compiler/ppc/debug.lisp ./src/compiler/ppc/float.lisp ./src/compiler/ppc/insts.lisp ./src/compiler/ppc/macros.lisp ./src/compiler/ppc/memory.lisp ./src/compiler/ppc/move.lisp ./src/compiler/ppc/nlx.lisp ./src/compiler/ppc/parms.lisp ./src/compiler/ppc/pred.lisp ./src/compiler/ppc/sanctify.lisp ./src/compiler/ppc/sap.lisp ./src/compiler/ppc/show.lisp ./src/compiler/ppc/static-fn.lisp ./src/compiler/ppc/subprim.lisp ./src/compiler/ppc/system.lisp ./src/compiler/ppc/target-insts.lisp ./src/compiler/ppc/type-vops.lisp ./src/compiler/ppc/values.lisp ./src/compiler/ppc/vm.lisp ./src/compiler/sparc/alloc.lisp ./src/compiler/sparc/arith.lisp ./src/compiler/sparc/array.lisp ./src/compiler/sparc/backend-parms.lisp ./src/compiler/sparc/c-call.lisp ./src/compiler/sparc/call.lisp ./src/compiler/sparc/cell.lisp ./src/compiler/sparc/char.lisp ./src/compiler/sparc/debug.lisp ./src/compiler/sparc/float.lisp ./src/compiler/sparc/insts.lisp ./src/compiler/sparc/macros.lisp ./src/compiler/sparc/memory.lisp ./src/compiler/sparc/move.lisp ./src/compiler/sparc/nlx.lisp ./src/compiler/sparc/parms.lisp ./src/compiler/sparc/pred.lisp ./src/compiler/sparc/sanctify.lisp ./src/compiler/sparc/sap.lisp ./src/compiler/sparc/show.lisp ./src/compiler/sparc/static-fn.lisp ./src/compiler/sparc/subprim.lisp ./src/compiler/sparc/system.lisp ./src/compiler/sparc/target-insts.lisp ./src/compiler/sparc/type-vops.lisp ./src/compiler/sparc/values.lisp ./src/compiler/sparc/vm.lisp ./src/compiler/x86/alloc.lisp ./src/compiler/x86/arith.lisp ./src/compiler/x86/array.lisp ./src/compiler/x86/backend-parms.lisp ./src/compiler/x86/c-call.lisp ./src/compiler/x86/call.lisp ./src/compiler/x86/cell.lisp ./src/compiler/x86/char.lisp ./src/compiler/x86/debug.lisp ./src/compiler/x86/float.lisp ./src/compiler/x86/insts.lisp ./src/compiler/x86/macros.lisp ./src/compiler/x86/memory.lisp ./src/compiler/x86/move.lisp ./src/compiler/x86/nlx.lisp ./src/compiler/x86/parms.lisp ./src/compiler/x86/pred.lisp ./src/compiler/x86/sanctify.lisp ./src/compiler/x86/sap.lisp ./src/compiler/x86/show.lisp ./src/compiler/x86/static-fn.lisp ./src/compiler/x86/subprim.lisp ./src/compiler/x86/system.lisp ./src/compiler/x86/target-insts.lisp ./src/compiler/x86/type-vops.lisp ./src/compiler/x86/values.lisp ./src/compiler/x86/vm.lisp ./src/compiler/x86-64/alloc.lisp ./src/compiler/x86-64/arith.lisp ./src/compiler/x86-64/array.lisp ./src/compiler/x86-64/backend-parms.lisp ./src/compiler/x86-64/c-call.lisp ./src/compiler/x86-64/call.lisp ./src/compiler/x86-64/cell.lisp ./src/compiler/x86-64/char.lisp ./src/compiler/x86-64/debug.lisp ./src/compiler/x86-64/float.lisp ./src/compiler/x86-64/insts.lisp ./src/compiler/x86-64/macros.lisp ./src/compiler/x86-64/memory.lisp ./src/compiler/x86-64/move.lisp ./src/compiler/x86-64/nlx.lisp ./src/compiler/x86-64/parms.lisp ./src/compiler/x86-64/pred.lisp ./src/compiler/x86-64/sanctify.lisp ./src/compiler/x86-64/sap.lisp ./src/compiler/x86-64/show.lisp ./src/compiler/x86-64/static-fn.lisp ./src/compiler/x86-64/subprim.lisp ./src/compiler/x86-64/system.lisp ./src/compiler/x86-64/target-insts.lisp ./src/compiler/x86-64/type-vops.lisp ./src/compiler/x86-64/values.lisp ./src/compiler/x86-64/vm.lisp ./src/pcl/boot.lisp ./src/pcl/braid.lisp ./src/pcl/cache.lisp ./src/pcl/combin.lisp ./src/pcl/compiler-support.lisp ./src/pcl/cpl.lisp ./src/pcl/ctor.lisp ./src/pcl/ctypes.lisp ./src/pcl/defclass.lisp ./src/pcl/defcombin.lisp ./src/pcl/defs.lisp ./src/pcl/describe.lisp ./src/pcl/dfun.lisp ./src/pcl/dlisp.lisp ./src/pcl/dlisp2.lisp ./src/pcl/dlisp3.lisp ./src/pcl/documentation.lisp ./src/pcl/early-low.lisp ./src/pcl/env.lisp ./src/pcl/fixup.lisp ./src/pcl/fngen.lisp ./src/pcl/fsc.lisp ./src/pcl/generic-functions.lisp ./src/pcl/gray-streams-class.lisp ./src/pcl/gray-streams.lisp ./src/pcl/init.lisp ./src/pcl/low.lisp ./src/pcl/macros.lisp ./src/pcl/methods.lisp ./src/pcl/precom1.lisp ./src/pcl/precom2.lisp ./src/pcl/print-object.lisp ./src/pcl/slot-name.lisp ./src/pcl/slots-boot.lisp ./src/pcl/slots.lisp ./src/pcl/std-class.lisp ./src/pcl/time.lisp ./src/pcl/vector.lisp ./src/pcl/walk.lisp ./tests/alien.impure.lisp ./tests/arith.impure.lisp ./tests/arith.pure.lisp ./tests/array.pure.lisp ./tests/assertoid.lisp ./tests/backq.impure.lisp ./tests/bit-vector.impure-cload.lisp ./tests/bug-doug-mcnaught-20030914.lisp ./tests/bug204-test.lisp ./tests/character.pure.lisp ./tests/clocc-ansi-test-known-bugs.lisp ./tests/clos-ignore.interactive.lisp ./tests/clos.impure-cload.lisp ./tests/clos.impure.lisp ./tests/clos.pure.lisp ./tests/compiler-1.impure-cload.lisp ./tests/compiler-output-test.lisp ./tests/compiler.impure-cload.lisp ./tests/compiler.impure.lisp ./tests/compiler.pure-cload.lisp ./tests/compiler.pure.lisp ./tests/compound-cons.impure.lisp ./tests/condition.impure.lisp ./tests/condition.pure.lisp ./tests/debug.impure.lisp ./tests/define-compiler-macro.impure.lisp ./tests/defmacro-test.lisp ./tests/defstruct.impure.lisp ./tests/deftype.impure.lisp ./tests/dump.impure-cload.lisp ./tests/dynamic-extent.impure.lisp ./tests/eval.impure.lisp ./tests/exhaust.impure.lisp ./tests/external-format.impure.lisp ./tests/filesys.pure.lisp ./tests/float.impure.lisp ./tests/float.pure.lisp ./tests/gcd.pure.lisp ./tests/gray-streams.impure.lisp ./tests/hash.impure.lisp ./tests/info.before-xc.lisp ./tests/info.impure.lisp ./tests/interface.impure.lisp ./tests/interface.pure.lisp ./tests/lambda-list.pure.lisp ./tests/list.pure.lisp ./tests/load.impure.lisp ./tests/load.pure.lisp ./tests/loop.impure.lisp ./tests/loop.pure.lisp ./tests/map-tests.impure.lisp ./tests/mop-1.impure-cload.lisp ./tests/mop-2.impure-cload.lisp ./tests/mop.impure-cload.lisp ./tests/mop.impure.lisp ./tests/octets.pure.lisp ./tests/package-ctor-bug.lisp ./tests/package-locks.impure.lisp ./tests/packages.impure.lisp ./tests/pathnames.impure.lisp ./tests/pprint.impure.lisp ./tests/print.impure.lisp ./tests/properties.impure.lisp ./tests/pure.lisp ./tests/reader.impure.lisp ./tests/reader.pure.lisp ./tests/seq.impure.lisp ./tests/seq.pure.lisp ./tests/setf.impure.lisp ./tests/smoke.impure.lisp ./tests/static-alloc.impure.lisp ./tests/stream.impure-cload.lisp ./tests/stream.impure.lisp ./tests/stream.pure.lisp ./tests/stress-gc.lisp ./tests/string.pure.lisp ./tests/symbol-macrolet-test.lisp ./tests/threads.impure.lisp ./tests/time.pure.lisp ./tests/type.after-xc.lisp ./tests/type.before-xc.lisp ./tests/type.impure.lisp ./tests/type.pure.lisp ./tests/undefined-classoid-bug-1.lisp ./tests/undefined-classoid-bug-2.lisp ./tests/vector.pure.lisp ./tests/vm.before-xc.lisp ./tests/walk.impure.lisp ./tests/callback.impure.lisp ./tests/eucjp.impure.lisp ./tests/bivalent-stream.impure.lisp ./tests/mop-3.impure-cload.lisp ./tests/mop-4.impure-cload.lisp ./tests/mop-5.impure-cload.lisp ./tests/gc.impure.lisp ./tests/hash.pure.lisp ./tests/run-tests.lisp ./tests/test-util.lisp ./tests/mop.pure.lisp ./tests/timer.impure.lisp ./tests/mop-6.impure-cload.lisp ./tests/macroexpand.impure.lisp ./tools-for-build/ldso-stubs.lisp ./tools-for-build/ucd.lisp ./debian/install-clc.lisp ./debian/fasl-version.lisp ./base-target-features.lisp-expr ./build-order.lisp-expr ./common-lisp-exports.lisp-expr ./package-data-list.lisp-expr ./version.lisp-expr ./src/code/early-defstruct-args.lisp-expr ./tests/eucjp-test.lisp-expr ./local-target-features.lisp-expr ./contrib/sb-bsd-sockets/alien/get-h-errno.c ./contrib/sb-bsd-sockets/alien/undefs.c ./contrib/sb-posix/alien/stat-macros.c ./contrib/sb-posix/alien/waitpid-macros.c ./src/runtime/alloc.c ./src/runtime/alpha-arch.c ./src/runtime/alpha-linux-os.c ./src/runtime/alpha-osf1-os.c ./src/runtime/backtrace.c ./src/runtime/breakpoint.c ./src/runtime/bsd-os.c ./src/runtime/cheneygc.c ./src/runtime/coreparse.c ./src/runtime/dynbind.c ./src/runtime/gc-common.c ./src/runtime/gencgc.c ./src/runtime/globals.c ./src/runtime/hppa-arch.c ./src/runtime/hppa-linux-os.c ./src/runtime/interr.c ./src/runtime/interrupt.c ./src/runtime/linux-os.c ./src/runtime/mips-arch.c ./src/runtime/mips-linux-os.c ./src/runtime/monitor.c ./src/runtime/os-common.c ./src/runtime/osf1-os.c ./src/runtime/parse.c ./src/runtime/ppc-arch.c ./src/runtime/ppc-darwin-dlshim.c ./src/runtime/ppc-darwin-fix-rospace.c ./src/runtime/ppc-darwin-langinfo.c ./src/runtime/ppc-darwin-mkrospace.c ./src/runtime/ppc-darwin-os.c ./src/runtime/ppc-linux-os.c ./src/runtime/print.c ./src/runtime/purify.c ./src/runtime/regnames.c ./src/runtime/run-program.c ./src/runtime/runtime.c ./src/runtime/save.c ./src/runtime/search.c ./src/runtime/sparc-arch.c ./src/runtime/sparc-linux-os.c ./src/runtime/sparc-sunos-os.c ./src/runtime/sunos-os.c ./src/runtime/thread.c ./src/runtime/time.c ./src/runtime/trymap.c ./src/runtime/undefineds.c ./src/runtime/util.c ./src/runtime/validate.c ./src/runtime/vars.c ./src/runtime/wrap.c ./src/runtime/x86-64-arch.c ./src/runtime/x86-64-linux-os.c ./src/runtime/x86-arch.c ./src/runtime/x86-bsd-os.c ./src/runtime/x86-linux-os.c ./src/runtime/x86-sunos-os.c ./tools-for-build/determine-endianness.c ./tools-for-build/grovel-headers.c ./tools-for-build/os-provides-dladdr-test.c ./tools-for-build/os-provides-dlopen-test.c ./tools-for-build/where-is-mcontext.c ./tools-for-build/os-provides-putwc-test.c ./src/runtime/alloc.h ./src/runtime/alpha-arch.h ./src/runtime/alpha-linux-os.h ./src/runtime/alpha-lispregs.h ./src/runtime/alpha-osf1-os.h ./src/runtime/arch.h ./src/runtime/breakpoint.h ./src/runtime/bsd-os.h ./src/runtime/cheneygc-internal.h ./src/runtime/core.h ./src/runtime/dynbind.h ./src/runtime/fixnump.h ./src/runtime/gc-internal.h ./src/runtime/gc.h ./src/runtime/gencgc-alloc-region.h ./src/runtime/gencgc-internal.h ./src/runtime/globals.h ./src/runtime/hppa-arch.h ./src/runtime/hppa-linux-os.h ./src/runtime/hppa-lispregs.h ./src/runtime/interr.h ./src/runtime/interrupt.h ./src/runtime/linux-os.h ./src/runtime/lispregs.h ./src/runtime/mips-arch.h ./src/runtime/mips-linux-os.h ./src/runtime/mips-lispregs.h ./src/runtime/monitor.h ./src/runtime/os.h ./src/runtime/osf1-os.h ./src/runtime/parse.h ./src/runtime/ppc-arch.h ./src/runtime/ppc-darwin-dlshim.h ./src/runtime/ppc-darwin-langinfo.h ./src/runtime/ppc-darwin-os.h ./src/runtime/ppc-darwin-spacelist.h ./src/runtime/ppc-linux-os.h ./src/runtime/ppc-lispregs.h ./src/runtime/print.h ./src/runtime/purify.h ./src/runtime/runtime.h ./src/runtime/save.h ./src/runtime/search.h ./src/runtime/sparc-arch.h ./src/runtime/sparc-linux-os.h ./src/runtime/sparc-lispregs.h ./src/runtime/sparc-sunos-os.h ./src/runtime/sunos-os.h ./src/runtime/thread.h ./src/runtime/undefineds.h ./src/runtime/util.h ./src/runtime/validate.h ./src/runtime/vars.h ./src/runtime/x86-64-arch.h ./src/runtime/x86-64-linux-os.h ./src/runtime/x86-64-lispregs.h ./src/runtime/x86-arch.h ./src/runtime/x86-bsd-os.h ./src/runtime/x86-linux-os.h ./src/runtime/x86-lispregs.h ./src/runtime/x86-sunos-os.h ./src/runtime/target-arch.h ./src/runtime/target-lispregs.h ./src/runtime/target-arch-os.h ./src/runtime/target-os.h ./src/runtime/sparc-funcdef.h /$scratchfilename=/tmp/canonicalize-whitespace-1.10806.tmp //entering make-host-1.sh //building cross-compiler, and doing first genesis /usr/lib/clisp/base/lisp.run: operating system error during load of initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] errno = ENOENT: No such file or directory. make: *** [build-arch-stamp] Error 1 -- Blars Blarson blarson at blars.org http://www.blars.org/blars.html With Microsoft, failure is not an option. It is a standard feature. From stigge at antcom.de Thu Nov 10 20:29:17 2005 From: stigge at antcom.de (Roland Stigge) Date: Thu, 10 Nov 2005 21:29:17 +0100 (CET) Subject: [cl-debian] Bug#338529: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem Message-ID: <20051110202917.63D711001454C@atari.stigge.org> Package: clisp Version: 1:2.35-8 Severity: serious Hi, building the package mcvs 1.0.13-9 in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi fakeroot debian/rules binary dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi cd code; ./install.sh /usr /tmp/buildd/mcvs-1.0.13/debian/mcvs/ /usr/lib/clisp/base/lisp.run: operating system error during load of initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] errno = ENOENT: No such file or directory. clisp-link: No link kit found in linkkit linking set failed to build. make: *** [common-install-arch] Error 1 ========================================================================= $ ls -l /usr/lib/clisp/base/lispinit.mem lrwxrwxrwx 1 root root 20 2005-11-10 21:22 /usr/lib/clisp/base/lispinit.mem -> ../full/lispinit.mem $ ls -l /usr/lib/clisp/full/lispinit.mem ls: /usr/lib/clisp/full/lispinit.mem: No such file or directory Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ From kmr at debian.org Thu Nov 10 22:32:06 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Thu, 10 Nov 2005 14:32:06 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.0-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 10 Nov 2005 15:17:40 -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.4.0-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.4.0-1) unstable; urgency=low . * New upstream Files: 1d19f5a52848147ca4d009eabd931874 819 devel extra cl-sql_3.4.0-1.dsc f00df1349b22320e856c178acff017a8 702587 devel extra cl-sql_3.4.0.orig.tar.gz 38ca2f38b6eacfc10afdc28ddbf748e6 10967 devel extra cl-sql_3.4.0-1.diff.gz 30b14b2f6b9bfcbe4a4117d6d9cc2ab4 489558 devel extra cl-sql_3.4.0-1_all.deb 0a0c9e0ed03b07474c3aeea7c0e869d7 35458 devel extra cl-sql-aodbc_3.4.0-1_all.deb f841267cafe085a2f2ab02ab1b5da78c 61418 devel extra cl-sql-odbc_3.4.0-1_all.deb e0913d90de67959678f79bd9379faa19 40218 devel extra cl-sql-postgresql_3.4.0-1_all.deb 4572d2234c10b106800cf3e06c634dce 44360 devel extra cl-sql-postgresql-socket_3.4.0-1_all.deb 820d7361e8906c3e17b3ae46f284c18b 40060 devel extra cl-sql-sqlite_3.4.0-1_all.deb 5139e7d1079f342ed341c8336483e817 40854 devel extra cl-sql-sqlite3_3.4.0-1_all.deb dcead6e5ba89910e034914f21b7ea533 56462 contrib/devel extra cl-sql-oracle_3.4.0-1_all.deb 5dd3f8e3147a1d095f0932a5e759a785 58682 devel extra cl-sql-tests_3.4.0-1_all.deb 32b1280be7c47085b053088680f86f56 38808 devel extra cl-sql-uffi_3.4.0-1_i386.deb 6819e4ddf15d9f4162a21614c358d90e 49248 devel extra cl-sql-mysql_3.4.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDc8eUES7N8sSjgj4RAoKJAJ0YiUmi4r86GOT8XDieHDurVWNFzwCdEGSL E4Ivf5uO/RZAn/xLac3vpeQ= =Go6e -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.0-1_all.deb cl-sql-mysql_3.4.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.0-1_i386.deb cl-sql-odbc_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.0-1_all.deb cl-sql-oracle_3.4.0-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.0-1_all.deb cl-sql-postgresql-socket_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.0-1_all.deb cl-sql-postgresql_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.0-1_all.deb cl-sql-sqlite3_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.0-1_all.deb cl-sql-sqlite_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.0-1_all.deb cl-sql-tests_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.0-1_all.deb cl-sql-uffi_3.4.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.0-1_i386.deb cl-sql_3.4.0-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.0-1.diff.gz cl-sql_3.4.0-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.0-1.dsc cl-sql_3.4.0-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.0-1_all.deb cl-sql_3.4.0.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.0.orig.tar.gz From owner at bugs.debian.org Fri Nov 11 07:18:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 10 Nov 2005 23:18:09 -0800 Subject: [cl-debian] Bug#338271: marked as done (common-lisp-controller: typo in post-sysdef-install.lisp) In-Reply-To: References: Message-ID: Your message dated Thu, 10 Nov 2005 23:02:05 -0800 with message-id and subject line Bug#338271: fixed in common-lisp-controller 4.24 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; 9 Nov 2005 05:27:37 +0000 >From lynbech at defun.dk Tue Nov 08 21:27:37 2005 Return-path: Received: from pfepa.post.tele.dk [195.41.46.235] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EZiUj-00087t-00; Tue, 08 Nov 2005 21:27:37 -0800 Received: from localhost (cpe.atm2-0-1071145.0x3ef2610a.arcnxx16.customer.tele.dk [62.242.97.10]) by pfepa.post.tele.dk (Postfix) with ESMTP id 4906647FE34 for ; Wed, 9 Nov 2005 06:27:35 +0100 (CET) Received: from lynbech by localhost with local (Exim 4.54) id 1EZiUf-0005KO-EP for maintonly at bugs.debian.org; Wed, 09 Nov 2005 06:27:33 +0100 From: Christian Lynbech To: Debian Bug Tracking System Subject: common-lisp-controller: typo in post-sysdef-install.lisp X-Debbugs-CC: Christian Lynbech > BX-Debbugs-CC: christian at defun.dk Comments: Hyperbole mail buttons accepted, v04.18. Message-Id: Date: Wed, 09 Nov 2005 06:27:33 +0100 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=-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: common-lisp-controller Version: 4.23 Severity: minor The file post-sysdef-install.lisp contains the reader conditional #+allergo which looks suspicously as a typo. -- 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 common-lisp-controller depends on: ii bash 3.0-17 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.15.1 Miscellaneous utilities specific t ii perl 5.8.7-7 Larry Wall's Practical Extraction ii realpath 1.9.26 Return the canonicalized absolute common-lisp-controller recommends no packages. -- debconf information: * common-lisp-controller/short-site-name: clynbech at home * common-lisp-controller/long-site-name: Christian Lynbech at home --------------------------------------- Received: (at 338271-close) by bugs.debian.org; 11 Nov 2005 07:05:53 +0000 >From katie at ftp-master.debian.org Thu Nov 10 23:05:53 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EaSvF-0004y3-2v; Thu, 10 Nov 2005 23:02:05 -0800 From: Peter Van Eynde To: 338271-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#338271: fixed in common-lisp-controller 4.24 Message-Id: Sender: Archive Administrator Date: Thu, 10 Nov 2005 23:02:05 -0800 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.24 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.24.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.24.dsc common-lisp-controller_4.24.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.24.tar.gz common-lisp-controller_4.24_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.24_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 338271 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: Thu, 10 Nov 2005 10:09:10 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.24 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: 329347 338271 Changes: common-lisp-controller (4.24) unstable; urgency=low . * Push :common-lisp-controller and :clc-os-debian on *features* * Put the users' system files at the front of the locations to be searched list. * fixed typo in post-sysdef-install.lisp (Closes: #338271) * give better error messages when checking of permissions of the output directory (Closes: #329347) Files: 908f7b6f399b31a67a7e2b5765f5e020 588 devel optional common-lisp-controller_4.24.dsc 6579ae2a89b685ae242c679d8d15e37e 174079 devel optional common-lisp-controller_4.24.tar.gz 813782cf97a0108fc29a58f07dcf0b0c 25542 devel optional common-lisp-controller_4.24_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDc0gF11ldN0tyliURAi6mAJ9ABxE57JvVGiXm3Yet6G2O0ZKciQCbBjh8 z1bB1KjYazQwiZ91Z0ie+Vc= =xiPi -----END PGP SIGNATURE----- From owner at bugs.debian.org Fri Nov 11 07:18:08 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 10 Nov 2005 23:18:08 -0800 Subject: [cl-debian] Bug#329347: marked as done (common-lisp-controller: checking of permissions of the output directory) In-Reply-To: References: <871x3iepu8.fsf@flarge.here> Message-ID: Your message dated Thu, 10 Nov 2005 23:02:05 -0800 with message-id and subject line Bug#329347: fixed in common-lisp-controller 4.24 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 Sep 2005 09:24:42 +0000 >From frido at q-software-solutions.de Wed Sep 21 02:24:42 2005 Return-path: Received: from 213-239-199-47.clients.your-server.de (mail.q-software-solutions.de) [213.239.199.47] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EI0qH-0001wX-00; Wed, 21 Sep 2005 02:24:41 -0700 Received: from p54a37765.dip.t-dialin.net ([84.163.119.101] helo=flarge.here) by mail.q-software-solutions.de with asmtp (Exim 4.34) id 1EI0q7-00058Y-Ax for submit at bugs.debian.org; Wed, 21 Sep 2005 11:24:39 +0200 Received: from frido by flarge.here with local (Exim 4.50) id 1EI0pb-0003JZ-96 for submit at bugs.debian.org; Wed, 21 Sep 2005 11:23:59 +0200 To: submit at bugs.debian.org From: Friedrich Dominicus Organization: Q Software Solutions GmbH Date: Wed, 21 Sep 2005 11:23:59 +0200 Message-ID: <871x3iepu8.fsf at flarge.here> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux) MIME-Version: 1.0 X-SA-Exim-Connect-IP: 84.163.119.101 X-SA-Exim-Mail-From: frido at q-software-solutions.de Subject: common-lisp-controller: checking of permissions of the output directory Content-Type: text/plain; charset=us-ascii X-SA-Exim-Version: 4.1 (built Tue, 17 Aug 2004 11:06:07 +0200) X-SA-Exim-Scanned: Yes (on mail.q-software-solutions.de) 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-controller Version: 4.18 Severity: minor Well AFAIFK is the standard policy for adding new users to the system as follows. - the user is created - a groups is created also so if I do a adduser foobar a group foobar will generated to If that is true then the following check should probably be changed (file post-sysdef-install.lisp) (unless (= 0 (logand mode #o022)) should be (unless (= 0 (logand mode #o002)) or one has to check - if the user has it's own group whether the permissions are ok then. With best regards Friedrich -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages common-lisp-controller depends on: ii bash 3.0-14 The GNU Bourne Again SHell ii cl-asdf 1.86-2 Another System Definition Facility ii debconf [debconf-2.0] 1.4.48 Debian configuration management sy ii debianutils 2.13.2 Miscellaneous utilities specific t ii perl 5.8.7-4 Larry Wall's Practical Extraction ii realpath 1.9.20 Return the canonicalized absolute common-lisp-controller recommends no packages. -- debconf information: * common-lisp-controller/long-site-name: * common-lisp-controller/short-site-name: flarge --------------------------------------- Received: (at 329347-close) by bugs.debian.org; 11 Nov 2005 07:05:55 +0000 >From katie at ftp-master.debian.org Thu Nov 10 23:05:55 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EaSvF-0004xy-25; Thu, 10 Nov 2005 23:02:05 -0800 From: Peter Van Eynde To: 329347-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#329347: fixed in common-lisp-controller 4.24 Message-Id: Sender: Archive Administrator Date: Thu, 10 Nov 2005 23:02:05 -0800 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.24 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.24.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.24.dsc common-lisp-controller_4.24.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.24.tar.gz common-lisp-controller_4.24_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.24_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 329347 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: Thu, 10 Nov 2005 10:09:10 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.24 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: 329347 338271 Changes: common-lisp-controller (4.24) unstable; urgency=low . * Push :common-lisp-controller and :clc-os-debian on *features* * Put the users' system files at the front of the locations to be searched list. * fixed typo in post-sysdef-install.lisp (Closes: #338271) * give better error messages when checking of permissions of the output directory (Closes: #329347) Files: 908f7b6f399b31a67a7e2b5765f5e020 588 devel optional common-lisp-controller_4.24.dsc 6579ae2a89b685ae242c679d8d15e37e 174079 devel optional common-lisp-controller_4.24.tar.gz 813782cf97a0108fc29a58f07dcf0b0c 25542 devel optional common-lisp-controller_4.24_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDc0gF11ldN0tyliURAi6mAJ9ABxE57JvVGiXm3Yet6G2O0ZKciQCbBjh8 z1bB1KjYazQwiZ91Z0ie+Vc= =xiPi -----END PGP SIGNATURE----- From pvaneynd at debian.org Fri Nov 11 07:02:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 10 Nov 2005 23:02:05 -0800 Subject: [cl-debian] Accepted common-lisp-controller 4.24 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 10 Nov 2005 10:09:10 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.24 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: 329347 338271 Changes: common-lisp-controller (4.24) unstable; urgency=low . * Push :common-lisp-controller and :clc-os-debian on *features* * Put the users' system files at the front of the locations to be searched list. * fixed typo in post-sysdef-install.lisp (Closes: #338271) * give better error messages when checking of permissions of the output directory (Closes: #329347) Files: 908f7b6f399b31a67a7e2b5765f5e020 588 devel optional common-lisp-controller_4.24.dsc 6579ae2a89b685ae242c679d8d15e37e 174079 devel optional common-lisp-controller_4.24.tar.gz 813782cf97a0108fc29a58f07dcf0b0c 25542 devel optional common-lisp-controller_4.24_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDc0gF11ldN0tyliURAi6mAJ9ABxE57JvVGiXm3Yet6G2O0ZKciQCbBjh8 z1bB1KjYazQwiZ91Z0ie+Vc= =xiPi -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.24.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.24.dsc common-lisp-controller_4.24.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.24.tar.gz common-lisp-controller_4.24_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.24_all.deb From tianchunbinghe at gmail.com Fri Nov 11 15:01:19 2005 From: tianchunbinghe at gmail.com (Chun Tian (binghe)) Date: Fri, 11 Nov 2005 23:01:19 +0800 Subject: [cl-debian] Bug#338613: The clc-dumped image's name is wrong--a bug in gclcvs.sh Message-ID: <4374B23F.8010009@gmail.com> Package: gclcvs Version: 2.7.0-50.1 Severity: Normal For many days, when I've installed gclcvs, a directory named '>' will be in / or /root ... So I tracked this bug, then found a bug in /usr/lib/common-lisp/bin/gclcvs.sh (debian/in-gcl-clc.sh), because of this two line: image=$($gcl_bin -batch -eval '(princ (namestring (merge-pathnames (make-pathname :name saved_clc_gcl") (pathname si:*system-directory*))))'' will append to the $image and $gcl_clc. This makes the name of the image file which this script generate IS NOT correct, so that /usr/bin/gclcvs cannot load them. I don't know the function '-batch', but a simple solution: add a (quit) at the end of these 'eval', like that: (and I don't need a ' -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 11 Nov 2005 09:24:48 -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.4.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.4.1-1) unstable; urgency=low . * New upstream Files: 0f22b40e4d0bbbed693d9931cc9f7125 819 devel extra cl-sql_3.4.1-1.dsc 03ec656cb8d3d20516ded664ba9208da 702638 devel extra cl-sql_3.4.1.orig.tar.gz 0800709636f467f878a8789d4de3510e 10999 devel extra cl-sql_3.4.1-1.diff.gz 519f613d84234dbae4edb215f4728334 489660 devel extra cl-sql_3.4.1-1_all.deb b2ab814ece790bbeffdcfe0b48a6c567 35498 devel extra cl-sql-aodbc_3.4.1-1_all.deb 6d895c4ff028d53e71672b6157a38ce4 61448 devel extra cl-sql-odbc_3.4.1-1_all.deb e548aabaf7069acd51dfca36e870473b 40260 devel extra cl-sql-postgresql_3.4.1-1_all.deb bc89a1c4b53502562310a068b0e17d6c 44412 devel extra cl-sql-postgresql-socket_3.4.1-1_all.deb 65d2ba10c2ef56961887be5a83b7e874 40140 devel extra cl-sql-sqlite_3.4.1-1_all.deb 507e7d9d49d20dd55476a044a83b0902 40908 devel extra cl-sql-sqlite3_3.4.1-1_all.deb c6a8f4276246938504a36ffd4ba899a2 56508 contrib/devel extra cl-sql-oracle_3.4.1-1_all.deb d5b02684b60acbb3447368dcf18225b8 58734 devel extra cl-sql-tests_3.4.1-1_all.deb c7149658c68c9a068757d7e342d0d438 38856 devel extra cl-sql-uffi_3.4.1-1_i386.deb 007f16ece5e712bf8fddcad1fff1c097 49300 devel extra cl-sql-mysql_3.4.1-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDdMZwES7N8sSjgj4RAtEdAJ4y/wPOr/ufFbUXIDj1a+ttL1zLVQCfZCEp zVYLgMGA1gmzj7cV+GmuDkU= =cfqr -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.1-1_all.deb cl-sql-mysql_3.4.1-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.1-1_i386.deb cl-sql-odbc_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.1-1_all.deb cl-sql-oracle_3.4.1-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.1-1_all.deb cl-sql-postgresql-socket_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.1-1_all.deb cl-sql-postgresql_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.1-1_all.deb cl-sql-sqlite3_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.1-1_all.deb cl-sql-sqlite_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.1-1_all.deb cl-sql-tests_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.1-1_all.deb cl-sql-uffi_3.4.1-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.1-1_i386.deb cl-sql_3.4.1-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.1-1.diff.gz cl-sql_3.4.1-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.1-1.dsc cl-sql_3.4.1-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.1-1_all.deb cl-sql_3.4.1.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.1.orig.tar.gz From pvaneynd at debian.org Fri Nov 11 20:05:03 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 11 Nov 2005 21:05:03 +0100 Subject: [cl-debian] Re: Please add also arch mipsel to the SBCL package spec In-Reply-To: <20051011195543.GG21761@hattusa.textio> References: <20051011195543.GG21761@hattusa.textio> Message-ID: <200511112105.04631.pvaneynd@debian.org> Hello Thiemo, I'm rebuilding sbcl for all the exotic architectures by hand. So far it seems to be going fine, but I cannot find a 'recent' mipsel version, so On Tuesday 11 October 2005 21:55, Thiemo Seufer wrote: > on both mips and mipsel. I did an upload of 0.9.5.9 for mips some days To where? I cannot find this version in the debian pool. Do you still have it? 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 tianchunbinghe at gmail.com Sat Nov 12 17:12:18 2005 From: tianchunbinghe at gmail.com (Chun Tian (binghe)) Date: Sun, 13 Nov 2005 01:12:18 +0800 Subject: [cl-debian] Bug#335868: This bug should be closed. Message-ID: <43762272.7050707@gmail.com> As cl-ironclad has been upgrade to 0.10, I found that now I can compile it correctly, so this bug may be closed. Thanks -- GnuPG Key: 0xF7C63B10 From kmr at debian.org Sat Nov 12 18:02:08 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Sat, 12 Nov 2005 10:02:08 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.2-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 12 Nov 2005 10:44:37 -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.4.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.4.2-1) unstable; urgency=low . * New upstream Files: 9e2f2f720730b3363ae854c824e3980c 819 devel extra cl-sql_3.4.2-1.dsc fa50d560e5556a8db5081185f13c2a07 702786 devel extra cl-sql_3.4.2.orig.tar.gz a0e4982d02ab92f9140ab489ab220c97 11012 devel extra cl-sql_3.4.2-1.diff.gz da59cd3b9cbdc149b029e5ebf48004ce 489722 devel extra cl-sql_3.4.2-1_all.deb 6112a4febcc1b28bdd0195e5c1362d6f 35566 devel extra cl-sql-aodbc_3.4.2-1_all.deb ea89b677b642b4915b2f2c1d39a68c6c 61526 devel extra cl-sql-odbc_3.4.2-1_all.deb fc05d52bfe87708f58c2d432ed3af990 40346 devel extra cl-sql-postgresql_3.4.2-1_all.deb 9427df7807ebf2119c2f1833f95bad73 44482 devel extra cl-sql-postgresql-socket_3.4.2-1_all.deb 5a23219e7e96b2d42549ea8798d82585 40216 devel extra cl-sql-sqlite_3.4.2-1_all.deb 526e38a0b42a00514dbd76d85b6456ab 40976 devel extra cl-sql-sqlite3_3.4.2-1_all.deb 41d38135bd98ec70feae383d950518e6 56584 contrib/devel extra cl-sql-oracle_3.4.2-1_all.deb 65536b0bc43a92720c7a72a3ec68a790 58786 devel extra cl-sql-tests_3.4.2-1_all.deb 81c6e80a8b1d579816ae7d91aa00d5dd 38954 devel extra cl-sql-uffi_3.4.2-1_i386.deb 158bd1327d4fbd43e593600df1dcfbce 49372 devel extra cl-sql-mysql_3.4.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDdir+ES7N8sSjgj4RAlwcAJ9TDS04Do51bnlRNMn2pPSjd+IPrwCeM5WY ekxKL0wNKWBn8clXKQxn0Nk= =Hutr -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.2-1_all.deb cl-sql-mysql_3.4.2-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.2-1_i386.deb cl-sql-odbc_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.2-1_all.deb cl-sql-oracle_3.4.2-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.2-1_all.deb cl-sql-postgresql-socket_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.2-1_all.deb cl-sql-postgresql_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.2-1_all.deb cl-sql-sqlite3_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.2-1_all.deb cl-sql-sqlite_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.2-1_all.deb cl-sql-tests_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.2-1_all.deb cl-sql-uffi_3.4.2-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.2-1_i386.deb cl-sql_3.4.2-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.2-1.diff.gz cl-sql_3.4.2-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.2-1.dsc cl-sql_3.4.2-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.2-1_all.deb cl-sql_3.4.2.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.2.orig.tar.gz From owner at bugs.debian.org Sat Nov 12 18:18:21 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 12 Nov 2005 10:18:21 -0800 Subject: [cl-debian] Bug#335868: marked as done (Cannot compile and load) In-Reply-To: <1131818702.10269.9.camel@localhost.localdomain> References: <1131818702.10269.9.camel@localhost.localdomain> <435F7055.9010100@gmail.com> Message-ID: Your message dated Sat, 12 Nov 2005 19:05:01 +0100 with message-id <1131818702.10269.9.camel at localhost.localdomain> and subject line Bug closed 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; 26 Oct 2005 12:00:26 +0000 >From tianchunbinghe at gmail.com Wed Oct 26 05:00:25 2005 Return-path: Received: from zproxy.gmail.com [64.233.162.203] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EUjxB-0007h4-00; Wed, 26 Oct 2005 05:00:25 -0700 Received: by zproxy.gmail.com with SMTP id 16so290423nzp for ; Wed, 26 Oct 2005 05:00:25 -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:mime-version:to:subject:content-type:content-transfer-encoding; b=cxKJ2yEKei8qTJpk7xh4anVzsP1xHovoLIeoXEvS7UXiAjn6jx4yYFVlHPz93mKdJfAQEkKkULUx4i3iTOEvjzcBL/JKiscdNho0X9dbStfw8IKK/Jaa2s4JcfU+VD5dr7PxCWwzkkN8b18Qv7AjKZFCKpP1Gmomz03fKQBM2FQ= Received: by 10.36.109.15 with SMTP id h15mr956132nzc; Wed, 26 Oct 2005 05:00:25 -0700 (PDT) Received: from ?10.214.1.201? ( [218.108.31.122]) by mx.gmail.com with ESMTP id 10sm632442nzo.2005.10.26.05.00.20; Wed, 26 Oct 2005 05:00:24 -0700 (PDT) Message-ID: <435F7055.9010100 at gmail.com> Disposition-Notification-To: binghe Date: Wed, 26 Oct 2005 20:02:29 +0800 From: binghe Organization: Zhejiang University User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051025 SeaMonkey/1.1a MIME-Version: 1.0 To: submit at bugs.debian.org Subject: Cannot compile and load Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit 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 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: [cmucl] Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: NIL is not of type REAL [Condition of type TYPE-ERROR] Restarts: 0: [ABORT] Return to Top-Level. Debug (type H for help) (MAX 1 NIL)[:EXTERNAL] Source: ; File: target:code/numbers.lisp (DEFUN MAX (NUMBER &REST MORE-NUMBERS) "Returns the greatest of its arguments." (DECLARE (OPTIMIZE #) (REAL NUMBER) (DYNAMIC-EXTENT MORE-NUMBERS)) ...) 0] [sbcl] debugger invoked on a TYPE-ERROR in thread #: The value NIL is not of type REAL. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Exit debugger, returning to top level. (MAX NIL) 0] ;; Compiling file /usr/share/common-lisp/source/ironclad/sha256.lisp ... *** - SYSTEM::%RPLACD: NIL is not a pair The following restarts are available: USE-VALUE :R1 You may input a value to be used instead. RETRY :R2 Retry performing # on #. ACCEPT :R3 Continue, treating # on # as having been successful. ABORT :R4 ABORT Break 1 CRYPTO[2]> In both cmucl and sbcl, It seems that something about the function 'max', but I just find two line in 'ironclad.asd' which use the function 'max': (defmethod perform :around ((op compile-op) (c ironclad-source-file)) (let ((*readtable* *ironclad-readtable*) (*print-base* 10) ; INTERN'ing FORMAT'd symbols #+sbcl (sb-ext:*inline-expansion-limit* (max sb-ext:*inline-expansion-limit* 1000)) ~~~ here #+sbcl (*features* (cons sb-c:*backend-byte-order* *features*)) #+cmu (ext:*inline-expansion-limit* (max ext:*inline-expansion-limit* 1000)) ~~~ and here #+cmu (*features* (cons (c:backend-byte-order c:*target-backend*) *features*))) (call-next-method))) And clisp seems so buggy, most of cl-* packages in Debian cannot load correctly... I can't point out what's the problem, but this package is so useful, I hope you can fix it... Thank you very much. -- (setq reply-to (concatenate 'string "Binghe " "")) --------------------------------------- Received: (at 335868-done) by bugs.debian.org; 12 Nov 2005 18:04:59 +0000 >From alceste at muvara.org Sat Nov 12 10:04:59 2005 Return-path: Received: from [80.241.175.250] (helo=vs5189.areaserver.it) by spohr.debian.org with esmtp (Exim 4.50) id 1EazkI-0007hw-O1 for 335868-done at bugs.debian.org; Sat, 12 Nov 2005 10:04:59 -0800 Received: from nanneddu (vs5189.areaserver.it [80.241.175.189]) by vs5189.areaserver.it (8.12.10/8.12.10) with ESMTP id jACI4u7I023339 for <335868-done at bugs.debian.org>; Sat, 12 Nov 2005 19:04:56 +0100 Received: by nanneddu (Postfix, from userid 1000) id 4FF937F472; Sat, 12 Nov 2005 19:05:02 +0100 (CET) Subject: Bug closed From: Alceste Scalas To: 335868-done at bugs.debian.org In-Reply-To: <43762272.7050707 at gmail.com> References: <43762272.7050707 at gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-U245xnv+DcGBtUQYw21w" Date: Sat, 12 Nov 2005 19:05:01 +0100 Message-Id: <1131818702.10269.9.camel at localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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 --=-U245xnv+DcGBtUQYw21w Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Package: cl-ironclad Version: 0.10 * Removed :static-file components from ironclad.asd: they are now under /usr/share/doc/cl-ironclad/, and (clc-require) doesn't appreciate missing files. (Closes: #335868) --=20 Alceste Scalas --=-U245xnv+DcGBtUQYw21w Content-Type: application/pgp-signature; name=signature.asc Content-Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBDdi7NjNQAc7KwCn8RAvy7AJ9zlIuPE+c9tALKETUfGs4/bdDA9wCbB2fu b/nBwIZngkd6zRJVPXoxqv4= =W7Lx -----END PGP SIGNATURE----- --=-U245xnv+DcGBtUQYw21w-- From kmr at debian.org Sun Nov 13 09:32:07 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Sun, 13 Nov 2005 01:32:07 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.3-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 13 Nov 2005 02:11:25 -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.4.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.4.3-1) unstable; urgency=low . * New upstream Files: a30f584d77bb7b92eb0f16a8a045de46 819 devel extra cl-sql_3.4.3-1.dsc f9df84f08d645d4a06dc3c63b6246e78 702810 devel extra cl-sql_3.4.3.orig.tar.gz 65e976017e2dd665ade863d7b9f81844 11025 devel extra cl-sql_3.4.3-1.diff.gz 194eecb977777cbd47b00b7c3f7ce28e 489742 devel extra cl-sql_3.4.3-1_all.deb 06ae5298772d2a2483b6d7668fb07b8a 35586 devel extra cl-sql-aodbc_3.4.3-1_all.deb 8ba1d59bc14cbe8494e00927d26b607a 61548 devel extra cl-sql-odbc_3.4.3-1_all.deb 343e231bad6088e5b44474254addd13a 40354 devel extra cl-sql-postgresql_3.4.3-1_all.deb 2dd8494ac4a0615b8e1f2c174f927b8a 44480 devel extra cl-sql-postgresql-socket_3.4.3-1_all.deb a3b6fec996c8408391e6ecef64354148 40216 devel extra cl-sql-sqlite_3.4.3-1_all.deb 68daca052879fc028ebb25a300777092 40994 devel extra cl-sql-sqlite3_3.4.3-1_all.deb 1a2827a37121b58440b9235b5a13e12e 56734 contrib/devel extra cl-sql-oracle_3.4.3-1_all.deb 74f86b513f9bc8382f23331ad1581d0f 58814 devel extra cl-sql-tests_3.4.3-1_all.deb ef6f9cc30c1e15c9c90a0c82b76ec559 38968 devel extra cl-sql-uffi_3.4.3-1_i386.deb cc66ba1295dfed362c582f47e1dc9eba 49394 devel extra cl-sql-mysql_3.4.3-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDdwUlES7N8sSjgj4RAsCHAJ4iHFJq/9PRpR7iJx22xIvEuOCbQgCfUsR4 BUg26/SWkFecL+No8+q+4j0= =4HBC -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.3-1_all.deb cl-sql-mysql_3.4.3-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.3-1_i386.deb cl-sql-odbc_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.3-1_all.deb cl-sql-oracle_3.4.3-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.3-1_all.deb cl-sql-postgresql-socket_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.3-1_all.deb cl-sql-postgresql_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.3-1_all.deb cl-sql-sqlite3_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.3-1_all.deb cl-sql-sqlite_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.3-1_all.deb cl-sql-tests_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.3-1_all.deb cl-sql-uffi_3.4.3-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.3-1_i386.deb cl-sql_3.4.3-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.3-1.diff.gz cl-sql_3.4.3-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.3-1.dsc cl-sql_3.4.3-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.3-1_all.deb cl-sql_3.4.3.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.3.orig.tar.gz From stigge at antcom.de Sun Nov 13 15:34:01 2005 From: stigge at antcom.de (Roland Stigge) Date: Sun, 13 Nov 2005 16:34:01 +0100 (CET) Subject: [cl-debian] Bug#338888: cl-screen-sbcl: FTBFS: texi2pdf not found Message-ID: <20051113153401.A7AE710079FFD@atari.stigge.org> Package: cl-screen-sbcl Version: 1.0-3 Severity: serious Tags: patch Hi, building the package cl-screen-sbcl in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/tmp/buildd/cl-screen-sbcl-1.0' patches: debian/patches/01-asdf-sbcl-only.diff debian/patches/02-load-shared-object.diff debian/patches/03-seperate-example.diff Trying patch debian/patches/01-asdf-sbcl-only.diff at level 0...1...success. Trying patch debian/patches/02-load-shared-object.diff at level 0...1...success. Trying patch debian/patches/03-seperate-example.diff at level 0...1...success. if [ "debian/stamp-patched" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "debian/stamp-patched" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi # after reverting patches, we don't need update-config because: # - the tree is already in a consistent state. # - the initialisation of this routine is already in charge of making # the tree not only consistent, but also prepared to accept patching. if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) make[1]: Entering directory `/tmp/buildd/cl-screen-sbcl-1.0' make[1]: Nothing to be done for `update-config'. make[1]: Leaving directory `/tmp/buildd/cl-screen-sbcl-1.0' make -C doc make[1]: Entering directory `/tmp/buildd/cl-screen-sbcl-1.0/doc' texi2pdf -b sb-screen.texinfo make[1]: texi2pdf: Command not found make[1]: *** [sb-screen.pdf] Error 127 make[1]: Leaving directory `/tmp/buildd/cl-screen-sbcl-1.0/doc' make: *** [build/cl-screen-sbcl] Error 2 ========================================================================= Adding texinfo to Build-Depends fixes this. Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ From alceste at muvara.org Sun Nov 13 18:51:14 2005 From: alceste at muvara.org (Alceste Scalas) Date: Sun, 13 Nov 2005 19:51:14 +0100 Subject: [cl-debian] New Ironclad upstream + darcs repos on alioth Message-ID: <1131907875.9441.16.camel@localhost.localdomain> Hello, I've packaged the latest Ironclad upstream release (0.11). The Darcs repositories can be found on alioth (yup, Peter allowed me to join the crew :-): http://cl-debian.alioth.debian.org/repository/alceste/ Regards, alceste P.S.: in Ironclad 0.10 I forgot to add the Debian-specific package version (0.10-1), and it was thus built and uploaded as a Debian native package (i.e. without .orig.tar.gz). D'oh :-\ P.P.S.: if you wish, tbnl and url-rewrite packages are ready to be submitted to the ftp-master again, after having been rejected the first time... -- 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 henning at debian.org Sun Nov 13 21:54:29 2005 From: henning at debian.org (Debian testing watch) Date: Sun, 13 Nov 2005 14:54:29 -0700 Subject: [cl-debian] cl-ppcre 1.2.12-1 MIGRATED to testing Message-ID: FYI: The status of the cl-ppcre source package in Debian's testing distribution has changed. Previous version: 1.2.11-1 Current version: 1.2.12-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From rvb at progn.org Mon Nov 14 09:18:46 2005 From: rvb at progn.org (=?UTF-8?Q?Ren=C3=A9?= van Bevern) Date: Mon, 14 Nov 2005 10:18:46 +0100 Subject: Bug#338888: [cl-debian] Bug#338888: cl-screen-sbcl: FTBFS: texi2pdf not found In-Reply-To: <20051113153401.A7AE710079FFD@atari.stigge.org> References: <20051113153401.A7AE710079FFD@atari.stigge.org> Message-ID: <20051114091846.GA30341@progn.org> tags 338888 pending thanks A fixed version is in my repository at http://cl-debian.alioth.debian.org/repository/rvb/cl-screen-sbcl/ Can you please sponsor an update, Peter? Thanks, 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 Mon Nov 14 09:33:12 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 14 Nov 2005 01:33:12 -0800 Subject: Processed: Re: [cl-debian] Bug#338888: cl-screen-sbcl: FTBFS: texi2pdf not found In-Reply-To: <20051114091846.GA30341@progn.org> References: <20051114091846.GA30341@progn.org> Message-ID: Processing commands for control at bugs.debian.org: > tags 338888 pending Bug#338888: cl-screen-sbcl: FTBFS: texi2pdf not found Tags were: patch Tags added: pending > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From alceste at muvara.org Mon Nov 14 14:02:21 2005 From: alceste at muvara.org (Alceste Scalas) Date: Mon, 14 Nov 2005 06:02:21 -0800 Subject: [cl-debian] Accepted ironclad 0.11-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 13 Nov 2005 18:39:46 +0100 Source: ironclad Binary: cl-ironclad Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: low Maintainer: Alceste Scalas Changed-By: Alceste Scalas Description: cl-ironclad - Cryptography package for ANSI Common Lisp Changes: ironclad (0.11-1) unstable; urgency=low . * New upstream version Files: 22c175ef73cc7fdd16604a39557068cd 585 devel optional ironclad_0.11-1.dsc 8c04653b4a74908d4d90dba19884ff28 266634 devel optional ironclad_0.11.orig.tar.gz 23a3757678f674866dc5df84e0cb3cde 3608 devel optional ironclad_0.11-1.diff.gz 19209a5f5e4d5875a5a2102b7b6d349e 267724 devel optional cl-ironclad_0.11-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeJY611ldN0tyliURAlKvAJ9x2MHjHpsIQPzQNgvRNh4btHUHUQCfd49m KMCxn2srABJyJvAZ6QPsf8s= =KRak -----END PGP SIGNATURE----- Accepted: cl-ironclad_0.11-1_all.deb to pool/main/i/ironclad/cl-ironclad_0.11-1_all.deb ironclad_0.11-1.diff.gz to pool/main/i/ironclad/ironclad_0.11-1.diff.gz ironclad_0.11-1.dsc to pool/main/i/ironclad/ironclad_0.11-1.dsc ironclad_0.11.orig.tar.gz to pool/main/i/ironclad/ironclad_0.11.orig.tar.gz From rvb at pro-linux.de Mon Nov 14 14:02:12 2005 From: rvb at pro-linux.de (=?utf-8?q?Ren=C3=A9_van_Bevern?=) Date: Mon, 14 Nov 2005 06:02:12 -0800 Subject: [cl-debian] Accepted cl-screen-sbcl 1.0-4 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 3 Aug 2005 12:22:00 +0200 Source: cl-screen-sbcl Binary: cl-screen-sbcl Architecture: source all Version: 1.0-4 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: cl-screen-sbcl - SLang interface for Steel Bank Common Lisp Closes: 338888 Changes: cl-screen-sbcl (1.0-4) unstable; urgency=low . * Build-Depend on texinfo (Closes: #338888) * added watch file Files: 27be72252166725f2fc6dc4b6a8f031e 617 devel optional cl-screen-sbcl_1.0-4.dsc 5d0b56866d429d8c43fb8eeb0e8756cd 3208 devel optional cl-screen-sbcl_1.0-4.diff.gz 1d85b7e498418831ee59013e85176e1e 74076 devel optional cl-screen-sbcl_1.0-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeJYi11ldN0tyliURAtTVAKCbUwmMt2oqL6rVgJmdtHgFfMaqpgCgigL+ l1eExSip0VaQPfAuFfZaxc8= =nDwz -----END PGP SIGNATURE----- Accepted: cl-screen-sbcl_1.0-4.diff.gz to pool/main/c/cl-screen-sbcl/cl-screen-sbcl_1.0-4.diff.gz cl-screen-sbcl_1.0-4.dsc to pool/main/c/cl-screen-sbcl/cl-screen-sbcl_1.0-4.dsc cl-screen-sbcl_1.0-4_all.deb to pool/main/c/cl-screen-sbcl/cl-screen-sbcl_1.0-4_all.deb From owner at bugs.debian.org Mon Nov 14 14:18:14 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Mon, 14 Nov 2005 06:18:14 -0800 Subject: [cl-debian] Bug#338888: marked as done (cl-screen-sbcl: FTBFS: texi2pdf not found) In-Reply-To: References: <20051113153401.A7AE710079FFD@atari.stigge.org> Message-ID: Your message dated Mon, 14 Nov 2005 06:02:12 -0800 with message-id and subject line Bug#338888: fixed in cl-screen-sbcl 1.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; 13 Nov 2005 15:33:55 +0000 >From stigge at antcom.de Sun Nov 13 07:33:55 2005 Return-path: Received: from mail-out.m-online.net ([212.18.0.9]) by spohr.debian.org with esmtp (Exim 4.50) id 1EbJrf-00016C-Dz for submit at bugs.debian.org; Sun, 13 Nov 2005 07:33:55 -0800 Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148]) by mail-out.m-online.net (Postfix) with ESMTP id F2A327043A; Sun, 13 Nov 2005 16:32:17 +0100 (CET) Received: from atari.stigge.org (ppp-82-135-64-206.mnet-online.de [82.135.64.206]) by mail.m-online.net (Postfix) with ESMTP id B316C12FAC0; Sun, 13 Nov 2005 16:33:50 +0100 (CET) Received: from [192.168.5.99] (localhost [127.0.0.1]) by atari.stigge.org (Postfix) with ESMTP id A7AE710079FFD; Sun, 13 Nov 2005 16:34:01 +0100 (CET) From: Roland Stigge To: submit at bugs.debian.org Subject: cl-screen-sbcl: FTBFS: texi2pdf not found Message-Id: <20051113153401.A7AE710079FFD at atari.stigge.org> Date: Sun, 13 Nov 2005 16:34:01 +0100 (CET) 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.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS,RCVD_IN_SORBS_WEB autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: cl-screen-sbcl Version: 1.0-3 Severity: serious Tags: patch Hi, building the package cl-screen-sbcl in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/tmp/buildd/cl-screen-sbcl-1.0' patches: debian/patches/01-asdf-sbcl-only.diff debian/patches/02-load-shared-object.diff debian/patches/03-seperate-example.diff Trying patch debian/patches/01-asdf-sbcl-only.diff at level 0...1...success. Trying patch debian/patches/02-load-shared-object.diff at level 0...1...success. Trying patch debian/patches/03-seperate-example.diff at level 0...1...success. if [ "debian/stamp-patched" = "debian/stamp-patched" ] ; then touch debian/stamp-patched ; \ elif [ "debian/stamp-patched" = "reverse-patches" ] ; then rm -f debian/stamp-patch* ; \ fi # after reverting patches, we don't need update-config because: # - the tree is already in a consistent state. # - the initialisation of this routine is already in charge of making # the tree not only consistent, but also prepared to accept patching. if [ "debian/stamp-patched" != "reverse-patches" ] ; then \ /usr/bin/make -f debian/rules update-config ; \ fi dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (1001) make[1]: Entering directory `/tmp/buildd/cl-screen-sbcl-1.0' make[1]: Nothing to be done for `update-config'. make[1]: Leaving directory `/tmp/buildd/cl-screen-sbcl-1.0' make -C doc make[1]: Entering directory `/tmp/buildd/cl-screen-sbcl-1.0/doc' texi2pdf -b sb-screen.texinfo make[1]: texi2pdf: Command not found make[1]: *** [sb-screen.pdf] Error 127 make[1]: Leaving directory `/tmp/buildd/cl-screen-sbcl-1.0/doc' make: *** [build/cl-screen-sbcl] Error 2 ========================================================================= Adding texinfo to Build-Depends fixes this. Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ --------------------------------------- Received: (at 338888-close) by bugs.debian.org; 14 Nov 2005 14:11:25 +0000 >From katie at ftp-master.debian.org Mon Nov 14 06:11:25 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EbeuS-00086x-7e; Mon, 14 Nov 2005 06:02:12 -0800 From: =?utf-8?q?Ren=C3=A9_van_Bevern?= To: 338888-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#338888: fixed in cl-screen-sbcl 1.0-4 Message-Id: Sender: Archive Administrator Date: Mon, 14 Nov 2005 06:02:12 -0800 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-screen-sbcl Source-Version: 1.0-4 We believe that the bug you reported is fixed in the latest version of cl-screen-sbcl, which is due to be installed in the Debian FTP archive: cl-screen-sbcl_1.0-4.diff.gz to pool/main/c/cl-screen-sbcl/cl-screen-sbcl_1.0-4.diff.gz cl-screen-sbcl_1.0-4.dsc to pool/main/c/cl-screen-sbcl/cl-screen-sbcl_1.0-4.dsc cl-screen-sbcl_1.0-4_all.deb to pool/main/c/cl-screen-sbcl/cl-screen-sbcl_1.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 338888 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 cl-screen-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, 3 Aug 2005 12:22:00 +0200 Source: cl-screen-sbcl Binary: cl-screen-sbcl Architecture: source all Version: 1.0-4 Distribution: unstable Urgency: low Maintainer: Ren?? van Bevern Changed-By: Ren?? van Bevern Description: cl-screen-sbcl - SLang interface for Steel Bank Common Lisp Closes: 338888 Changes: cl-screen-sbcl (1.0-4) unstable; urgency=low . * Build-Depend on texinfo (Closes: #338888) * added watch file Files: 27be72252166725f2fc6dc4b6a8f031e 617 devel optional cl-screen-sbcl_1.0-4.dsc 5d0b56866d429d8c43fb8eeb0e8756cd 3208 devel optional cl-screen-sbcl_1.0-4.diff.gz 1d85b7e498418831ee59013e85176e1e 74076 devel optional cl-screen-sbcl_1.0-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeJYi11ldN0tyliURAtTVAKCbUwmMt2oqL6rVgJmdtHgFfMaqpgCgigL+ l1eExSip0VaQPfAuFfZaxc8= =nDwz -----END PGP SIGNATURE----- From pvaneynd at debian.org Mon Nov 14 14:17:17 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Mon, 14 Nov 2005 06:17:17 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.0-12 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 10 Nov 2005 23:06:25 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.0-12 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-12) unstable; urgency=low . * use gcc-3.4 on selected platforms again Files: f42e7f58ed130dd3593f9ceed69175c4 657 devel optional sbcl_0.9.6.0-12.dsc 17b0fd2e326d80fbf3c7508d878347a2 20859 devel optional sbcl_0.9.6.0-12.diff.gz f5bf448f72ddefc0cb4f77ed4f251021 3969326 devel optional sbcl-common_0.9.6.0-12_all.deb c64eb6155d7a24fc3812a23d9d024af6 9143336 devel optional sbcl_0.9.6.0-12_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDdBnp11ldN0tyliURArb3AJkBeGo5hvdAd4tgIfSU30CZl8PqfACcCISY WOODfGiSCER307idiJ+johY= =eF43 -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.0-12_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.0-12_all.deb sbcl_0.9.6.0-12.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.0-12.diff.gz sbcl_0.9.6.0-12.dsc to pool/main/s/sbcl/sbcl_0.9.6.0-12.dsc sbcl_0.9.6.0-12_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.0-12_i386.deb From kmr at debian.org Mon Nov 14 19:17:06 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Mon, 14 Nov 2005 11:17:06 -0800 Subject: [cl-debian] Accepted cl-uffi 1.5.6-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 14 Nov 2005 12:02:07 -0700 Source: cl-uffi Binary: cl-uffi-tests cl-uffi Architecture: source all i386 Version: 1.5.6-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-uffi - Universal Foreign Function Library for Common Lisp cl-uffi-tests - Regression tests for UFFI Common Lisp Library Changes: cl-uffi (1.5.6-1) unstable; urgency=low . * New upstream Files: 9cb7760fc2f28908e33eeabd2bac32f9 633 devel optional cl-uffi_1.5.6-1.dsc 5b391024fbef3d518dbd075e6afc235b 143692 devel optional cl-uffi_1.5.6.orig.tar.gz 683686be30fc6a9f7bed0156de3f1782 7598 devel optional cl-uffi_1.5.6-1.diff.gz acb23a7ac53b25912ea28a0d76279f89 112586 devel optional cl-uffi_1.5.6-1_all.deb 4733bdae6aa40b70c1323efd0c305378 24320 devel optional cl-uffi-tests_1.5.6-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeN+sES7N8sSjgj4RAoWxAJ9wBR3U0fkCFU67M5j9vStbwWdO9ACfWaTB 2ukB0Q4dfX+AnKJB4wgkzg0= =+ZtB -----END PGP SIGNATURE----- Accepted: cl-uffi-tests_1.5.6-1_i386.deb to pool/main/c/cl-uffi/cl-uffi-tests_1.5.6-1_i386.deb cl-uffi_1.5.6-1.diff.gz to pool/main/c/cl-uffi/cl-uffi_1.5.6-1.diff.gz cl-uffi_1.5.6-1.dsc to pool/main/c/cl-uffi/cl-uffi_1.5.6-1.dsc cl-uffi_1.5.6-1_all.deb to pool/main/c/cl-uffi/cl-uffi_1.5.6-1_all.deb cl-uffi_1.5.6.orig.tar.gz to pool/main/c/cl-uffi/cl-uffi_1.5.6.orig.tar.gz From kmr at debian.org Tue Nov 15 02:47:06 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Mon, 14 Nov 2005 18:47:06 -0800 Subject: [cl-debian] Accepted cl-uffi 1.5.7-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 14 Nov 2005 19:39:25 -0700 Source: cl-uffi Binary: cl-uffi-tests cl-uffi Architecture: source all i386 Version: 1.5.7-1 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg Changed-By: Kevin M. Rosenberg Description: cl-uffi - Universal Foreign Function Library for Common Lisp cl-uffi-tests - Regression tests for UFFI Common Lisp Library Changes: cl-uffi (1.5.7-1) unstable; urgency=low . * New upstream Files: b27da467da98a633e5ef4294f7066bfe 633 devel optional cl-uffi_1.5.7-1.dsc 2f3c4c48f169d56cd07a139dcb2a3c08 143796 devel optional cl-uffi_1.5.7.orig.tar.gz b658cca7d856257239a4b0ba65872fae 7607 devel optional cl-uffi_1.5.7-1.diff.gz 32199159ce39f436cd37d2fa6920c6dc 112660 devel optional cl-uffi_1.5.7-1_all.deb ccd36726f118935d73ba1da782c45cce 24358 devel optional cl-uffi-tests_1.5.7-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeUq9ES7N8sSjgj4RAiRNAJ4nRmdsKiKaY7s65vlbUIq+TTgvkACfTRCg Wfw4z+CkRp5vmroeEaMd9W0= =9+Tm -----END PGP SIGNATURE----- Accepted: cl-uffi-tests_1.5.7-1_i386.deb to pool/main/c/cl-uffi/cl-uffi-tests_1.5.7-1_i386.deb cl-uffi_1.5.7-1.diff.gz to pool/main/c/cl-uffi/cl-uffi_1.5.7-1.diff.gz cl-uffi_1.5.7-1.dsc to pool/main/c/cl-uffi/cl-uffi_1.5.7-1.dsc cl-uffi_1.5.7-1_all.deb to pool/main/c/cl-uffi/cl-uffi_1.5.7-1_all.deb cl-uffi_1.5.7.orig.tar.gz to pool/main/c/cl-uffi/cl-uffi_1.5.7.orig.tar.gz From kmr at debian.org Tue Nov 15 04:17:05 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Mon, 14 Nov 2005 20:17:05 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.4-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 14 Nov 2005 19:41:24 -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.4.4-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.4.4-1) unstable; urgency=low . * New upstream Files: b337afaf20724ae8db506e8b66269050 819 devel extra cl-sql_3.4.4-1.dsc 90fb1d2cad917e6acfaa3433ed8c3c06 702797 devel extra cl-sql_3.4.4.orig.tar.gz 0120ab520c3d4244f331beabb910861f 11036 devel extra cl-sql_3.4.4-1.diff.gz e0b0d52010a5acc9bb19b19d50ba16b7 489786 devel extra cl-sql_3.4.4-1_all.deb 996ff7759181248167a4c04fcf4f2d80 35632 devel extra cl-sql-aodbc_3.4.4-1_all.deb c4ead6b5172e0175a9bc34abaf48d556 61604 devel extra cl-sql-odbc_3.4.4-1_all.deb 1bc2149c7c8557ba638d5b98abd334f3 40412 devel extra cl-sql-postgresql_3.4.4-1_all.deb 5b71598a4177cb1b753509e43dd2ee5b 44538 devel extra cl-sql-postgresql-socket_3.4.4-1_all.deb c4b5eb4b8840f27bc5d8c0132eef7162 40284 devel extra cl-sql-sqlite_3.4.4-1_all.deb 11ac6a0224424436af6f069f5cd7e195 41040 devel extra cl-sql-sqlite3_3.4.4-1_all.deb 9a31624aced87e8f2cbac1ca6744f6a9 56722 contrib/devel extra cl-sql-oracle_3.4.4-1_all.deb 629ef7bd10230c4048df38d836aecc9b 58866 devel extra cl-sql-tests_3.4.4-1_all.deb dee494f250ae742fe91015ab6210fe83 39026 devel extra cl-sql-uffi_3.4.4-1_i386.deb 86617e96c331635e6e739dcf0d7ff340 49432 devel extra cl-sql-mysql_3.4.4-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeV92ES7N8sSjgj4RAoj3AJ0flRlH/TGbHRgINOzRHYpN0SiLMQCeI7Sj fjHGDac70mu+PFY8sLuBDhc= =65TV -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.4-1_all.deb cl-sql-mysql_3.4.4-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.4-1_i386.deb cl-sql-odbc_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.4-1_all.deb cl-sql-oracle_3.4.4-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.4-1_all.deb cl-sql-postgresql-socket_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.4-1_all.deb cl-sql-postgresql_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.4-1_all.deb cl-sql-sqlite3_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.4-1_all.deb cl-sql-sqlite_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.4-1_all.deb cl-sql-tests_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.4-1_all.deb cl-sql-uffi_3.4.4-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.4-1_i386.deb cl-sql_3.4.4-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.4-1.diff.gz cl-sql_3.4.4-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.4-1.dsc cl-sql_3.4.4-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.4-1_all.deb cl-sql_3.4.4.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.4.orig.tar.gz From owner at bugs.debian.org Tue Nov 15 13:03:22 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 15 Nov 2005 05:03:22 -0800 Subject: [cl-debian] Processed: notfound 337994 in 1:0.9.6.0-12 In-Reply-To: <20051115064520.EC0C2179D16@sharrow> References: <20051115064520.EC0C2179D16@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > notfound 337994 1:0.9.6.0-12 Bug#337994: sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory Bug marked as not found in version 1:0.9.6.0-12. > 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 Tue Nov 15 13:03:21 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 15 Nov 2005 05:03:21 -0800 Subject: [cl-debian] Processed: notfound 338040 in 1:0.9.6.0-12 In-Reply-To: <20051115064526.7FC01179D18@sharrow> References: <20051115064526.7FC01179D18@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > notfound 338040 1:0.9.6.0-12 Bug#338040: sbcl_1:0.9.6.0-9_powerpc: FTBFS: header files do not match between first and second GENESIS Bug marked as not found in version 1:0.9.6.0-12. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From henning at debian.org Tue Nov 15 23:20:35 2005 From: henning at debian.org (Debian testing watch) Date: Tue, 15 Nov 2005 16:20:35 -0700 Subject: [cl-debian] cl-pdf 108-1 MIGRATED to testing Message-ID: FYI: The status of the cl-pdf source package in Debian's testing distribution has changed. Previous version: 2.1.0-1 Current version: 108-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From kmr at debian.org Wed Nov 16 06:47:05 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Tue, 15 Nov 2005 22:47:05 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.5-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 15 Nov 2005 23:42:20 -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.4.5-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.4.5-1) unstable; urgency=low . * New upstream Files: 1a33544a228e58ba0bef8c65bb5df611 819 devel extra cl-sql_3.4.5-1.dsc 30ec540dbc04ec637d42bdc9fff8adb1 702811 devel extra cl-sql_3.4.5.orig.tar.gz 018f3b161c32010a6110f94197ed1713 11043 devel extra cl-sql_3.4.5-1.diff.gz db63ce4965003f2340a78ee1095901b0 489822 devel extra cl-sql_3.4.5-1_all.deb 694d33999cb937a2629719e582b99fb8 35670 devel extra cl-sql-aodbc_3.4.5-1_all.deb 10cc315799ffce914f3a30bf2f13f66f 61634 devel extra cl-sql-odbc_3.4.5-1_all.deb 98890fe5c7d9869c3a35dc36f929eceb 40434 devel extra cl-sql-postgresql_3.4.5-1_all.deb dc4052405fb512e52b82c108d8d9fd84 44562 devel extra cl-sql-postgresql-socket_3.4.5-1_all.deb 2bca2758f68e68b51e2a50b63837c7e3 40312 devel extra cl-sql-sqlite_3.4.5-1_all.deb f5f9a87fd1eb71208a41c5ab167bf19e 41070 devel extra cl-sql-sqlite3_3.4.5-1_all.deb a200cab2163afd7c4432b6b05f75fb54 56732 contrib/devel extra cl-sql-oracle_3.4.5-1_all.deb 97fab0ec60bfe240be74e1a40252b207 58882 devel extra cl-sql-tests_3.4.5-1_all.deb 35721fa8c57a075b35c57f5cad0d39fc 39066 devel extra cl-sql-uffi_3.4.5-1_i386.deb fa9fc462b2a8fdda460c1102c9739aa9 49470 devel extra cl-sql-mysql_3.4.5-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDetVuES7N8sSjgj4RAiPNAKCCRKrj6LTjcCO6bvbPQAwDc9jTeACgkWvL S0Ob4RKQE8Wl3V+L3txWK8w= =Nf0j -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.5-1_all.deb cl-sql-mysql_3.4.5-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.5-1_i386.deb cl-sql-odbc_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.5-1_all.deb cl-sql-oracle_3.4.5-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.5-1_all.deb cl-sql-postgresql-socket_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.5-1_all.deb cl-sql-postgresql_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.5-1_all.deb cl-sql-sqlite3_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.5-1_all.deb cl-sql-sqlite_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.5-1_all.deb cl-sql-tests_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.5-1_all.deb cl-sql-uffi_3.4.5-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.5-1_i386.deb cl-sql_3.4.5-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.5-1.diff.gz cl-sql_3.4.5-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.5-1.dsc cl-sql_3.4.5-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.5-1_all.deb cl-sql_3.4.5.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.5.orig.tar.gz From kmr at debian.org Wed Nov 16 08:17:05 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Wed, 16 Nov 2005 00:17:05 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.6-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 16 Nov 2005 00:57:49 -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.4.6-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.4.6-1) unstable; urgency=low . * New upstream Files: e622ca1a84254afb4651f011c88ecc89 819 devel extra cl-sql_3.4.6-1.dsc 405d2b1c0a7c42d038e939308521a9ef 702849 devel extra cl-sql_3.4.6.orig.tar.gz f276c0a39251a02af827171dfa39a0cb 11057 devel extra cl-sql_3.4.6-1.diff.gz 83b5f4e9318aca571e557e5481dc227f 489874 devel extra cl-sql_3.4.6-1_all.deb c3cefa972094885ff873a13400e63e33 35720 devel extra cl-sql-aodbc_3.4.6-1_all.deb 33f17c55cb212a856ce1843080030920 61684 devel extra cl-sql-odbc_3.4.6-1_all.deb e79d70b98f65bc28524bc17761030a5f 40490 devel extra cl-sql-postgresql_3.4.6-1_all.deb 64128e5eaa6aaa8c03c798b4c39eedc9 44636 devel extra cl-sql-postgresql-socket_3.4.6-1_all.deb 5cc9da2659fcdbfa91f6e7623bedcb2c 40384 devel extra cl-sql-sqlite_3.4.6-1_all.deb a42154f8a0fd860c3cfede651da4657c 41120 devel extra cl-sql-sqlite3_3.4.6-1_all.deb c25c93cba12bfcfc9465fdee3f73a0b8 56780 contrib/devel extra cl-sql-oracle_3.4.6-1_all.deb b9bf713079283a985f5c6962b98a4460 58936 devel extra cl-sql-tests_3.4.6-1_all.deb 1f851c4075462ebd6c8e2bfacf8d3c35 39110 devel extra cl-sql-uffi_3.4.6-1_i386.deb 333c652b137296dc7f6c8007c8d89be6 49528 devel extra cl-sql-mysql_3.4.6-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDeukrES7N8sSjgj4RAsLKAJ9gVhFCR0gPT8aARSe7dmlbfO8fcwCeOpqm SX2GvOqUx+0dRfuCZIoh5NU= =4m3t -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.6-1_all.deb cl-sql-mysql_3.4.6-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.6-1_i386.deb cl-sql-odbc_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.6-1_all.deb cl-sql-oracle_3.4.6-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.6-1_all.deb cl-sql-postgresql-socket_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.6-1_all.deb cl-sql-postgresql_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.6-1_all.deb cl-sql-sqlite3_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.6-1_all.deb cl-sql-sqlite_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.6-1_all.deb cl-sql-tests_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.6-1_all.deb cl-sql-uffi_3.4.6-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.6-1_i386.deb cl-sql_3.4.6-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.6-1.diff.gz cl-sql_3.4.6-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.6-1.dsc cl-sql_3.4.6-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.6-1_all.deb cl-sql_3.4.6.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.6.orig.tar.gz From pvaneynd at debian.org Tue Nov 15 12:47:42 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 15 Nov 2005 13:47:42 +0100 Subject: [cl-debian] Bug#338529: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem In-Reply-To: <20051110202917.63D711001454C@atari.stigge.org> References: <20051110202917.63D711001454C@atari.stigge.org> Message-ID: <200511151347.49716.pvaneynd@debian.org> On Thursday 10 November 2005 21:29, Roland Stigge wrote: > cd code; ./install.sh /usr /tmp/buildd/mcvs-1.0.13/debian/mcvs/ > /usr/lib/clisp/base/lisp.run: operating system error during load of > initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] Is the clisp package configured? This should not happen if the package is configured. 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 Wed Nov 16 19:02:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 16 Nov 2005 11:02:05 -0800 Subject: [cl-debian] Accepted common-lisp-controller 4.25 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 16 Nov 2005 19:37:07 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.25 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.25) unstable; urgency=low . * restore quote in adding the users system directory, so the users directory will be added, and not just root. * Added clc:list-systems function * Moved functions round to avoid 'unknown function INIT-COMMON-LISP-CONTROLLER-V4 Files: 429f794d26e0b8b9303b6e781dee479b 588 devel optional common-lisp-controller_4.25.dsc 3e2ae612e72bb5da83a1c55a458a7b77 203436 devel optional common-lisp-controller_4.25.tar.gz 1c3012dd8d1acbf41ce5d971db7b910d 25930 devel optional common-lisp-controller_4.25_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDe3yw11ldN0tyliURAg79AKChVPnDfAaReoRr4u26iEYD2ENysgCfb18M H2p94vLV2Ek6Qrf8p55SRbk= =lTJi -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.25.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.25.dsc common-lisp-controller_4.25.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.25.tar.gz common-lisp-controller_4.25_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.25_all.deb From stigge at antcom.de Wed Nov 16 20:37:18 2005 From: stigge at antcom.de (Roland Stigge) Date: Wed, 16 Nov 2005 21:37:18 +0100 Subject: [cl-debian] Bug#338529: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem In-Reply-To: <200511151347.49716.pvaneynd@debian.org> References: <20051110202917.63D711001454C@atari.stigge.org> <200511151347.49716.pvaneynd@debian.org> Message-ID: <437B987E.9090504@antcom.de> Hi, Peter Van Eynde wrote: >>cd code; ./install.sh /usr /tmp/buildd/mcvs-1.0.13/debian/mcvs/ >>/usr/lib/clisp/base/lisp.run: operating system error during load of >>initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] > > Is the clisp package configured? This should not happen if the package is > configured. Without the build dependencies configured, pbuilder wouldn't even try to compile the package. Did you try? bye, Roland From pvaneynd at debian.org Fri Nov 18 20:00:01 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 18 Nov 2005 21:00:01 +0100 Subject: [cl-debian] Bug#338529: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem In-Reply-To: <437B987E.9090504@antcom.de> References: <20051110202917.63D711001454C@atari.stigge.org> <200511151347.49716.pvaneynd@debian.org> <437B987E.9090504@antcom.de> Message-ID: <200511182100.03994.pvaneynd@debian.org> On Wednesday 16 November 2005 21:37, Roland Stigge wrote: > > Is the clisp package configured? This should not happen if the package is > > configured. > > Without the build dependencies configured, pbuilder wouldn't even try to > compile the package. Did you try? I think I have found the problem...but it is in common-lisp-controller instead. 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 Nov 18 20:03:28 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 18 Nov 2005 12:03:28 -0800 Subject: [cl-debian] Processed: reassign 338529 to common-lisp-controller In-Reply-To: <20051118195814.436BF179C90@sharrow> References: <20051118195814.436BF179C90@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > reassign 338529 common-lisp-controller Bug#338529: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem Bug reassigned from package `clisp' to `common-lisp-controller'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Fri Nov 18 20:03:28 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 18 Nov 2005 12:03:28 -0800 Subject: [cl-debian] Processed: reassign 338529 to common-lisp-controller In-Reply-To: <20051118195814.436BF179C90@sharrow> References: <20051118195814.436BF179C90@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > reassign 338529 common-lisp-controller Bug#338529: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem Bug reassigned from package `clisp' to `common-lisp-controller'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From pvaneynd at debian.org Fri Nov 18 21:47:09 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Fri, 18 Nov 2005 13:47:09 -0800 Subject: [cl-debian] Accepted common-lisp-controller 4.26 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 18 Nov 2005 20:59:57 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.26 Distribution: unstable Urgency: medium Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: common-lisp-controller - This is a Common Lisp source and compiler manager Closes: 338529 Changes: common-lisp-controller (4.26) unstable; urgency=medium . * Check the return code of the configuration of the lisp implementation. Otherwise it might fail but the implementation will claim to be 'configured'. Closes: #338529 Medium urgency because this can cause the build of other packages to fail seemingly without reason. Files: 0d5b6596365dec28a755dbe4bcc65ac5 588 devel optional common-lisp-controller_4.26.dsc 74ad3accc6123906238b0cae0b88d380 231362 devel optional common-lisp-controller_4.26.tar.gz c461b16e33b2b3bba588a0339c5875c6 26126 devel optional common-lisp-controller_4.26_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDfjP711ldN0tyliURAiA1AJ0VOYkF9QpQBMywa2nDAO4AB9te8wCgqUk7 ilghBpGOoabyDP9O5yMvYPo= =RRey -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.26.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.26.dsc common-lisp-controller_4.26.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.26.tar.gz common-lisp-controller_4.26_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.26_all.deb From owner at bugs.debian.org Fri Nov 18 22:03:15 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Fri, 18 Nov 2005 14:03:15 -0800 Subject: [cl-debian] Bug#338529: marked as done (mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem) In-Reply-To: References: <20051110202917.63D711001454C@atari.stigge.org> Message-ID: Your message dated Fri, 18 Nov 2005 13:47:09 -0800 with message-id and subject line Bug#338529: fixed in common-lisp-controller 4.26 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; 10 Nov 2005 20:41:35 +0000 >From stigge at antcom.de Thu Nov 10 12:41:35 2005 Return-path: Received: from mail-out.m-online.net ([212.18.0.9]) by spohr.debian.org with esmtp (Exim 4.50) id 1EaJ3w-0007X8-5d for submit at bugs.debian.org; Thu, 10 Nov 2005 12:30:24 -0800 Received: from mail.m-online.net (svr20.m-online.net [192.168.3.148]) by mail-out.m-online.net (Postfix) with ESMTP id C682D7048A; Thu, 10 Nov 2005 21:28:50 +0100 (CET) Received: from atari.stigge.org (ppp-82-135-84-185.mnet-online.de [82.135.84.185]) by mail.m-online.net (Postfix) with ESMTP id 950E912CFDD; Thu, 10 Nov 2005 21:29:12 +0100 (CET) Received: from [192.168.5.99] (localhost [127.0.0.1]) by atari.stigge.org (Postfix) with ESMTP id 63D711001454C; Thu, 10 Nov 2005 21:29:17 +0100 (CET) From: Roland Stigge To: submit at bugs.debian.org Subject: mcvs: FTBFS: dangling symlink /usr/lib/clisp/base/lispinit.mem Message-Id: <20051110202917.63D711001454C at atari.stigge.org> Date: Thu, 10 Nov 2005 21:29:17 +0100 (CET) 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.5 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: clisp Version: 1:2.35-8 Severity: serious Hi, building the package mcvs 1.0.13-9 in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi fakeroot debian/rules binary dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi cd code; ./install.sh /usr /tmp/buildd/mcvs-1.0.13/debian/mcvs/ /usr/lib/clisp/base/lisp.run: operating system error during load of initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] errno = ENOENT: No such file or directory. clisp-link: No link kit found in linkkit linking set failed to build. make: *** [common-install-arch] Error 1 ========================================================================= $ ls -l /usr/lib/clisp/base/lispinit.mem lrwxrwxrwx 1 root root 20 2005-11-10 21:22 /usr/lib/clisp/base/lispinit.mem -> ../full/lispinit.mem $ ls -l /usr/lib/clisp/full/lispinit.mem ls: /usr/lib/clisp/full/lispinit.mem: No such file or directory Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ --------------------------------------- Received: (at 338529-close) by bugs.debian.org; 18 Nov 2005 21:51:44 +0000 >From katie at ftp-master.debian.org Fri Nov 18 13:51:44 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EdE4b-0001Gl-Gl; Fri, 18 Nov 2005 13:47:09 -0800 From: Peter Van Eynde To: 338529-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#338529: fixed in common-lisp-controller 4.26 Message-Id: Sender: Archive Administrator Date: Fri, 18 Nov 2005 13:47:09 -0800 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.26 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.26.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.26.dsc common-lisp-controller_4.26.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.26.tar.gz common-lisp-controller_4.26_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.26_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 338529 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, 18 Nov 2005 20:59:57 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.26 Distribution: unstable Urgency: medium Maintainer: Peter Van Eynde Changed-By: Peter Van Eynde Description: common-lisp-controller - This is a Common Lisp source and compiler manager Closes: 338529 Changes: common-lisp-controller (4.26) unstable; urgency=medium . * Check the return code of the configuration of the lisp implementation. Otherwise it might fail but the implementation will claim to be 'configured'. Closes: #338529 Medium urgency because this can cause the build of other packages to fail seemingly without reason. Files: 0d5b6596365dec28a755dbe4bcc65ac5 588 devel optional common-lisp-controller_4.26.dsc 74ad3accc6123906238b0cae0b88d380 231362 devel optional common-lisp-controller_4.26.tar.gz c461b16e33b2b3bba588a0339c5875c6 26126 devel optional common-lisp-controller_4.26_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDfjP711ldN0tyliURAiA1AJ0VOYkF9QpQBMywa2nDAO4AB9te8wCgqUk7 ilghBpGOoabyDP9O5yMvYPo= =RRey -----END PGP SIGNATURE----- From edgardenny at comcast.net Sat Nov 19 01:36:10 2005 From: edgardenny at comcast.net (edgardenny at comcast.net) Date: Sat, 19 Nov 2005 01:36:10 +0000 Subject: [cl-debian] Bug#339824: Couldn't load foreign libraries #P"/usr/lib/clsql/clsql_mysql" Message-ID: <111920050136.6861.437E818A000BE6FB00001ACD22007510909702020A0B9D0E090B0A@comcast.net> Package: cl-sql-mysql Version: 3.4.6-1 Severity: serious Hi, I get the following error trying to load cl-sql-mysql with sbcl (and something similar with cmucl): ; /var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl written ; compilation finished in 0:00:01 WARNING: Error opening shared object "/usr/lib/clsql/clsql_mysql.so": libmysqlclient.so.15: cannot open shared object file: No such file or directory. WARNING: Error opening shared object "clsql_mysql.so": clsql_mysql.so: cannot open shared object file: No such file or directory. WARNING: Error opening shared object "clsql_mysql.a": clsql_mysql.a: cannot open shared object file: No such file or directory. WARNING: Error opening shared object "clsql_mysql.o": clsql_mysql.o: cannot open shared object file: No such file or directory. Which is strange since: $ ls -l /usr/lib/clsql/clsql_mysql.so -rw-r--r-- 1 root root 2848 Nov 16 03:08 /usr/lib/clsql/clsql_mysql.so Edgar. sbcl: 0.9.6.0-12 common-lisp-controller: 4.25 Couldn't load foreign libraries #P"/usr/lib/clsql/clsql_mysql", #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql", #P"/usr/lib/clsql_mysql", #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql", "clsql_mysql", #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql". (searched CLSQL-SYS:*FOREIGN-LIBRARY-SEARCH-PATHS*) [Condition of type SIMPLE-ERROR] Restarts: 0: [RETRY] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT] Abort SLIME compilation. 3: [ABORT-REQUEST] Abort handling SLIME request. 4: [TERMINATE-THREAD] Terminate this thread (#) Backtrace: 0: (CLSQL-UFFI:FIND-AND-LOAD-FOREIGN-LIBRARY (#P"/usr/lib/clsql/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" #P"/usr/lib/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" "clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql") :MODULE "clsql-mysql" :SUPPORTING-LIBRARIES ("c") :ERRORP T) Locals: #:ERRORP-DEFAULTING-TEMP = T CLSQL-UFFI::FILENAMES = (#P"/usr/lib/clsql/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" #P"/usr/lib/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" "clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql") #:MODULE-DEFAULTING-TEMP = "clsql-mysql" #:SUPPORTING-LIBRARIES-DEFAULTING-TEMP = ("c") 1: ((SB-PCL::FAST-METHOD CLSQL-SYS:DATABASE-TYPE-LOAD-FOREIGN ((EQL :MYSQL))) # # #) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = : 2: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0.)) # # :MYSQL) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = :MYSQL 3: ((SB-C::TOP-LEVEL-FORM (CLSQL-SYS:DATABASE-TYPE-LOAD-FOREIGN :MYSQL))) 4: (SB-FASL::LOAD-FASL-GROUP #) Locals: SB-DEBUG::ARG-0 = 1 SB-DEBUG::ARG-1 = # Catch-tags: SB-FASL::FASL-GROUP-END 5: (SB-FASL::LOAD-AS-FASL # NIL #) 6: (SB-FASL::INTERNAL-LOAD #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" :ERROR NIL NIL :BINARY NIL) Locals: SB-FASL::CONTENTS = :BINARY SB-FASL::EXTERNAL-FORMAT = NIL SB-FASL::IF-DOES-NOT-EXIST = :ERROR PATHNAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" PRINT = NIL TRUENAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" SB-FASL::VERBOSE = NIL 7: (SB-FASL::INTERNAL-LOAD #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" :ERROR NIL NIL NIL :DEFAULT) Locals: SB-FASL::CONTENTS = NIL SB-FASL::EXTERNAL-FORMAT = :DEFAULT SB-FASL::IF-DOES-NOT-EXIST = :ERROR PATHNAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" PRINT = NIL TRUENAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" SB-FASL::VERBOSE = NIL 8: (LOAD #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl") Locals: SB-DEBUG::ARG-0 = 1 SB-DEBUG::ARG-1 = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" 9: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE)) # # # #) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = # SB-DEBUG::ARG-3 = # 10: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. SB-PCL::.ARG1.)) # # # #) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = # SB-DEBUG::ARG-3 = # 11: ((LAMBDA NIL)) Locals: 12: (SB-C::%WITH-COMPILATION-UNIT #) Locals: SB-DEBUG::ARG-0 = 1 SB-DEBUG::ARG-1 = # 13: (ASDF:OPERATE ASDF:LOAD-OP "web-nutr") Locals: ASDF::ARGS = NIL ASDF::OPERATION-CLASS = ASDF:LOAD-OP ASDF:SYSTEM = "web-nutr" From petukhov at uralmail.com Sat Nov 19 08:04:41 2005 From: petukhov at uralmail.com (Dmitry Petukhov) Date: Sat, 19 Nov 2005 13:04:41 +0500 Subject: [cl-debian] Bug#339842: cl-sql: CLSQL user's guide typo Message-ID: <20051119130441.41c09377.petukhov@uralmail.com> Package: cl-sql Version: 3.1.2-1 Severity: minor in the documentation bundled with cl-sql package, /usr/share/doc/cl-sql/html/ 'Data Modeling with CLSQL' at chapter 2, CommonSQL Tutorial file ch02s02.html, line 115 in html source it is in the paragraph beginning with 'The DEF-VIEW-CLASS macro is just like the normal CLOS DEFCLASS macro' there's list of 7 slot options given. 5th slot option listed is named ':column-' while it must be ':db-type'. From henning at debian.org Sat Nov 19 22:28:10 2005 From: henning at debian.org (Debian testing watch) Date: Sat, 19 Nov 2005 15:28:10 -0700 Subject: [cl-debian] clisp 1:2.35-8 MIGRATED to testing Message-ID: FYI: The status of the clisp source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 1:2.35-8 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From csr21 at cam.ac.uk Sun Nov 20 23:24:17 2005 From: csr21 at cam.ac.uk (Christophe Rhodes) Date: Sun, 20 Nov 2005 23:24:17 +0000 Subject: [cl-debian] Bug#340104: sbcl: :purify t in save-lisp-and-die inappropriate Message-ID: Package: sbcl Version: 1:0.9.6.0-12 Severity: normal Hi, Peter. in install-clc.lisp, you call save-lisp-and-die with :purify t. This is a performance pessimization on x86 and x86-64 (since Juho Snellman's work on page table iteration in the generational garbage collector). If you took out the explicit :purify keyword argument, it should Do The Right Thing on all platforms. Cheers, Christophe -- 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.10-1-386 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii libc6 2.3.5-8 GNU C Library: Shared libraries an Versions of packages sbcl recommends: pn binfmt-support (no description available) -- debconf information: * sbcl/auto-build: Yes From henning at debian.org Mon Nov 21 01:02:59 2005 From: henning at debian.org (Debian testing watch) Date: Sun, 20 Nov 2005 18:02:59 -0700 Subject: [cl-debian] cmucl 19c-pre1-20051019-2 MIGRATED to testing Message-ID: FYI: The status of the cmucl source package in Debian's testing distribution has changed. Previous version: 19c-pre1-20051019-1 Current version: 19c-pre1-20051019-2 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Mon Nov 21 01:03:04 2005 From: henning at debian.org (Debian testing watch) Date: Sun, 20 Nov 2005 18:03:04 -0700 Subject: [cl-debian] s-xml 1:20051107-1 MIGRATED to testing Message-ID: FYI: The status of the s-xml source package in Debian's testing distribution has changed. Previous version: 1:0-release-5-1 Current version: 1:20051107-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From pvaneynd at debian.org Mon Nov 21 07:02:06 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Sun, 20 Nov 2005 23:02:06 -0800 Subject: [cl-debian] Accepted common-lisp-controller 4.15sarge3 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 11 Nov 2005 07:23:27 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.15sarge3 Distribution: stable-security 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: 338296 Changes: common-lisp-controller (4.15sarge3) stable-security; urgency=low . * in clisp/stable the umask function is not in posix, but in the linux package. (Closes: #338296) Files: 20ea8fa341ceb1cf7b023aff4df6e389 599 devel optional common-lisp-controller_4.15sarge3.dsc 0f2d6f3e075eb70397b6664c37e99867 25132 devel optional common-lisp-controller_4.15sarge3.tar.gz 854430ec786872dc81f7d735dd554e54 24184 devel optional common-lisp-controller_4.15sarge3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDdD1I11ldN0tyliURApPcAJ9QO4Cs401mWAW0MCjNC/ctwn5TUwCbBxSS OOKmApknM1uqlJQIrphxJos= =bgz+ -----END PGP SIGNATURE----- Accepted: common-lisp-controller_4.15sarge3.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.15sarge3.dsc common-lisp-controller_4.15sarge3.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.15sarge3.tar.gz common-lisp-controller_4.15sarge3_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.15sarge3_all.deb From owner at bugs.debian.org Mon Nov 21 07:18:25 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 20 Nov 2005 23:18:25 -0800 Subject: [cl-debian] Processed: setting package to sbcl sbcl-common, tagging 338393, tagging 340104 In-Reply-To: <20051121070905.1004D179C90@sharrow> References: <20051121070905.1004D179C90@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > package sbcl sbcl-common Ignoring bugs not assigned to: sbcl sbcl-common > tags 338393 + pending Bug#338393: sbcl: installation fails, register-common-lisp-implementation not found There were no tags set. Tags added: pending > tags 340104 + pending Bug#340104: sbcl: :purify t in save-lisp-and-die inappropriate 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 Nov 21 07:18:33 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 20 Nov 2005 23:18:33 -0800 Subject: [cl-debian] Bug#338296: marked as done (common-lisp-controller 4.15sarge2 broke clisp+cl-asdf) In-Reply-To: References: <4371B830.4050808@st-oskol.ru> Message-ID: Your message dated Sun, 20 Nov 2005 23:02:06 -0800 with message-id and subject line Bug#338296: fixed in common-lisp-controller 4.15sarge3 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; 9 Nov 2005 08:49:05 +0000 >From daapp at st-oskol.ru Wed Nov 09 00:49:05 2005 Return-path: Received: from mail.st-oskol.ru [217.106.70.234] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EZldg-0004YS-00; Wed, 09 Nov 2005 00:49:04 -0800 Message-ID: <4371B830.4050808 at st-oskol.ru> Disposition-Notification-To: Alexander Danilov Date: Wed, 09 Nov 2005 11:49:52 +0300 From: Alexander Danilov User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: submit at bugs.debian.org Subject: common-lisp-controller 4.15sarge2 broke clisp+cl-asdf Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AV software at mail.st-oskol.ru 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-controller Version: 4.15sarge2 Severity: grave Justification: renders package unusable *** Please type your report below this line *** After unpgrade common-lisp-controller from version 4.15 to 4.15sarge2 I can't use asdf with clisp 2.33.2-10 Log of common-lisp-controller upgrade (see error below) ... Setting up common-lisp-controller (4.15sarge2) ... Reinstalling for clisp Recompiling Common Lisp Controller for clisp Installing clc... ;; Loading file /usr/lib/clisp/install-clc.lisp ... ;; Loading file /usr/share/common-lisp/source/common-lisp-controller/common-lis p-controller.lisp ... ;; Loaded file /usr/share/common-lisp/source/common-lisp-controller/common-lisp -controller.lisp ;; Loading file /var/cache/common-lisp-controller/root/clisp/common-lisp-contro ller/common-lisp-controller.fas ... ;; Loaded file /var/cache/common-lisp-controller/root/clisp/common-lisp-control ler/common-lisp-controller.fas ;; Loading file /var/cache/common-lisp-controller/root/clisp/asdf/asdf.fas ... ;; Loaded file /var/cache/common-lisp-controller/root/clisp/asdf/asdf.fas ;; Loading file /var/cache/common-lisp-controller/root/clisp/asdf/wild-modules. fas ... ;; Loaded file /var/cache/common-lisp-controller/root/clisp/asdf/wild-modules.f asError during init-common-lisp-controller-v4: READ from #: # has no external symbol with name "UMASK" ;; Loaded file /usr/lib/clisp/install-clc.lisp ... After upgrade I can't load any asdf component into clisp $ clisp ... [1]> (require 'asdf) NIL [2]> (asdf:operate 'asdf:load-op 'environment) *** - Condition of type ASDF:MISSING-COMPONENT. Break 1 [3]> :q [4]> (asdf:operate 'asdf:load-op 'port) *** - Condition of type ASDF:MISSING-COMPONENT. Break 1 [5]> :q [6]> (exit) Packages cl-port and cl-environment installed on my system. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-386 Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) Versions of packages common-lisp-controller depends on: ii bash 2.05b-26 The GNU Bourne Again SHell ii cl-asdf 1.86-4 Another System Definition Facility ii debconf 1.4.30.13 Debian configuration management sy ii debianutils 2.8.4 Miscellaneous utilities specific t ii perl 5.8.4-8 Larry Wall's Practical Extraction ii realpath 1.9.21 Return the canonicalized absolute -- debconf information: * common-lisp-controller/short-site-name: Alex * common-lisp-controller/long-site-name: Alex lisp site --------------------------------------- Received: (at 338296-close) by bugs.debian.org; 21 Nov 2005 07:11:23 +0000 >From katie at ftp-master.debian.org Sun Nov 20 23:11:23 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Ee5gk-0004Q9-Ng; Sun, 20 Nov 2005 23:02:06 -0800 From: Peter Van Eynde To: 338296-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#338296: fixed in common-lisp-controller 4.15sarge3 Message-Id: Sender: Archive Administrator Date: Sun, 20 Nov 2005 23:02:06 -0800 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.15sarge3 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.15sarge3.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.15sarge3.dsc common-lisp-controller_4.15sarge3.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.15sarge3.tar.gz common-lisp-controller_4.15sarge3_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.15sarge3_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 338296 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, 11 Nov 2005 07:23:27 +0100 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.15sarge3 Distribution: stable-security 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: 338296 Changes: common-lisp-controller (4.15sarge3) stable-security; urgency=low . * in clisp/stable the umask function is not in posix, but in the linux package. (Closes: #338296) Files: 20ea8fa341ceb1cf7b023aff4df6e389 599 devel optional common-lisp-controller_4.15sarge3.dsc 0f2d6f3e075eb70397b6664c37e99867 25132 devel optional common-lisp-controller_4.15sarge3.tar.gz 854430ec786872dc81f7d735dd554e54 24184 devel optional common-lisp-controller_4.15sarge3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDdD1I11ldN0tyliURApPcAJ9QO4Cs401mWAW0MCjNC/ctwn5TUwCbBxSS OOKmApknM1uqlJQIrphxJos= =bgz+ -----END PGP SIGNATURE----- From owner at bugs.debian.org Mon Nov 21 07:33:19 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 20 Nov 2005 23:33:19 -0800 Subject: [cl-debian] Bug#337994: marked as done (sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory) In-Reply-To: <20051121072600.GA22931@pvaneynd.mailworks.org> References: <20051121072600.GA22931@pvaneynd.mailworks.org> <20051107183337.GA10882@blars.org> Message-ID: Your message dated Mon, 21 Nov 2005 08:26:00 +0100 with message-id <20051121072600.GA22931 at pvaneynd.mailworks.org> and subject line closing ftbs bugs fixed in newest version 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; 7 Nov 2005 18:41:32 +0000 >From blarson at blars.org Mon Nov 07 10:41:32 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 1EZBvv-0002TR-00; Mon, 07 Nov 2005 10:41:31 -0800 Received: from quaff.nat.blars.org (quaff.nat.blars.org [172.16.2.7]) by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id jA7IfPNW027024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 7 Nov 2005 10:41:26 -0800 Received: from quaff.nat.blars.org (quaff [127.0.0.1]) by quaff.nat.blars.org (8.13.5/8.13.5/Debian-3) with ESMTP id jA7IXcVN010890; Mon, 7 Nov 2005 10:33:38 -0800 Received: (from blarson at localhost) by quaff.nat.blars.org (8.13.5/8.13.5/Submit) id jA7IXbuI010888; Mon, 7 Nov 2005 10:33:37 -0800 Date: Mon, 7 Nov 2005 10:33:37 -0800 From: Blars Blarson To: Debian Bug Tracking System Subject: sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory Message-ID: <20051107183337.GA10882 at blars.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Reportbug-Version: 3.17 User-Agent: Mutt/1.5.11 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: sbcl Version: 1:0.9.6.0-9 Severity: serious Justification: no longer builds from source sbcl failed to build on a sparc buildd and other buildds, duplicated on my sparc pbuilder. CFLAGS=3D"-DSBCL_HOME=3D`pwd`/stage1/ -O2" GNUMAKE=3Dmake ./make.sh "/usr/b= in/clisp -norc -q -L english -E UTF-8 -ansi -M /usr/lib/clisp/full/*.mem" //starting build: Sat Nov 5 19:40:18 UTC 2005 //SBCL_XC_HOST=3D"/usr/bin/clisp -norc -q -L english -E UTF-8 -ansi -M /usr= /lib/clisp/full/*.mem" //entering make-config.sh //ensuring the existence of output/ directory //initializing /build/buildd/sbcl-0.9.6.0/local-target-features.lisp-expr //guessing default target CPU architecture from host architecture //setting up CPU-architecture-dependent information sbcl_arch=3D"sparc" //setting up symlink src/compiler/target //setting up symlink src/assembly/target //setting up symlink src/compiler/assembly //setting up OS-dependent information //finishing /build/buildd/sbcl-0.9.6.0/local-target-features.lisp-expr /in canonicalize-whitespace-1 /$*=3D./contrib/asdf/asdf.lisp ./contrib/asdf-stub.lisp ./contrib/code-extr= as.lisp ./contrib/compiler-extras.lisp ./contrib/stale-symbols.lisp ./contr= ib/asdf-install/defpackage.lisp ./contrib/asdf-install/installer.lisp ./con= trib/sb-aclrepl/debug.lisp ./contrib/sb-aclrepl/inspect.lisp ./contrib/sb-a= clrepl/repl.lisp ./contrib/sb-aclrepl/tests.lisp ./contrib/sb-aclrepl/tople= vel.lisp ./contrib/sb-bsd-sockets/constants.lisp ./contrib/sb-bsd-sockets/d= efpackage.lisp ./contrib/sb-bsd-sockets/doc.lisp ./contrib/sb-bsd-sockets/i= net.lisp ./contrib/sb-bsd-sockets/local.lisp ./contrib/sb-bsd-sockets/mallo= c.lisp ./contrib/sb-bsd-sockets/misc.lisp ./contrib/sb-bsd-sockets/name-ser= vice.lisp ./contrib/sb-bsd-sockets/sockets.lisp ./contrib/sb-bsd-sockets/so= ckopt.lisp ./contrib/sb-bsd-sockets/split.lisp ./contrib/sb-bsd-sockets/tes= ts.lisp ./contrib/sb-cltl2/compiler-let.lisp ./contrib/sb-cltl2/defpackage.= lisp ./contrib/sb-cltl2/env.lisp ./contrib/sb-cltl2/macroexpand.lisp ./cont= rib/sb-cltl2/tests.lisp ./contrib/sb-executable/sb-executable.lisp ./contri= b/sb-grovel/def-to-lisp.lisp ./contrib/sb-grovel/defpackage.lisp ./contrib/= sb-grovel/example-constants.lisp ./contrib/sb-grovel/foreign-glue.lisp ./co= ntrib/sb-introspect/sb-introspect.lisp ./contrib/sb-introspect/test-driver.= lisp ./contrib/sb-introspect/test.lisp ./contrib/sb-md5/md5-tests.lisp ./co= ntrib/sb-md5/md5.lisp ./contrib/sb-posix/constants.lisp ./contrib/sb-posix/= defpackage.lisp ./contrib/sb-posix/designator.lisp ./contrib/sb-posix/inter= face.lisp ./contrib/sb-posix/macros.lisp ./contrib/sb-posix/posix-tests.lis= p ./contrib/sb-rotate-byte/compiler.lisp ./contrib/sb-rotate-byte/package.l= isp ./contrib/sb-rotate-byte/ppc-vm.lisp ./contrib/sb-rotate-byte/rotate-by= te-tests.lisp ./contrib/sb-rotate-byte/rotate-byte.lisp ./contrib/sb-rotate= -byte/x86-vm.lisp ./contrib/sb-rt/rt.lisp ./contrib/sb-simple-streams/class= es.lisp ./contrib/sb-simple-streams/direct.lisp ./contrib/sb-simple-streams= /file.lisp ./contrib/sb-simple-streams/fndb.lisp ./contrib/sb-simple-stream= s/impl.lisp ./contrib/sb-simple-streams/internal.lisp ./contrib/sb-simple-s= treams/iodefs.lisp ./contrib/sb-simple-streams/null.lisp ./contrib/sb-simpl= e-streams/package.lisp ./contrib/sb-simple-streams/simple-stream-tests.lisp= ./contrib/sb-simple-streams/socket.lisp ./contrib/sb-simple-streams/strate= gy.lisp ./contrib/sb-simple-streams/string.lisp ./contrib/sb-simple-streams= /terminal.lisp ./contrib/sb-sprof/sb-sprof.lisp ./doc/manual/create-contrib= -doc-list.lisp ./doc/manual/docstrings.lisp ./src/assembly/alpha/alloc.lisp= ./src/assembly/alpha/arith.lisp ./src/assembly/alpha/array.lisp ./src/asse= mbly/alpha/assem-rtns.lisp ./src/assembly/alpha/support.lisp ./src/assembly= /assemfile.lisp ./src/assembly/hppa/alloc.lisp ./src/assembly/hppa/arith.li= sp ./src/assembly/hppa/array.lisp ./src/assembly/hppa/assem-rtns.lisp ./src= /assembly/hppa/support.lisp ./src/assembly/mips/alloc.lisp ./src/assembly/m= ips/arith.lisp ./src/assembly/mips/array.lisp ./src/assembly/mips/assem-rtn= s.lisp ./src/assembly/mips/support.lisp ./src/assembly/ppc/alloc.lisp ./src= /assembly/ppc/arith.lisp ./src/assembly/ppc/array.lisp ./src/assembly/ppc/a= ssem-rtns.lisp ./src/assembly/ppc/support.lisp ./src/assembly/sparc/alloc.l= isp ./src/assembly/sparc/arith.lisp ./src/assembly/sparc/array.lisp ./src/a= ssembly/sparc/assem-rtns.lisp ./src/assembly/sparc/support.lisp ./src/assem= bly/x86/alloc.lisp ./src/assembly/x86/arith.lisp ./src/assembly/x86/array.l= isp ./src/assembly/x86/assem-rtns.lisp ./src/assembly/x86/bit-bash.lisp ./s= rc/assembly/x86/support.lisp ./src/assembly/x86-64/alloc.lisp ./src/assembl= y/x86-64/arith.lisp ./src/assembly/x86-64/array.lisp ./src/assembly/x86-64/= assem-rtns.lisp ./src/assembly/x86-64/bit-bash.lisp ./src/assembly/x86-64/s= upport.lisp ./src/code/alien-type.lisp ./src/code/alloc.lisp ./src/code/alp= ha-vm.lisp ./src/code/ansi-stream.lisp ./src/code/array.lisp ./src/code/bac= kq.lisp ./src/code/bignum.lisp ./src/code/bit-bash.lisp ./src/code/bsd-os.l= isp ./src/code/char.lisp ./src/code/cl-specials.lisp ./src/code/class-init.= lisp ./src/code/class.lisp ./src/code/coerce.lisp ./src/code/cold-error.lis= p ./src/code/cold-init-helper-macros.lisp ./src/code/cold-init.lisp ./src/c= ode/condition.lisp ./src/code/cross-boole.lisp ./src/code/cross-byte.lisp .= /src/code/cross-char.lisp ./src/code/cross-condition.lisp ./src/code/cross-= float.lisp ./src/code/cross-io.lisp ./src/code/cross-make-load-form.lisp ./= src/code/cross-misc.lisp ./src/code/cross-modular.lisp ./src/code/cross-sap= =2Elisp ./src/code/cross-thread.lisp ./src/code/cross-type.lisp ./src/code/= debug-info.lisp ./src/code/debug-int.lisp ./src/code/debug-var-io.lisp ./sr= c/code/debug.lisp ./src/code/defbangconstant.lisp ./src/code/defbangmacro.l= isp ./src/code/defbangstruct.lisp ./src/code/defbangtype.lisp ./src/code/de= fboot.lisp ./src/code/defmacro.lisp ./src/code/defpackage.lisp ./src/code/d= efsetfs.lisp ./src/code/defstruct.lisp ./src/code/deftypes-for-target.lisp = =2E/src/code/describe-policy.lisp ./src/code/describe.lisp ./src/code/destr= ucturing-bind.lisp ./src/code/dyncount.lisp ./src/code/early-alieneval.lisp= ./src/code/early-array.lisp ./src/code/early-cl.lisp ./src/code/early-defb= angmethod.lisp ./src/code/early-defstructs.lisp ./src/code/early-extensions= =2Elisp ./src/code/early-fasl.lisp ./src/code/early-float.lisp ./src/code/e= arly-format.lisp ./src/code/early-impl.lisp ./src/code/early-package.lisp .= /src/code/early-pcounter.lisp ./src/code/early-pprint.lisp ./src/code/early= -print.lisp ./src/code/early-setf.lisp ./src/code/early-type.lisp ./src/cod= e/error-error.lisp ./src/code/error.lisp ./src/code/eval.lisp ./src/code/ex= haust.lisp ./src/code/fd-stream.lisp ./src/code/fdefinition.lisp ./src/code= /filesys.lisp ./src/code/final.lisp ./src/code/float-trap.lisp ./src/code/f= loat.lisp ./src/code/fop.lisp ./src/code/force-delayed-defbangconstants.lis= p ./src/code/force-delayed-defbangmacros.lisp ./src/code/force-delayed-defb= angmethods.lisp ./src/code/force-delayed-defbangstructs.lisp ./src/code/for= eign-load.lisp ./src/code/foreign.lisp ./src/code/format-time.lisp ./src/co= de/function-names.lisp ./src/code/funutils.lisp ./src/code/gc.lisp ./src/co= de/globals.lisp ./src/code/hash-table.lisp ./src/code/host-alieneval.lisp .= /src/code/host-c-call.lisp ./src/code/host-pprint.lisp ./src/code/hppa-vm.l= isp ./src/code/inspect.lisp ./src/code/interr.lisp ./src/code/irrat.lisp ./= src/code/kernel.lisp ./src/code/late-condition.lisp ./src/code/late-defbang= method.lisp ./src/code/late-extensions.lisp ./src/code/late-format.lisp ./s= rc/code/late-setf.lisp ./src/code/late-type.lisp ./src/code/linkage-table.l= isp ./src/code/linux-os.lisp ./src/code/list.lisp ./src/code/load.lisp ./sr= c/code/loop.lisp ./src/code/macroexpand.lisp ./src/code/macros.lisp ./src/c= ode/mips-vm.lisp ./src/code/mipsstrops.lisp ./src/code/misc-aliens.lisp ./s= rc/code/misc.lisp ./src/code/module.lisp ./src/code/ntrace.lisp ./src/code/= numbers.lisp ./src/code/octets.lisp ./src/code/osf1-os.lisp ./src/code/pack= age.lisp ./src/code/parse-body.lisp ./src/code/parse-defmacro-errors.lisp .= /src/code/parse-defmacro.lisp ./src/code/pathname.lisp ./src/code/pcounter.= lisp ./src/code/pp-backq.lisp ./src/code/ppc-vm.lisp ./src/code/pprint.lisp= ./src/code/pred.lisp ./src/code/primordial-extensions.lisp ./src/code/prim= ordial-type.lisp ./src/code/print.lisp ./src/code/profile.lisp ./src/code/p= urify.lisp ./src/code/query.lisp ./src/code/random.lisp ./src/code/reader.l= isp ./src/code/readtable.lisp ./src/code/room.lisp ./src/code/run-program.l= isp ./src/code/save.lisp ./src/code/sc-offset.lisp ./src/code/seq.lisp ./sr= c/code/serve-event.lisp ./src/code/setf-funs.lisp ./src/code/sharpm.lisp ./= src/code/show.lisp ./src/code/signal.lisp ./src/code/sort.lisp ./src/code/s= parc-vm.lisp ./src/code/specializable-array.lisp ./src/code/step.lisp ./src= /code/stream.lisp ./src/code/string.lisp ./src/code/stubs.lisp ./src/code/s= unos-os.lisp ./src/code/sxhash.lisp ./src/code/symbol.lisp ./src/code/sysma= cs.lisp ./src/code/target-alieneval.lisp ./src/code/target-allocate.lisp ./= src/code/target-c-call.lisp ./src/code/target-char.lisp ./src/code/target-d= efbangmethod.lisp ./src/code/target-defstruct.lisp ./src/code/target-error.= lisp ./src/code/target-extensions.lisp ./src/code/target-format.lisp ./src/= code/target-hash-table.lisp ./src/code/target-load.lisp ./src/code/target-m= isc.lisp ./src/code/target-package.lisp ./src/code/target-pathname.lisp ./s= rc/code/target-random.lisp ./src/code/target-sap.lisp ./src/code/target-sig= nal.lisp ./src/code/target-stream.lisp ./src/code/target-sxhash.lisp ./src/= code/target-thread.lisp ./src/code/target-type.lisp ./src/code/external-for= mats/enc-cyr.lisp ./src/code/external-formats/eucjp.lisp ./src/code/externa= l-formats/enc-dos.lisp ./src/code/external-formats/enc-iso.lisp ./src/code/= external-formats/enc-win.lisp ./src/code/thread.lisp ./src/code/time.lisp .= /src/code/toplevel.lisp ./src/code/type-class.lisp ./src/code/type-init.lis= p ./src/code/typecheckfuns.lisp ./src/code/typedefs.lisp ./src/code/typep.l= isp ./src/code/uncross.lisp ./src/code/unix.lisp ./src/code/unportable-floa= t.lisp ./src/code/weak.lisp ./src/code/x86-64-vm.lisp ./src/code/x86-vm.lis= p ./src/code/timer.lisp ./src/code/early-thread.lisp ./src/cold/ansify.lisp= ./src/cold/chill.lisp ./src/cold/compile-cold-sbcl.lisp ./src/cold/defun-l= oad-or-cload-xcompiler.lisp ./src/cold/read-from-file.lisp ./src/cold/renam= e-package-carefully.lisp ./src/cold/set-up-cold-packages.lisp ./src/cold/sh= ared.lisp ./src/cold/shebang.lisp ./src/cold/slam.lisp ./src/cold/snapshot.= lisp ./src/cold/warm.lisp ./src/cold/with-stuff.lisp ./src/compiler/alpha/a= lloc.lisp ./src/compiler/alpha/arith.lisp ./src/compiler/alpha/array.lisp .= /src/compiler/alpha/backend-parms.lisp ./src/compiler/alpha/c-call.lisp ./s= rc/compiler/alpha/call.lisp ./src/compiler/alpha/cell.lisp ./src/compiler/a= lpha/char.lisp ./src/compiler/alpha/debug.lisp ./src/compiler/alpha/float.l= isp ./src/compiler/alpha/insts.lisp ./src/compiler/alpha/macros.lisp ./src/= compiler/alpha/memory.lisp ./src/compiler/alpha/move.lisp ./src/compiler/al= pha/nlx.lisp ./src/compiler/alpha/parms.lisp ./src/compiler/alpha/pred.lisp= ./src/compiler/alpha/sanctify.lisp ./src/compiler/alpha/sap.lisp ./src/com= piler/alpha/show.lisp ./src/compiler/alpha/static-fn.lisp ./src/compiler/al= pha/subprim.lisp ./src/compiler/alpha/system.lisp ./src/compiler/alpha/targ= et-insts.lisp ./src/compiler/alpha/type-vops.lisp ./src/compiler/alpha/valu= es.lisp ./src/compiler/alpha/vm.lisp ./src/compiler/aliencomp.lisp ./src/co= mpiler/array-tran.lisp ./src/compiler/assem.lisp ./src/compiler/backend.lis= p ./src/compiler/bit-util.lisp ./src/compiler/checkgen.lisp ./src/compiler/= codegen.lisp ./src/compiler/compiler-deftype.lisp ./src/compiler/compiler-e= rror.lisp ./src/compiler/constraint.lisp ./src/compiler/control.lisp ./src/= compiler/copyprop.lisp ./src/compiler/ctype.lisp ./src/compiler/debug-dump.= lisp ./src/compiler/debug.lisp ./src/compiler/defconstant.lisp ./src/compil= er/deftype.lisp ./src/compiler/dfo.lisp ./src/compiler/disassem.lisp ./src/= compiler/dump.lisp ./src/compiler/dyncount.lisp ./src/compiler/early-alienc= omp.lisp ./src/compiler/early-assem.lisp ./src/compiler/early-backend.lisp = =2E/src/compiler/early-c.lisp ./src/compiler/entry.lisp ./src/compiler/fixu= p-type.lisp ./src/compiler/fixup.lisp ./src/compiler/float-tran.lisp ./src/= compiler/fndb.lisp ./src/compiler/fun-info-funs.lisp ./src/compiler/globald= b.lisp ./src/compiler/gtn.lisp ./src/compiler/info-functions.lisp ./src/com= piler/ir1-step.lisp ./src/compiler/ir1-translators.lisp ./src/compiler/ir1f= inal.lisp ./src/compiler/ir1opt.lisp ./src/compiler/ir1report.lisp ./src/co= mpiler/ir1tran-lambda.lisp ./src/compiler/ir1tran.lisp ./src/compiler/ir1ut= il.lisp ./src/compiler/ir2tran.lisp ./src/compiler/knownfun.lisp ./src/comp= iler/late-macros.lisp ./src/compiler/late-proclaim.lisp ./src/compiler/late= -vmdef.lisp ./src/compiler/lexenv.lisp ./src/compiler/life.lisp ./src/compi= ler/locall.lisp ./src/compiler/loop.lisp ./src/compiler/ltn.lisp ./src/comp= iler/ltv.lisp ./src/compiler/macros.lisp ./src/compiler/main.lisp ./src/com= piler/meta-vmdef.lisp ./src/compiler/node.lisp ./src/compiler/pack.lisp ./s= rc/compiler/parse-lambda-list.lisp ./src/compiler/physenvanal.lisp ./src/co= mpiler/policies.lisp ./src/compiler/policy.lisp ./src/compiler/proclaim.lis= p ./src/compiler/pseudo-vops.lisp ./src/compiler/represent.lisp ./src/compi= ler/saptran.lisp ./src/compiler/seqtran.lisp ./src/compiler/srctran.lisp ./= src/compiler/sset.lisp ./src/compiler/stack.lisp ./src/compiler/target-disa= ssem.lisp ./src/compiler/target-dump.lisp ./src/compiler/target-main.lisp .= /src/compiler/tn.lisp ./src/compiler/trace-table.lisp ./src/compiler/typetr= an.lisp ./src/compiler/vmdef.lisp ./src/compiler/vop.lisp ./src/compiler/ge= neric/array.lisp ./src/compiler/generic/core.lisp ./src/compiler/generic/ea= rly-objdef.lisp ./src/compiler/generic/early-type-vops.lisp ./src/compiler/= generic/early-vm.lisp ./src/compiler/generic/genesis.lisp ./src/compiler/ge= neric/interr.lisp ./src/compiler/generic/late-nlx.lisp ./src/compiler/gener= ic/late-type-vops.lisp ./src/compiler/generic/objdef.lisp ./src/compiler/ge= neric/primtype.lisp ./src/compiler/generic/target-core.lisp ./src/compiler/= generic/utils.lisp ./src/compiler/generic/vm-array.lisp ./src/compiler/gene= ric/vm-fndb.lisp ./src/compiler/generic/vm-ir2tran.lisp ./src/compiler/gene= ric/vm-macs.lisp ./src/compiler/generic/vm-tran.lisp ./src/compiler/generic= /vm-type.lisp ./src/compiler/generic/vm-typetran.lisp ./src/compiler/hppa/a= lloc.lisp ./src/compiler/hppa/arith.lisp ./src/compiler/hppa/array.lisp ./s= rc/compiler/hppa/backend-parms.lisp ./src/compiler/hppa/c-call.lisp ./src/c= ompiler/hppa/call.lisp ./src/compiler/hppa/cell.lisp ./src/compiler/hppa/ch= ar.lisp ./src/compiler/hppa/debug.lisp ./src/compiler/hppa/float.lisp ./src= /compiler/hppa/insts.lisp ./src/compiler/hppa/macros.lisp ./src/compiler/hp= pa/memory.lisp ./src/compiler/hppa/move.lisp ./src/compiler/hppa/nlx.lisp .= /src/compiler/hppa/parms.lisp ./src/compiler/hppa/pred.lisp ./src/compiler/= hppa/sanctify.lisp ./src/compiler/hppa/sap.lisp ./src/compiler/hppa/show.li= sp ./src/compiler/hppa/static-fn.lisp ./src/compiler/hppa/subprim.lisp ./sr= c/compiler/hppa/system.lisp ./src/compiler/hppa/target-insts.lisp ./src/com= piler/hppa/type-vops.lisp ./src/compiler/hppa/values.lisp ./src/compiler/hp= pa/vm.lisp ./src/compiler/mips/alloc.lisp ./src/compiler/mips/arith.lisp ./= src/compiler/mips/array.lisp ./src/compiler/mips/backend-parms.lisp ./src/c= ompiler/mips/c-call.lisp ./src/compiler/mips/call.lisp ./src/compiler/mips/= cell.lisp ./src/compiler/mips/char.lisp ./src/compiler/mips/debug.lisp ./sr= c/compiler/mips/float.lisp ./src/compiler/mips/insts.lisp ./src/compiler/mi= ps/macros.lisp ./src/compiler/mips/memory.lisp ./src/compiler/mips/move.lis= p ./src/compiler/mips/nlx.lisp ./src/compiler/mips/parms.lisp ./src/compile= r/mips/pred.lisp ./src/compiler/mips/sanctify.lisp ./src/compiler/mips/sap.= lisp ./src/compiler/mips/show.lisp ./src/compiler/mips/static-fn.lisp ./src= /compiler/mips/subprim.lisp ./src/compiler/mips/system.lisp ./src/compiler/= mips/target-insts.lisp ./src/compiler/mips/type-vops.lisp ./src/compiler/mi= ps/values.lisp ./src/compiler/mips/vm.lisp ./src/compiler/ppc/alloc.lisp ./= src/compiler/ppc/arith.lisp ./src/compiler/ppc/array.lisp ./src/compiler/pp= c/backend-parms.lisp ./src/compiler/ppc/c-call.lisp ./src/compiler/ppc/call= =2Elisp ./src/compiler/ppc/cell.lisp ./src/compiler/ppc/char.lisp ./src/com= piler/ppc/debug.lisp ./src/compiler/ppc/float.lisp ./src/compiler/ppc/insts= =2Elisp ./src/compiler/ppc/macros.lisp ./src/compiler/ppc/memory.lisp ./src= /compiler/ppc/move.lisp ./src/compiler/ppc/nlx.lisp ./src/compiler/ppc/parm= s.lisp ./src/compiler/ppc/pred.lisp ./src/compiler/ppc/sanctify.lisp ./src/= compiler/ppc/sap.lisp ./src/compiler/ppc/show.lisp ./src/compiler/ppc/stati= c-fn.lisp ./src/compiler/ppc/subprim.lisp ./src/compiler/ppc/system.lisp ./= src/compiler/ppc/target-insts.lisp ./src/compiler/ppc/type-vops.lisp ./src/= compiler/ppc/values.lisp ./src/compiler/ppc/vm.lisp ./src/compiler/sparc/al= loc.lisp ./src/compiler/sparc/arith.lisp ./src/compiler/sparc/array.lisp ./= src/compiler/sparc/backend-parms.lisp ./src/compiler/sparc/c-call.lisp ./sr= c/compiler/sparc/call.lisp ./src/compiler/sparc/cell.lisp ./src/compiler/sp= arc/char.lisp ./src/compiler/sparc/debug.lisp ./src/compiler/sparc/float.li= sp ./src/compiler/sparc/insts.lisp ./src/compiler/sparc/macros.lisp ./src/c= ompiler/sparc/memory.lisp ./src/compiler/sparc/move.lisp ./src/compiler/spa= rc/nlx.lisp ./src/compiler/sparc/parms.lisp ./src/compiler/sparc/pred.lisp = =2E/src/compiler/sparc/sanctify.lisp ./src/compiler/sparc/sap.lisp ./src/co= mpiler/sparc/show.lisp ./src/compiler/sparc/static-fn.lisp ./src/compiler/s= parc/subprim.lisp ./src/compiler/sparc/system.lisp ./src/compiler/sparc/tar= get-insts.lisp ./src/compiler/sparc/type-vops.lisp ./src/compiler/sparc/val= ues.lisp ./src/compiler/sparc/vm.lisp ./src/compiler/x86/alloc.lisp ./src/c= ompiler/x86/arith.lisp ./src/compiler/x86/array.lisp ./src/compiler/x86/bac= kend-parms.lisp ./src/compiler/x86/c-call.lisp ./src/compiler/x86/call.lisp= ./src/compiler/x86/cell.lisp ./src/compiler/x86/char.lisp ./src/compiler/x= 86/debug.lisp ./src/compiler/x86/float.lisp ./src/compiler/x86/insts.lisp .= /src/compiler/x86/macros.lisp ./src/compiler/x86/memory.lisp ./src/compiler= /x86/move.lisp ./src/compiler/x86/nlx.lisp ./src/compiler/x86/parms.lisp ./= src/compiler/x86/pred.lisp ./src/compiler/x86/sanctify.lisp ./src/compiler/= x86/sap.lisp ./src/compiler/x86/show.lisp ./src/compiler/x86/static-fn.lisp= ./src/compiler/x86/subprim.lisp ./src/compiler/x86/system.lisp ./src/compi= ler/x86/target-insts.lisp ./src/compiler/x86/type-vops.lisp ./src/compiler/= x86/values.lisp ./src/compiler/x86/vm.lisp ./src/compiler/x86-64/alloc.lisp= ./src/compiler/x86-64/arith.lisp ./src/compiler/x86-64/array.lisp ./src/co= mpiler/x86-64/backend-parms.lisp ./src/compiler/x86-64/c-call.lisp ./src/co= mpiler/x86-64/call.lisp ./src/compiler/x86-64/cell.lisp ./src/compiler/x86-= 64/char.lisp ./src/compiler/x86-64/debug.lisp ./src/compiler/x86-64/float.l= isp ./src/compiler/x86-64/insts.lisp ./src/compiler/x86-64/macros.lisp ./sr= c/compiler/x86-64/memory.lisp ./src/compiler/x86-64/move.lisp ./src/compile= r/x86-64/nlx.lisp ./src/compiler/x86-64/parms.lisp ./src/compiler/x86-64/pr= ed.lisp ./src/compiler/x86-64/sanctify.lisp ./src/compiler/x86-64/sap.lisp = =2E/src/compiler/x86-64/show.lisp ./src/compiler/x86-64/static-fn.lisp ./sr= c/compiler/x86-64/subprim.lisp ./src/compiler/x86-64/system.lisp ./src/comp= iler/x86-64/target-insts.lisp ./src/compiler/x86-64/type-vops.lisp ./src/co= mpiler/x86-64/values.lisp ./src/compiler/x86-64/vm.lisp ./src/pcl/boot.lisp= ./src/pcl/braid.lisp ./src/pcl/cache.lisp ./src/pcl/combin.lisp ./src/pcl/= compiler-support.lisp ./src/pcl/cpl.lisp ./src/pcl/ctor.lisp ./src/pcl/ctyp= es.lisp ./src/pcl/defclass.lisp ./src/pcl/defcombin.lisp ./src/pcl/defs.lis= p ./src/pcl/describe.lisp ./src/pcl/dfun.lisp ./src/pcl/dlisp.lisp ./src/pc= l/dlisp2.lisp ./src/pcl/dlisp3.lisp ./src/pcl/documentation.lisp ./src/pcl/= early-low.lisp ./src/pcl/env.lisp ./src/pcl/fixup.lisp ./src/pcl/fngen.lisp= ./src/pcl/fsc.lisp ./src/pcl/generic-functions.lisp ./src/pcl/gray-streams= -class.lisp ./src/pcl/gray-streams.lisp ./src/pcl/init.lisp ./src/pcl/low.l= isp ./src/pcl/macros.lisp ./src/pcl/methods.lisp ./src/pcl/precom1.lisp ./s= rc/pcl/precom2.lisp ./src/pcl/print-object.lisp ./src/pcl/slot-name.lisp ./= src/pcl/slots-boot.lisp ./src/pcl/slots.lisp ./src/pcl/std-class.lisp ./src= /pcl/time.lisp ./src/pcl/vector.lisp ./src/pcl/walk.lisp ./tests/alien.impu= re.lisp ./tests/arith.impure.lisp ./tests/arith.pure.lisp ./tests/array.pur= e.lisp ./tests/assertoid.lisp ./tests/backq.impure.lisp ./tests/bit-vector.= impure-cload.lisp ./tests/bug-doug-mcnaught-20030914.lisp ./tests/bug204-te= st.lisp ./tests/character.pure.lisp ./tests/clocc-ansi-test-known-bugs.lisp= ./tests/clos-ignore.interactive.lisp ./tests/clos.impure-cload.lisp ./test= s/clos.impure.lisp ./tests/clos.pure.lisp ./tests/compiler-1.impure-cload.l= isp ./tests/compiler-output-test.lisp ./tests/compiler.impure-cload.lisp ./= tests/compiler.impure.lisp ./tests/compiler.pure-cload.lisp ./tests/compile= r.pure.lisp ./tests/compound-cons.impure.lisp ./tests/condition.impure.lisp= ./tests/condition.pure.lisp ./tests/debug.impure.lisp ./tests/define-compi= ler-macro.impure.lisp ./tests/defmacro-test.lisp ./tests/defstruct.impure.l= isp ./tests/deftype.impure.lisp ./tests/dump.impure-cload.lisp ./tests/dyna= mic-extent.impure.lisp ./tests/eval.impure.lisp ./tests/exhaust.impure.lisp= ./tests/external-format.impure.lisp ./tests/filesys.pure.lisp ./tests/floa= t.impure.lisp ./tests/float.pure.lisp ./tests/gcd.pure.lisp ./tests/gray-st= reams.impure.lisp ./tests/hash.impure.lisp ./tests/info.before-xc.lisp ./te= sts/info.impure.lisp ./tests/interface.impure.lisp ./tests/interface.pure.l= isp ./tests/lambda-list.pure.lisp ./tests/list.pure.lisp ./tests/load.impur= e.lisp ./tests/load.pure.lisp ./tests/loop.impure.lisp ./tests/loop.pure.li= sp ./tests/map-tests.impure.lisp ./tests/mop-1.impure-cload.lisp ./tests/mo= p-2.impure-cload.lisp ./tests/mop.impure-cload.lisp ./tests/mop.impure.lisp= ./tests/octets.pure.lisp ./tests/package-ctor-bug.lisp ./tests/package-loc= ks.impure.lisp ./tests/packages.impure.lisp ./tests/pathnames.impure.lisp .= /tests/pprint.impure.lisp ./tests/print.impure.lisp ./tests/properties.impu= re.lisp ./tests/pure.lisp ./tests/reader.impure.lisp ./tests/reader.pure.li= sp ./tests/seq.impure.lisp ./tests/seq.pure.lisp ./tests/setf.impure.lisp .= /tests/smoke.impure.lisp ./tests/static-alloc.impure.lisp ./tests/stream.im= pure-cload.lisp ./tests/stream.impure.lisp ./tests/stream.pure.lisp ./tests= /stress-gc.lisp ./tests/string.pure.lisp ./tests/symbol-macrolet-test.lisp = =2E/tests/threads.impure.lisp ./tests/time.pure.lisp ./tests/type.after-xc.= lisp ./tests/type.before-xc.lisp ./tests/type.impure.lisp ./tests/type.pure= =2Elisp ./tests/undefined-classoid-bug-1.lisp ./tests/undefined-classoid-bu= g-2.lisp ./tests/vector.pure.lisp ./tests/vm.before-xc.lisp ./tests/walk.im= pure.lisp ./tests/callback.impure.lisp ./tests/eucjp.impure.lisp ./tests/bi= valent-stream.impure.lisp ./tests/mop-3.impure-cload.lisp ./tests/mop-4.imp= ure-cload.lisp ./tests/mop-5.impure-cload.lisp ./tests/gc.impure.lisp ./tes= ts/hash.pure.lisp ./tests/run-tests.lisp ./tests/test-util.lisp ./tests/mop= =2Epure.lisp ./tests/timer.impure.lisp ./tests/mop-6.impure-cload.lisp ./te= sts/macroexpand.impure.lisp ./tools-for-build/ldso-stubs.lisp ./tools-for-b= uild/ucd.lisp ./debian/install-clc.lisp ./debian/fasl-version.lisp ./base-t= arget-features.lisp-expr ./build-order.lisp-expr ./common-lisp-exports.lisp= -expr ./package-data-list.lisp-expr ./version.lisp-expr ./src/code/early-de= fstruct-args.lisp-expr ./tests/eucjp-test.lisp-expr ./local-target-features= =2Elisp-expr ./contrib/sb-bsd-sockets/alien/get-h-errno.c ./contrib/sb-bsd-= sockets/alien/undefs.c ./contrib/sb-posix/alien/stat-macros.c ./contrib/sb-= posix/alien/waitpid-macros.c ./src/runtime/alloc.c ./src/runtime/alpha-arch= =2Ec ./src/runtime/alpha-linux-os.c ./src/runtime/alpha-osf1-os.c ./src/run= time/backtrace.c ./src/runtime/breakpoint.c ./src/runtime/bsd-os.c ./src/ru= ntime/cheneygc.c ./src/runtime/coreparse.c ./src/runtime/dynbind.c ./src/ru= ntime/gc-common.c ./src/runtime/gencgc.c ./src/runtime/globals.c ./src/runt= ime/hppa-arch.c ./src/runtime/hppa-linux-os.c ./src/runtime/interr.c ./src/= runtime/interrupt.c ./src/runtime/linux-os.c ./src/runtime/mips-arch.c ./sr= c/runtime/mips-linux-os.c ./src/runtime/monitor.c ./src/runtime/os-common.c= ./src/runtime/osf1-os.c ./src/runtime/parse.c ./src/runtime/ppc-arch.c ./s= rc/runtime/ppc-darwin-dlshim.c ./src/runtime/ppc-darwin-fix-rospace.c ./src= /runtime/ppc-darwin-langinfo.c ./src/runtime/ppc-darwin-mkrospace.c ./src/r= untime/ppc-darwin-os.c ./src/runtime/ppc-linux-os.c ./src/runtime/print.c .= /src/runtime/purify.c ./src/runtime/regnames.c ./src/runtime/run-program.c = =2E/src/runtime/runtime.c ./src/runtime/save.c ./src/runtime/search.c ./src= /runtime/sparc-arch.c ./src/runtime/sparc-linux-os.c ./src/runtime/sparc-su= nos-os.c ./src/runtime/sunos-os.c ./src/runtime/thread.c ./src/runtime/time= =2Ec ./src/runtime/trymap.c ./src/runtime/undefineds.c ./src/runtime/util.c= ./src/runtime/validate.c ./src/runtime/vars.c ./src/runtime/wrap.c ./src/r= untime/x86-64-arch.c ./src/runtime/x86-64-linux-os.c ./src/runtime/x86-arch= =2Ec ./src/runtime/x86-bsd-os.c ./src/runtime/x86-linux-os.c ./src/runtime/= x86-sunos-os.c ./tools-for-build/determine-endianness.c ./tools-for-build/g= rovel-headers.c ./tools-for-build/os-provides-dladdr-test.c ./tools-for-bui= ld/os-provides-dlopen-test.c ./tools-for-build/where-is-mcontext.c ./tools-= for-build/os-provides-putwc-test.c ./src/runtime/alloc.h ./src/runtime/alph= a-arch.h ./src/runtime/alpha-linux-os.h ./src/runtime/alpha-lispregs.h ./sr= c/runtime/alpha-osf1-os.h ./src/runtime/arch.h ./src/runtime/breakpoint.h .= /src/runtime/bsd-os.h ./src/runtime/cheneygc-internal.h ./src/runtime/core.= h ./src/runtime/dynbind.h ./src/runtime/fixnump.h ./src/runtime/gc-internal= =2Eh ./src/runtime/gc.h ./src/runtime/gencgc-alloc-region.h ./src/runtime/g= encgc-internal.h ./src/runtime/globals.h ./src/runtime/hppa-arch.h ./src/ru= ntime/hppa-linux-os.h ./src/runtime/hppa-lispregs.h ./src/runtime/interr.h = =2E/src/runtime/interrupt.h ./src/runtime/linux-os.h ./src/runtime/lispregs= =2Eh ./src/runtime/mips-arch.h ./src/runtime/mips-linux-os.h ./src/runtime/= mips-lispregs.h ./src/runtime/monitor.h ./src/runtime/os.h ./src/runtime/os= f1-os.h ./src/runtime/parse.h ./src/runtime/ppc-arch.h ./src/runtime/ppc-da= rwin-dlshim.h ./src/runtime/ppc-darwin-langinfo.h ./src/runtime/ppc-darwin-= os.h ./src/runtime/ppc-darwin-spacelist.h ./src/runtime/ppc-linux-os.h ./sr= c/runtime/ppc-lispregs.h ./src/runtime/print.h ./src/runtime/purify.h ./src= /runtime/runtime.h ./src/runtime/save.h ./src/runtime/search.h ./src/runtim= e/sparc-arch.h ./src/runtime/sparc-linux-os.h ./src/runtime/sparc-lispregs.= h ./src/runtime/sparc-sunos-os.h ./src/runtime/sunos-os.h ./src/runtime/thr= ead.h ./src/runtime/undefineds.h ./src/runtime/util.h ./src/runtime/validat= e.h ./src/runtime/vars.h ./src/runtime/x86-64-arch.h ./src/runtime/x86-64-l= inux-os.h ./src/runtime/x86-64-lispregs.h ./src/runtime/x86-arch.h ./src/ru= ntime/x86-bsd-os.h ./src/runtime/x86-linux-os.h ./src/runtime/x86-lispregs.= h ./src/runtime/x86-sunos-os.h ./src/runtime/target-arch.h ./src/runtime/ta= rget-lispregs.h ./src/runtime/target-arch-os.h ./src/runtime/target-os.h ./= src/runtime/sparc-funcdef.h /$scratchfilename=3D/tmp/canonicalize-whitespace-1.29829.tmp //entering make-host-1.sh //building cross-compiler, and doing first genesis make-host-1.sh: line 31: /usr/bin/clisp: No such file or directory make: *** [build-arch-stamp] Error 1 --------------------------------------- Received: (at 337994-done) by bugs.debian.org; 21 Nov 2005 07:26:03 +0000 >From pvaneynd at pvaneynd.mailworks.org Sun Nov 20 23:26:03 2005 Return-path: Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by spohr.debian.org with esmtp (Exim 4.50) id 1Ee63v-0002ja-1w; Sun, 20 Nov 2005 23:26:03 -0800 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 13CB6D0A72E; Mon, 21 Nov 2005 02:26:02 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 21 Nov 2005 02:26:02 -0500 X-Sasl-enc: 8dpSvU7lGWVuiUOs1a9VA4B38qC+SYqGaJ8zCiAozw1L 1132557961 Received: from sharrow (blueice4n2.uk.ibm.com [195.212.29.92]) by frontend2.messagingengine.com (Postfix) with ESMTP id 9399557141C; Mon, 21 Nov 2005 02:26:01 -0500 (EST) Received: by sharrow (Postfix, from userid 1000) id 4FF05179C90; Mon, 21 Nov 2005 08:26:00 +0100 (CET) Date: Mon, 21 Nov 2005 08:26:00 +0100 From: Peter Van Eynde To: 337994-done at bugs.debian.org, 338040-done at bugs.debian.org Subject: closing ftbs bugs fixed in newest version Message-ID: <20051121072600.GA22931 at pvaneynd.mailworks.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 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=-2.4 required=4.0 tests=BAYES_00,RCVD_IN_SORBS, RCVD_IN_SORBS_WEB autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 1:0.9.6.0-12 From owner at bugs.debian.org Mon Nov 21 07:33:10 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 20 Nov 2005 23:33:10 -0800 Subject: [cl-debian] Processed: closing 337994 In-Reply-To: <20051121072309.F2F68179C90@sharrow> References: <20051121072309.F2F68179C90@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > close 337994 1:0.9.6.0-12 Bug#337994: sbcl: ftbfs [sparc] /usr/bin/clisp: No such file or directory 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug marked as fixed in version 1:0.9.6.0-12, send any further explanations to Blars Blarson > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Mon Nov 21 07:33:20 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 20 Nov 2005 23:33:20 -0800 Subject: [cl-debian] Bug#338040: marked as done (sbcl_1:0.9.6.0-9_powerpc: FTBFS: header files do not match between first and second GENESIS) In-Reply-To: <20051121072600.GA22931@pvaneynd.mailworks.org> References: <20051121072600.GA22931@pvaneynd.mailworks.org> <20051107221621.GH27800@debianrules.debiancolombia.org> Message-ID: Your message dated Mon, 21 Nov 2005 08:26:00 +0100 with message-id <20051121072600.GA22931 at pvaneynd.mailworks.org> and subject line closing ftbs bugs fixed in newest version 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; 7 Nov 2005 22:16:53 +0000 >From anibal at nukak.apana.org.au Mon Nov 07 14:16:53 2005 Return-path: Received: from cpe-60-224-169-227.vic.bigpond.net.au (nukak.apana.org.au) [60.224.169.227] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EZFIL-000495-00; Mon, 07 Nov 2005 14:16:53 -0800 Received: by nukak.apana.org.au (Postfix, from userid 1000) id 43F9C684273; Tue, 8 Nov 2005 09:16:21 +1100 (EST) Date: Tue, 8 Nov 2005 09:16:21 +1100 From: Anibal Monsalve Salazar To: submit at bugs.debian.org Subject: sbcl_1:0.9.6.0-9_powerpc: FTBFS: header files do not match between first and second GENESIS Message-ID: <20051107221621.GH27800 at debianrules.debiancolombia.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VMhsiW+7XpUIWSNT" Content-Disposition: inline User-Agent: Mutt/1.5.11 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.5 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 --VMhsiW+7XpUIWSNT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Package: sbcl Severity: serious Version: 1:0.9.6.0-9 Tags: sid Justification: fails to build from source There was an error while trying to autobuild your package: Automatic build of sbcl_1:0.9.6.0-9 on voltaire by sbuild/powerpc 69 Build started at 20051105-1437 [...] ** Using build dependencies supplied by package: Build-Depends: bash, debhelper (>> 4.1.16), clisp (>= 1:2.35-7), texinfo, tetex-bin, time, locales, gcc-3.4 [sparc] [...] *** - EVAL: variable *TARGET-OBJECT-FILE-NAMES* has no value //testing for consistency of first and second GENESIS passes diff: output/genesis-2: No such file or directory error: header files do not match between first and second GENESIS make: *** [build-arch-stamp] Error 1 Full build logs are available on buildd.debian.org. Please refer to the build log at: http://buildd.debian.org/fetch.php?&pkg=sbcl&ver=1%3A0.9.6.0-9&arch=powerpc&stamp=1131223259&file=log&as=raw Anibal Monsalve Salazar -- .''`. Debian GNU/Linux : :' : Free Operating System `. `' http://debian.org/ `- http://v7w.com/anibal --VMhsiW+7XpUIWSNT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDb9I1gY5NIXPNpFURAnkAAKDKAB8bzTCXL8wsTuu5HKieal3TawCfWZPs oUmDN5kzlIa1/8El2W0Uer8= =EanI -----END PGP SIGNATURE----- --VMhsiW+7XpUIWSNT-- --------------------------------------- Received: (at 338040-done) by bugs.debian.org; 21 Nov 2005 07:26:03 +0000 >From pvaneynd at pvaneynd.mailworks.org Sun Nov 20 23:26:03 2005 Return-path: Received: from out4.smtp.messagingengine.com ([66.111.4.28]) by spohr.debian.org with esmtp (Exim 4.50) id 1Ee63v-0002ja-1w; Sun, 20 Nov 2005 23:26:03 -0800 Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 13CB6D0A72E; Mon, 21 Nov 2005 02:26:02 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 21 Nov 2005 02:26:02 -0500 X-Sasl-enc: 8dpSvU7lGWVuiUOs1a9VA4B38qC+SYqGaJ8zCiAozw1L 1132557961 Received: from sharrow (blueice4n2.uk.ibm.com [195.212.29.92]) by frontend2.messagingengine.com (Postfix) with ESMTP id 9399557141C; Mon, 21 Nov 2005 02:26:01 -0500 (EST) Received: by sharrow (Postfix, from userid 1000) id 4FF05179C90; Mon, 21 Nov 2005 08:26:00 +0100 (CET) Date: Mon, 21 Nov 2005 08:26:00 +0100 From: Peter Van Eynde To: 337994-done at bugs.debian.org, 338040-done at bugs.debian.org Subject: closing ftbs bugs fixed in newest version Message-ID: <20051121072600.GA22931 at pvaneynd.mailworks.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 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=-2.4 required=4.0 tests=BAYES_00,RCVD_IN_SORBS, RCVD_IN_SORBS_WEB autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Version: 1:0.9.6.0-12 From owner at bugs.debian.org Mon Nov 21 07:33:08 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 20 Nov 2005 23:33:08 -0800 Subject: [cl-debian] Processed: notfound 338296 in 4.19 In-Reply-To: <20051121071843.CF083179C90@sharrow> References: <20051121071843.CF083179C90@sharrow> Message-ID: Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.8 > notfound 338296 4.19 Bug#338296: common-lisp-controller 4.15sarge2 broke clisp+cl-asdf Bug marked as not found in version 4.19. (By the way, this Bug is currently marked as done.) > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From robin at debian.org Tue Nov 22 04:04:42 2005 From: robin at debian.org (Robin Verduijn) Date: Mon, 21 Nov 2005 23:04:42 -0500 Subject: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem Message-ID: Package: clisp Version: 2.35-8 Severity: important The clisp package contains an invalid symbolic link: /usr/lib/clisp/base/lispinit.mem --> ../full/lispinit.mem The file /usr/lib/clisp/full/lispinit-orig.mem DOES exist, but consequently clisp fails to start up, giving the user the following error: /usr/lib/clisp/base/lisp.run: operating system error during load of initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] errno = ENOENT: No such file or directory. It seems like simply renaming lispinit-orig.mem to lispinit.mem in the packaging should do the trick, unless I'm missing something. Thanks, - robin -- 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.14-a30p Locale: LANG=C, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15) From pvaneynd at debian.org Tue Nov 22 04:28:47 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 22 Nov 2005 05:28:47 +0100 Subject: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: References: Message-ID: <200511220528.50108.pvaneynd@debian.org> On Tuesday 22 November 2005 05:04, Robin Verduijn wrote: > Package: clisp > Version: 2.35-8 > Severity: important > > The clisp package contains an invalid symbolic link: > /usr/lib/clisp/base/lispinit.mem --> ../full/lispinit.mem ... > It seems like simply renaming lispinit-orig.mem to lispinit.mem in the > packaging should do the trick, unless I'm missing something. > Well. During configuration, clisp uses the -orig file to load and install common-lisp-controller and then priduce the lispinit.mem file. But be aware the common-lisp-controller before version 4.26 would not correctly propagate a failure to configure back to dpkg, so the packaging system might think clisp got configured while in fact it did not. Could you try to run /usr/sbin/register-common-lisp-implementation "clisp" as root and report the generated output? Does it still fail after this? 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 cl-debian at pvaneynd.mailworks.org Tue Nov 22 05:17:46 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Tue, 22 Nov 2005 06:17:46 +0100 Subject: [cl-debian] ubuntu contacts? Message-ID: <200511220617.47133.cl-debian@pvaneynd.mailworks.org> Hello, I've tried in vain getting some sort of relation with the ubuntu MOTU w.r.t. the CL debian packages, but the ubuntu IRC culture seems not to go well with me. Is there someone who knows ubuntu enough to be 'official liaison officer'? 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 waldi at debian.org Tue Nov 22 10:33:04 2005 From: waldi at debian.org (Bastian Blank) Date: Tue, 22 Nov 2005 11:33:04 +0100 Subject: [cl-debian] Bug#340274: clisp - fails to uninstall In-Reply-To: <20051122042125.9000A2315E@debian-31.osdl.marist.edu> References: <20051122042125.9000A2315E@debian-31.osdl.marist.edu> Message-ID: <20051122103304.GX5883@mobilewave> Package: clisp Version: 1:2.35-8 Severity: grave > Removing clisp ... > Purging configuration files for clisp ... > rmdir: /usr/lib/clisp/full: No such file or directory > dpkg: error processing clisp (--purge): > subprocess post-removal script returned error exit status 1 Bastian From luca at pca.it Tue Nov 22 11:31:42 2005 From: luca at pca.it (Luca Capello) Date: Tue, 22 Nov 2005 12:31:42 +0100 Subject: Bug#340274: [cl-debian] Bug#340274: clisp - fails to uninstall In-Reply-To: <20051122103304.GX5883@mobilewave> References: <20051122042125.9000A2315E@debian-31.osdl.marist.edu> <20051122103304.GX5883@mobilewave> Message-ID: <87acfwvrz5.fsf@gismo.pca.it> Hello! On Tue 22 Nov 2005 11:33 +0100, Bastian Blank wrote: > Package: clisp > Version: 1:2.35-8 > Severity: grave > >> Removing clisp ... >> Purging configuration files for clisp ... >> rmdir: /usr/lib/clisp/full: No such file or directory >> dpkg: error processing clisp (--purge): >> subprocess post-removal script returned error exit status 1 Strangely, not on my unstable: ===== gismo:/home/luca# dpkg -s clisp | grep Version Version: 1:2.35-8 gismo:/home/luca# dpkg --purge clisp (Reading database ... 105463 files and directories currently installed.) Removing clisp ... Purging configuration files for clisp ... gismo:/home/luca# ===== And a new install+purge cycle after the above seems ok: ===== gismo:/home/luca# apt-get install clisp Reading package lists... Done Building dependency tree... Done Suggested packages: clisp-doc clisp-dev The following NEW packages will be installed: clisp 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 2837kB of archives. After unpacking 7913kB of additional disk space will be used. Get:1 http://mirror.switch.ch testing/main clisp 1:2.35-8 [2837kB] Fetched 2837kB in 1s (1861kB/s) Reading package fields... Done Reading package status... Done Retrieving bug reports... Done Selecting previously deselected package clisp. (Reading database ... 105419 files and directories currently installed.) Unpacking clisp (from .../clisp_1%3a2.35-8_i386.deb) ... Setting up clisp (2.35-8) ... Installing clc... ;; Loading file /usr/lib/clisp/install-clc.lisp ... ;; Loading file /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp ... ;; Loaded file /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp WARNING: LOOP: After THE a plural loop keyword is required, not HASH-KEY ;; Loaded file /usr/lib/clisp/install-clc.lisp gismo:/home/luca# dpkg --purge clisp (Reading database ... 105463 files and directories currently installed.) Removing clisp ... Purging configuration files for clisp ... gismo:/home/luca# ===== 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 waldi at debian.org Tue Nov 22 11:56:00 2005 From: waldi at debian.org (Bastian Blank) Date: Tue, 22 Nov 2005 12:56:00 +0100 Subject: Bug#340274: [cl-debian] Bug#340274: clisp - fails to uninstall In-Reply-To: <87acfwvrz5.fsf@gismo.pca.it> References: <20051122042125.9000A2315E@debian-31.osdl.marist.edu> <20051122103304.GX5883@mobilewave> <87acfwvrz5.fsf@gismo.pca.it> Message-ID: <20051122115600.GA12927@wavehammer.waldi.eu.org> On Tue, Nov 22, 2005 at 12:31:42PM +0100, Luca Capello wrote: > Hello! > > On Tue 22 Nov 2005 11:33 +0100, Bastian Blank wrote: > > Package: clisp > > Version: 1:2.35-8 > > Severity: grave > > > >> Removing clisp ... > >> Purging configuration files for clisp ... > >> rmdir: /usr/lib/clisp/full: No such file or directory > >> dpkg: error processing clisp (--purge): > >> subprocess post-removal script returned error exit status 1 > > And a new install+purge cycle after the above seems ok: You have some files left in /usr/lib/clisp/full? /usr/lib/clisp/full is supplied by the package clisp and deleted by dpkg before purge if it is not supplied by something else. Bastian -- What kind of love is that? Not to be loved; never to have shown love. -- Commissioner Nancy Hedford, "Metamorphosis", stardate 3219.8 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: Digital signature URL: From luca at pca.it Tue Nov 22 13:42:15 2005 From: luca at pca.it (Luca Capello) Date: Tue, 22 Nov 2005 14:42:15 +0100 Subject: Bug#340274: [cl-debian] Bug#340274: clisp - fails to uninstall In-Reply-To: <20051122115600.GA12927@wavehammer.waldi.eu.org> References: <20051122042125.9000A2315E@debian-31.osdl.marist.edu> <20051122103304.GX5883@mobilewave> <87acfwvrz5.fsf@gismo.pca.it> <20051122115600.GA12927@wavehammer.waldi.eu.org> Message-ID: <87zmnwu7d4.fsf@gismo.pca.it> Hello! On Tue 22 Nov 2005 12:56 +0100, Bastian Blank wrote: > On Tue, Nov 22, 2005 at 12:31:42PM +0100, Luca Capello wrote: >> And a new install+purge cycle after the above seems ok: > > You have some files left in /usr/lib/clisp/full? /usr/lib/clisp/full > is supplied by the package clisp Here the log: ===== gismo:/home/luca# dpkg -s clisp | grep Version gismo:/home/luca# ls /usr/lib | grep clisp gismo:/home/luca# apt-get install clisp Reading package lists... Done Building dependency tree... Done Suggested packages: clisp-doc clisp-dev The following NEW packages will be installed: clisp 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 2837kB of archives. After unpacking 7913kB of additional disk space will be used. Get:1 http://mirror.switch.ch testing/main clisp 1:2.35-8 [2837kB] Fetched 2837kB in 1s (2690kB/s) Reading package fields... Done Reading package status... Done Retrieving bug reports... Done Selecting previously deselected package clisp. (Reading database ... 105419 files and directories currently installed.) Unpacking clisp (from .../clisp_1%3a2.35-8_i386.deb) ... Setting up clisp (2.35-8) ... Installing clc... ;; Loading file /usr/lib/clisp/install-clc.lisp ... ;; Loading file /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp ... ;; Loaded file /usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp WARNING: LOOP: After THE a plural loop keyword is required, not HASH-KEY ;; Loaded file /usr/lib/clisp/install-clc.lisp gismo:/home/luca# ls /usr/lib | grep clisp clisp gismo:/home/luca# dpkg --purge clisp (Reading database ... 105463 files and directories currently installed.) Removing clisp ... Purging configuration files for clisp ... gismo:/home/luca# ls /usr/lib | grep clisp gismo:/home/luca# ===== As you can see, it seems working correctly. Compiling cl-s-xml (the first CL library I randomly got) between the install and the purge doesn't change anything. > and deleted by dpkg before purge if it is not supplied by something > else. Exactly: ===== gismo:/home/luca# apt-file update gismo:/home/luca# apt-file search lib/clisp clisp: usr/lib/clisp/base/calls.o clisp: usr/lib/clisp/base/clx-preload.lisp clisp: usr/lib/clisp/base/clx.fas clisp: usr/lib/clisp/base/clx.lisp clisp: usr/lib/clisp/base/clx.o clisp: usr/lib/clisp/base/gettext.o clisp: usr/lib/clisp/base/image.fas clisp: usr/lib/clisp/base/image.lisp clisp: usr/lib/clisp/base/linux.o clisp: usr/lib/clisp/base/lisp.run clisp: usr/lib/clisp/base/lispinit.mem clisp: usr/lib/clisp/base/modules.o clisp: usr/lib/clisp/base/regex.o clisp: usr/lib/clisp/base/regexi.o clisp: usr/lib/clisp/data/UnicodeDataFull.txt clisp: usr/lib/clisp/data/clhs.txt clisp: usr/lib/clisp/full/calls.o clisp: usr/lib/clisp/full/clx-preload.lisp clisp: usr/lib/clisp/full/clx.fas clisp: usr/lib/clisp/full/clx.lisp clisp: usr/lib/clisp/full/clx.o clisp: usr/lib/clisp/full/gettext.o clisp: usr/lib/clisp/full/image.fas clisp: usr/lib/clisp/full/image.lisp clisp: usr/lib/clisp/full/linux.o clisp: usr/lib/clisp/full/lisp.run clisp: usr/lib/clisp/full/lispinit-orig.mem clisp: usr/lib/clisp/full/lispinit.mem clisp: usr/lib/clisp/full/modules.o clisp: usr/lib/clisp/full/regex.o clisp: usr/lib/clisp/full/regexi.o clisp: usr/lib/clisp/install-clc.lisp clisp-dev: usr/lib/clisp/base/libavcall.a clisp-dev: usr/lib/clisp/base/libcallback.a clisp-dev: usr/lib/clisp/base/libcharset.a clisp-dev: usr/lib/clisp/base/libnoreadline.a clisp-dev: usr/lib/clisp/base/lisp.a clisp-dev: usr/lib/clisp/base/makevars clisp-dev: usr/lib/clisp/base/modules.h clisp-dev: usr/lib/clisp/clisp-link clisp-dev: usr/lib/clisp/full/libavcall.a clisp-dev: usr/lib/clisp/full/libcallback.a clisp-dev: usr/lib/clisp/full/libcharset.a clisp-dev: usr/lib/clisp/full/libnoreadline.a clisp-dev: usr/lib/clisp/full/lisp.a clisp-dev: usr/lib/clisp/full/makevars clisp-dev: usr/lib/clisp/full/modules.h clisp-dev: usr/lib/clisp/linkkit/clisp.h clisp-dev: usr/lib/clisp/linkkit/exporting.lisp clisp-dev: usr/lib/clisp/linkkit/modprep.lisp clisp-dev: usr/lib/clisp/linkkit/modules.c clisp-dev: usr/lib/clisp/linkkit/modules.d mcvs: usr/lib/clisp/meta-cvs/lisp.run mcvs: usr/lib/clisp/meta-cvs/lispinit.mem gismo:/home/luca# ===== I guess the problem is in your machine or not in clisp but in clisp-dev or mcvs. I can install and purge them if necessary ;-) 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 Tue Nov 22 14:12:02 2005 From: luca at pca.it (Luca Capello) Date: Tue, 22 Nov 2005 15:12:02 +0100 Subject: [cl-debian] ubuntu contacts? In-Reply-To: <200511220617.47133.cl-debian@pvaneynd.mailworks.org> References: <200511220617.47133.cl-debian@pvaneynd.mailworks.org> Message-ID: <87br0cu5zh.fsf@gismo.pca.it> Hi Peter! On Tue 22 Nov 2005 06:17 +0100, Peter Van Eynde wrote: > I've tried in vain getting some sort of relation with the ubuntu > MOTU w.r.t. the CL debian packages, but the ubuntu IRC culture > seems not to go well with me. Is there someone who knows ubuntu > enough to be 'official liaison officer'? When my CL packages of BESE software [1] entered the last official Ubuntu, I was kindly contacted by Daniel Holbach (cc:ed): AFAIK he's motivated to help. Thx, bye, Gismo / Luca PS, Daniel, I hope you don't mind if I cc:ed you, I don't know if you're subscribed or not :-) [1] http://common-lisp.net/project/bese/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From daniel.holbach at ubuntu.com Tue Nov 22 17:49:17 2005 From: daniel.holbach at ubuntu.com (Daniel Holbach) Date: Tue, 22 Nov 2005 18:49:17 +0100 Subject: [cl-debian] ubuntu contacts? In-Reply-To: <87br0cu5zh.fsf@gismo.pca.it> References: <200511220617.47133.cl-debian@pvaneynd.mailworks.org> <87br0cu5zh.fsf@gismo.pca.it> Message-ID: <1132681758.13922.1.camel@localhost.localdomain> Hi everybody, On Di, 2005-11-22 at 15:12 +0100, Luca Capello wrote: > On Tue 22 Nov 2005 06:17 +0100, Peter Van Eynde wrote: > > I've tried in vain getting some sort of relation with the ubuntu > > MOTU w.r.t. the CL debian packages, but the ubuntu IRC culture > > seems not to go well with me. Is there someone who knows ubuntu > > enough to be 'official liaison officer'? What are the problems, you are referring to? > PS, Daniel, I hope you don't mind if I cc:ed you, I don't know if > you're subscribed or not :-) Not at all. If I can, I'm happy to help. Have a nice day, Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From cl-debian at pvaneynd.mailworks.org Tue Nov 22 20:11:50 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Tue, 22 Nov 2005 21:11:50 +0100 Subject: [cl-debian] ubuntu contacts? In-Reply-To: <1132681758.13922.1.camel@localhost.localdomain> References: <200511220617.47133.cl-debian@pvaneynd.mailworks.org> <87br0cu5zh.fsf@gismo.pca.it> <1132681758.13922.1.camel@localhost.localdomain> Message-ID: <200511222111.51876.cl-debian@pvaneynd.mailworks.org> Hello, On Tuesday 22 November 2005 18:49, Daniel Holbach wrote: > > > MOTU w.r.t. the CL debian packages, but the ubuntu IRC culture > > > seems not to go well with me. Is there someone who knows ubuntu > > > enough to be 'official liaison officer'? > > What are the problems, you are referring to? Well they are mostly a problem of communication and lack of understanding of ubuntu procedures: - Exactly how are debian updates propagated?: - I see that while clc is pretty current on dapper, clisp or sbcl aren't so current, sbcl is still at some ancient level (1:0.9.2.0-3). How can we fix this? In general, how can we advise what version we think is suitable for a release, esp. with the long live of dapper this seems an important question. - hoary is still at clc 4.12 and is vulnerable to the security problem. How do we fix this? - Where do ubuntu bugs go? I've searched the wiki and other resources, but failed to answer these questions. 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 daniel.holbach at ubuntu.com Tue Nov 22 22:23:18 2005 From: daniel.holbach at ubuntu.com (Daniel Holbach) Date: Tue, 22 Nov 2005 23:23:18 +0100 Subject: [cl-debian] ubuntu contacts? In-Reply-To: <200511222111.51876.cl-debian@pvaneynd.mailworks.org> References: <200511220617.47133.cl-debian@pvaneynd.mailworks.org> <87br0cu5zh.fsf@gismo.pca.it> <1132681758.13922.1.camel@localhost.localdomain> <200511222111.51876.cl-debian@pvaneynd.mailworks.org> Message-ID: <1132698199.17179.10.camel@localhost> Hi everybody, On Di, 2005-11-22 at 21:11 +0100, Peter Van Eynde wrote: > - Exactly how are debian updates propagated?: In times before Upstream Version Freeze (UVF) [1], source packages are automatically imported from Debian, if no Ubuntu changes exist, in every other case, they have to be merged manually. [1] https://wiki.ubuntu.com/DapperReleaseSchedule > - I see that while clc is pretty current on dapper, clisp or sbcl aren't > so current, sbcl is still at some ancient level (1:0.9.2.0-3). How can we fix > this? [2] describes the current workflow of the MOTU team on merges, but some investigation shows, that sbcl for example repeatedly FTBFS [3]. Build Logs are linked from [4]. [2] https://wiki.ubuntu.com/MOTUToMerge [3] http://people.ubuntu.com/~lamont/buildLogs/s/sbcl/ [4] http://packages.ubuntu.com > In general, how can we advise what version we think is suitable for a > release, esp. with the long live of dapper this seems an important question. > - hoary is still at clc 4.12 and is vulnerable to the security problem. How > do we fix this? ubuntu-devel at lists.ubuntu.com is certainly suitable for these things. > - Where do ubuntu bugs go? Soon we will do the full transition to [5], but at the moment 'main' packages are still reported in [6]. [5] http://launchpad.net/malone [6] http://bugzilla.ubuntu.com > I've searched the wiki and other resources, but failed to answer these > questions. I hope, I could bring some light into this. Have a nice day, Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From robin at debian.org Wed Nov 23 01:07:06 2005 From: robin at debian.org (Robin) Date: Tue, 22 Nov 2005 20:07:06 -0500 Subject: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: <200511220528.50108.pvaneynd@debian.org> References: <200511220528.50108.pvaneynd@debian.org> Message-ID: <20051123010706.GA2629@robin-laptop> What package is /usr/sbin/register-common-lisp-implementation supposed to be in? It's not in clisp or clisp-dev. Thanks, - robin Peter Van Eynde (pvaneynd at debian.org) wrote on 05:28:47AM 22/11/05: > Could you try to run > /usr/sbin/register-common-lisp-implementation "clisp" > as root and report the generated output? Does it still fail after this? From erick at fsl.org.mx Wed Nov 23 01:39:52 2005 From: erick at fsl.org.mx (Erick Ivaan Lopez Carreon) Date: Tue, 22 Nov 2005 19:39:52 -0600 Subject: Bug#340250: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: <20051123010706.GA2629@robin-laptop> References: <200511220528.50108.pvaneynd@debian.org> <20051123010706.GA2629@robin-laptop> Message-ID: <1132709992.3794.4.camel@localhost.localdomain> On Tue, 2005-11-22 at 20:07 -0500, Robin wrote: > What package is /usr/sbin/register-common-lisp-implementation supposed to be > in? It's not in clisp or clisp-dev. > > Thanks, > - robin > dpkg -S register-common-lisp-implementation Friendly. -- Erick Ivaan Lopez Carreon -- erick at fsl.org.mx PGP Key 1024D/9741C03A 2004-11-19 Key fingerprint = 1764 3C6F B433 B2DD 9029 98B1 8E6B 58D3 9741 C03A -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fahree at gmail.com Wed Nov 23 01:59:01 2005 From: fahree at gmail.com (=?UTF-8?Q?Far=C3=A9?=) Date: Tue, 22 Nov 2005 20:59:01 -0500 Subject: Bug#340250: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: <1132709992.3794.4.camel@localhost.localdomain> References: <200511220528.50108.pvaneynd@debian.org> <20051123010706.GA2629@robin-laptop> <1132709992.3794.4.camel@localhost.localdomain> Message-ID: <653bea160511221759x7e219c0bk@mail.gmail.com> On 22/11/05, Erick Ivaan Lopez Carreon wrote: > On Tue, 2005-11-22 at 20:07 -0500, Robin wrote: >> What package is /usr/sbin/register-common-lisp-implementation supposed to be >> in? It's not in clisp or clisp-dev. > dpkg -S register-common-lisp-implementation Or better, apt-get install dlocate dlocate register-common-lisp-implementation [ Fran?ois-Ren? ?VB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Dost thou love life? Then do not squander time, for that's the stuff life is made of. -- Benjamin Franklin From pvaneynd at debian.org Wed Nov 23 04:33:22 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 23 Nov 2005 05:33:22 +0100 Subject: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: <20051123010706.GA2629@robin-laptop> References: <200511220528.50108.pvaneynd@debian.org> <20051123010706.GA2629@robin-laptop> Message-ID: <200511230533.23559.pvaneynd@debian.org> On Wednesday 23 November 2005 02:07, Robin wrote: > What package is /usr/sbin/register-common-lisp-implementation supposed to > be in? It's not in clisp or clisp-dev. common-lisp-controller get version >= 4.26 or the failure to configure an implementation will not be reported back to dpkg. 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 cl-debian at pvaneynd.mailworks.org Wed Nov 23 04:42:42 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Wed, 23 Nov 2005 05:42:42 +0100 Subject: [cl-debian] debconf6? Message-ID: <200511230542.43135.cl-debian@pvaneynd.mailworks.org> Anybody intending to go to debconf6? Interest in a CL talk? 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 nicolas.neuss at ortler.iwr.uni-heidelberg.de Wed Nov 23 14:05:19 2005 From: nicolas.neuss at ortler.iwr.uni-heidelberg.de (Nicolas Neuss) Date: Wed, 23 Nov 2005 15:05:19 +0100 Subject: [cl-debian] Bug#340442: cl-swank: Removing package leaves variable slime-backend set Message-ID: Package: cl-swank Severity: normal I encountered problems using the SLIME package with SBCL. Then I wanted to switch to CVS Slime by removing the slime and cl-swank packages. Strangely, this did not work, because even after "emacs -q" the variable slime-backend is still set to "/usr/share/common-lisp/source/slime/swank-loader.lisp" -- 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.8-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) From erick at fsl.org.mx Wed Nov 23 15:41:42 2005 From: erick at fsl.org.mx (Erick Ivaan Lopez Carreon) Date: Wed, 23 Nov 2005 09:41:42 -0600 Subject: [cl-debian] debconf6? In-Reply-To: <200511230542.43135.cl-debian@pvaneynd.mailworks.org> References: <200511230542.43135.cl-debian@pvaneynd.mailworks.org> Message-ID: <1132760502.3844.3.camel@localhost.localdomain> On Wed, 2005-11-23 at 05:42 +0100, Peter Van Eynde wrote: > Anybody intending to go to debconf6? Interest in a CL talk? > I'm mexica, and i'm "very" interested in CL talk(s), so at least you have one assistant/public ;) I hope to see you in Oaxtepec next year :) Greetings! -- Erick Ivaan Lopez Carreon -- erick at fsl.org.mx PGP Key 1024D/9741C03A 2004-11-19 Key fingerprint = 1764 3C6F B433 B2DD 9029 98B1 8E6B 58D3 9741 C03A "Sacred Cows Make Gourmet Burgers" "La vacas sagradas proporcionan excelentes bisteces" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From owner at packages.qa.debian.org Wed Nov 23 17:51:37 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Wed, 23 Nov 2005 11:51:37 -0600 Subject: [cl-debian] Re: Web subscription for tbnl package Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From alceste at muvara.org Wed Nov 23 18:14:20 2005 From: alceste at muvara.org (Alceste Scalas) Date: Wed, 23 Nov 2005 19:14:20 +0100 Subject: [cl-debian] TBNL status In-Reply-To: References: Message-ID: <1132769660.9062.24.camel@localhost.localdomain> Il giorno mer, 23/11/2005 alle 11.51 -0600, owner at packages.qa.debian.org ha scritto: > > subscribe tbnl cl-debian at common-lisp.net > tbnl is neither a source package nor a binary package. > It may be a 'virtual package' or a mistake... Uh? Anyway... here's a status update about TBNL. It has been accepted yesterday by ftp-master, but two dependencies are still missing: 1. cl-url-rewrite; 2. cl-rfc2388. url-rewrite has been submitted by Peter along with TBNL itself, I hope it will be accepted soon :-) But rfc2388 is out of my control... was it uploaded? The darcs repository shows a "tagged DEBIAN_rfc2388_1.1-2", but the package itself is not available on Debian repositories... Regards, alceste, who didn't check the cl-rfc2388 package availability -- 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 robin at debian.org Wed Nov 23 18:38:50 2005 From: robin at debian.org (Robin Verduijn) Date: Wed, 23 Nov 2005 12:38:50 -0600 Subject: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: <200511230533.23559.pvaneynd@debian.org> References: <200511220528.50108.pvaneynd@debian.org> <20051123010706.GA2629@robin-laptop> <200511230533.23559.pvaneynd@debian.org> Message-ID: <20051123183850.GA22476@master.debian.org> Ehm... why doesn't clisp declare a dependency on common-lisp-controller anymore? On Wed, Nov 23, 2005 at 05:33:22AM +0100, Peter Van Eynde wrote: > On Wednesday 23 November 2005 02:07, Robin wrote: > > What package is /usr/sbin/register-common-lisp-implementation supposed to > > be in? It's not in clisp or clisp-dev. > > common-lisp-controller get version >= 4.26 or the failure to configure an > implementation will not be reported back to dpkg. > > 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 Wed Nov 23 19:54:37 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Wed, 23 Nov 2005 13:54:37 -0600 Subject: [cl-debian] Re: CONFIRM c4bc1f1232a523c33bd3a38009fd439a In-Reply-To: <20051123195431.GA30863@pvaneynd.mailworks.org> References: <20051123195431.GA30863@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From pvaneynd at debian.org Wed Nov 23 20:57:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Wed, 23 Nov 2005 21:57:05 +0100 Subject: [cl-debian] Bug#340250: clisp: Package contains invalid link for base/lispinit.mem In-Reply-To: <20051123183850.GA22476@master.debian.org> References: <200511230533.23559.pvaneynd@debian.org> <20051123183850.GA22476@master.debian.org> Message-ID: <200511232157.18316.pvaneynd@debian.org> On Wednesday 23 November 2005 19:38, Robin Verduijn wrote: > Ehm... why doesn't clisp declare a dependency on common-lisp-controller > anymore? It ... Could someone pass me the brown paper bag please? 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 Thu Nov 24 07:59:31 2005 From: luca at pca.it (Luca Capello) Date: Thu, 24 Nov 2005 08:59:31 +0100 Subject: [cl-debian] TBNL status In-Reply-To: <1132769660.9062.24.camel@localhost.localdomain> References: <1132769660.9062.24.camel@localhost.localdomain> Message-ID: <87psoqmq70.fsf@gismo.pca.it> Hello! On Wed 23 Nov 2005 19:14 +0100, Alceste Scalas wrote: > Anyway... here's a status update about TBNL. [...] > But rfc2388 is out of my control... was it uploaded? The darcs > repository shows a "tagged DEBIAN_rfc2388_1.1-2", but the package > itself is not available on Debian repositories... [...] > alceste, who didn't check the cl-rfc2388 package availability rfc2388 should be in Peter's uploading list, so I think he haven't found the time to upload yet ;-) It's important also for UCW [1], which I hope to finish packaging before Christmas (ah, university...). Thx, bye, Gismo / Luca [1] http://common-lisp.net/project/ucw/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From luca at pca.it Thu Nov 24 06:44:14 2005 From: luca at pca.it (Luca Capello) Date: Thu, 24 Nov 2005 07:44:14 +0100 Subject: [cl-debian] debconf6? In-Reply-To: <200511230542.43135.cl-debian@pvaneynd.mailworks.org> References: <200511230542.43135.cl-debian@pvaneynd.mailworks.org> Message-ID: <874q62zgsh.fsf@gismo.pca.it> Hello! On Wed 23 Nov 2005 05:42 +0100, Peter Van Eynde wrote: > Anybody intending to go to debconf6? Interest in a CL talk? I'm planning to go, but I clearly don't have such a good CL knowledge to give a talk :-( 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 Thu Nov 24 10:13:07 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 24 Nov 2005 11:13:07 +0100 Subject: [cl-debian] Bug#340442: cl-swank: Removing package leaves variable slime-backend set In-Reply-To: References: Message-ID: <200511241113.13756.pvaneynd@debian.org> On Wednesday 23 November 2005 15:05, Nicolas Neuss wrote: > Package: cl-swank > Severity: normal > > I encountered problems using the SLIME package with SBCL. Then I wanted > to switch to CVS Slime by removing the slime and cl-swank packages. > Strangely, this did not work, because even after "emacs -q" the variable > slime-backend is still set to > "/usr/share/common-lisp/source/slime/swank-loader.lisp" I fear I cannot reproduce this. Can you find out where the slime-backend variable comes from? Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson| From pvaneynd at debian.org Thu Nov 24 11:02:27 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 24 Nov 2005 03:02:27 -0800 Subject: [cl-debian] Accepted slime 1:20051122-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 24 Nov 2005 09:48:03 +0100 Source: slime Binary: cl-swank slime Architecture: source all Version: 1:20051122-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:20051122-1) unstable; urgency=low . * New upstream Files: 4a91b8fbc1bb82f6791a710e81c8a153 605 non-free/devel optional slime_20051122-1.dsc 4303be4aedff7987510e97acd8378013 429285 non-free/devel optional slime_20051122.orig.tar.gz 19b7245e7ebe15569c9926ec872fc46a 10496 non-free/devel optional slime_20051122-1.diff.gz 51c3c539cc337a7b20ddb4421a7e711e 542114 non-free/devel optional slime_20051122-1_all.deb bc4d02aae12a9143fa03b15f4bbca730 286544 non-free/devel optional cl-swank_20051122-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhZLn11ldN0tyliURAkcEAJ9Zstl7cILRzgL3Tdf7av+OmZ23uQCdHuhc nTtfm9usiKNERb5bjDEwwDo= =Hcm2 -----END PGP SIGNATURE----- Accepted: cl-swank_20051122-1_all.deb to pool/non-free/s/slime/cl-swank_20051122-1_all.deb slime_20051122-1.diff.gz to pool/non-free/s/slime/slime_20051122-1.diff.gz slime_20051122-1.dsc to pool/non-free/s/slime/slime_20051122-1.dsc slime_20051122-1_all.deb to pool/non-free/s/slime/slime_20051122-1_all.deb slime_20051122.orig.tar.gz to pool/non-free/s/slime/slime_20051122.orig.tar.gz From pvaneynd at debian.org Thu Nov 24 11:02:10 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 24 Nov 2005 03:02:10 -0800 Subject: [cl-debian] Accepted clisp 1:2.35-9 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 24 Nov 2005 07:21:17 +0100 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-9 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: 340250 Changes: clisp (1:2.35-9) unstable; urgency=low . * fixed dependency on common-lisp-controller. Forgot to add ${misc:Depends} to the control file! Closes: #340250 * Removed Conflict between clisp and clisp-dev, clisp-doc as to avoid sbcl-like build problems. * Added suggest for slime. Files: 2f0bd978b309d9f249d5fe1af607057a 734 interpreters optional clisp_2.35-9.dsc 47d439c6cedc3b164a1aae99877eb212 40268 interpreters optional clisp_2.35-9.diff.gz 4ab093083e2fe04bbbd72e3cc2c61970 2837520 interpreters optional clisp_2.35-9_i386.deb f66cd63ba6e6e160ef4d441be537d537 1239950 devel optional clisp-dev_2.35-9_i386.deb 22aa6dd0d89c02e81afbaccd6ecf280a 971488 doc optional clisp-doc_2.35-9_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhXHn11ldN0tyliURAmahAKDD2GInAsvwgPY/PjpicFL/XL/7nwCgk6+L HlUodz8117lcSto4seRKrzM= =PuVK -----END PGP SIGNATURE----- Accepted: clisp-dev_2.35-9_i386.deb to pool/main/c/clisp/clisp-dev_2.35-9_i386.deb clisp-doc_2.35-9_all.deb to pool/main/c/clisp/clisp-doc_2.35-9_all.deb clisp_2.35-9.diff.gz to pool/main/c/clisp/clisp_2.35-9.diff.gz clisp_2.35-9.dsc to pool/main/c/clisp/clisp_2.35-9.dsc clisp_2.35-9_i386.deb to pool/main/c/clisp/clisp_2.35-9_i386.deb From pvaneynd at debian.org Thu Nov 24 11:02:25 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Thu, 24 Nov 2005 03:02:25 -0800 Subject: [cl-debian] Accepted sbcl 1:0.9.6.55-1 (source i386 all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 23 Nov 2005 21:55:25 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.55-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: 338393 340104 Changes: sbcl (1:0.9.6.55-1) unstable; urgency=low . * Now use dh-lisp correctly. (Closes: #338393) * Removed :purify t in save-lisp-and-die on advice of upstream. (Closes: #340104) * New upstream solves infinite loop in kernel < 2.6.11 Files: 60a0e77b4d5058a03f76768e109c05b2 658 devel optional sbcl_0.9.6.55-1.dsc f3594a5f5e393d5824f64c0174aa9c0c 4298538 devel optional sbcl_0.9.6.55.orig.tar.gz 07889d3aa46ada24ca904d10b6142424 20900 devel optional sbcl_0.9.6.55-1.diff.gz 4abb253d82d026eb7613ef056aace352 3989012 devel optional sbcl-common_0.9.6.55-1_all.deb c62e04720a82dbc04344ede2026c4046 9073836 devel optional sbcl_0.9.6.55-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhZHN11ldN0tyliURAle6AKCMEiLZJskA3jVOdCrrbUoW40PbigCgmMGU j93BEXkINonpCy1Di7h66i0= =YH8m -----END PGP SIGNATURE----- Accepted: sbcl-common_0.9.6.55-1_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.55-1_all.deb sbcl_0.9.6.55-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.55-1.diff.gz sbcl_0.9.6.55-1.dsc to pool/main/s/sbcl/sbcl_0.9.6.55-1.dsc sbcl_0.9.6.55-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.55-1_i386.deb sbcl_0.9.6.55.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.6.55.orig.tar.gz From owner at bugs.debian.org Thu Nov 24 11:18:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Nov 2005 03:18:09 -0800 Subject: [cl-debian] Bug#338393: marked as done (sbcl: installation fails, register-common-lisp-implementation not found) In-Reply-To: References: <1131586363.10112.15.camel@esme.liw.iki.fi> Message-ID: Your message dated Thu, 24 Nov 2005 03:02:25 -0800 with message-id and subject line Bug#338393: fixed in sbcl 1:0.9.6.55-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; 10 Nov 2005 01:33:53 +0000 >From liw at iki.fi Wed Nov 09 17:33:53 2005 Return-path: Received: from gw02.mail.saunalahti.fi [195.197.172.116] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Ea1K5-0002VJ-00; Wed, 09 Nov 2005 17:33:53 -0800 Received: from angua.pieni.net (ip212-226-168-226.adsl.kpnqwest.fi [212.226.168.226]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id C367BD7318 for ; Thu, 10 Nov 2005 03:33:50 +0200 (EET) Received: from [10.10.100.16] (unknown [10.10.100.16]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by angua.pieni.net (Postfix) with ESMTP id 757396A6EB for ; Thu, 10 Nov 2005 03:33:50 +0200 (EET) Subject: sbcl: installation fails, register-common-lisp-implementation not found From: Lars Wirzenius To: debian bugs Content-Type: text/plain Date: Thu, 10 Nov 2005 03:32:43 +0200 Message-Id: <1131586363.10112.15.camel at esme.liw.iki.fi> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit 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: sbcl Version: 1:0.9.6.0-7 Severity: serious Justification: package doesn't install without common-lisp-controller Testing sbcl with piuparts, I find that installation fails: 0m9.6s ERROR: Command failed (status=25600): "chroot /tmp/tmpUMtHi0 apt-get -y install 'sbcl'" Reading package lists... Building dependency tree... Suggested packages: sbcl-common slime Recommended packages: binfmt-support The following NEW packages will be installed: sbcl 0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded. Need to get 9141kB of archives. After unpacking 32.3MB of additional disk space will be used. Get:1 http://liw.iki.fi sid/main sbcl 1:0.9.6.0-7 [9141kB] Fetched 9141kB in 0s (10.8MB/s) Selecting previously deselected package sbcl. (Reading database ... 7532 files and directories currently installed.) Unpacking sbcl (from .../sbcl_1%3a0.9.6.0-7_i386.deb) ... Setting up sbcl (0.9.6.0-7) ... /var/lib/dpkg/info/sbcl.postinst: line 22: /usr/sbin/register-common-lisp-implementation: No such file or directory dpkg: error processing sbcl (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: sbcl E: Sub-process /usr/bin/dpkg returned an error code (1) At first glance, this would indicate a missing dependency on common-lisp-controller, but looking at the postinst script, it seems more likely that the bug is here: if [ -x /usr/lib/common-lisp/bin/sbcl.sh ]; then /usr/sbin/register-common-lisp-implementation sbcl fi The "if" tests for the wrong file, I think. -- Crappy tools are not worth it. Find or make better ones. --------------------------------------- Received: (at 338393-close) by bugs.debian.org; 24 Nov 2005 11:12:10 +0000 >From katie at ftp-master.debian.org Thu Nov 24 03:12:10 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EfErx-0004lh-V4; Thu, 24 Nov 2005 03:02:25 -0800 From: Peter Van Eynde To: 338393-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#338393: fixed in sbcl 1:0.9.6.55-1 Message-Id: Sender: Archive Administrator Date: Thu, 24 Nov 2005 03:02:25 -0800 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: sbcl Source-Version: 1:0.9.6.55-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.6.55-1_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.55-1_all.deb sbcl_0.9.6.55-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.55-1.diff.gz sbcl_0.9.6.55-1.dsc to pool/main/s/sbcl/sbcl_0.9.6.55-1.dsc sbcl_0.9.6.55-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.55-1_i386.deb sbcl_0.9.6.55.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.6.55.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 338393 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, 23 Nov 2005 21:55:25 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.55-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: 338393 340104 Changes: sbcl (1:0.9.6.55-1) unstable; urgency=low . * Now use dh-lisp correctly. (Closes: #338393) * Removed :purify t in save-lisp-and-die on advice of upstream. (Closes: #340104) * New upstream solves infinite loop in kernel < 2.6.11 Files: 60a0e77b4d5058a03f76768e109c05b2 658 devel optional sbcl_0.9.6.55-1.dsc f3594a5f5e393d5824f64c0174aa9c0c 4298538 devel optional sbcl_0.9.6.55.orig.tar.gz 07889d3aa46ada24ca904d10b6142424 20900 devel optional sbcl_0.9.6.55-1.diff.gz 4abb253d82d026eb7613ef056aace352 3989012 devel optional sbcl-common_0.9.6.55-1_all.deb c62e04720a82dbc04344ede2026c4046 9073836 devel optional sbcl_0.9.6.55-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhZHN11ldN0tyliURAle6AKCMEiLZJskA3jVOdCrrbUoW40PbigCgmMGU j93BEXkINonpCy1Di7h66i0= =YH8m -----END PGP SIGNATURE----- From owner at bugs.debian.org Thu Nov 24 11:18:11 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Nov 2005 03:18:11 -0800 Subject: [cl-debian] Bug#340104: marked as done (sbcl: :purify t in save-lisp-and-die inappropriate) In-Reply-To: References: Message-ID: Your message dated Thu, 24 Nov 2005 03:02:25 -0800 with message-id and subject line Bug#340104: fixed in sbcl 1:0.9.6.55-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; 20 Nov 2005 23:24:18 +0000 >From csr21 at cam.ac.uk Sun Nov 20 15:24:18 2005 Return-path: Received: from mail.metronet.co.uk ([213.162.97.75]) by spohr.debian.org with esmtp (Exim 4.50) id 1EdyXi-0001Os-NG for submit at bugs.debian.org; Sun, 20 Nov 2005 15:24:18 -0800 Received: from mu (84-51-129-62.christ605.adsl.metronet.co.uk [84.51.129.62]) by smtp.metronet.co.uk (MetroNet Mail) with ESMTP id D81E04168C9; Sun, 20 Nov 2005 23:23:59 +0000 (GMT) Received: from csr21 by mu with local (Exim 4.54) id 1EdyXh-00037v-Gw; Sun, 20 Nov 2005 23:24:17 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Christophe Rhodes To: Debian Bug Tracking System Subject: sbcl: :purify t in save-lisp-and-die inappropriate X-Mailer: reportbug 3.17 Date: Sun, 20 Nov 2005 23:24:17 +0000 Message-Id: Sender: Christophe Rhodes 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.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: sbcl Version: 1:0.9.6.0-12 Severity: normal Hi, Peter. in install-clc.lisp, you call save-lisp-and-die with :purify t. This is a performance pessimization on x86 and x86-64 (since Juho Snellman's work on page table iteration in the generational garbage collector). If you took out the explicit :purify keyword argument, it should Do The Right Thing on all platforms. Cheers, Christophe -- 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.10-1-386 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii libc6 2.3.5-8 GNU C Library: Shared libraries an Versions of packages sbcl recommends: pn binfmt-support (no description available) -- debconf information: * sbcl/auto-build: Yes --------------------------------------- Received: (at 340104-close) by bugs.debian.org; 24 Nov 2005 11:12:09 +0000 >From katie at ftp-master.debian.org Thu Nov 24 03:12:09 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EfErx-0004lj-Vw; Thu, 24 Nov 2005 03:02:25 -0800 From: Peter Van Eynde To: 340104-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#340104: fixed in sbcl 1:0.9.6.55-1 Message-Id: Sender: Archive Administrator Date: Thu, 24 Nov 2005 03:02:25 -0800 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.6.55-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.6.55-1_all.deb to pool/main/s/sbcl/sbcl-common_0.9.6.55-1_all.deb sbcl_0.9.6.55-1.diff.gz to pool/main/s/sbcl/sbcl_0.9.6.55-1.diff.gz sbcl_0.9.6.55-1.dsc to pool/main/s/sbcl/sbcl_0.9.6.55-1.dsc sbcl_0.9.6.55-1_i386.deb to pool/main/s/sbcl/sbcl_0.9.6.55-1_i386.deb sbcl_0.9.6.55.orig.tar.gz to pool/main/s/sbcl/sbcl_0.9.6.55.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 340104 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, 23 Nov 2005 21:55:25 +0100 Source: sbcl Binary: sbcl sbcl-common Architecture: source i386 all Version: 1:0.9.6.55-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: 338393 340104 Changes: sbcl (1:0.9.6.55-1) unstable; urgency=low . * Now use dh-lisp correctly. (Closes: #338393) * Removed :purify t in save-lisp-and-die on advice of upstream. (Closes: #340104) * New upstream solves infinite loop in kernel < 2.6.11 Files: 60a0e77b4d5058a03f76768e109c05b2 658 devel optional sbcl_0.9.6.55-1.dsc f3594a5f5e393d5824f64c0174aa9c0c 4298538 devel optional sbcl_0.9.6.55.orig.tar.gz 07889d3aa46ada24ca904d10b6142424 20900 devel optional sbcl_0.9.6.55-1.diff.gz 4abb253d82d026eb7613ef056aace352 3989012 devel optional sbcl-common_0.9.6.55-1_all.deb c62e04720a82dbc04344ede2026c4046 9073836 devel optional sbcl_0.9.6.55-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhZHN11ldN0tyliURAle6AKCMEiLZJskA3jVOdCrrbUoW40PbigCgmMGU j93BEXkINonpCy1Di7h66i0= =YH8m -----END PGP SIGNATURE----- From owner at bugs.debian.org Thu Nov 24 11:18:14 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Nov 2005 03:18:14 -0800 Subject: [cl-debian] Bug#340250: marked as done (clisp: Package contains invalid link for base/lispinit.mem) In-Reply-To: References: Message-ID: Your message dated Thu, 24 Nov 2005 03:02:10 -0800 with message-id and subject line Bug#340250: fixed in clisp 1:2.35-9 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 Nov 2005 04:05:21 +0000 >From robinverduijn at email.com Mon Nov 21 20:05:20 2005 Return-path: Received: from pop2.us4.outblaze.com ([205.158.62.77]) by spohr.debian.org with smtp (Exim 4.50) id 1EePPD-0004TC-So for submit at bugs.debian.org; Mon, 21 Nov 2005 20:05:20 -0800 Received: (qmail 18327 invoked from network); 22 Nov 2005 04:05:18 -0000 Received: from unknown (HELO robin-laptop.localdomain) (robinverduijn at email.com@68.239.105.70) by smtp2.us4.outblaze.com with SMTP; 22 Nov 2005 04:05:18 -0000 Received: from robin by robin-laptop.localdomain with local (Exim 4.54) id 1EePOc-0001zH-Mg; Mon, 21 Nov 2005 23:04:42 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Robin Verduijn To: Debian Bug Tracking System Subject: clisp: Package contains invalid link for base/lispinit.mem X-Mailer: reportbug 3.17 Date: Mon, 21 Nov 2005 23:04:42 -0500 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: clisp Version: 2.35-8 Severity: important The clisp package contains an invalid symbolic link: /usr/lib/clisp/base/lispinit.mem --> ../full/lispinit.mem The file /usr/lib/clisp/full/lispinit-orig.mem DOES exist, but consequently clisp fails to start up, giving the user the following error: /usr/lib/clisp/base/lisp.run: operating system error during load of initialization file `/usr/lib/clisp/base/lispinit.mem' [spvw_memfile.d:834] errno = ENOENT: No such file or directory. It seems like simply renaming lispinit-orig.mem to lispinit.mem in the packaging should do the trick, unless I'm missing something. Thanks, - robin -- 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.14-a30p Locale: LANG=C, LC_CTYPE=en_US.iso885915 (charmap=ISO-8859-15) --------------------------------------- Received: (at 340250-close) by bugs.debian.org; 24 Nov 2005 11:12:00 +0000 >From katie at ftp-master.debian.org Thu Nov 24 03:12:00 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EfEri-0004am-C6; Thu, 24 Nov 2005 03:02:10 -0800 From: Peter Van Eynde To: 340250-close at bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#340250: fixed in clisp 1:2.35-9 Message-Id: Sender: Archive Administrator Date: Thu, 24 Nov 2005 03:02:10 -0800 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-9 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-9_i386.deb to pool/main/c/clisp/clisp-dev_2.35-9_i386.deb clisp-doc_2.35-9_all.deb to pool/main/c/clisp/clisp-doc_2.35-9_all.deb clisp_2.35-9.diff.gz to pool/main/c/clisp/clisp_2.35-9.diff.gz clisp_2.35-9.dsc to pool/main/c/clisp/clisp_2.35-9.dsc clisp_2.35-9_i386.deb to pool/main/c/clisp/clisp_2.35-9_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 340250 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: Thu, 24 Nov 2005 07:21:17 +0100 Source: clisp Binary: clisp-dev clisp clisp-doc Architecture: source all i386 Version: 1:2.35-9 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: 340250 Changes: clisp (1:2.35-9) unstable; urgency=low . * fixed dependency on common-lisp-controller. Forgot to add ${misc:Depends} to the control file! Closes: #340250 * Removed Conflict between clisp and clisp-dev, clisp-doc as to avoid sbcl-like build problems. * Added suggest for slime. Files: 2f0bd978b309d9f249d5fe1af607057a 734 interpreters optional clisp_2.35-9.dsc 47d439c6cedc3b164a1aae99877eb212 40268 interpreters optional clisp_2.35-9.diff.gz 4ab093083e2fe04bbbd72e3cc2c61970 2837520 interpreters optional clisp_2.35-9_i386.deb f66cd63ba6e6e160ef4d441be537d537 1239950 devel optional clisp-dev_2.35-9_i386.deb 22aa6dd0d89c02e81afbaccd6ecf280a 971488 doc optional clisp-doc_2.35-9_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDhXHn11ldN0tyliURAmahAKDD2GInAsvwgPY/PjpicFL/XL/7nwCgk6+L HlUodz8117lcSto4seRKrzM= =PuVK -----END PGP SIGNATURE----- From luca at pca.it Thu Nov 24 14:13:19 2005 From: luca at pca.it (Luca Capello) Date: Thu, 24 Nov 2005 15:13:19 +0100 Subject: Bug#340442: [cl-debian] Bug#340442: cl-swank: Removing package leaves variable slime-backend set In-Reply-To: <200511241113.13756.pvaneynd@debian.org> References: <200511241113.13756.pvaneynd@debian.org> Message-ID: <87hda2dthc.fsf@gismo.pca.it> Hello! On Thu, 24 Nov 2005 11:13:07 +0100, Peter Van Eynde wrote: > On Wednesday 23 November 2005 15:05, Nicolas Neuss wrote: >> I encountered problems using the SLIME package with SBCL. Then I >> wanted to switch to CVS Slime by removing the slime and cl-swank >> packages. Strangely, this did not work, because even after "emacs >> -q" the variable slime-backend is still set to >> "/usr/share/common-lisp/source/slime/swank-loader.lisp" > > I fear I cannot reproduce this. Can you find out where the > slime-backend variable comes from? Here: ===== gismo:/home/luca# grep -r slime-backend /etc/emacs* /etc/emacs/site-start.d/50slime.el:(setq slime-backend gismo:/home/luca# ===== But what is strange is that it seems ok after a purging step: ===== gismo:/home/luca# dpkg --purge slime cl-swank (Reading database ... 105476 files and directories currently installed.) Removing slime ... remove/slime: purging byte-compiled files for emacs-snapshot remove/slime: purging byte-compiled files for emacs21 Purging configuration files for slime ... Removing cl-swank ... gismo:/home/luca# grep slime-backend /etc/emacs* gismo:/home/luca# ===== Obviously, I checked that after the purging step `slime-backend' is no more defined in GNU Emasc snapshot. Probably a misconfigured /etc/emacs* ? 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 owner at bugs.debian.org Thu Nov 24 16:03:42 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Nov 2005 08:03:42 -0800 Subject: [cl-debian] Processed: bugs In-Reply-To: <20051124155105.GA28212@master.debian.org> References: <20051124155105.GA28212@master.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > reassign 340304 clisp Bug#340304: mcvs - FTBFS: clisp-link: No link kit found in linkkit Bug reassigned from package `mcvs' to `clisp'. > tag 340304 fixed Bug#340304: mcvs - FTBFS: clisp-link: No link kit found in linkkit There were no tags set. Tags added: fixed > close 340304 Bug#340304: mcvs - FTBFS: clisp-link: No link kit found in linkkit 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug closed, send any further explanations to Bastian Blank > merge 340304 340250 Bug#340250: clisp: Package contains invalid link for base/lispinit.mem Bug#340304: mcvs - FTBFS: clisp-link: No link kit found in linkkit Mismatch - only Bugs in same state can be merged: Values for `severity' don't match: #340250 has `important'; #340304 has `serious' > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From robin at debian.org Thu Nov 24 15:51:05 2005 From: robin at debian.org (Robin Verduijn) Date: Thu, 24 Nov 2005 09:51:05 -0600 Subject: [cl-debian] Bug#340304: bugs Message-ID: <20051124155105.GA28212@master.debian.org> reassign 340304 clisp tag 340304 fixed close 340304 merge 340304 340250 stop This bug was never in mcvs; the corresponding bug (in clisp) has now been fixed. From owner at bugs.debian.org Thu Nov 24 16:33:14 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Thu, 24 Nov 2005 08:33:14 -0800 Subject: [cl-debian] Processed: merge In-Reply-To: <20051124162807.GA31519@master.debian.org> References: <20051124162807.GA31519@master.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > severity 340304 important Bug#340304: mcvs - FTBFS: clisp-link: No link kit found in linkkit Severity set to `important'. > merge 340304 340250 Bug#340250: clisp: Package contains invalid link for base/lispinit.mem Bug#340304: mcvs - FTBFS: clisp-link: No link kit found in linkkit Merged 340250 340304. > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From cl-debian at pvaneynd.mailworks.org Fri Nov 25 06:28:48 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Fri, 25 Nov 2005 07:28:48 +0100 Subject: [cl-debian] TBNL status In-Reply-To: <87psoqmq70.fsf@gismo.pca.it> References: <1132769660.9062.24.camel@localhost.localdomain> <87psoqmq70.fsf@gismo.pca.it> Message-ID: <200511250728.50321.cl-debian@pvaneynd.mailworks.org> Hello lispers, On Thursday 24 November 2005 08:59, Luca Capello wrote: > > rfc2388 should be in Peter's uploading list, so I think he haven't > found the time to upload yet ;-) Well. Actually it got forgotten in the move-to-darcs. Did you have a newer version then the 0.9-3 from 25 May ? 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 Nov 25 08:40:23 2005 From: luca at pca.it (Luca Capello) Date: Fri, 25 Nov 2005 09:40:23 +0100 Subject: [cl-debian] TBNL status In-Reply-To: <200511250728.50321.cl-debian@pvaneynd.mailworks.org> References: <1132769660.9062.24.camel@localhost.localdomain> <87psoqmq70.fsf@gismo.pca.it> <200511250728.50321.cl-debian@pvaneynd.mailworks.org> Message-ID: <87r795nmrs.fsf@gismo.pca.it> Hello! On Fri, 25 Nov 2005 07:28:48 +0100, Peter Van Eynde wrote: > Hello lispers, > > On Thursday 24 November 2005 08:59, Luca Capello wrote: >> >> rfc2388 should be in Peter's uploading list, so I think he haven't >> found the time to upload yet ;-) > > Well. Actually it got forgotten in the move-to-darcs. Did you have a > newer version then the 0.9-3 from 25 May ? Yes, in the CL-Debian repository we're at 1.1-2 ;-) http://cl-debian.alioth.debian.org/cgi-bin/darcsweb.cgi?r=rfc2388;a=summary 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 installer at ftp-master.debian.org Fri Nov 25 09:36:59 2005 From: installer at ftp-master.debian.org (Debian Installer) Date: Fri, 25 Nov 2005 01:36:59 -0800 Subject: [cl-debian] rfc2388_1.1-2_i386.changes is NEW Message-ID: (new) cl-rfc2388_1.1-2_all.deb optional devel an implementation of RFC 2388 in Common Lisp rfc2388 is an implementation of RFC 2388, which is used to process form data posted with HTTP POST method using enctype "multipart/form-data". . The main functions of interest are PARSE-MIME and PARSE-HEADER. (new) rfc2388_1.1-2.diff.gz optional devel (new) rfc2388_1.1-2.dsc optional devel (new) rfc2388_1.1.orig.tar.gz optional devel Changes: rfc2388 (1.1-2) unstable; urgency=low . [ Ren?? van Bevern ] * debian/rules: build does not depend on install but the other way around. Prevents install target from being run twice. . * debian/control: let dh-lisp fill in the dependency for the common-lisp-controller, so that generated scripts always match the depended-on version. . [ Luca Capello ] * debian/control: add missed Uploaders field. . * debian/rules: - remove the `rm -rf` call for clean target as dh_clean does perfectly its job. - remove previously commented out `dh_link` call for rfc2388.asd. - remove useless comments. 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 kmr at debian.org Fri Nov 25 17:47:07 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Fri, 25 Nov 2005 09:47:07 -0800 Subject: [cl-debian] Accepted cl-sql 3.4.7-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 25 Nov 2005 10:41: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.4.7-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.4.7-1) unstable; urgency=low . * New upstream Files: ec349ec78ad995b03bbc7db712f076f9 819 devel extra cl-sql_3.4.7-1.dsc f8704032148523c646a8b7879d46823c 702968 devel extra cl-sql_3.4.7.orig.tar.gz 1d23aa9366dca777dd6ee80a1f201d1f 11067 devel extra cl-sql_3.4.7-1.diff.gz 2be6c6a795446613d5df44c09e76d7f4 489926 devel extra cl-sql_3.4.7-1_all.deb 38dfd553ca293e9653183281c35d2980 35780 devel extra cl-sql-aodbc_3.4.7-1_all.deb de4c9c20730f6bdcff3a70afa86be0c4 61754 devel extra cl-sql-odbc_3.4.7-1_all.deb 1e44be04aec3e1dff368adf8d462e6d0 40546 devel extra cl-sql-postgresql_3.4.7-1_all.deb 74d27f9b4ec85e8957bfb5f0bd859fd0 44688 devel extra cl-sql-postgresql-socket_3.4.7-1_all.deb f7c5f1e9dfca7a8f21932440933ea9fc 40414 devel extra cl-sql-sqlite_3.4.7-1_all.deb dae643e1ab4656c75ec9f564e0680384 41180 devel extra cl-sql-sqlite3_3.4.7-1_all.deb 997d904e64a3d19ad91e93a58d80e7fd 56854 contrib/devel extra cl-sql-oracle_3.4.7-1_all.deb 14002d4f069717023044592ec984bab8 59008 devel extra cl-sql-tests_3.4.7-1_all.deb ef578b9bf7aac485a3793a5c2a9f39ee 39178 devel extra cl-sql-uffi_3.4.7-1_i386.deb b8bf7e75b798b9fc8637b5e56165bdd5 49590 devel extra cl-sql-mysql_3.4.7-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDh00wES7N8sSjgj4RAli+AJ9iKIaAT0DXsO5I26dUywdnSaFioQCePQaw Mf+RcvEg9oU4AqzjwjPpC5s= =4LIx -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.4.7-1_all.deb cl-sql-mysql_3.4.7-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.4.7-1_i386.deb cl-sql-odbc_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.4.7-1_all.deb cl-sql-oracle_3.4.7-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.7-1_all.deb cl-sql-postgresql-socket_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.7-1_all.deb cl-sql-postgresql_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.4.7-1_all.deb cl-sql-sqlite3_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.7-1_all.deb cl-sql-sqlite_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.4.7-1_all.deb cl-sql-tests_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.4.7-1_all.deb cl-sql-uffi_3.4.7-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.4.7-1_i386.deb cl-sql_3.4.7-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.4.7-1.diff.gz cl-sql_3.4.7-1.dsc to pool/main/c/cl-sql/cl-sql_3.4.7-1.dsc cl-sql_3.4.7-1_all.deb to pool/main/c/cl-sql/cl-sql_3.4.7-1_all.deb cl-sql_3.4.7.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.4.7.orig.tar.gz From henning at debian.org Fri Nov 25 21:59:20 2005 From: henning at debian.org (Debian testing watch) Date: Fri, 25 Nov 2005 14:59:20 -0700 Subject: [cl-debian] ironclad 0.11-1 MIGRATED to testing Message-ID: FYI: The status of the ironclad source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 0.11-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Fri Nov 25 21:59:20 2005 From: henning at debian.org (Debian testing watch) Date: Fri, 25 Nov 2005 14:59:20 -0700 Subject: [cl-debian] cl-screen-sbcl 1.0-4 MIGRATED to testing Message-ID: FYI: The status of the cl-screen-sbcl source package in Debian's testing distribution has changed. Previous version: 1.0-3 Current version: 1.0-4 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From henning at debian.org Fri Nov 25 21:59:20 2005 From: henning at debian.org (Debian testing watch) Date: Fri, 25 Nov 2005 14:59:20 -0700 Subject: [cl-debian] common-lisp-controller 4.26 MIGRATED to testing Message-ID: FYI: The status of the common-lisp-controller source package in Debian's testing distribution has changed. Previous version: 4.23 Current version: 4.26 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From falk at debian.org Sat Nov 26 12:17:47 2005 From: falk at debian.org (Falk Hueffner) Date: Sat, 26 Nov 2005 13:17:47 +0100 Subject: [cl-debian] Bug#340853: FTBFS (alpha): __remq is undefined Message-ID: Package: gclcvs Version: 2.7.0-50.1 Severity: serious Justification: no longer builds from source gclcvs does not build on Alpha: [...] GCL (GNU Common Lisp) 2.7.0 CLtL1 Oct 15 2005 08:35:10 Source License: LGPL(gcl,gmp), GPL(unexec,bfd) Binary License: GPL due to GPL'ed components: (READLINE BFD UNEXEC) Modifications of this banner must retain notice of a compatible license Dedicated to the memory of W. Schelter Use (help) to get some basic information on how to use GCL. > Loading ../tkl.o __remq is undefined Error: Cannot get relocated section contents Fast links are on: do (si::use-fast-links nil) for debugging Error signalled by EVAL. [...] Full log at http://buildd.debian.org/fetch.php?&pkg=gclcvs&ver=2.7.0-50.1&arch=alpha&stamp=1129366266&file=log&as=raw This was already discussed at http://lists.debian.org/debian-alpha/2005/09/msg00027.html , but without a resolution. Since apparently this isn't reproducible on escher, I can offer an account on my machine if anybody wants to debug this. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: alpha Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.2 Locale: LANG=C, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15) From kevin at rosenberg.net Sat Nov 26 15:58:27 2005 From: kevin at rosenberg.net (Kevin Rosenberg) Date: Sat, 26 Nov 2005 08:58:27 -0700 Subject: [cl-debian] Bug#339842: cl-sql: CLSQL user's guide typo In-Reply-To: <20051119130441.41c09377.petukhov@uralmail.com> References: <20051119130441.41c09377.petukhov@uralmail.com> Message-ID: <20051126155826.GA26458@rosenberg.net> Dmitry Petukhov wrote: > it is in the paragraph beginning with > > 'The DEF-VIEW-CLASS macro is just like the normal CLOS DEFCLASS macro' > > there's list of 7 slot options given. > 5th slot option listed is named ':column-' while it must be ':db-type'. You're correct, I'll fix this in the next upload. -- Kevin Rosenberg kevin at rosenberg.net From kevin at rosenberg.net Sat Nov 26 16:00:01 2005 From: kevin at rosenberg.net (Kevin Rosenberg) Date: Sat, 26 Nov 2005 09:00:01 -0700 Subject: Bug#339824: [cl-debian] Bug#339824: Couldn't load foreign libraries #P"/usr/lib/clsql/clsql_mysql" In-Reply-To: <111920050136.6861.437E818A000BE6FB00001ACD22007510909702020A0B9D0E090B0A@comcast.net> References: <111920050136.6861.437E818A000BE6FB00001ACD22007510909702020A0B9D0E090B0A@comcast.net> Message-ID: <20051126160001.GB26458@rosenberg.net> edgardenny at comcast.net wrote: > I get the following error trying to load cl-sql-mysql with sbcl (and something similar with cmucl): > [...] > WARNING: Error opening shared object "/usr/lib/clsql/clsql_mysql.so": > libmysqlclient.so.15: cannot open shared object file: No such file or directory. The problem is that clsql_mysql.so gets linked to libmysqlclient.so.15, but the package doesn't require this file. I'll fix this on the new upload. Kevin From kmr at debian.org Sat Nov 26 16:17:06 2005 From: kmr at debian.org (Kevin M. Rosenberg) Date: Sat, 26 Nov 2005 08:17:06 -0800 Subject: [cl-debian] Accepted cl-sql 3.5.0-1 (source all i386) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 26 Nov 2005 08:58:22 -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.5.0-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 Closes: 339824 339842 Changes: cl-sql (3.5.0-1) unstable; urgency=low . * New upstream (closes: 339842) * Change libmyclient run-time requirement (closes: 339824) Files: 59261cf6c34dbfd9081cefb006b3ac7c 796 devel extra cl-sql_3.5.0-1.dsc 9acb8c513d8e518a0d0c56375a342e5b 704072 devel extra cl-sql_3.5.0.orig.tar.gz a9fba5dfa7f205fc2f785da1d26ecbb0 11117 devel extra cl-sql_3.5.0-1.diff.gz 27406bc494b77c1587bd951c1c230430 490722 devel extra cl-sql_3.5.0-1_all.deb 87a9600ab3217e8b791caa82f8c525c2 35984 devel extra cl-sql-aodbc_3.5.0-1_all.deb e8c1607da516d17ee03265f16ad1f676 62572 devel extra cl-sql-odbc_3.5.0-1_all.deb 4c96a1ad7ba84a1a6d43d24121075d7f 40762 devel extra cl-sql-postgresql_3.5.0-1_all.deb 4f0b0df8446946f6f1fa324e1a51bfb2 44884 devel extra cl-sql-postgresql-socket_3.5.0-1_all.deb b2eba5b15ff6612b5e480ff9732514b4 40628 devel extra cl-sql-sqlite_3.5.0-1_all.deb 7681a3b7117e5aede51e1c6e3a8e4418 41398 devel extra cl-sql-sqlite3_3.5.0-1_all.deb 3ae8541a95b660ffe0913d2f58e4e406 57062 contrib/devel extra cl-sql-oracle_3.5.0-1_all.deb 842005d9e42ecc6fb05e77f048928cf2 59294 devel extra cl-sql-tests_3.5.0-1_all.deb 675592401610788e3a0b8c27909fca2c 39380 devel extra cl-sql-uffi_3.5.0-1_i386.deb 3339d466a05f6352a06fa2736f367810 49772 devel extra cl-sql-mysql_3.5.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDiIj0ES7N8sSjgj4RAmQwAJ0cuXndJoMmAfhD6QSMo8vN0kGESQCbBpYG xViuxWRmX43iLd1fbU2AMlM= =80Cr -----END PGP SIGNATURE----- Accepted: cl-sql-aodbc_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.5.0-1_all.deb cl-sql-mysql_3.5.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.5.0-1_i386.deb cl-sql-odbc_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.5.0-1_all.deb cl-sql-oracle_3.5.0-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.5.0-1_all.deb cl-sql-postgresql-socket_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.5.0-1_all.deb cl-sql-postgresql_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.5.0-1_all.deb cl-sql-sqlite3_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.5.0-1_all.deb cl-sql-sqlite_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.5.0-1_all.deb cl-sql-tests_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.5.0-1_all.deb cl-sql-uffi_3.5.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.5.0-1_i386.deb cl-sql_3.5.0-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.5.0-1.diff.gz cl-sql_3.5.0-1.dsc to pool/main/c/cl-sql/cl-sql_3.5.0-1.dsc cl-sql_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql_3.5.0-1_all.deb cl-sql_3.5.0.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.5.0.orig.tar.gz From owner at bugs.debian.org Sat Nov 26 16:33:05 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 26 Nov 2005 08:33:05 -0800 Subject: [cl-debian] Bug#339824: marked as done (Couldn't load foreign libraries #P"/usr/lib/clsql/clsql_mysql") In-Reply-To: References: <111920050136.6861.437E818A000BE6FB00001ACD22007510909702020A0B9D0E090B0A@comcast.net> Message-ID: Your message dated Sat, 26 Nov 2005 08:17:06 -0800 with message-id and subject line Bug#339824: fixed in cl-sql 3.5.0-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 19 Nov 2005 01:36:42 +0000 >From edgardenny at comcast.net Fri Nov 18 17:36:42 2005 Return-path: Received: from rwcrmhc12.comcast.net ([216.148.227.85]) by spohr.debian.org with esmtp (Exim 4.50) id 1EdHek-0006up-3N for submit at bugs.debian.org; Fri, 18 Nov 2005 17:36:42 -0800 Received: from rmailcenter77.comcast.net ([204.127.197.177]) by comcast.net (rwcrmhc12) with SMTP id <2005111901361101400ntm56e>; Sat, 19 Nov 2005 01:36:11 +0000 Received: from [24.91.255.177] by rmailcenter77.comcast.net; Sat, 19 Nov 2005 01:36:10 +0000 From: edgardenny at comcast.net To: submit at bugs.debian.org Subject: Couldn't load foreign libraries #P"/usr/lib/clsql/clsql_mysql" Date: Sat, 19 Nov 2005 01:36:10 +0000 Message-Id: <111920050136.6861.437E818A000BE6FB00001ACD22007510909702020A0B9D0E090B0A at comcast.net> X-Mailer: AT&T Message Center Version 1 (Dec 17 2004) X-Authenticated-Sender: ZWRnYXJkZW5ueUBjb21jYXN0Lm5ldA== 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=-2.3 required=4.0 tests=BAYES_20,HAS_PACKAGE, NO_REAL_NAME,RCVD_IN_SORBS,UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: cl-sql-mysql Version: 3.4.6-1 Severity: serious Hi, I get the following error trying to load cl-sql-mysql with sbcl (and something similar with cmucl): ; /var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl written ; compilation finished in 0:00:01 WARNING: Error opening shared object "/usr/lib/clsql/clsql_mysql.so": libmysqlclient.so.15: cannot open shared object file: No such file or directory. WARNING: Error opening shared object "clsql_mysql.so": clsql_mysql.so: cannot open shared object file: No such file or directory. WARNING: Error opening shared object "clsql_mysql.a": clsql_mysql.a: cannot open shared object file: No such file or directory. WARNING: Error opening shared object "clsql_mysql.o": clsql_mysql.o: cannot open shared object file: No such file or directory. Which is strange since: $ ls -l /usr/lib/clsql/clsql_mysql.so -rw-r--r-- 1 root root 2848 Nov 16 03:08 /usr/lib/clsql/clsql_mysql.so Edgar. sbcl: 0.9.6.0-12 common-lisp-controller: 4.25 Couldn't load foreign libraries #P"/usr/lib/clsql/clsql_mysql", #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql", #P"/usr/lib/clsql_mysql", #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql", "clsql_mysql", #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql". (searched CLSQL-SYS:*FOREIGN-LIBRARY-SEARCH-PATHS*) [Condition of type SIMPLE-ERROR] Restarts: 0: [RETRY] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT] Abort SLIME compilation. 3: [ABORT-REQUEST] Abort handling SLIME request. 4: [TERMINATE-THREAD] Terminate this thread (#) Backtrace: 0: (CLSQL-UFFI:FIND-AND-LOAD-FOREIGN-LIBRARY (#P"/usr/lib/clsql/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" #P"/usr/lib/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" "clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql") :MODULE "clsql-mysql" :SUPPORTING-LIBRARIES ("c") :ERRORP T) Locals: #:ERRORP-DEFAULTING-TEMP = T CLSQL-UFFI::FILENAMES = (#P"/usr/lib/clsql/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" #P"/usr/lib/clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql" "clsql_mysql" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/clsql_mysql") #:MODULE-DEFAULTING-TEMP = "clsql-mysql" #:SUPPORTING-LIBRARIES-DEFAULTING-TEMP = ("c") 1: ((SB-PCL::FAST-METHOD CLSQL-SYS:DATABASE-TYPE-LOAD-FOREIGN ((EQL :MYSQL))) # # #) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = : 2: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0.)) # # :MYSQL) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = :MYSQL 3: ((SB-C::TOP-LEVEL-FORM (CLSQL-SYS:DATABASE-TYPE-LOAD-FOREIGN :MYSQL))) 4: (SB-FASL::LOAD-FASL-GROUP #) Locals: SB-DEBUG::ARG-0 = 1 SB-DEBUG::ARG-1 = # Catch-tags: SB-FASL::FASL-GROUP-END 5: (SB-FASL::LOAD-AS-FASL # NIL #) 6: (SB-FASL::INTERNAL-LOAD #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" :ERROR NIL NIL :BINARY NIL) Locals: SB-FASL::CONTENTS = :BINARY SB-FASL::EXTERNAL-FORMAT = NIL SB-FASL::IF-DOES-NOT-EXIST = :ERROR PATHNAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" PRINT = NIL TRUENAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" SB-FASL::VERBOSE = NIL 7: (SB-FASL::INTERNAL-LOAD #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" :ERROR NIL NIL NIL :DEFAULT) Locals: SB-FASL::CONTENTS = NIL SB-FASL::EXTERNAL-FORMAT = :DEFAULT SB-FASL::IF-DOES-NOT-EXIST = :ERROR PATHNAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" PRINT = NIL TRUENAME = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" SB-FASL::VERBOSE = NIL 8: (LOAD #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl") Locals: SB-DEBUG::ARG-0 = 1 SB-DEBUG::ARG-1 = #P"/var/cache/common-lisp-controller/edenny/sbcl/clsql-mysql/db-mysql/mysql-loader.fasl" 9: ((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:LOAD-OP ASDF:CL-SOURCE-FILE)) # # # #) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = # SB-DEBUG::ARG-3 = # 10: ((LAMBDA (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0. SB-PCL::.ARG1.)) # # # #) Locals: SB-DEBUG::ARG-0 = : SB-DEBUG::ARG-1 = : SB-DEBUG::ARG-2 = # SB-DEBUG::ARG-3 = # 11: ((LAMBDA NIL)) Locals: 12: (SB-C::%WITH-COMPILATION-UNIT #) Locals: SB-DEBUG::ARG-0 = 1 SB-DEBUG::ARG-1 = # 13: (ASDF:OPERATE ASDF:LOAD-OP "web-nutr") Locals: ASDF::ARGS = NIL ASDF::OPERATION-CLASS = ASDF:LOAD-OP ASDF:SYSTEM = "web-nutr" --------------------------------------- Received: (at 339824-close) by bugs.debian.org; 26 Nov 2005 16:21:41 +0000 >From katie at ftp-master.debian.org Sat Nov 26 08:21:41 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Eg2ja-0002lG-Md; Sat, 26 Nov 2005 08:17:06 -0800 From: kmr at debian.org (Kevin M. Rosenberg) To: 339824-close at bugs.debian.org X-Katie: $Revision: 1.60 $ Subject: Bug#339824: fixed in cl-sql 3.5.0-1 Message-Id: Sender: Archive Administrator Date: Sat, 26 Nov 2005 08:17:06 -0800 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-sql Source-Version: 3.5.0-1 We believe that the bug you reported is fixed in the latest version of cl-sql, which is due to be installed in the Debian FTP archive: cl-sql-aodbc_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.5.0-1_all.deb cl-sql-mysql_3.5.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.5.0-1_i386.deb cl-sql-odbc_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.5.0-1_all.deb cl-sql-oracle_3.5.0-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.5.0-1_all.deb cl-sql-postgresql-socket_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.5.0-1_all.deb cl-sql-postgresql_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.5.0-1_all.deb cl-sql-sqlite3_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.5.0-1_all.deb cl-sql-sqlite_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.5.0-1_all.deb cl-sql-tests_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.5.0-1_all.deb cl-sql-uffi_3.5.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.5.0-1_i386.deb cl-sql_3.5.0-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.5.0-1.diff.gz cl-sql_3.5.0-1.dsc to pool/main/c/cl-sql/cl-sql_3.5.0-1.dsc cl-sql_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql_3.5.0-1_all.deb cl-sql_3.5.0.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.5.0.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 339824 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Kevin M. Rosenberg (supplier of updated cl-sql 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, 26 Nov 2005 08:58:22 -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.5.0-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 Closes: 339824 339842 Changes: cl-sql (3.5.0-1) unstable; urgency=low . * New upstream (closes: 339842) * Change libmyclient run-time requirement (closes: 339824) Files: 59261cf6c34dbfd9081cefb006b3ac7c 796 devel extra cl-sql_3.5.0-1.dsc 9acb8c513d8e518a0d0c56375a342e5b 704072 devel extra cl-sql_3.5.0.orig.tar.gz a9fba5dfa7f205fc2f785da1d26ecbb0 11117 devel extra cl-sql_3.5.0-1.diff.gz 27406bc494b77c1587bd951c1c230430 490722 devel extra cl-sql_3.5.0-1_all.deb 87a9600ab3217e8b791caa82f8c525c2 35984 devel extra cl-sql-aodbc_3.5.0-1_all.deb e8c1607da516d17ee03265f16ad1f676 62572 devel extra cl-sql-odbc_3.5.0-1_all.deb 4c96a1ad7ba84a1a6d43d24121075d7f 40762 devel extra cl-sql-postgresql_3.5.0-1_all.deb 4f0b0df8446946f6f1fa324e1a51bfb2 44884 devel extra cl-sql-postgresql-socket_3.5.0-1_all.deb b2eba5b15ff6612b5e480ff9732514b4 40628 devel extra cl-sql-sqlite_3.5.0-1_all.deb 7681a3b7117e5aede51e1c6e3a8e4418 41398 devel extra cl-sql-sqlite3_3.5.0-1_all.deb 3ae8541a95b660ffe0913d2f58e4e406 57062 contrib/devel extra cl-sql-oracle_3.5.0-1_all.deb 842005d9e42ecc6fb05e77f048928cf2 59294 devel extra cl-sql-tests_3.5.0-1_all.deb 675592401610788e3a0b8c27909fca2c 39380 devel extra cl-sql-uffi_3.5.0-1_i386.deb 3339d466a05f6352a06fa2736f367810 49772 devel extra cl-sql-mysql_3.5.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDiIj0ES7N8sSjgj4RAmQwAJ0cuXndJoMmAfhD6QSMo8vN0kGESQCbBpYG xViuxWRmX43iLd1fbU2AMlM= =80Cr -----END PGP SIGNATURE----- From owner at bugs.debian.org Sat Nov 26 16:33:09 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 26 Nov 2005 08:33:09 -0800 Subject: [cl-debian] Bug#339842: marked as done (cl-sql: CLSQL user's guide typo) In-Reply-To: References: <20051119130441.41c09377.petukhov@uralmail.com> Message-ID: Your message dated Sat, 26 Nov 2005 08:17:06 -0800 with message-id and subject line Bug#339842: fixed in cl-sql 3.5.0-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 19 Nov 2005 08:03:49 +0000 >From petukhov at uralmail.com Sat Nov 19 00:03:49 2005 Return-path: Received: from k66.ru ([87.224.128.21]) by spohr.debian.org with esmtp (Exim 4.50) id 1EdNhN-00042T-63 for submit at bugs.debian.org; Sat, 19 Nov 2005 00:03:49 -0800 Received: from [87.224.217.118] (account petukhov at uralmail.com HELO myt) by k66.ru (CommuniGate Pro SMTP 4.3.5) with ESMTPA id 694103 for submit at bugs.debian.org; Sat, 19 Nov 2005 13:03:45 +0500 Date: Sat, 19 Nov 2005 13:04:41 +0500 From: Dmitry Petukhov To: submit at bugs.debian.org Subject: cl-sql: CLSQL user's guide typo Message-Id: <20051119130441.41c09377.petukhov at uralmail.com> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.5 required=4.0 tests=BAYES_10,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: cl-sql Version: 3.1.2-1 Severity: minor in the documentation bundled with cl-sql package, /usr/share/doc/cl-sql/html/ 'Data Modeling with CLSQL' at chapter 2, CommonSQL Tutorial file ch02s02.html, line 115 in html source it is in the paragraph beginning with 'The DEF-VIEW-CLASS macro is just like the normal CLOS DEFCLASS macro' there's list of 7 slot options given. 5th slot option listed is named ':column-' while it must be ':db-type'. --------------------------------------- Received: (at 339842-close) by bugs.debian.org; 26 Nov 2005 16:21:31 +0000 >From katie at ftp-master.debian.org Sat Nov 26 08:21:31 2005 Return-path: Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Eg2ja-0002lI-NP; Sat, 26 Nov 2005 08:17:06 -0800 From: kmr at debian.org (Kevin M. Rosenberg) To: 339842-close at bugs.debian.org X-Katie: $Revision: 1.60 $ Subject: Bug#339842: fixed in cl-sql 3.5.0-1 Message-Id: Sender: Archive Administrator Date: Sat, 26 Nov 2005 08:17:06 -0800 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-sql Source-Version: 3.5.0-1 We believe that the bug you reported is fixed in the latest version of cl-sql, which is due to be installed in the Debian FTP archive: cl-sql-aodbc_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-aodbc_3.5.0-1_all.deb cl-sql-mysql_3.5.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-mysql_3.5.0-1_i386.deb cl-sql-odbc_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-odbc_3.5.0-1_all.deb cl-sql-oracle_3.5.0-1_all.deb to pool/contrib/c/cl-sql/cl-sql-oracle_3.5.0-1_all.deb cl-sql-postgresql-socket_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.5.0-1_all.deb cl-sql-postgresql_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-postgresql_3.5.0-1_all.deb cl-sql-sqlite3_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite3_3.5.0-1_all.deb cl-sql-sqlite_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-sqlite_3.5.0-1_all.deb cl-sql-tests_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql-tests_3.5.0-1_all.deb cl-sql-uffi_3.5.0-1_i386.deb to pool/main/c/cl-sql/cl-sql-uffi_3.5.0-1_i386.deb cl-sql_3.5.0-1.diff.gz to pool/main/c/cl-sql/cl-sql_3.5.0-1.diff.gz cl-sql_3.5.0-1.dsc to pool/main/c/cl-sql/cl-sql_3.5.0-1.dsc cl-sql_3.5.0-1_all.deb to pool/main/c/cl-sql/cl-sql_3.5.0-1_all.deb cl-sql_3.5.0.orig.tar.gz to pool/main/c/cl-sql/cl-sql_3.5.0.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 339842 at bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Kevin M. Rosenberg (supplier of updated cl-sql 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, 26 Nov 2005 08:58:22 -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.5.0-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 Closes: 339824 339842 Changes: cl-sql (3.5.0-1) unstable; urgency=low . * New upstream (closes: 339842) * Change libmyclient run-time requirement (closes: 339824) Files: 59261cf6c34dbfd9081cefb006b3ac7c 796 devel extra cl-sql_3.5.0-1.dsc 9acb8c513d8e518a0d0c56375a342e5b 704072 devel extra cl-sql_3.5.0.orig.tar.gz a9fba5dfa7f205fc2f785da1d26ecbb0 11117 devel extra cl-sql_3.5.0-1.diff.gz 27406bc494b77c1587bd951c1c230430 490722 devel extra cl-sql_3.5.0-1_all.deb 87a9600ab3217e8b791caa82f8c525c2 35984 devel extra cl-sql-aodbc_3.5.0-1_all.deb e8c1607da516d17ee03265f16ad1f676 62572 devel extra cl-sql-odbc_3.5.0-1_all.deb 4c96a1ad7ba84a1a6d43d24121075d7f 40762 devel extra cl-sql-postgresql_3.5.0-1_all.deb 4f0b0df8446946f6f1fa324e1a51bfb2 44884 devel extra cl-sql-postgresql-socket_3.5.0-1_all.deb b2eba5b15ff6612b5e480ff9732514b4 40628 devel extra cl-sql-sqlite_3.5.0-1_all.deb 7681a3b7117e5aede51e1c6e3a8e4418 41398 devel extra cl-sql-sqlite3_3.5.0-1_all.deb 3ae8541a95b660ffe0913d2f58e4e406 57062 contrib/devel extra cl-sql-oracle_3.5.0-1_all.deb 842005d9e42ecc6fb05e77f048928cf2 59294 devel extra cl-sql-tests_3.5.0-1_all.deb 675592401610788e3a0b8c27909fca2c 39380 devel extra cl-sql-uffi_3.5.0-1_i386.deb 3339d466a05f6352a06fa2736f367810 49772 devel extra cl-sql-mysql_3.5.0-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDiIj0ES7N8sSjgj4RAmQwAJ0cuXndJoMmAfhD6QSMo8vN0kGESQCbBpYG xViuxWRmX43iLd1fbU2AMlM= =80Cr -----END PGP SIGNATURE----- From henning at debian.org Sat Nov 26 23:22:28 2005 From: henning at debian.org (Debian testing watch) Date: Sat, 26 Nov 2005 16:22:28 -0700 Subject: [cl-debian] cl-uffi 1.5.7-1 MIGRATED to testing Message-ID: FYI: The status of the cl-uffi source package in Debian's testing distribution has changed. Previous version: 1.5.4-1 Current version: 1.5.7-1 -- This email is automatically generated. See http://people.debian.org/~henning/trille/ for more information. From owner at packages.qa.debian.org Tue Nov 29 17:17:48 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Tue, 29 Nov 2005 11:17:48 -0600 Subject: [cl-debian] Re: Web subscription for url-rewrite package Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Tue Nov 29 17:20:07 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Tue, 29 Nov 2005 11:20:07 -0600 Subject: [cl-debian] Re: Web subscription for tbnl package Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From alceste at muvara.org Tue Nov 29 17:20:53 2005 From: alceste at muvara.org (Alceste Scalas) Date: Tue, 29 Nov 2005 18:20:53 +0100 Subject: [cl-debian] TBNL 0.8.7-1 is available In-Reply-To: <1132769660.9062.24.camel@localhost.localdomain> References: <1132769660.9062.24.camel@localhost.localdomain> Message-ID: <1133284853.14134.3.camel@localhost.localdomain> FYI (it's the latest upstream release, see darcs repositories on alioth). 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 tar at ISI.EDU Tue Nov 29 17:58:58 2005 From: tar at ISI.EDU (Thomas Russ) Date: Tue, 29 Nov 2005 09:58:58 -0800 Subject: [cl-debian] Bug#341266: Portable Aserve compilation problems with MCL 5.0 Message-ID: Package: cl-portable-aserve Version: 1.2.42+cvs.2005.08.05-5 The main distribution of portable Aserve does not compile using MCL v5.0. The problem is in the file acl-compat/packages.lisp There is conditionalized code for (and mcl (not openmcl)) which performs a shadowing import of symbols into CCL. But SHADOWING- IMPORT is a function, not a macro. That means it needs to be wrapped in an EVAL-WHEN form, otherwise the import is not done at compile time and the subsequent DEFPACKAGE of gray-streams fails. From owner at packages.qa.debian.org Tue Nov 29 18:34:42 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Tue, 29 Nov 2005 12:34:42 -0600 Subject: [cl-debian] Re: CONFIRM ae43fb8bd985d531b45176e130c28b21 In-Reply-To: <20051129183301.GA21792@pvaneynd.mailworks.org> References: <20051129183301.GA21792@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From owner at packages.qa.debian.org Tue Nov 29 18:34:30 2005 From: owner at packages.qa.debian.org (owner at packages.qa.debian.org) Date: Tue, 29 Nov 2005 12:34:30 -0600 Subject: [cl-debian] Re: CONFIRM 9a3c7e27a708143751abecce493b78e2 In-Reply-To: <20051129183238.GA21775@pvaneynd.mailworks.org> References: <20051129183238.GA21775@pvaneynd.mailworks.org> Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available URL: From cl-debian at pvaneynd.mailworks.org Tue Nov 29 18:46:30 2005 From: cl-debian at pvaneynd.mailworks.org (Peter Van Eynde) Date: Tue, 29 Nov 2005 19:46:30 +0100 Subject: [cl-debian] TBNL 0.8.7-1 is available In-Reply-To: <1133284853.14134.3.camel@localhost.localdomain> References: <1132769660.9062.24.camel@localhost.localdomain> <1133284853.14134.3.camel@localhost.localdomain> Message-ID: <200511291946.31375.cl-debian@pvaneynd.mailworks.org> On Tuesday 29 November 2005 18:20, Alceste Scalas wrote: > FYI (it's the latest upstream release, see darcs repositories on > alioth). Hmm. I only see the older version there. Am I doing something wrong? 1/pvaneynd at sharrow:~/fakeroot/repository/tbnl :) $ darcs pull \ http://cl-debian.alioth.debian.org/repository/alceste/tbnl/ Pulling from "http://cl-debian.alioth.debian.org/repository/alceste/tbnl/"... No remote changes to pull in! 1/pvaneynd at sharrow:~/fakeroot/repository/tbnl :) $ head -n 1 debian/changelog tbnl (0.8.4-1) unstable; urgency=low 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 Nov 30 06:03:06 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Tue, 29 Nov 2005 22:03:06 -0800 Subject: [cl-debian] Bug#338270: marked as done (cl-sql: date calculations buggy) In-Reply-To: <20051130054633.GA24441@rosenberg.net> References: <20051130054633.GA24441@rosenberg.net> Message-ID: Your message dated Tue, 29 Nov 2005 22:46:33 -0700 with message-id <20051130054633.GA24441 at rosenberg.net> and subject line fixed 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; 9 Nov 2005 05:29:08 +0000 >From lynbech at defun.dk Tue Nov 08 21:29:08 2005 Return-path: Received: from pfepb.post.tele.dk [195.41.46.236] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EZiWC-0008F4-00; Tue, 08 Nov 2005 21:29:08 -0800 Received: from localhost (cpe.atm2-0-1071145.0x3ef2610a.arcnxx16.customer.tele.dk [62.242.97.10]) by pfepb.post.tele.dk (Postfix) with ESMTP id 27EF65EE044 for ; Wed, 9 Nov 2005 06:29:07 +0100 (CET) Received: from lynbech by localhost with local (Exim 4.54) id 1EZiW9-0005LB-B2 for submit at bugs.debian.org; Wed, 09 Nov 2005 06:29:05 +0100 From: Christian Lynbech To: Debian Bug Tracking System Subject: cl-sql: date calculations buggy X-Debbugs-CC: Christian Lynbech > BX-Debbugs-CC: christian at defun.dk Comments: Hyperbole mail buttons accepted, v04.18. Message-Id: Date: Wed, 09 Nov 2005 06:29:05 +0100 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-sql Version: 3.3.4-1 Severity: normal Somehow the functions in time.lisp manages to swap day and month as witnessed by the code below. It is possible the problem is related to the fact that I am running on a european system with a national setting for LC_CTYPE. The problem hits both CMUCL and SBCL. With this code: (clc:clc-require :clsql-mysql) (multiple-value-bind (second minute hour day mon year) (decode-universal-time (get-universal-time)) (format t "current date is month=~D, day=~D~%" mon day)) (format t "clsql date says month=~D, day=~D~%" (clsql-sys:current-month) (clsql-sys:current-day)) I get the output: current date is month=11, day=8 clsql date says month=8, day=11 -- 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-sql depends on: ii common-lisp-controller 4.23 This is a Common Lisp source and c Versions of packages cl-sql recommends: ii cl-sql-mysql [cl-sql-backend] 3.3.4-1 CLSQL database backend, MySQL -- no debconf information --------------------------------------- Received: (at 338270-done) by bugs.debian.org; 30 Nov 2005 05:46:43 +0000 >From kevin at tiger.med-info.com Tue Nov 29 21:46:43 2005 Return-path: Received: from tiger.med-info.com ([216.184.11.129]) by spohr.debian.org with esmtp (Exim 4.50) id 1EhKnj-0001zg-F0 for 338270-done at bugs.debian.org; Tue, 29 Nov 2005 21:46:43 -0800 Received: from tiger.med-info.com (kevin at localhost [127.0.0.1]) by tiger.med-info.com (8.13.5/8.13.5/Debian-3) with ESMTP id jAU5kgV4024478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for <338270-done at bugs.debian.org>; Tue, 29 Nov 2005 22:46:42 -0700 Received: (from kevin at localhost) by tiger.med-info.com (8.13.5/8.13.5/Submit) id jAU5kXJd024456 for 338270-done at bugs.debian.org; Tue, 29 Nov 2005 22:46:33 -0700 Received: by tiger.med-info.com (hashcash-sendmail, from uid 1000); Tue, 29 Nov 2005 22:46:33 -0700 Date: Tue, 29 Nov 2005 22:46:33 -0700 From: Kevin Rosenberg To: 338270-done at bugs.debian.org Subject: fixed Message-ID: <20051130054633.GA24441 at rosenberg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GPG-ID: 0xC4A4823E X-GPG-FP: D7A0 55B6 4768 3582 B10D 3F0C 112E CDF2 C4A3 823E X-GPG-Key: http://b9.com/kevin.gpg.asc User-Agent: Mutt/1.5.11 X-Hashcash: 1:24:051130:338270-done at bugs.debian.org::iPLINOwLTrq7xlRD:0000000000 000000000000000000000001mObR 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=-0.5 required=4.0 tests=BAYES_10,ONEWORD autolearn=no version=2.60-bugs.debian.org_2005_01_02 fixed in clsql 3.5.0 -- thanks -- Kevin Rosenberg kevin at rosenberg.net From pvaneynd at debian.org Wed Nov 30 07:17:05 2005 From: pvaneynd at debian.org (Peter Van Eynde) Date: Tue, 29 Nov 2005 23:17:05 -0800 Subject: [cl-debian] Accepted cl-utilities 1.2-1 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 29 Nov 2005 13:44:23 +0100 Source: cl-utilities Binary: cl-utilities Architecture: source all Version: 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.2-1) unstable; urgency=low . * New upstream Files: 90aa63239401df39285310fbdac4e374 595 devel optional cl-utilities_1.2-1.dsc 4b182a1c385d03398927f50c63d2773f 12932 devel optional cl-utilities_1.2.orig.tar.gz ed25bf79ec4f23247dac75b0c022023a 1451 devel optional cl-utilities_1.2-1.diff.gz e56a9b0154beae4efaea4143ca8ed873 14802 devel optional cl-utilities_1.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDjF+b11ldN0tyliURArYzAKCzsiOCX4OpkwA8604dEGObnh5N2QCgiefX Af9XLeuppNsEnJP+NDZKkRs= =gCGQ -----END PGP SIGNATURE----- Accepted: cl-utilities_1.2-1.diff.gz to pool/main/c/cl-utilities/cl-utilities_1.2-1.diff.gz cl-utilities_1.2-1.dsc to pool/main/c/cl-utilities/cl-utilities_1.2-1.dsc cl-utilities_1.2-1_all.deb to pool/main/c/cl-utilities/cl-utilities_1.2-1_all.deb cl-utilities_1.2.orig.tar.gz to pool/main/c/cl-utilities/cl-utilities_1.2.orig.tar.gz From alceste.scalas at gmx.net Wed Nov 30 08:32:16 2005 From: alceste.scalas at gmx.net (Alceste Scalas) Date: Wed, 30 Nov 2005 09:32:16 +0100 Subject: [cl-debian] TBNL 0.8.7-1 is available In-Reply-To: <200511291946.31375.cl-debian@pvaneynd.mailworks.org> References: <1132769660.9062.24.camel@localhost.localdomain> <1133284853.14134.3.camel@localhost.localdomain> <200511291946.31375.cl-debian@pvaneynd.mailworks.org> Message-ID: <1133339537.7924.2.camel@localhost.localdomain> Il giorno mar, 29/11/2005 alle 19.46 +0100, Peter Van Eynde ha scritto: > 1/pvaneynd at sharrow:~/fakeroot/repository/tbnl :) $ head -n 1 debian/changelog > tbnl (0.8.4-1) unstable; urgency=low Oops! I forgot to `darcs record` the debian/changelog updates... It's fixed now. Regards, and thanks, 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 Wed Nov 30 11:17:07 2005 From: rvb at pro-linux.de (=?utf-8?q?Ren=C3=A9_van_Bevern?=) Date: Wed, 30 Nov 2005 03:17:07 -0800 Subject: [cl-debian] Accepted dh-lisp 0.5 (source all) Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 28 Nov 2005 18:25:15 +0100 Source: dh-lisp Binary: dh-lisp Architecture: source all Version: 0.5 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.5) unstable; urgency=low . * update package description with information of target groups . * add cdbs to Build-Depends: because it is used to provide the "clean" target Files: f20434b51f1c82074d52870e000642f6 550 devel optional dh-lisp_0.5.dsc 7f5a05efbaddc97456c75e0647158064 6729 devel optional dh-lisp_0.5.tar.gz 53e28591d850105da830124132e25358 8778 devel optional dh-lisp_0.5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDjYhyipBneRiAKDwRAvDGAKCDMBdOrop++W1WmnN22NKjUEPX+gCgs3vx f5Dso0xFd8y9U9ZarwKPKM4= =UGQy -----END PGP SIGNATURE----- Accepted: dh-lisp_0.5.dsc to pool/main/d/dh-lisp/dh-lisp_0.5.dsc dh-lisp_0.5.tar.gz to pool/main/d/dh-lisp/dh-lisp_0.5.tar.gz dh-lisp_0.5_all.deb to pool/main/d/dh-lisp/dh-lisp_0.5_all.deb From camm at enhanced.com Wed Nov 30 22:08:19 2005 From: camm at enhanced.com (Camm Maguire) Date: 30 Nov 2005 17:08:19 -0500 Subject: [cl-debian] Bug#340853: FTBFS (alpha): __remq is undefined In-Reply-To: References: Message-ID: <54br01u6uk.fsf@intech19.enhanced.com> Greetings! Just a note that I have managed to reproduce and fix this on escher. cvs head now builds on alpha at the moment. gcl cvs is in a state of flux these days -- do you need a resolution soon? Would prefer to postpone the package upload until a bit more work has gone into the source. Nice to hear of interest in gclcvs on alpha. Take care, Falk Hueffner writes: > Package: gclcvs > Version: 2.7.0-50.1 > Severity: serious > Justification: no longer builds from source > > gclcvs does not build on Alpha: > > [...] > GCL (GNU Common Lisp) 2.7.0 CLtL1 Oct 15 2005 08:35:10 > Source License: LGPL(gcl,gmp), GPL(unexec,bfd) > Binary License: GPL due to GPL'ed components: (READLINE BFD UNEXEC) > Modifications of this banner must retain notice of a compatible license > Dedicated to the memory of W. Schelter > > Use (help) to get some basic information on how to use GCL. > > > > Loading ../tkl.o > __remq is undefined > > Error: Cannot get relocated section contents > > Fast links are on: do (si::use-fast-links nil) for debugging > Error signalled by EVAL. > [...] > > Full log at > http://buildd.debian.org/fetch.php?&pkg=gclcvs&ver=2.7.0-50.1&arch=alpha&stamp=1129366266&file=log&as=raw > > This was already discussed at > http://lists.debian.org/debian-alpha/2005/09/msg00027.html , but > without a resolution. > > Since apparently this isn't reproducible on escher, I can offer an > account on my machine if anybody wants to debug this. > > > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: alpha > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.13.2 > Locale: LANG=C, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15) > > > > -- Camm Maguire camm at enhanced.com ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah From mlang at debian.org Wed Nov 30 23:00:57 2005 From: mlang at debian.org (Mario Lang) Date: Thu, 01 Dec 2005 00:00:57 +0100 Subject: [cl-debian] Bug#341500: sbcl: Missing build-depndency on dh-lisp Message-ID: <87d5khhhau.fsf@x2.delysid.org> Package: sbcl Version: 1:0.9.6.55-1 Severity: important sbcl misses a build-dep on dh-lisp, which results in a sbcl.postinst without the clc magic, therefore not providing a core file: $ sbcl fatal error encountered in SBCL pid 2834: can't find core file This results in a very broken package at least on amd64. Manually running register-common-lisp-implementation doesn't help either, since the required sbcl.sh script is apparently not present in the sbcl binary package. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-rt20 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages sbcl depends on: ii libc6 2.3.5-8.1 GNU C Library: Shared libraries an Versions of packages sbcl recommends: ii binfmt-support 1.2.7 Support for extra binary formats -- no debconf information -- CYa, Mario -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 188 bytes Desc: not available URL: From owner at bugs.debian.org Wed Nov 30 23:03:15 2005 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 30 Nov 2005 15:03:15 -0800 Subject: [cl-debian] Processed: Reassign In-Reply-To: <20051130225640.GA25374@master.debian.org> References: <20051130225640.GA25374@master.debian.org> Message-ID: Processing commands for control at bugs.debian.org: > retitle 340646 lispinit.mem missing on SPARC, IA64 Bug#340646: mcvs: ftbfs [sparc] [spvw_memfile.d:834] errno = ENOENT: No such file or directory. Changed Bug title. > reassign 340646 clisp Bug#340646: lispinit.mem missing on SPARC, IA64 Bug reassigned from package `mcvs' to `clisp'. > stop Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)