Package Details: freecad-linkstage3-git 20240407stable.r7.g0e9cf4aa7c-1

Git Clone URL: https://aur.archlinux.org/freecad-linkstage3-git.git (read-only, click to copy)
Package Base: freecad-linkstage3-git
Description: A general purpose 3D CAD modeler - LinkStage3 dev branch, git checkout
Upstream URL: http://www.freecadweb.org/
Licenses: LGPL
Conflicts: freecad, freecad-linkstage3-bin
Submitter: gkatev
Maintainer: gkatev
Last Packager: gkatev
Votes: 0
Popularity: 0.000000
First Submitted: 2024-06-27 20:17 (UTC)
Last Updated: 2024-06-27 20:17 (UTC)

Latest Comments

gkatev commented on 2024-06-27 20:53 (UTC) (edited on 2024-06-27 20:57 (UTC) by gkatev)

FYI there is currently an issue in pyside2 that causes FreeCAD to crash at launch: https://aur.archlinux.org/packages/pyside2#comment-973214. Until it's fixed or patched, you'll need to do it manually. You could add this to pyside2's prepare().


sed 's/attr = PyDict_GetItem(type->tp_dict, name);/attr = PyDict_GetItem((type->tp_dict ? type->tp_dict : PyType_GetDict(type)), name);/' -i sources/pyside2/libpyside/pysideproperty.cpp

gkatev commented on 2024-06-27 20:23 (UTC) (edited on 2024-06-27 21:00 (UTC) by gkatev)

Brought this back from the dead, now using the LinkStable branch (last updated a month ago). It currently builds & works. Any input for when it breaks welcome :).