Issue317

Project smart
Title Crashes after installing alien on an rpm system
Priority bug Status done-review
Superseder Nosy List Megachip, rasker
Assigned To rasker Topics

Created on 2007-07-08.12:58:38 by Megachip, last changed 2008-06-30.20:15:27 by rasker.

Messages
msg1398 (view) Author: rasker Date: 2008-06-30.20:15:27
Retired

Reason for Retirement: Looks like this issue was resolved locally

Please reopen this issue in the new bugtracker if it is still an issue.

New Bugtracker : http://bugs.launchpad.net/smart

further details:
https://blueprints.launchpad.net/smart/+spec/bug-reporting-migration
msg1175 (view) Author: Megachip Date: 2007-07-30.13:40:14
fixed bug by creating empty status and available file
msg1170 (view) Author: Megachip Date: 2007-07-08.12:58:37
Traceback (most recent call last):

  File "/usr/bin/smart", line 194, in <module>
    main(sys.argv[1:])

  File "/usr/bin/smart", line 167, in main
    exitcode = iface.run(opts.command, opts.argv)

  File "/usr/lib/python2.5/site-packages/smart/interfaces/gtk/interactive.py", 
line 373, in run
    self._ctrl.reloadChannels()

  File "/usr/lib/python2.5/site-packages/smart/control.py", line 352, in 
reloadChannels
    if not channel.fetch(self._fetcher, progress):

  File "/usr/lib/python2.5/site-packages/smart/channels/deb_sys.py", line 36, 
in fetch
    digest = os.path.getmtime(path)

  File "/usr/lib/python2.5/posixpath.py", line 143, in getmtime
    return os.stat(filename).st_mtime

OSError: [Errno 2] Datei oder Verzeichnis nicht 
gefunden: '/var/lib/dpkg/status'
History
Date User Action Args
2008-06-30 20:15:27raskersetstatus: chatting -> done-review
assignedto: rasker
messages: + msg1398
nosy: + rasker
2007-07-30 13:40:14Megachipsetstatus: unread -> chatting
messages: + msg1175
2007-07-08 12:58:38Megachipcreate