FS#32822 - systemd-analyze fails after update to systemd 196-2

Attached to Project: Arch Linux
Opened by pnewm (moetunes) - Friday, 23 November 2012, 23:42 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 24 November 2012, 00:31 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: After a pacman -Syu which brought systemd 196-2 and later boot systemd-analyze fails due to a mising python module

[ ~ ]$ systemd-analyze
Traceback (most recent call last):
File "/usr/bin/systemd-analyze", line 5, in <module>
from gi.repository import Gio
ImportError: No module named gi.repository

List of installed python packages:
[ ~ ]$ pacman -Qs python | grep local | cut -d "/" -f2
pygtk 2.24.0-3
pysol-sound-server 3.01-8
python-dbus-common 1.1.1-2
python-pygame 1.9.1-5
python2 2.7.3-2
python2-cairo 1.10.0-1
python2-dbus 1.1.1-2
python2-docutils 0.9.1-2
python2-gobject2 2.28.6-8
python2-imaging 1.1.7-5
python2-markdown 2.2.0-2

Additional info:
* package version(s)
[ ~ ]$ pacman -Qi systemd | grep Version
Version : 196-2
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 24 November 2012, 00:31 GMT
Reason for closing:  Not a bug
Comment by Dave Reisner (falconindy) - Friday, 23 November 2012, 23:52 GMT
gi.repository is part of python2-gobject, not python2-gobject2. This is what's listed in systemd's optdepends.
Comment by pnewm (moetunes) - Saturday, 24 November 2012, 00:31 GMT
Installing python2-gobject fixed the issue.

Loading...