[neon] [Bug 359887] New: Neon packages change DISTRIB_ID in /etc/lsb-release

Laurent Bonnaud via KDE Bugzilla bugzilla_noreply at kde.org
Sun Feb 28 12:00:02 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=359887

            Bug ID: 359887
           Summary: Neon packages change DISTRIB_ID in /etc/lsb-release
           Product: neon
           Version: unspecified
          Platform: Kubuntu Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: neon at kde.org
          Reporter: L.Bonnaud at laposte.net

Hi,

I installed KDE neon packages and now the /etc/lsb-release file on my system
contains:

DISTRIB_ID=KDE neon
DISTRIB_RELEASE=15.10
DISTRIB_CODENAME=wily
DISTRIB_DESCRIPTION="KDE neon on 15.10"

This is a problem because it breaks at least update-apt-xapian-index :

# update-apt-xapian-index 
ERROR:root:DebFileApplication import
Traceback (most recent call last):
  File "/usr/share/software-center/softwarecenter/db/__init__.py", line 4, in
<module>
    from debfile import DebFileApplication, DebFileOpenError
  File "/usr/share/software-center/softwarecenter/db/debfile.py", line 25, in
<module>
    from softwarecenter.db.application import Application, AppDetails
  File "/usr/share/software-center/softwarecenter/db/application.py", line 28,
in <module>
    import softwarecenter.distro
  File "/usr/share/software-center/softwarecenter/distro/__init__.py", line
199, in <module>
    distro_instance = _get_distro()
  File "/usr/share/software-center/softwarecenter/distro/__init__.py", line
174, in _get_distro
    module = __import__(distro_module_name, globals(), locals(), [], -1)
ImportError: No module named kde neon
Traceback (most recent call last):
  File "/usr/sbin/update-apt-xapian-index", line 102, in <module>
    if not indexer.setupIndexing(force=opts.force, system=opts.pkgfile is
None):
  File "/usr/lib/python2.7/dist-packages/axi/indexer.py", line 471, in
setupIndexing
    self.plugins = Plugins(progress=self.progress, system=system)
  File "/usr/lib/python2.7/dist-packages/axi/indexer.py", line 94, in __init__
    addon = Addon(fullname, **kw)
  File "/usr/lib/python2.7/dist-packages/axi/indexer.py", line 49, in __init__
    self.module = imp.load_source("axi.plugin_" + self.name, fname)
  File "/usr/share/apt-xapian-index/plugins/software_center.py", line 13, in
<module>
    from softwarecenter.db.update import (
  File "/usr/share/software-center/softwarecenter/db/update.py", line 33, in
<module>
    from softwarecenter.backend.scagent import SoftwareCenterAgent
  File "/usr/share/software-center/softwarecenter/backend/scagent.py", line 28,
in <module>
    from softwarecenter.distro import get_distro, get_current_arch
  File "/usr/share/software-center/softwarecenter/distro/__init__.py", line
199, in <module>
    distro_instance = _get_distro()
  File "/usr/share/software-center/softwarecenter/distro/__init__.py", line
174, in _get_distro
    module = __import__(distro_module_name, globals(), locals(), [], -1)
ImportError: No module named kde neon


Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the neon mailing list