Cannot install gobject-introspection package
Seems that I'm having a weird issue. I want to rebuild xfce4-panel from Artix repos but it gives me an error:
error: failed to commit transaction (conflicting files)
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/__init__.py exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/__pycache__/__init__.cpython-310.pyc exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/__pycache__/_native.cpython-310.pyc exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/_native.py exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/_speedups.c exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/_speedups.cpython-310-x86_64-linux-gnu.so exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/_speedups.pyi exists in filesystem
python-markupsafe: /usr/lib/python3.10/site-packages/markupsafe/py.typed exists in filesystem
Errors occurred, no packages were upgraded.
The culprit I guess is with the package 'gobject-introspection'. Can anyone confirm this and/or try to install this package?
Am I left with a semi-broken system now too?