Zum Inhalt springen

Aktualisierung von libxml2 auf 2.9.12-6 erfordert manuellen Eingriff

27.12.2021stefanhusmann

Die libxml2-Pakete vor 2.9.12-6 enthielten keine Python-Module in Byte-kompilierter Form (Endung .pyc). Dies wurde nun korrigiert, was zur Folge hat, dass Fehlermeldungen über nicht im Paket befindliche Dateien auftreten können.

libxml2: /usr/lib/python3.10/site-packages/__pycache__/drv_libxml2.cpython-310.opt-1.pyc exists in filesystem
libxml2: /usr/lib/python3.10/site-packages/__pycache__/drv_libxml2.cpython-310.pyc exists in filesystem
libxml2: /usr/lib/python3.10/site-packages/__pycache__/libxml2.cpython-310.opt-1.pyc exists in filesystem
libxml2: /usr/lib/python3.10/site-packages/__pycache__/libxml2.cpython-310.pyc exists in filesystem

(oder auf Deutsch "existiert im Dateisystem") können mit Hilfe der "overwrite"-Option überschrieben werden

pacman -Syu --overwrite /usr/lib/python3.10/site-packages/__pycache__/\*
zum Archiv Kommentare