Search Criteria
Package Details: python2-pyqt4 4.12.3-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyqt4.git (read-only, click to copy) |
---|---|
Package Base: | pyqt4 |
Description: | A set of Python 2.x bindings for the Qt toolkit |
Upstream URL: | https://riverbankcomputing.com/software/pyqt/intro |
Licenses: | GPL |
Conflicts: | python2-pyqt |
Provides: | python2-pyqt |
Replaces: | python2-pyqt |
Submitter: | arojas |
Maintainer: | LaughingMan |
Last Packager: | LaughingMan |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-24 08:49 (UTC) |
Last Updated: | 2025-01-07 12:14 (UTC) |
Dependencies (10)
- pyqt4-commonAUR
- python2-dbusAUR
- python2-sip-pyqt4AUR
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber) (make)
- python2AUR (python2-binAUR) (make)
- python2-dbusAUR (make)
- python2-openglAUR (make)
- python2-sip-pyqt4AUR (make)
- sip4AUR (sip4AUR) (make)
- python2-openglAUR (optional) – enable OpenGL 3D graphics in PyQt applications
Required by (4)
- armory
- git-etc (optional)
- mtvcgui
- putusb-git (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
maximaman commented on 2020-05-09 21:13 (UTC)
The creation of the package fails during the
build()
stage with the following error:Error: PyQt4 cannot be built with sip v5 (or later).
.I managed to fix the error by replacing all invocations of
configure-ng.py
with invocations ofconfigure.py
. (Check out the diff at the end of the comment for more info.)After fixing the aforementioned error, I experienced another one (again during the
build()
stage):This traceback turned out to be from an invocation of
configure.py
usingpython2
, so I checked whether I hadpython2-sip
installed, and I did not (as I expected). Naturally, installing that package solved the problem for me. (I suppose that it is also necessary to havepython-sip
installed so that the invocation ofconfigure.py
usingpython3
would succeed as well.)After that, I experienced another error during the
package_pyqt4-common()
phase:It turned out that the error is caused by the
make install
not being properly invoked for thepyrcc
subdirectory by thepackage_pyqt4-common()
function: the value of theDESTDIR
variable is not assigned, so theinstall
target for thepyrcc
subdirectory would attempt to copy a file into the real root instead of the fake one (which causes the permission error). I was able to fix the problem and (finally!) successfully build the package by changing the invocations ofmake install
forpyrcc
andpylupdate
to haveDESTDIR
set to the fakeroot.Here is a diff containing all of my modifications to the tip of the
master
branch:malibu commented on 2020-05-02 16:50 (UTC) (edited on 2020-05-02 17:09 (UTC) by malibu)
Hi there, I am getting an invalid key error installing phonon with the default trizen install for python-pyqt4:
phonon-4.10.2.tar.xz ... FAILED (unknown public key B92A5F04EC949121).
I have read that phonon is deprecated and should be removed. so I am happy to read that phonon is optional for this package; can anyone tell me how to skip it so that I can install pyqt4 which I need for hp-setup in order to get my printer to work?
buzo commented on 2019-11-25 20:55 (UTC)
Build is fixed now, thanks omgold!
PedroHLC commented on 2019-11-17 22:27 (UTC)
I can't build this with Python 3.8, anyone knows how?
yoarch commented on 2019-11-13 15:11 (UTC) (edited on 2019-11-14 12:40 (UTC) by yoarch)
Solved it by creating the patch cc.patch mentioned by omgold. Puting it in the src folder and adding these 2 lines in the prepare function of the PKGBUILD:
Restart the compilation.
omgold commented on 2019-11-04 11:43 (UTC)
Got the same problem as JohnRobson:
The issue is the '-f' flag in combination with the deprecation warning (which -f turns into an error). Unfortunately it is hardcoded in the configure script. Patching it like this, helps for me:
JohnRobson commented on 2019-10-28 00:43 (UTC)
Attius_Sullivan commented on 2019-10-16 08:46 (UTC)
Actually, since the day before yesterday (14th of October 2019) the "sip"-Package got flagged outdated. Does it make sense to install the 4.19.16-2 version of "sip" or have we to accept that this isn't working now. What do you think?
Skalli84 commented on 2019-10-08 00:48 (UTC)
@esdrasedu: Thanks, it helped me too. For noobs like me, to get the package you can download it from here: https://archive.archlinux.org/packages/s/sip/ I followed the advice and tried it with 4.19.16-1 (couldn't find the 2). sip-4.19.16-1-x86_64.pkg.tar.xz Downgraded with sudo pacman -U ~/Downloads/sip-4.19.16-1-x86_64.pkg.tar.xz. Might work with sudo pacman -U https://archive.archlinux.org/packages/s/sip/sip-4.19.16-1-x86_64.pkg.tar.xz too but haven't tried.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »