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
Search Criteria
Package Details: freecad-git 1.1.0.41361.g774ec2cc93-1
Package Actions
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: | 107 |
Popularity: | 1.09 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2025-04-22 00:51 (UTC) |
Dependencies (40)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- med (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR)
- openmpi (openmpi-gitAUR)
- pybind11 (pybind11-gitAUR)
- pyside6
- pyside6-tools
- python-matplotlib (python-matplotlib-gitAUR)
- python-packaging
- python-pivy
- python-ply
- python-yaml (python-yaml-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- Show 20 more dependencies...
Required by (4)
- freecad-a2plus-git (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
- openmc-git (requires freecad)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 58 Next › Last »
Kunda commented on 2022-04-14 02:07 (UTC) (edited on 2022-04-14 02:08 (UTC) by Kunda)
Kunda commented on 2022-04-12 23:46 (UTC)
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.
neo2001 commented on 2022-03-23 10:49 (UTC)
Anyone here having issues with the decimal separator?
Although I have set language to English, I still use local (Germany) number formats (which uses the "," instead of "." as decimal separator).
Until the newest build (from today) FreeCAD always used the system settings and therefore used the comma instead of the decimal point. But now, the locale seems to be ignored and only the decimal point is accepted/used.
adrianinsaval commented on 2022-03-21 19:25 (UTC)
https://forum.freecadweb.org/viewtopic.php?p=581878#p581796 https://forum.freecadweb.org/viewtopic.php?p=581878#p581878
apparently enabling JTREADER is pointless and has recently led to build failures, apparently it was fixed but the module seems mostly unmaintained so IMO it would be best to stop enabling it.
adrianinsaval commented on 2022-03-21 14:56 (UTC)
@greyltc did you see my patch proposals for pkgver() and to add graphviz python-markdown and python-gitpython as optional dependencies? They are in the comments here, please take a look, the opt deps are useful and the pkver would give a version number in line with FreeCAD's version numbering system.
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.