Does this version includes RT TNP fixes?
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.07 |
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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 58 Next › Last »
zwastik commented on 2021-12-14 12:51 (UTC)
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"
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
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.