For quite some time now using freeecad-git has a problem.
It builds fine. But there are issues with Qt6 in FreeCAD.
Some are visual, like panel labels having '&' some where in the name, for example &Task or Python C&onsole.
But Task panel goes into a "zombie" state after almost any error is reported. It won't return to normal (for instance actually displaying the task view) until a restart or (and only sometimes) after the file is saved. When Task view is zombie'd if a dialog that requires an Ok/Cancel to go away is hidden can't have any interaction, thus FreeCAD is basically unusable until restart.
The weekly appimage works as expected.
If FC with Qt6 is not to be resolved for the foreseeable future, maybe freecad-git needs to be suspended, or at least noted it will build, but usability is questionable in the AUR description.
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.