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

Bug#280844: marked as done (apt: apt-get source mozilla-firefox mangles existing orig.tar.gz)



Your message dated Wed, 18 Jan 2006 16:02:12 -0800
with message-id <E1EzNFk-0000iD-M4@spohr.debian.org>
and subject line Bug#280844: fixed in apt 0.6.43.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; 12 Nov 2004 00:24:34 +0000
>From daniel@frobnitz.homelinux.net Thu Nov 11 16:24:34 2004
Return-path: <daniel@frobnitz.homelinux.net>
Received: from granger.mail.mindspring.net [207.69.200.148] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CSPEw-0007s8-00; Thu, 11 Nov 2004 16:24:34 -0800
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.homelinux.net)
	by granger.mail.mindspring.net with esmtp (Exim 3.33 #1)
	id 1CSPEv-0006LX-00
	for submit@bugs.debian.org; Thu, 11 Nov 2004 19:24:33 -0500
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.34)
	id 1CSPEu-0003Xn-Kc
	for submit@bugs.debian.org; Thu, 11 Nov 2004 16:24:32 -0800
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt: apt-get source mozilla-firefox mangles existing orig.tar.gz
From: Daniel Schepler <schepler@math.berkeley.edu>
Date: Thu, 11 Nov 2004 16:24:32 -0800
Message-ID: <87oei3rk1r.fsf@frobnitz.homelinux.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Daniel Schepler <daniel@frobnitz.homelinux.net>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apt
Severity: normal
Version: 0.5.27

I see the following behavior in apt-get source (on an amd64 machine,
but it also seems to happen under an i386 chroot):

daniel@frobnitz:~/src/debian/mozilla-firefox$ apt-get -d source mozilla-firefox
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 40.6MB of source archives.
Get:1 http://rama.progeny.com unstable/main mozilla-firefox 1.0-2 (dsc) [979B]
Get:2 http://rama.progeny.com unstable/main mozilla-firefox 1.0-2 (tar) [40.5MB]
Get:3 http://rama.progeny.com unstable/main mozilla-firefox 1.0-2 (diff) [75.0kB]
Fetched 40.6MB in 5m11s (130kB/s)
Download complete and in download only mode
daniel@frobnitz:~/src/debian/mozilla-firefox$ grep tar\\.gz *.dsc
 e1dcd4f96def114bcfbc706fbafe6f3d 40543738 mozilla-firefox_1.0.orig.tar.gz
daniel@frobnitz:~/src/debian/mozilla-firefox$ md5sum *.tar.gz
e1dcd4f96def114bcfbc706fbafe6f3d  mozilla-firefox_1.0.orig.tar.gz
daniel@frobnitz:~/src/debian/mozilla-firefox$ ls -l
total 39724
-rw-rw-r--  1 daniel daniel    75014 2004-11-10 21:32 mozilla-firefox_1.0-2.diff.gz
-rw-rw-r--  1 daniel daniel      979 2004-11-10 21:32 mozilla-firefox_1.0-2.dsc
-rw-rw-r--  1 daniel daniel 40543738 2004-11-10 20:17 mozilla-firefox_1.0.orig.tar.gz
daniel@frobnitz:~/src/debian/mozilla-firefox$ rm *.dsc
daniel@frobnitz:~/src/debian/mozilla-firefox$ cp *.tar.gz backup.tar.gz
daniel@frobnitz:~/src/debian/mozilla-firefox$ apt-get -d source mozilla-firefox
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 40.6MB of source archives.
Get:1 http://rama.progeny.com unstable/main mozilla-firefox 1.0-2 (dsc) [979B]
Get:2 http://rama.progeny.com unstable/main mozilla-firefox 1.0-2 (tar) [40.5MB]
Err http://rama.progeny.com unstable/main mozilla-firefox 1.0-2 (diff)
  0 Partial Content
Fetched 979B in 0s (1240B/s)
Failed to fetch http://rama.progeny.com/debian/pool/main/m/mozilla-firefox/mozilla-firefox_1.0.orig.tar.gz  MD5Sum mismatch
Failed to fetch http://rama.progeny.com/debian/pool/main/m/mozilla-firefox/mozilla-firefox_1.0-2.diff.gz  0 Partial Content
E: Failed to fetch some archives.
daniel@frobnitz:~/src/debian/mozilla-firefox$ md5sum m*.tar.gz.FAILED
7748ca6b88ffa8f818e78ed5ed25b8f2  mozilla-firefox_1.0.orig.tar.gz.FAILED
daniel@frobnitz:~/src/debian/mozilla-firefox$ cmp backup.tar.gz *.tar.gz.FAILED
backup.tar.gz mozilla-firefox_1.0.orig.tar.gz.FAILED differ: byte 40543738, line 154710
daniel@frobnitz:~/src/debian/mozilla-firefox$ ls -l
total 79364
-rw-rw-r--  1 daniel daniel 40543738 2004-11-11 16:18 backup.tar.gz
-rw-rw-r--  1 daniel daniel    75014 2004-11-10 21:32 mozilla-firefox_1.0-2.diff.gz
-rw-rw-r--  1 daniel daniel      979 2004-11-10 21:32 mozilla-firefox_1.0-2.dsc
-rw-rw-r--  1 daniel daniel 40543738 2004-11-10 20:17 mozilla-firefox_1.0.orig.tar.gz.FAILED

Oddly, it's done the same thing with other mozilla-firefox tarballs in
the past, but not on any other packages (at least none that are
actively maintained).
-- 
Daniel Schepler              "Please don't disillusion me.  I
schepler@math.berkeley.edu    haven't had breakfast yet."
                                 -- Orson Scott Card

---------------------------------------
Received: (at 280844-close) by bugs.debian.org; 19 Jan 2006 00:10:36 +0000
>From katie@ftp-master.debian.org Wed Jan 18 16:10:35 2006
Return-path: <katie@ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EzNFk-0000iD-M4; Wed, 18 Jan 2006 16:02:12 -0800
From: Michael Vogt <mvo@debian.org>
To: 280844-close@bugs.debian.org
X-Katie: $Revision: 1.65 $
Subject: Bug#280844: fixed in apt 0.6.43.2
Message-Id: <E1EzNFk-0000iD-M4@spohr.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 18 Jan 2006 16: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
X-CrossAssassin-Score: 6

Source: apt
Source-Version: 0.6.43.2

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

apt-doc_0.6.43.2_all.deb
  to pool/main/a/apt/apt-doc_0.6.43.2_all.deb
apt-utils_0.6.43.2_i386.deb
  to pool/main/a/apt/apt-utils_0.6.43.2_i386.deb
apt_0.6.43.2.dsc
  to pool/main/a/apt/apt_0.6.43.2.dsc
apt_0.6.43.2.tar.gz
  to pool/main/a/apt/apt_0.6.43.2.tar.gz
apt_0.6.43.2_i386.deb
  to pool/main/a/apt/apt_0.6.43.2_i386.deb
libapt-pkg-dev_0.6.43.2_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.6.43.2_i386.deb
libapt-pkg-doc_0.6.43.2_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.6.43.2_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 280844@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt 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: Thu, 19 Jan 2006 00:06:33 +0100
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.6.43.2
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 280844 290694 344642 346369 346450 347258 347349 347435 347729 347970 348158 348348 348574
Changes: 
 apt (0.6.43.2) unstable; urgency=low
 .
   * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166:
     - en_GB.po, de.po: fix spaces errors in "Ign " translations Closes: #347258
     - makefile: make update-po a pre-requisite of clean target so
     	        that POT and PO files are always up-to-date
     - sv.po: Completed to 511t. Closes: #346450
     - sk.po: Completed to 511t. Closes: #346369
     - fr.po: Completed to 511t
     - *.po: Updated from sources (511 strings)
     - el.po: Completed to 511 strings Closes: #344642
     - da.po: Completed to 511 strings Closes: #348574
     - es.po: Updated to 510t1f Closes: #348158
     - gl.po: Completed to 511 strings Closes: #347729
     - it.po: Yet another update Closes: #347435
   * added debian-archive-keyring to the Recommends (closes: #347970)
   * fixed message in apt-key to install debian-archive-keyring
   * typos fixed in apt-cache.8 (closes: #348348, #347349)
   * add patch to fix http download corruption problem (thanks to
     Petr Vandrovec, closes: #280844, #290694)
Files: 
 7d4268f9c499131b00a68761fc1de89f 789 admin important apt_0.6.43.2.dsc
 278495ad6c4170efb952e51c2abc2f76 1489394 admin important apt_0.6.43.2.tar.gz
 7cf2202b2c7ee8d58f55c4de75fd5798 86688 doc optional apt-doc_0.6.43.2_all.deb
 1e97e61039da99bb4573cdce95fee97d 110094 doc optional libapt-pkg-doc_0.6.43.2_all.deb
 98cb5abcd88b6872dd599ff7b832b9c4 1260966 admin important apt_0.6.43.2_i386.deb
 15c9456a802723303160f45c8a2e27c9 80312 libdevel optional libapt-pkg-dev_0.6.43.2_i386.deb
 aff14302921020807f22d3a8f0880313 195674 admin important apt-utils_0.6.43.2_i386.deb

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

iD8DBQFDztQjliSD4VZixzQRAngXAJ4pJYfCyzRVLi5qgLQ8z3Tl2EyJTACfS1dj
rbDk4dwXeJGwYdvZaj4qLi8=
=JEWN
-----END PGP SIGNATURE-----



Reply to: