if you are getting the following error manually installing clang17
from the aur should fix it.
error: target not found: clang=17.0.6 ==> ERROR: 'pacman' failed to install missing dependencies.
Git Clone URL: | https://aur.archlinux.org/pyside2.git (read-only, click to copy) |
---|---|
Package Base: | pyside2 |
Description: | Tools for PySide2 |
Upstream URL: | https://www.qt.io |
Licenses: | LGPL |
Submitter: | arojas |
Maintainer: | petronny |
Last Packager: | petronny |
Votes: | 12 |
Popularity: | 1.25 |
First Submitted: | 2024-04-16 07:05 (UTC) |
Last Updated: | 2024-05-09 14:32 (UTC) |
if you are getting the following error manually installing clang17
from the aur should fix it.
error: target not found: clang=17.0.6 ==> ERROR: 'pacman' failed to install missing dependencies.
Both this package and the arch4edu binaries are broken. The pyside2 5.15 branch is closed for good and no longer supports python-3.12 (see PYSIDE-2388). This package should therefore depend on the python311 package so as to avoid all the python-3.12 bugs going forward. It's only useful for testing and as a legacy dependency anyway, so there's little point in trying to make it forwards-compatible any more.
I commented at clang17 to include a "provides" line. But maybe it is sufficient to depend on clang17 rather than on clang=17.0.6?
@petronny shiboken* is not longer offered.
clang=17.0.6
blocks clang updates. Is this still justified?
==> Validating source files with sha256sums...
pyside-setup-opensource-src-5.15.13.tar.xz ... FAILED
@vladimirov_georg This problem is due to censorship in Russia. You can download it via VPN.
I tried to run FreeCAD from source and got a segfault. Looks like there is another access to type->tp_dict
that needs to be patched in pyside-setup-opensource-src-5.15.13/sources/pyside2/libpyside/pysideproperty.cpp:449
.
I fixed it with these lines:
PyObject *dict = type->tp_dict;
if (dict == NULL) dict = PyType_GetDict(type);
attr = PyDict_GetItem(dict, name);
Pinned Comments
petronny commented on 2024-05-10 05:47 (UTC)
Prebuilt binaries of this package can be found in the arch4edu repository.