acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 43 forks source link

[python-pyqt5-sip4] fail to build #252

Closed LumenYoung closed 11 months ago

LumenYoung commented 12 months ago

I've done a bit of research, the direct cause of this problem is the missing command sip-build.

This is caused by the required sip4 package, which doesn't ship with the sip-build. But the command exists in extra/sip.

My ros-noetic-desktop installation failed due to this problem. I hope someone can offer me some insight on how to solve this problem.

Bests, Lumen

FabioLolix commented 11 months ago

This is caused by the required sip4

python-pyqt5-sip4 have a makedepends on sip not sip4

see also https://github.com/acxz/pkgbuilds/issues/242#issuecomment-1646621920

Duplicate of #242

LumenYoung commented 11 months ago

This is caused by the required sip4

python-pyqt5-sip4 have a makedepends on sip not sip4

see also #242 (comment)

Duplicate of #242

Thank you for your reply. I managed to solve this issue with clean root compilation, thanks!

acxz commented 6 months ago

dup of #175