Hi got this only compiled, when i change the cmake option DPYSIDE_LIBRARY to "/usr/lib/libpyside2.cpython-${PYVER//.}-${CARCH}-linux-gnu.so". Removed the 'm'
Make Error: make[2]: *** Keine Regel vorhanden, um das Ziel „/usr/lib/libpyside2.cpython-38m-x86_64-linux-gnu.so“, benötigt von „lib/libFreeCADGui.so“, zu erstellen. Schluss.
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.