Bug#569059: software-center: won't install properly

2010-02-11 Thread Julian Andres Klode
reassign 569059 lsb-release 3.2-23
severity 569059 important
thanks

Am Dienstag, den 09.02.2010, 20:28 +0100 schrieb Oz N:
> Package: software-center
> Version: 1.1debian1
> Severity: grave
> Justification: renders package unusable
> 
> Hi, 
> Here's the output from the installation:
> 
> Setting up software-center (1.1debian1) ...
> ERROR:root:error processing:
> /usr/share/app-install/desktop/kbarcode-label.desktop No option 'Name'
> in section: 'Desktop Entry'
> Traceback (most recent call last):
> File "/usr/share/software-center/softwarecenter/db/update.py", line
> 102, in update
> name = parser.get_desktop("Name")
> File "/usr/share/software-center/softwarecenter/db/update.py",
> ne 70, in get_desktop
> return self.get(self.DE, key)
> File "/usr/lib/python2.5/ConfigParser.py", line 302, in get
> raise NoOptionError(option, section)
> NoOptionError: No option 'Name' in section: 'Desktop
> Entry'
> ERROR:root:error processing:
> /usr/share/app-install/desktop/pauker.desktop File
> contains no section headers.
> file: /usr/share/app-install/desktop/pauker.desktop,  line: 1
>  'Name=Pauker\n'
>  Traceback (most recent call last):
>  File "/usr/share/software-center/softwarecenter/db/update.py",
>  line 100, in update  parser.read(desktopf)
>  File "/usr/lib/python2.5/ConfigParser.py", line 267, in read
>  self._read(fp, filename)
>   File"/usr/lib/python2.5/ConfigParser.py",line 462, in _read
>  raise   MissingSectionHeaderError(fpname, lineno, line)
>   MissingSectionHeaderError: File
>  contains no section headers. file:
>  /usr/share/app-install/desktop/pauker.desktop, line: 1
>  'Name=Pauker\n'   Processing triggers for  python-support ...
>   Reading package lists... Done 

This one is a known minor issue in software-center (#568941) which has
no effect on the package and is already fixed by just printing a warning
instead of an error + traceback. The error is caused by a wrong file in
app-install-data which has been fixed 2010.01.31.

> 
> udo software-center 
> AttributeError: 'module' object has no attribute 'Element'
> ^CTraceback (most recent call last):
> File "/usr/bin/software-center", line 80, in 
> app = SoftwareCenterApp(datadir, xapian_base_path)
> File "/usr/share/software-center/softwarecenter/app.py", line 97, in
> __init__
> Traceback (most recent call last):
> File "/usr/bin/lsb_release", line 96, in 
> main()
> File "/usr/bin/lsb_release", line 60, in main
> distinfo = lsb_release.get_distro_information()
> File "/usr/lib/pymodules/python2.5/lsb_release.py", line 260, in
> get_distro_information
> self.distro = get_distro()
> File "/usr/share/software-center/softwarecenter/distro/__init__.py",
> line 44, in get_distro
> stdout=subprocess.PIPE).communicate()[0].strip()
> File "/usr/lib/python2.5/subprocess.py", line 662, in communicate
> distinfo = guess_debian_release()
> File "/usr/lib/pymodules/python2.5/lsb_release.py", line 214, in
> guess_debian_release
> rinfo = guess_release_from_apt()
> File "/usr/lib/pymodules/python2.5/lsb_release.py", line 151, in
> guess_release_from_apt
> releases = parse_apt_policy()
> File "/usr/lib/pymodules/python2.5/lsb_release.py", line 135, in
> parse_apt_policy
> policy = commands.getoutput('LANG=C apt-cache policy 2>/dev/null')
> File "/usr/lib/python2.5/commands.py", line 44, in getoutput
> stdout = self._fo_read_no_intr(self.stdout)
> File "/usr/lib/python2.5/subprocess.py", line 1025, in _fo_read_no_intr
> return getstatusoutput(cmd)[1]
> File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
> text = pipe.read()
> 
I don't know how this happened, but it seems to be an error in
lsb-release and I thus reassign it there. I am also downgrading the
severity, as I can not reproduce it.
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#569059: software-center: won't install properly

2010-02-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 569059 lsb-release 3.2-23
Bug #569059 [software-center] software-center: won't install properly
Bug reassigned from package 'software-center' to 'lsb-release'.
Bug No longer marked as found in versions software-center/1.1debian1.
Bug #569059 [lsb-release] software-center: won't install properly
Bug Marked as found in versions lsb/3.2-23.
> severity 569059 important
Bug #569059 [lsb-release] software-center: won't install properly
Severity set to 'important' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#569059: software-center: won't install properly

2010-02-11 Thread Evgeni Golov
Hi,

here again, I can't reproduce your problem.
Neither with 1.1debian1 from squeeze, nor with 1.1.10debian1 from sid.

I *do* get the following error as in your log:
ERROR:root:error processing: 
/usr/share/app-install/desktop/kbarcode-label.desktop No option 'Name' 
in section: 'Desktop Entry'
Traceback (most recent call last):
  File "/usr/share/software-center/softwarecenter/db/update.py", line 
102, in update
name = parser.get_desktop("Name")
  File "/usr/share/software-center/softwarecenter/db/update.py", line 
70, in get_desktop
return self.get(self.DE, key)
  File "/usr/lib/python2.5/ConfigParser.py", line 302, in get
raise NoOptionError(option, section)
NoOptionError: No option 'Name' in section: 'Desktop Entry'

But none of the other ones, and, software-center works just fine...

Regards
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#569059: software-center: won't install properly

2010-02-09 Thread Oz N
Package: software-center
Version: 1.1debian1
Severity: grave
Justification: renders package unusable

Hi, 
Here's the output from the installation:

Setting up software-center (1.1debian1) ...
ERROR:root:error processing:
/usr/share/app-install/desktop/kbarcode-label.desktop No option 'Name'
in section: 'Desktop Entry'
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/db/update.py", line
102, in update
name = parser.get_desktop("Name")
File "/usr/share/software-center/softwarecenter/db/update.py",
ne 70, in get_desktop
return self.get(self.DE, key)
File "/usr/lib/python2.5/ConfigParser.py", line 302, in get
raise NoOptionError(option, section)
NoOptionError: No option 'Name' in section: 'Desktop
Entry'
ERROR:root:error processing:
/usr/share/app-install/desktop/pauker.desktop File
contains no section headers.
file: /usr/share/app-install/desktop/pauker.desktop,  line: 1
 'Name=Pauker\n'
 Traceback (most recent call last):
 File "/usr/share/software-center/softwarecenter/db/update.py",
 line 100, in update  parser.read(desktopf)
 File "/usr/lib/python2.5/ConfigParser.py", line 267, in read
 self._read(fp, filename)
  File  "/usr/lib/python2.5/ConfigParser.py",line 462, in _read
 raise   MissingSectionHeaderError(fpname, lineno, line)
  MissingSectionHeaderError: File
 contains no section headers. file:
 /usr/share/app-install/desktop/pauker.desktop, line: 1
 'Name=Pauker\n'   Processing triggers for  python-support ...
  Reading package lists... Done 
   

udo software-center 
AttributeError: 'module' object has no attribute 'Element'
^CTraceback (most recent call last):
File "/usr/bin/software-center", line 80, in 
app = SoftwareCenterApp(datadir, xapian_base_path)
File "/usr/share/software-center/softwarecenter/app.py", line 97, in
__init__
Traceback (most recent call last):
File "/usr/bin/lsb_release", line 96, in 
main()
File "/usr/bin/lsb_release", line 60, in main
distinfo = lsb_release.get_distro_information()
File "/usr/lib/pymodules/python2.5/lsb_release.py", line 260, in
get_distro_information
self.distro = get_distro()
File "/usr/share/software-center/softwarecenter/distro/__init__.py",
line 44, in get_distro
stdout=subprocess.PIPE).communicate()[0].strip()
File "/usr/lib/python2.5/subprocess.py", line 662, in communicate
distinfo = guess_debian_release()
File "/usr/lib/pymodules/python2.5/lsb_release.py", line 214, in
guess_debian_release
rinfo = guess_release_from_apt()
File "/usr/lib/pymodules/python2.5/lsb_release.py", line 151, in
guess_release_from_apt
releases = parse_apt_policy()
File "/usr/lib/pymodules/python2.5/lsb_release.py", line 135, in
parse_apt_policy
policy = commands.getoutput('LANG=C apt-cache policy 2>/dev/null')
File "/usr/lib/python2.5/commands.py", line 44, in getoutput
stdout = self._fo_read_no_intr(self.stdout)
File "/usr/lib/python2.5/subprocess.py", line 1025, in _fo_read_no_intr
return getstatusoutput(cmd)[1]
File "/usr/lib/python2.5/commands.py", line 54, in getstatusoutput
text = pipe.read()



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages software-center depends on:
ii  app-install-data   2009.06.06Application Installer Data Files
ii  aptdaemon  0.11-2transaction based package manageme
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  gnome-menus2.28.0.1-3+b1 an implementation of the freedeskt
ii  policykit-10.96-1framework for managing administrat
ii  policykit-1-gnome  0.96-1GNOME authentication agent for Pol
ii  python 2.5.4-9   An interactive high-level object-o
ii  python-apt 0.7.13.3  Python interface to libapt-pkg
ii  python-aptdaemon   0.11-2Python module for the server and c
ii  python-aptdaemon-gtk   0.11-2Python GTK+ widgets to run an aptd
ii  python-central 0.6.14+nmu2   register and build utility for Pyt
ii  python-dbus0.83.0-1+b1   simple interprocess messaging syst
ii  python-gconf   2.28.0-2  Python bindings for the GConf conf
ii  python-gtk22.16.0-2  Python bindings for the GTK+ widge
ii  python-sexy0.1.9-1+b1python language bindings for libse
ii  python-webkit  1.1.7-1+b1WebKit/Gtk Python bindings
ii  python-xapian  1.0.17-1+b1   Xapian search engine interface for

Versions of packages software-center recommends:
ii  apt-xapian-index  0.22   maintenance tools for a Xapian ind
ii  lsb-release   3.2-23 Linux Standard Base version report
pn  python-launchpad-integration   (no description available)

softwa