Search Criteria
Package Details: shiboken2 5.15.16+4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pyside2.git (read-only, click to copy) |
|---|---|
| Package Base: | pyside2 |
| Description: | Generates bindings for C++ libraries using CPython source code |
| Upstream URL: | https://wiki.qt.io/Qt_for_Python |
| Licenses: | LGPL-3.0-or-later |
| Submitter: | arojas |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 15 |
| Popularity: | 0.56 |
| First Submitted: | 2024-04-16 07:05 (UTC) |
| Last Updated: | 2025-10-04 18:00 (UTC) |
Dependencies (8)
- libxslt (libxslt-gitAUR)
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (7)
- freecad-linkstage3-bin
- freecad-linkstage3-git
- natron-compositor (make)
- natron-compositor-git (make)
- pyside2
- r2-iaito-git (make)
- rz-cutter-git (make)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8
petronny commented on 2024-05-09 08:08 (UTC)
I have fixed the package but some behaviors of
__repr__might be changed. Please comment if you know a way to resolve it properly.See also https://github.com/arch4edu/arch4edu/issues/268
And I'm planning to add a
check()function so please comment if you know how to fully test these pyside2 pacakges.shtrophic commented on 2024-05-06 13:07 (UTC)
pyside2 will not support python3.12, it is a wontfix: https://bugreports.qt.io/browse/PYSIDE-2388
Actually, this builds fine with
python311from the AUR with the following patch:Problem is that then packaging won't work, since the build was against 3.11 and any other calls in
package_*()topythonare python3.12 calls. Replacing them withpython3.11doesn't fix this as the python311 package does not come withpython-setuptoolsand building that against python3.11 results in a cyclic dependency since further downpython-buildis a bootstrapped package.Anyone else any ideas? :')
HurricanePootis commented on 2024-04-29 22:44 (UTC)
Pyside2 only supports up to python 3.11 as of right now. I am not a python developer, so I do not feel confident in maintaining it. Therefore, I have disowned the package.
Kagukara commented on 2024-04-29 13:16 (UTC)
Getting the same error as frankspace.
clickit commented on 2024-04-29 11:10 (UTC) (edited on 2024-04-29 11:10 (UTC) by clickit)
I'm also getting an error during pyside2 building:
[ 16%] Building CXX object sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/PySide2/QtCore/qcalendar_wrapper.cpp.o [ 16%] Building CXX object sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/PySide2/QtCore/qcalendar_yearmonthday_wrapper.cpp.o [ 16%] Building CXX object sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/PySide2/QtCore/qrecursivemutex_wrapper.cpp.o [ 16%] Building CXX object sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/PySide2/QtCore/qbytearray_frombase64result_wrapper.cpp.o [ 16%] Building CXX object sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore.dir/glue/qeasingcurve_glue.cpp.o [ 16%] Linking CXX shared module ../QtCore.cpython-312-x86_64-linux-gnu.so [ 16%] Built target QtCore Segmentation fault make[2]: *** [sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore_pyi.dir/build.make:70: sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore_pyi] Error 1 make[1]: *** [CMakeFiles/Makefile2:1573: sources/pyside2/PySide2/QtCore/CMakeFiles/QtCore_pyi.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: pyside2-exit status 4 -> Failed to install the following packages. Manual intervention is required: pyside2 - exit status 4
frankspace commented on 2024-04-29 00:07 (UTC)
Compilation is failing for me.
I also get a lot of messages stating "
Cannot find type entry" for various things, including ""QFlags<LoadHint>"", ""QQmlListProperty"", and ""QSharedPointer"", all of which should be findable because they are in packages I know are installed in the chroot.kino_t commented on 2024-04-28 04:44 (UTC)
Error log: https://github.com/arch4edu/cactus/actions/runs/8860200614
« First ‹ Previous 1 .. 3 4 5 6 7 8