[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#242272: marked as done (apt-move: listbin repo broken)



Your message dated Sun, 21 Nov 2004 18:17:04 -0500
with message-id <E1CW0x6-0007VU-00@newraff.debian.org>
and subject line Bug#242272: fixed in apt-move 4.2.23
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 Apr 2004 16:40:20 +0000
>From dub@lazy.shacknet.nu Mon Apr 05 09:40:20 2004
Return-path: <dub@lazy.shacknet.nu>
Received: from viefep16-int.chello.at [213.46.255.17] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BAX91-0008J0-00; Mon, 05 Apr 2004 09:40:19 -0700
Received: from lazy.shacknet.nu ([80.109.132.21]) by viefep16-int.chello.at
          (InterMail vM.6.00.05.02 201-2115-109-103-20031105) with ESMTP
          id <20040405163948.JCNS3034.viefep16-int.chello.at@lazy.shacknet.nu>
          for <submit@bugs.debian.org>; Mon, 5 Apr 2004 18:39:48 +0200
Received: from dub by lazy.shacknet.nu with local (Exim 3.36 #1 (Debian))
	id 1BAXAB-00069l-00; Mon, 05 Apr 2004 18:41:31 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: hungerburg <dub@lazy.shacknet.nu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt-move: listbin repo broken
X-Mailer: reportbug 2.56
Date: Mon, 05 Apr 2004 18:41:31 +0200
Message-Id: <E1BAXAB-00069l-00@lazy.shacknet.nu>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Scores: 1

Package: apt-move
Version: 4.2.22
Severity: normal


instead of a list of packages in the local mirror, apt-move listbin repo
gives an incomplete list of packages that are in the local mirror, but
apt is not subscribed to.

in function listbinrepo the utility comm might be called with argument
23, instead of 12, patch below.  though that still misses some packages,
possibly ones, where the local version is not up to latest.

so additionally it might be better to use "binary" to compare against,
than $DIST.binary (the aim being not to output virtual packages.) (the
packages being there, irrespective of $DIST settings anyway.)

or still, it may be useless to compare at all, just use the output of
find; though this probably finds source packages too? I dont have any
in the pool...

>>> devide here
--- apt-move	2004-03-26 22:58:20.000000000 +0100
+++ /usr/bin/apt-move	2004-04-05 18:22:13.000000000 +0200
@@ -1528,8 +1528,8 @@
 
 	nice find pool -name '*.deb' -o -name '*.udeb' |
 		sed 's%.*/%%; s/_.*//' | sort -u > $pf-old
-	< .apt-move/$DIST.binary listbin | grep -v -f $TMPHOME/makeexcl |
-		sed 's:.*/\(.*\)_\*$:\1:' | sort | comm -12 $pf-old -
+	< .apt-move/binary grep -v -f $TMPHOME/makeexcl |
+		sed 's:.*/\(.*\)_\*$:\1:' | sort | comm -23 $pf-old -
 }
 
 listsrcrepo() {
>>> and here


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8

Versions of packages apt-move depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.24       Advanced front-end for dpkg
ii  bc                          1.06-13      The GNU bc arbitrary precision cal
ii  coreutils                   5.0.91-2     The GNU core utilities
ii  dash                        0.4.25       The Debian Almquist Shell
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.3.3-6    GCC support library
ii  libstdc++5                  1:3.3.3-6    The GNU Standard C++ Library v3

-- no debconf information

---------------------------------------
Received: (at 242272-close) by bugs.debian.org; 21 Nov 2004 23:19:04 +0000
>From katie@ftp-master.debian.org Sun Nov 21 15:19:04 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CW0z2-0002DG-00; Sun, 21 Nov 2004 15:19:04 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CW0x6-0007VU-00; Sun, 21 Nov 2004 18:17:04 -0500
From: Chuan-kai Lin <cklin@debian.org>
To: 242272-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#242272: fixed in apt-move 4.2.23
Message-Id: <E1CW0x6-0007VU-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 21 Nov 2004 18:17:04 -0500
Delivered-To: 242272-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Source: apt-move
Source-Version: 4.2.23

We believe that the bug you reported is fixed in the latest version of
apt-move, which is due to be installed in the Debian FTP archive:

apt-move_4.2.23.dsc
  to pool/main/a/apt-move/apt-move_4.2.23.dsc
apt-move_4.2.23.tar.gz
  to pool/main/a/apt-move/apt-move_4.2.23.tar.gz
apt-move_4.2.23_i386.deb
  to pool/main/a/apt-move/apt-move_4.2.23_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 242272@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chuan-kai Lin <cklin@debian.org> (supplier of updated apt-move 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: Sun, 21 Nov 2004 14:55:33 -0800
Source: apt-move
Binary: apt-move
Architecture: source i386
Version: 4.2.23
Distribution: unstable
Urgency: low
Maintainer: Chuan-kai Lin <cklin@debian.org>
Changed-By: Chuan-kai Lin <cklin@debian.org>
Description: 
 apt-move   - Maintain Debian packages in a package pool
Closes: 242272 282100
Changes: 
 apt-move (4.2.23) unstable; urgency=low
 .
   * New maintainer (closes: #282100).
   * Apply patch to support the -a option (closes: #242272)
Files: 
 b05156f25215b53e235154c89f770247 518 admin optional apt-move_4.2.23.dsc
 1a7a375085eda0fe8d209b9a02311764 46291 admin optional apt-move_4.2.23.tar.gz
 fb3d95eea4c2b6816dac72d093d29500 48284 admin optional apt-move_4.2.23_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iEYEARECAAYFAkGhH5IACgkQqq7AEt0PYmjkNACgju0pweUOAK27f0KI0zDzZxH9
TIkAoN1dZHRHqW5JRtiIKFKpbzML3XgV
=8ytf
-----END PGP SIGNATURE-----



Reply to: