You are not logged in.

#1 2020-08-16 20:19:20

Remisa
Member
Registered: 2020-08-16
Posts: 3

failed to commit transaction (conflicting files) python-slugify

Hello
I was trying to update my AUR packages and got the following errors:

yay -Syu
...
:: Proceed with installation? [Y/n] 
(2/2) checking keys in keyring                     [###########] 100%
(2/2) checking package integrity                   [###########] 100%
(2/2) loading package files                        [###########] 100%
(2/2) checking for file conflicts                  [###########] 100%
error: failed to commit transaction (conflicting files)
python-slugify: /usr/lib/python3.8/site-packages/slugify/__init__.py exists in filesystem (owned by python-unicode-slugify)
python-slugify: /usr/lib/python3.8/site-packages/slugify/__pycache__/__init__.cpython-38.opt-1.pyc exists in filesystem (owned by python-unicode-slugify)
python-slugify: /usr/lib/python3.8/site-packages/slugify/__pycache__/__init__.cpython-38.pyc exists in filesystem (owned by python-unicode-slugify)
Errors occurred, no packages were upgraded.
error installing repo packages

And when I try to remove python-unicode-slugify I get:

sudo pacman -R python-unicode-slugify 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing python-unicode-slugify breaks dependency 'python-unicode-slugify' required by opensnitch-git

So  python-unicode-slugify is owned by itself while it is a dependency of opensnitch. The correct owner should be  opensnitch?
According to wiki I should file a bug report. Am I missing something?

Offline

#2 2020-08-16 20:30:48

loqs
Member
Registered: 2014-03-06
Posts: 19,048

Re: failed to commit transaction (conflicting files) python-slugify

python-slugify 4.0.1-1 in extra is not the same as python-unicode-slugify
https://aur.archlinux.org/cgit/aur.git/ … aec75dfb69 updated opensnitch-git to depend on python-slugify instead of python-unicode-slugify

Offline

#3 2020-08-16 21:32:33

Remisa
Member
Registered: 2020-08-16
Posts: 3

Re: failed to commit transaction (conflicting files) python-slugify

Thanks for confirming that. It solved by uninstalling opensnitch, uninstalling python-unicode-slugify and reinstalling opensnitch.

Offline

Board footer

Powered by FluxBB