Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#45901 - python2-systemd bindings not available
Attached to Project:
Arch Linux
Opened by Chris Bell (addchild314) - Wednesday, 05 August 2015, 13:21 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 05 August 2015, 13:46 GMT
Opened by Chris Bell (addchild314) - Wednesday, 05 August 2015, 13:21 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 05 August 2015, 13:46 GMT
|
DetailsDescription:
After updating systemd to v223+, python2-systemd bindings are no longer available. Originally, the community/python2-systemd package was out of date, but has just been updated as of 2015.08.04 (& relocated to extra/python2-systemd); the updated version still does not seem to provide the bindings for the latest version of systemd (v224); attempting to import the systemd module in python fails. Additional info: * package version(s) * config and/or log files etc. systemd-224-1 (also 223-1) python2-systemd-230-1 (Previous version was python2-systemd-221-1) No messages are written to the journal when attempting to import the python module. Steps to reproduce: # pacman -Syu systemd python2-systemd # systemctl daemon-reexec # python -c 'from systemd import journal; print("OK")' Expected Output: OK Actual Output: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named 'systemd' Workaround: # pacman -U /var/cache/pacman/pkg/systemd-222-1-x86_64.pkg.tar.xz # systemctl daemon-reexec # python -c 'from systemd import journal; print("OK")' OK Last working version(s): systemd-222-1 python2-systemd-221-1 |
This task depends upon
My apologies! And thank you!