Package Base Details: python-sip-pyqt4

Git Clone URL: https://aur.archlinux.org/python-sip-pyqt4.git (read-only, click to copy)
Submitter: graysky
Maintainer: LaughingMan
Last Packager: LaughingMan
Votes: 32
Popularity: 0.000001
First Submitted: 2019-01-06 15:57 (UTC)
Last Updated: 2023-05-10 19:49 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Mechanical_Man commented on 2019-09-10 19:25 (UTC)

I'm not super familiar with internal package stuff at this point, so forgive me if I'm missing something obvious. :)

I'm trying to install a package (python-pyqt4) that depends on both python-sip-pyqt4 and python2-sip-pyqt4. However, it appears both of these packages install some of the same files:

/usr/lib/python2.7/site-packages/PyQt4/sip.pyi exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4/sip.so exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4_sip-4.19.16.dist-info/INSTALLER exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4_sip-4.19.16.dist-info/METADATA exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'
/usr/lib/python2.7/site-packages/PyQt4_sip-4.19.16.dist-info/RECORD exists in both 'python-sip-pyqt4' and 'python2-sip-pyqt4'

buzo commented on 2019-05-25 09:10 (UTC)

quequotion: fixed, thanks

quequotion commented on 2019-05-24 17:49 (UTC) (edited on 2019-05-24 17:49 (UTC) by quequotion)

==> ERROR: pkgbase should not be an array

pkgbase can only have one value, so it doesn't need the parenthesis (they define the variable as an array, even if it only contains a single value).

pkgbase='python-sip-pyqt4'

buzo commented on 2019-05-01 10:54 (UTC)

Morganamilo, jvandrew: Sorry, I didn't notice that – fixed.

jvandrew commented on 2019-04-30 14:07 (UTC)

@buzo Understood. What caused the issue (according to yay maintainers) was changing the pkgbuild without bumping the pkgrel.

At any rate, if anyone reading this is having the same issue with yay, the fix is to do a "clean build".

Morganamilo commented on 2019-04-30 13:09 (UTC)

I do try to tell people not to seek support on the AUR if they are not just using makepkg.

But just for reference, yay bugs out because you never updated the pkgrel: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=python-sip-pyqt4

rezaarifandee commented on 2019-04-28 07:04 (UTC) (edited on 2019-04-28 07:19 (UTC) by rezaarifandee)

i can't download from riverbankcomputing, heck i cant even open their website. Anybody got a mirror for sip-4.19.16.tar.gz?

Edit: Found a mirror on https://src.fedoraproject.org/lookaside/pkgs/sip/sip-4.19.16.tar.gz/sha512/6a4e3e8580e914544c9037db61ab9cf05e2460cf2dbdeb67d30c949aa150952d2bb337061f7c7a9222251b04f83a1db1554ff576c3e83b8f60851b442133befa/sip-4.19.16.tar.gz

buzo commented on 2019-04-20 18:49 (UTC)

jvandrew: Please note that AUR helpers are not supported. You should try to get help from the yay developers, or just learn how to build manually (which works fine, btw).

jvandrew commented on 2019-04-20 18:08 (UTC) (edited on 2019-04-20 18:09 (UTC) by jvandrew)

Installing with yay, I get this error:

Could not find PKGDEST for: python2-sip-pyqt4

I assume this has something to do with the merger of this package into python-sip-pyqt4? This prevents updating pyqt4-common as well.