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
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.012945 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2024-04-30 00:29 (UTC) |
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 58 Next › Last »
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
Does this version includes RT TNP fixes?
actually, I totally had a mistake in check()
Hopefully it's fixed for us now @K4LCIFER!
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.
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
.
The package no longer builds without BUILD_ENABLE_CXX_STD=C++17 as they started using std::string_view.
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)
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"
@adrianinsaval feel free to build the package with --nocheck
if you're not interested in testing if anything is broken!
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.