Package Details: freecad-git 0.22.0.36999.ged77603af9-1

Git Clone URL: https://aur.archlinux.org/freecad-git.git (read-only, click to copy)
Package Base: freecad-git
Description: A general purpose 3D CAD modeler - git checkout
Upstream URL: https://www.freecad.org/
Licenses: LGPL
Conflicts: freecad, freecad-appimage, freecad-appimage-git
Provides: freecad
Submitter: gborzi
Maintainer: greyltc (adrianinsaval)
Last Packager: adrianinsaval
Votes: 104
Popularity: 0.77
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2024-04-30 00:29 (UTC)

Required by (4)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 57 Next › Last »

drmacro commented on 2022-05-02 13:34 (UTC) (edited on 2022-05-03 14:04 (UTC) by drmacro)

Not sure, but it is possible that the resulting file structure is not quite right. When using the FreeCAD API it appears to not find PartDesign.

See this thread where I attempt to trouble shoot with wmayer: https://forum.freecadweb.org/viewtopic.php?f=22&t=68354&start=10

Edit: tried this on a different PC with Manjaro. It does appear that the file locations are not set up correctly for API use outside FreeCAD.

adrianinsaval commented on 2022-04-14 23:26 (UTC)

As you pointed out yourself Kunda qt5-webengine was already added, qt5-webchannel I think should be explicitly added, although currently it will get installed anyways because qt5-webengine depends on it.

Kunda commented on 2022-04-14 22:45 (UTC)

Looks like there may be new Qt dep for Addon manager (reported by a user who uses the PPA) https://forum.freecadweb.org/viewtopic.php?f=42&t=68015 This is what is shown on their system:

Addon Manager Warning: Could not import QtWebEngineWidgets, it seems to be missing from your system. 
Please use your system's package manager to install the python3-pyside2.qtwebengine* and python3-pyside2.qtwebchannel packages, 
and if possible alert your package creator to the missing dependency. 
Display of package README will be limited until this dependency is resolved.

I can't test this because freecad-git fails when i built it. But just wanted to give @greyltc a heads up.

Kunda commented on 2022-04-14 02:07 (UTC) (edited on 2022-04-14 02:08 (UTC) by Kunda)

Just tried to build latest freecad-git (r28679)
Build completed but failed in the tests (80 tests failed)
Here is the log file: https://forum.freecadweb.org/download/file.php?id=186393

Kunda commented on 2022-04-12 23:46 (UTC)

qt5-webengine was added https://aur.archlinux.org/cgit/aur.git/commit/?h=freecad-git&id=2498280e13ca6362fc5c31db486cdc9a85a5d636

adrianinsaval commented on 2022-04-08 13:17 (UTC)

@greyltc also please add qt5-webengine as dependency (https://forum.freecadweb.org/viewtopic.php?f=42&t=65971)

adrianinsaval commented on 2022-04-07 19:56 (UTC)

@greyltc the INSTALL_TO_SITEPACKAGES thing was fixed upstream (https://forum.freecadweb.org/viewtopic.php?p=586095) and the code you put to deal with that is now causing an error because /usr/lib/freecad/lib doesn't exists

neo2001 commented on 2022-03-29 08:11 (UTC)

@adrianinsaval English UI with different decimal separator works again: https://github.com/FreeCAD/FreeCAD/commit/bba7719cd15e755a5a431ea339ef535377a0f41b

adrianinsaval commented on 2022-03-25 17:09 (UTC)

FYI the abandoned assembly module was recently removed from master branch. Plot was mostly removed and what is left I think is on by default, not sure. Just mentioning if you want to clean those up. FEM I think defaults to on too.

adrianinsaval commented on 2022-03-25 17:05 (UTC)

yeah that's a new feature but it has some bugs, go into preferences and set your language to German and check the box to use the same decimal separator as the language you use if you want to use comma separator. Currently there's no way to use English language and comma separator at the same time. Or forget that and check the configuration in FreeCAD to substitute your numpad comma by the decimal separator.