New comment by yopito on void-packages repository https://github.com/void-linux/void-packages/pull/36356#issuecomment-1194959837 Comment: regarding FreeCAD 0.20 (only): I have some WIP on it, here some points about it: * help is not generated anymore from source by available (only) from online: see my review of your freecad/template * `freecad/patches/010-salomesmesh-execinfo.patch` is uneeded anymore * I've also update libspnav to 1.0 on my side, so additional patch for freecad is needed: could you add these into your commits ? * libspnav : update to 1.0: https://gist.github.com/yopito/2757c1a501e2772143814b4a3553cbea * freecad: : fix PATH_MAX on musl libc : https://gist.github.com/yopito/fd25b30edcbc762babd9069641a9b86e * another fix: * freecad: : fix build (stderr resource is readonly): https://gist.github.com/yopito/3ac7d4c8fee646171ca900ff17452567 * I have some SIGSEGV on running FreeCAD (x86_64 musl) when it's using Coin/pivy and shiboken2/pyside2 in 5.15.5 (in WIP) : don't know yet if related to shiboken2/pyside2 in 5.15.5 : see https://github.com/coin3d/pivy/issues/98 => could you run at least `FreeCAD -t MeshTestsApp` to see if you have the same trouble ?