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

Kunda commented on 2021-12-19 18:44 (UTC)

heads up @greyltc QtNetwork is now a required dependency https://forum.freecadweb.org/viewtopic.php?p=554851#p554851

Kunda commented on 2021-12-14 15:49 (UTC) (edited on 2021-12-14 15:51 (UTC) by Kunda)

The failed FEM test that @K4LCIFER reported got me as well.

Opened a thread on the FEM subforum: https://forum.freecadweb.org/viewtopic.php?f=18&t=64525

zwastik commented on 2021-12-14 12:51 (UTC)

Does this version includes RT TNP fixes?

greyltc commented on 2021-11-14 17:31 (UTC)

actually, I totally had a mistake in check()
Hopefully it's fixed for us now @K4LCIFER!

greyltc commented on 2021-11-13 14:48 (UTC)

I think check() seems to be working alright here. Probably if there's a failure in check() you should report that upstream instead of here.

K4LCIFER commented on 2021-11-10 02:32 (UTC) (edited on 2021-11-10 02:48 (UTC) by K4LCIFER)

Will not install due to errors in check().

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

I believe this is the error message:

======================================================================
ERROR: TestFemApp (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: TestFemApp
Traceback (most recent call last):
  File "/usr/lib/python3.9/unittest/loader.py", line 154, in loadTestsFromName
    module = __import__(module_name)
  File "/usr/lib/python3.9/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
  File "/home/<username>/.cache/yay/freecad-git/src/FreeCAD/build_dir/Mod/Fem/TestFemApp.py", line 33, in <module>
    from femtest.app.test_mesh import TestMeshCommon as FemTest07
  File "/usr/lib/python3.9/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
  File "/home/<username>/.cache/yay/freecad-git/src/FreeCAD/build_dir/Mod/Fem/femtest/app/test_mesh.py", line 33, in <module>
    import Fem
  File "/usr/lib/python3.9/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
    return original_import(name, *args, **kwargs)
ImportError: /usr/lib64/libSMDS.so: undefined symbol: _ZN19vtkUnstructuredGrid16GetCellNeighborsExP9vtkIdListS1_


----------------------------------------------------------------------

Temporary solution: run makepkg with the --nocheck option to skip check() in the PKGBUILD.

DarioP commented on 2021-10-18 10:55 (UTC)

The package no longer builds without BUILD_ENABLE_CXX_STD=C++17 as they started using std::string_view.

bartus commented on 2021-10-05 06:49 (UTC)

pkgver(): git tag is lagging behind the project version: tag:0.19.2 where the project version is at 0.20.0.

patch: http://ix.io/3ASD/diff

Merge with git am -s < <(curl -s http://ix.io/3ASD)

Adelie commented on 2021-08-31 10:32 (UTC)

Dear maintainers,

From the FreeCAD developer forums, "Your flags are a bit out of date, you should be using -D BUILD_ENABLE_CXX_STD=C++17, and the QT5 define is no longer used, we don't support Qt4 in 0.20 dev"