[cl-debian] Bug#331160: marked as done (common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade)

Your message dated Tue, 04 Oct 2005 02:02:08 -0700 with message-id <E1EMiga-0006fW-00@spohr.debian.org> and subject line Bug#331160: fixed in common-lisp-controller 4.20 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 1 Oct 2005 23:49:25 +0000
From debian@millenix.mailshell.com Sat Oct 01 16:49:25 2005 Return-path: <debian@millenix.mailshell.com> Received: from www12.mailshell.com (mailshell.com) [209.157.66.248] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1ELr6b-0000Cq-00; Sat, 01 Oct 2005 16:49:25 -0700 Received: (qmail 1760 invoked by uid 99); 1 Oct 2005 23:49:24 -0000 Message-ID: <20051001234924.11206.qmail@mailshell.com> DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mTZ5HNAiuwJa0HNWqWJ95x/z1lL7Lf1lwcUXPdoy6RK+2lwkyqgluHKjB0wp6m4beFC2XmoD7y0MkrcXc0XF3XwXM3t/QKYFGnHCB0tqkOU/DUsfH38VARd6Nt44A7PpG0Disdc08Q7EmB15EDCsjBw83sx/oWVPidYf+1aw0pI= Date: Sat, 1 Oct 2005 16:42:29 -0700 Subject: common-lisp-controller: Warning from 'find' in maintainer scripts output on upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline From: debian@millenix.mailshell.com To: submit@bugs.debian.org Delivered-To: submit@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: common-lisp-controller Version: 4.19 Severity: normal In the process of upgrading common-lisp-controller from 4.18 to 4.19 (and I actually saw this earlier, assuming it would be fixed), I see the following text: ---- Preparing to replace common-lisp-controller 4.18 (using .../common-lisp-controller_4.19_all.deb) ... find: warning: you have specified the -depth option after a non-option argument -type, but options are not positional (-depth affects tests specified before it as well as those specified after it). Please specify options before other arguments. ---- It looks like the third call to find in the preinst script (see below for excerpt) is what's setting this off, but I'm not sure if simply moving the options around would do the right thing. Here's the segment of code in question: ---- case "$1" in install) ;; upgrade) # cleanup fasl files: find /usr/share/common-lisp/source/defsystem /usr/share/common-lisp/source/asdf /usr/share/common-lisp/source/common-lisp-controller -type f -not -name "*.lisp" -print0 | xargs --null rm --force 2> /dev/null # remove old autobuild files: find /etc/common-lisp -name autobuild -print0 | xargs -0 rm=20 2> /dev/null || true find /etc/common-lisp -type d -depth -print0 | xargs rmdir 2> /dev/null || true ... etc, it goes on ---- ^^^^^^^^^^^^^^^^ I believe that the snippet marked above is what gives rise to this warning. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.7+phil1 Locale: LANG=3DC, LC_CTYPE=3DC (charmap=3DANSI_X3.4-1968) Versions of packages common-lisp-controller depends on: ii bash 3.0-16 The GNU Bourne Again SHell ii cl-asdf 1.89-1 Another System Definition Faci= lity ii debconf [debconf-2.0] 1.4.58 Debian configuration managemen= t sy ii debianutils 2.14.3 Miscellaneous utilities specif= ic t ii perl 5.8.7-5 Larry Wall's Practical Extract= ion ii realpath 1.9.25 Return the canonicalized absol= ute common-lisp-controller recommends no packages. -- debconf information excluded --------------------------------------- Received: (at 331160-close) by bugs.debian.org; 4 Oct 2005 09:08:34 +0000
From katie@spohr.debian.org Tue Oct 04 02:08:34 2005 Return-path: <katie@spohr.debian.org> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1EMiga-0006fW-00; Tue, 04 Oct 2005 02:02:08 -0700 From: Peter Van Eynde <pvaneynd@debian.org> To: 331160-close@bugs.debian.org X-Katie: $Revision: 1.56 $ Subject: Bug#331160: fixed in common-lisp-controller 4.20 Message-Id: <E1EMiga-0006fW-00@spohr.debian.org> Sender: Archive Administrator <katie@spohr.debian.org> Date: Tue, 04 Oct 2005 02:02:08 -0700 Delivered-To: 331160-close@bugs.debian.org X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: common-lisp-controller Source-Version: 4.20 We believe that the bug you reported is fixed in the latest version of common-lisp-controller, which is due to be installed in the Debian FTP archive: common-lisp-controller_4.20.dsc to pool/main/c/common-lisp-controller/common-lisp-controller_4.20.dsc common-lisp-controller_4.20.tar.gz to pool/main/c/common-lisp-controller/common-lisp-controller_4.20.tar.gz common-lisp-controller_4.20_all.deb to pool/main/c/common-lisp-controller/common-lisp-controller_4.20_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 331160@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Peter Van Eynde <pvaneynd@debian.org> (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@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Oct 2005 08:38:57 +0200 Source: common-lisp-controller Binary: common-lisp-controller Architecture: source all Version: 4.20 Distribution: unstable Urgency: low Maintainer: Peter Van Eynde <pvaneynd@debian.org> Changed-By: Peter Van Eynde <pvaneynd@debian.org> Description: common-lisp-controller - This is a Common Lisp source and compiler manager Closes: 331160 Changes: common-lisp-controller (4.20) unstable; urgency=low . * René van Bevern + debian/preinst: specify -depth as first argument to find (Closes: #331160) . * Added *clc-quiet* parameter to make clc work without printing messages, mainly for CL applications. Files: cf1ebe3e14016a90a40fe32aa2056990 588 devel optional common-lisp-controller_4.20.dsc 022909eb8116a91a10c1eb86366c9aac 113749 devel optional common-lisp-controller_4.20.tar.gz 5d4df30f331617856494f48db1dec0ef 24658 devel optional common-lisp-controller_4.20_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDQTyo11ldN0tyliURApPKAKCY3QXcAlKM+DEjvTRcp8a/DLErIACeM9Bv uUGZJ+ZUhCyj3kDjs+9uvho= =tNMR -----END PGP SIGNATURE-----
participants (1)
-
owner@bugs.debian.org