Package Details: pythonqt 3.5.6-1

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)

Latest Comments

1 2 3 4 Next › Last »

simona commented on 2024-10-08 19:32 (UTC)

solved. found repo "desolve" with a more updated qt5-webkit. and now was ok.
only now I don't remember which other packages I used needed pythonqt that I couldn't compile :-(

simona commented on 2024-10-08 19:10 (UTC)

yes :-( you right

FabioLolix commented on 2024-10-08 19:08 (UTC)

Is cachyos still rebuilding the package? They are 10 months behind with pkgrel, pkgrel 20 was on 2023/12

simona commented on 2024-10-08 19:02 (UTC)

thx... i will wait upgrade on repos

FabioLolix commented on 2024-10-08 18:51 (UTC)

qt5-webkit is at 5.212.0alpha4-26 on AUR

simona commented on 2024-10-08 17:32 (UTC)

i have qt5-webkit on repo cachyos 5.212.0alpha4-20

FabioLolix commented on 2024-10-08 16:24 (UTC)

@simona can't replicate

simona commented on 2024-10-08 10:34 (UTC)

/bin/ld: /usr/lib/libQt5WebKit.so.5: undefined reference to `ubrk_previous_73'

Nim65s commented on 2024-03-15 09:43 (UTC)

@jghodd: it works for me on a clean setup. You might need to remove the old version to rebuild it properly.

jghodd commented on 2024-03-15 01:35 (UTC)

Getting the following link error while building 3.5.0:


/bin/ld: /tmp/cc4U83eP.ltrans5.ltrans.o: in function `PythonQt_init_QtCore(_object*)':
/usr/src/debug/pythonqt/pythonqt-3.5.0/extensions/PythonQt_QtAll/../../generated_cpp_515/com_trolltech_qt_core/com_trolltech_qt_core_init.cpp:179:(.text+0xc5ea): undefined reference to `PythonQtPrivate::registerGlobalNamespace(char const*, char const*, QObject* (*)(), QMetaObject const&, _object*)'
/bin/ld: /tmp/cc4U83eP.ltrans66.ltrans.o: in function `PythonQt_init_QtNetwork(_object*)':
/usr/src/debug/pythonqt/pythonqt-3.5.0/extensions/PythonQt_QtAll/../../generated_cpp_515/com_trolltech_qt_network/com_trolltech_qt_network_init.cpp:83:(.text+0x697f): undefined reference to `PythonQtPrivate::registerGlobalNamespace(char const*, char const*, QObject* (*)(), QMetaObject const&, _object*)'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:678: ../../lib/libPythonQt_QtAll-Qt5-Python3.11.so.3.2.0] Error 1
make[2]: Leaving directory '/distro/local/repository/pythonqt/src/pythonqt-3.5.0/extensions/PythonQt_QtAll'
make[1]: *** [Makefile:47: sub-PythonQt_QtAll-make_first] Error 2
make[1]: Leaving directory '/distro/local/repository/pythonqt/src/pythonqt-3.5.0/extensions'
make: *** [Makefile:101: sub-extensions-make_first] Error 2
==> ERROR: A failure occurred in build().
    Aborting...