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.81
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2024-04-30 00:29 (UTC)

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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 57 Next › Last »

greyltc commented on 2021-08-02 17:29 (UTC)

@adrianinsaval feel free to build the package with --nocheck if you're not interested in testing if anything is broken!

adrianinsaval commented on 2021-08-02 16:02 (UTC)

why do we need the freecad tests in check() if this is a development package? I don't see the benefit

greyltc commented on 2021-07-17 19:03 (UTC)

the tip of master

Kunda commented on 2021-07-17 17:54 (UTC)

@greyltc I think bernd fixed the upstream FEM tests. Is this package pulling freecad HEAD?

K4LCIFER commented on 2021-07-05 01:14 (UTC)

@greyltc, that's perfect! It installed just fine now. Thanks!

greyltc commented on 2021-07-04 12:18 (UTC)

@K4LCIFER I expect those are upstream's bugs, but I'm not 100% sure. Have a look at lines 68 and 69 of the PKGBUILD as it is now. When I eliminate those two failing tests in my builds, check() passes.

K4LCIFER commented on 2021-07-04 00:18 (UTC) (edited on 2021-07-04 00:22 (UTC) by K4LCIFER)

@greyltc, here is the output of check() from the freecad-git installation.

You should be able to find the errors if you do a text search for FAIL, error or ERROR.

EDIT: Upon further inspection, I have found the following:

======================================================================
FAIL: test_box_frequency (femtest.app.test_ccxtools.TestCcxTools)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/<username>/.cache/yay/freecad-git/src/FreeCAD/build_dir/Mod/Fem/femtest/app/test_ccxtools.py", line 102, in test_box_frequency
    self.result_reading_test(
  File "/home/<username>/.cache/yay/freecad-git/src/FreeCAD/build_dir/Mod/Fem/femtest/app/test_ccxtools.py", line 323, in result_reading_test
    self.assertFalse(
AssertionError: True is not false : Invalid results read from .frd file

======================================================================
FAIL: test_thermomech_flow1D (femtest.app.test_ccxtools.TestCcxTools)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/<username>/.cache/yay/freecad-git/src/FreeCAD/build_dir/Mod/Fem/femtest/app/test_ccxtools.py", line 158, in test_thermomech_flow1D
    self.result_reading_test(
  File "/home/<username>/.cache/yay/freecad-git/src/FreeCAD/build_dir/Mod/Fem/femtest/app/test_ccxtools.py", line 323, in result_reading_test
    self.assertFalse(
AssertionError: True is not false : Invalid results read from .frd file

----------------------------------------------------------------------
Ran 543 tests in 37.991s

FAILED (failures=2)
==> ERROR: A failure occurred in check().
    Aborting...
error making: freecad-git

cculpepper1214 commented on 2021-07-03 20:57 (UTC)

@greyltc I'm ashamed to say... it turned out I had another version of freecad installed and that one was running. I think I had a git built version that I didn't realize.

greyltc commented on 2021-07-03 10:15 (UTC)

@cculpepper1214 I suspect the libboost version error is actually Arch's fault. I had to recompile vtk to fix that.

greyltc commented on 2021-07-03 10:12 (UTC)

@K4LCIFER are those errors in my packaging or upstream's errors?