Hi everybody,
when i follow the announcement on last stable system update (2024-07-16), i have to rebuild any AUR Python packages that install files to site-packages oder link to libpython3.11.so.
The first thing I did was try to find out which packages they might be.
Checkrebuild found 5 hits for me:
- foreign khotkeys
- foreign mpv-full-build-git
- foreign pyside2
- foreign python-manjaro-sdk
- foreign python-shiboken2
The command :
pacman -Qoq /usr/lib/python3.11/
found three hits for me
- pyside2
- python-manjaro-sdk
- python-shiboken2
I think that the first two packages do not have to be rebuilt because of python, but for another reason, which is why I put them at the end.
I read on a page that you should rebuild shiboken2 before pyside2 and tried to do that with the command :
pamac build shiboken2
Unfortunately I got the following output:
Warning: you seem to have cloned an empty repository.
==> ERROR: PKGBUILD does not exist.
Error: Process could not be prepared successfully: Error cloning build files for shiboken2
Unfortunately, I am not familiar enough with this problem to solve it on my own, so I am asking for help.