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

Bug#215786: marked as done (apt: build-depends parser can't handle lack of whitespace preceeding architecture restrictions)



Your message dated Mon, 31 May 2004 19:37:49 -0700
with message-id <20040601023749.GA18000@alcor.net>
and subject line apt: build-depends parser can't handle lack of whitespace
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; 14 Oct 2003 17:57:56 +0000
>From james@ruari-quinn.demon.co.uk Tue Oct 14 12:57:56 2003
Return-path: <james@ruari-quinn.demon.co.uk>
Received: from cicero.e-mis.co.uk [212.240.194.162] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A9TQi-0000tD-00; Tue, 14 Oct 2003 12:57:56 -0500
Received: from [10.139.58.254] (helo=tacitus)
	by cicero.e-mis.co.uk with esmtp (Exim 3.35 #1 (Debian))
	id 1A9TQh-0001dh-00
	for <submit@bugs.debian.org>; Tue, 14 Oct 2003 18:57:55 +0100
Received: from james by tacitus with local (Exim 3.36 #1 (Debian))
	id 1A9TQf-0000iF-00
	for <submit@bugs.debian.org>; Tue, 14 Oct 2003 18:57:53 +0100
To: submit@bugs.debian.org
Subject: apt: build-depends parser can't handle lack of whitespace
 preceeding architecture restrictions
Mail-Copies-To: never
From: James Troup <james@nocrew.org>
Date: Tue, 14 Oct 2003 18:57:53 +0100
Message-ID: <87he2bsnvi.fsf@nocrew.org>
User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/20.7 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: James Troup <james@ruari-quinn.demon.co.uk>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_13
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_13 (1.174.2.15-2003-03-30-exp)

Package: apt
Version: 0.5.14
Severity: minor

apt's build-depends parser can't handle a lack of whitespace
preceeding the architecture restriction when the restriction has more
than one architecture.  e.g.

| >>> import apt_pkg
| >>> apt_pkg.init()
| >>> apt_pkg.ParseSrcDepends('foo[i386]');
| [[('foo[i386]', '', '')]]
| >>> apt_pkg.ParseSrcDepends('foo[i386 alpha]');
| Traceback (most recent call last):
|   File "<stdin>", line 1, in ?
| ValueError: Problem Parsing Dependency
| >>> apt_pkg.ParseSrcDepends('foo [i386 alpha]');
| [[('foo', '', '')]]
| >>>

(Reproduced with apt-get, obviously...)

-- 
James

---------------------------------------
Received: (at 215786-done) by bugs.debian.org; 1 Jun 2004 02:38:20 +0000
>From mdz@alcor.net Mon May 31 19:38:20 2004
Return-path: <mdz@alcor.net>
Received: from mta11.adelphia.net [68.168.78.205] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BUzAS-0004dm-00; Mon, 31 May 2004 19:38:20 -0700
Received: from mizar.alcor.net ([69.167.148.207]) by mta11.adelphia.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040601023749.NBUB21898.mta11.adelphia.net@mizar.alcor.net>
          for <215786-done@bugs.debian.org>;
          Mon, 31 May 2004 22:37:49 -0400
Received: from mdz by mizar.alcor.net with local (Exim 4.34)
	id 1BUz9x-0007nW-8Y
	for 215786-done@bugs.debian.org; Mon, 31 May 2004 19:37:49 -0700
Date: Mon, 31 May 2004 19:37:49 -0700
From: Matt Zimmerman <mdz@debian.org>
To: 215786-done@bugs.debian.org
Subject: Re: apt: build-depends parser can't handle lack of whitespace
Message-ID: <20040601023749.GA18000@alcor.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6i
Sender: Matt Zimmerman <mdz@alcor.net>
Delivered-To: 215786-done@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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

It is hereby decreed that there shall be no space between the package name
and the optional list of architectures in the Build-Depends field.

-- 
 - mdz



Reply to: