Search Criteria
Package Details: pythonqt 3.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pythonqt.git (read-only, click to copy) |
---|---|
Package Base: | pythonqt |
Description: | A dynamic Python binding for Qt applications |
Upstream URL: | https://github.com/MeVisLab/pythonqt |
Keywords: | library qt5 |
Licenses: | LGPL-2.1-only |
Conflicts: | pythonqt-for-screencloud, pythonqt-svn, qt5-python27-git |
Replaces: | pythonqt-qt5 |
Submitter: | ainola |
Maintainer: | Nim65s |
Last Packager: | Nim65s |
Votes: | 14 |
Popularity: | 0.000001 |
First Submitted: | 2015-08-09 19:29 (UTC) |
Last Updated: | 2024-10-08 10:27 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-multimedia
- qt5-svg (qt5-svg-gitAUR)
- qt5-webengine
- qt5-webkitAUR (qt5-webkit-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
FabioLolix commented on 2023-12-24 20:40 (UTC)
@simona that indicate that
qt5-webkit
need to be rebuilded against the newicu
version@Nim65s please rename the source with $pkgname-$pkgver.tar.gz:: to be non-conflicting (especially for users of shared source destination)
Nim65s commented on 2023-07-13 08:01 (UTC)
@simona: I can't reproduce this issue in a clean container, so I guess this is an issue on your side, and I suggest you try to clean your dependencies and start again.
simona commented on 2023-07-12 08:18 (UTC)
/bin/ld: warning: libicuuc.so.72, needed by /usr/lib/libQt5WebKit.so.5, not found (try using -rpath or -rpath-link)
/bin/ld: warning: libicui18n.so.72, needed by /usr/lib/libQt5WebKit.so.5, not found (try using -rpath or -rpath-link)
/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `u_toupper_72'
zerophase commented on 2023-04-21 21:09 (UTC)
Could the issue be ccache?
jghodd commented on 2023-02-21 17:18 (UTC) (edited on 2023-02-21 22:51 (UTC) by jghodd)
@RouterGray - no, it seems fine when built in a clean environment. you don't have to do a thing. it builds.
@Nim65s - this should have been a clean non-chroot build for me too as my systems are 100% up-to-date, at least vis-a-vis the official repositories. also, and it's a big also, the dependencies installed by my call to makechrootpkg all came from my package repository - in other words, they were all already installed on my system. anyway, i'm having a little more trouble explaining it away as just an outdated dependency, even if it appears that's what it has to be.
Edit: looks like it also builds on my other 64-bit arch system that i typically only use for nfs service - as a non-chroot build. that system is also up-to-date, but is less likely to have installed on it much other than what came from the arch repos (there's some, but not much). so there is something installed on my main system that's interfering with some of my builds.
RouterGray commented on 2023-02-21 03:36 (UTC)
Thanks guys but as I only have one application as far as I can tell even requiring PythonQT, and it's working fine with the currently installed version, this package can just sit and count sheep in ignore until something makes me need to fix this more than I do right now.
Nim65s commented on 2023-02-20 21:48 (UTC)
For me, this build both in a clean container and on my everyday desktop. I guess some dependency was outdated in your build.
jghodd commented on 2023-02-19 21:43 (UTC) (edited on 2023-02-20 21:15 (UTC) by jghodd)
I'm posting this edit above the fray this time, as it were, because I got it built. You have to do a clean chroot build - the arch wiki details the setup and execution. Anyway, if you have a CHROOT build environment already setup and installed, run the following to update your chroot environment:
Then run the following, or something similar, depending on your paths and package versions, from the directory containing the PKGBUILD - you have to install the package dependencies:
That should get the package built.
If you'd rather download it, it'll be here: https://sourceforge.net/projects/bluestarlinux/files/repo/x86_64/pythonqt-3.4.0-1-x86_64.pkg.tar.zst
Am getting the same linker errors as @RouterGray. Pages of them. Unquestionably ltrans.
Gave you only one line because there are hundreds of lines similar to, or just like the one posted.
Edit: there is no source file called ltrans-dot-anything. Whatever the ltrans is, it appears to be some intermediary file naming thing used by the linker. The actual issue is what the error is - undefined references. These boil down to just a handfull (from what I can see - the rest scrolled off my screen):
Can anybody shed some light on why we might be seeing undefined references to these methods? I have to assume that the classes it proclaims to have undefined references should be part and parcel of this same source code bundle. In other words, PythonQtGILScope is obviously part of the pythonQt package, etc.
RouterGray commented on 2023-02-16 18:37 (UTC) (edited on 2023-02-16 18:38 (UTC) by RouterGray)
I get several pages of this error, for multiple functions, when this tries to link ltrans.o:
« First ‹ Previous 1 2 3 4 Next › Last »