acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 43 forks source link

[python-pyqt5-sip4] sip-build: '12.13' is not a supported ABI version #262

Closed lprobsth closed 6 months ago

lprobsth commented 6 months ago

See #215

The build fails again because python-pyqt5-sip was updated to version 12.13.0-1. It looks like we need to bump the version here as well.

lprobsth commented 6 months ago

I think the reason was that I still had the sip packages (sip-build, sip-install) installed via pip - they are now deployed through the arch repositories in the sip package. On my system sip conflicted with sip4. I removed sip4 and installed sip and now the package compiles fine.

I had to force the removal of sip4 because of some dependencies:

$yay -S sip
Sync Explicit (1): sip-6.8.1-1
resolving dependencies...
looking for conflicting packages...
:: sip and sip4 are in conflict. Remove sip4? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing sip4 breaks dependency 'sip4' required by ros-noetic-qt-gui-cpp
:: removing sip4 breaks dependency 'sip4' required by ros-noetic-rviz
:: removing sip4 breaks dependency 'sip4' required by ros2-arch-deps

I will close this issue for now since this is not related to python-pyqt5-sip4 anymore...