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

Bug#637039: marked as done (lsb-release: parse_apt_policy in lsb_release.py fails)



Your message dated Fri, 2 Mar 2012 22:36:16 +0100
with message-id <201203022236.16284.odyx@debian.org>
and subject line Re: lsb-release: parse_apt_policy in lsb_release.py fails
has caused the Debian Bug report #637039,
regarding lsb-release: parse_apt_policy in lsb_release.py fails
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
637039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637039
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lsb-release
Version: 3.2-27
Severity: normal
Tags: patch

ok it's not exactly a patch but close:
policy = commands.getoutput('LANG=C apt-cache policy 2>/dev/null')

should be:
policy = commands.getoutput('LANG=C apt-cache policy 2&>/dev/null')

in lsb_release.py parse_apt_policy function

-- Package-specific info:
lsb_release output
-*- -*- -*- -*- -*-
LSB Version:	core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch
Distributor ID:	Debian
Description:	Debian GNU/Linux 5.0.8 (lenny)
Release:	5.0.8
Codename:	lenny
-*- -*- -*- -*- -*-
    Apt policy
-*- -*- -*- -*- -*-
Package files:
 100 /var/lib/dpkg/status
     release a=now
 500 http://dl.google.com/linux/talkplugin/deb/ stable/main amd64 Packages
     release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
     origin dl.google.com
 500 http://dl.google.com/linux/deb/ stable/main amd64 Packages
     release v=1.0,o=Google, Inc.,a=stable,n=stable,l=Google,c=main
     origin dl.google.com
 500 http://www.emdebian.org/debian/ unstable/main amd64 Packages
     release v=2.1,o=Debian,a=unstable,n=sid,l=DebianToolchains,c=main
     origin www.emdebian.org
 500 http://www.emdebian.org/debian/ lenny/main amd64 Packages
     release v=1.0,o=Debian,a=oldstable,n=lenny,l=DebianToolchains,c=main
     origin www.emdebian.org
 500 http://debian-multimedia.org/ stable/non-free amd64 Packages
     release v=6.0,o=Unofficial Multimedia Packages,a=stable,n=squeeze,l=Unofficial Multimedia Packages,c=non-free
     origin debian-multimedia.org
 500 http://debian-multimedia.org/ stable/main amd64 Packages
     release v=6.0,o=Unofficial Multimedia Packages,a=stable,n=squeeze,l=Unofficial Multimedia Packages,c=main
     origin debian-multimedia.org
 500 http://ftp.uk.debian.org/debian/ testing/non-free amd64 Packages
     release o=Debian,a=testing,n=wheezy,l=Debian,c=non-free
     origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian/ testing/contrib amd64 Packages
     release o=Debian,a=testing,n=wheezy,l=Debian,c=contrib
     origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian/ testing/main amd64 Packages
     release o=Debian,a=testing,n=wheezy,l=Debian,c=main
     origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian/ lenny/non-free amd64 Packages
     release v=5.0.8,o=Debian,a=oldstable,n=lenny,l=Debian,c=non-free
     origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian/ lenny/contrib amd64 Packages
     release v=5.0.8,o=Debian,a=oldstable,n=lenny,l=Debian,c=contrib
     origin ftp.uk.debian.org
 500 http://ftp.uk.debian.org/debian/ lenny/main amd64 Packages
     release v=5.0.8,o=Debian,a=oldstable,n=lenny,l=Debian,c=main
     origin ftp.uk.debian.org
Pinned packages:
-*- -*- -*- -*- -*-
   sources.list
-*- -*- -*- -*- -*-
deb http://ftp.uk.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ lenny main contrib non-free
deb http://ftp.uk.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ testing main contrib non-free
deb http://debian-multimedia.org/ stable main contrib non-free
deb http://www.emdebian.org/debian lenny main
-*- -*- -*- -*- -*-
 /etc/lsb_release
-*- -*- -*- -*- -*-
- none

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lsb-release depends on:
ii  python                        2.6.6-14   interactive high-level object-orie
ii  python-support                1.0.13     automated rebuilding support for P

Versions of packages lsb-release recommends:
ii  apt                           0.8.14.1   Advanced front-end for dpkg

Versions of packages lsb-release suggests:
pn  lsb                           <none>     (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 3.2+Debian29

Le vendredi, 2 mars 2012 22.21:55, Luke Kenneth Casson Leighton a écrit :
> On Fri, Mar 2, 2012 at 8:50 AM, Didier 'OdyX' Raboud wrote:
> > lsb_release.py has seen various improvements before the upload of lsb
> > 3.2+Debian29; could you please try to reproduce your bug with
> > lsb-release=3.2+Debian29 currently available in unstable ?
> 
>  ahh, didier, many apologies, this was such a long time ago, i can't
> remember what i was doing which triggered the bug! :)

Okay, hence closing as fixed in the current unstable release; thanks for your 
feedback!

Cheers,

OdyX


--- End Message ---

Reply to: