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

Bug#156317: marked as done ([DPKG-SOURCE] dpkg-source: confusing error when source format is unsupported)



Your message dated Sun, 12 Jun 2005 12:02:22 -0400
with message-id <E1DhUuk-0005h8-00@newraff.debian.org>
and subject line Bug#156317: fixed in dpkg 1.13.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; 11 Aug 2002 18:17:17 +0000
>From aps100@doc.ic.ac.uk Sun Aug 11 13:17:17 2002
Return-path: <aps100@doc.ic.ac.uk>
Received: from (cyclone) [80.1.36.72] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17dxH8-0005n9-00; Sun, 11 Aug 2002 13:17:14 -0500
Received: from aps100 by cyclone with local (Exim 3.35 #1 (Debian))
	id 17dxH6-0004fE-00
	for <submit@bugs.debian.org>; Sun, 11 Aug 2002 19:17:12 +0100
Date: Sun, 11 Aug 2002 19:17:11 +0100
From: Andrew Suffield <asuffield@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: dpkg-source: confusing error when source format is unsupported
Message-ID: <20020811181711.GA17908@doc.ic.ac.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
X-Reportbug-Version: 1.99.50
X-Monty-Python: No-one expects the Spanish Inquisition!
Sender: Andrew Suffield <aps100@doc.ic.ac.uk>
Delivered-To: submit@bugs.debian.org

Package: dpkg-dev
Version: 1.10.4
Severity: minor
Tags: patch

aps100@cyclone:~/tmp$ cat hello_1.3-18.dsc
Format: MOOOOOOOOOOOOOOO
Source: hello
Version: 1.3-18
Binary: hello
Maintainer: Adam Heath <doogie@debian.org>
Architecture: any
Standards-Version: 3.0.1.0
Files: 
 be75cfb3287cda4e91e45327428c8ca1 87701 hello_1.3.orig.tar.gz
 e9406a5ff284a74b23a98538be5735e8 5092 hello_1.3-18.diff.gz
aps100@cyclone:~/tmp$ dpkg-source -x hello_1.3-18.dsc
dpkg-source: error: Unsupported format of .dsc file (1.0)

I would have expected:

dpkg-source: error: Unsupported format of .dsc file (MOOOOOOOOOOOOOOO)

--- /usr/bin/dpkg-source	2002-07-14 21:19:49.000000000 +0100
+++ dpkg-source	2002-08-11 18:10:49.000000000 +0100
@@ -518,7 +593,7 @@
 
     if (defined $fi{'S Format'}) {
 	if (not handleformat($fi{'S Format'})) {
-	    &error("Unsupported format of .dsc file ($dscformat)");
+	    &error("Unsupported format of .dsc file (" . $fi{'S Format'} . ")"); 	}
         $dscformat=$fi{'S Format'};
     }


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux cyclone 2.4.19 #7 Sat Aug 3 16:06:09 BST 2002 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages dpkg-dev depends on:
ii  binutils                  2.12.90.0.15-1 The GNU assembler, linker and bina
ii  cpio                      2.5-1          GNU cpio -- a program to manage ar
ii  make                      3.79.1-14      The GNU version of the "make" util
ii  patch                     2.5.4-11       Apply a diff file to an original
ii  perl [perl5]              5.8.0-6        Larry Wall's Practical Extraction 
ii  perl-modules              5.8.0-6        Core Perl modules.

-- no debconf information


-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ | Dept. of Computing,
 `. `'                          | Imperial College,
   `-             -><-          | London, UK

---------------------------------------
Received: (at 156317-close) by bugs.debian.org; 12 Jun 2005 16:09:17 +0000
>From katie@ftp-master.debian.org Sun Jun 12 09:09:17 2005
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 1DhV1Q-0003px-00; Sun, 12 Jun 2005 09:09:16 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DhUuk-0005h8-00; Sun, 12 Jun 2005 12:02:22 -0400
From: Scott James Remnant <scott@netsplit.com>
To: 156317-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#156317: fixed in dpkg 1.13.9
Message-Id: <E1DhUuk-0005h8-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 12 Jun 2005 12:02:22 -0400
Delivered-To: 156317-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-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-Spam-Level: 

Source: dpkg
Source-Version: 1.13.9

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

dpkg-dev_1.13.9_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.13.9_all.deb
dpkg_1.13.9.dsc
  to pool/main/d/dpkg/dpkg_1.13.9.dsc
dpkg_1.13.9.tar.gz
  to pool/main/d/dpkg/dpkg_1.13.9.tar.gz
dpkg_1.13.9_i386.deb
  to pool/main/d/dpkg/dpkg_1.13.9_i386.deb
dselect_1.13.9_i386.deb
  to pool/main/d/dpkg/dselect_1.13.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 156317@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott James Remnant <scott@netsplit.com> (supplier of updated dpkg 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, 12 Jun 2005 15:52:43 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.13.9
Distribution: unstable
Urgency: low
Maintainer: Scott James Remnant <scott@netsplit.com>
Changed-By: Scott James Remnant <scott@netsplit.com>
Description: 
 dpkg       - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dselect    - a user tool to manage Debian packages
Closes: 21236 156317 193653 246802 249496 282323 304297 307139
Changes: 
 dpkg (1.13.9) unstable; urgency=low
 .
   The "On like Donkey Kong" Release.
 .
   * Only open the log file when we first need to write to it, this avoids
     the need to suppress errors when not root which fakeroot defeated anyway.
   * Stop dpkg-source clobbering an existing .orig directory during unpacking.
     Closes: #21236.
   * Allow an alternate output directory to be specified to dpkg-source by
     giving a second argument to -x.  Closes: #246802, #282323.
   * Added .arch-inventory to default diff ignore regexp.  Closes: #304297.
 .
   SELinux support (Manoj Srivastava):
   * On SELinux-enabled systems, try to set the security context when the
     package is unpacked.  Closes: #193653, #249496, #307139.
   * Added build-dependancy on libselinux1-dev.
 .
   Improvements to dpkg-source (Brendan O'Dea):
   * Support unpacking of "Wig And Pen" (Format 2.0) source packages.
   * Multiple pristine upstream tarballs allowed.
   * Native and upstream tarballs may be bzip2-compressed instead of gzip,
     as may the debian diff or tarball.
   * Unsupported format error fixed to output the unsupported format
     rather than the supported one.  Closes: #156317.
Files: 
 3de37042afe8c16293e23402936dba18 622 base required dpkg_1.13.9.dsc
 11351b33bcd380f849e3ce1e24b1ce2e 3557423 base required dpkg_1.13.9.tar.gz
 7c534ffbcdb85a133f33cfc5f60332e3 1781280 base required dpkg_1.13.9_i386.deb
 88135455172d9144ca78cdd06784cd1a 120494 base required dselect_1.13.9_i386.deb
 2450a224892ab56d6d9a9c19f10e7650 162762 utils standard dpkg-dev_1.13.9_all.deb

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

iD8DBQFCrFjDIexP3IStZ2wRAkmIAJ0RPWcgEXgPIVo/qxUdkvIg4XT95QCgq5HA
6knfxRHT+I65fJDZ57H35rs=
=2sT8
-----END PGP SIGNATURE-----



Reply to: