Search Criteria
Package Details: freecad-git 0.19.r421.gfafff351aa-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.freecadweb.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | gborzi |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 97 |
Popularity: | 1.26 |
First Submitted: | 2012-03-03 13:46 |
Last Updated: | 2021-04-08 10:34 |
Dependencies (35)
- boost-libs (boost171, boost-libs-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- jsoncpp (jsoncpp-git, jsoncpp-cmake-git)
- med (med-salome, med3, med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-git, opencascade-rc)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9)
- pyside2-tools (pyside2-tools-git)
- python-matplotlib (python-matplotlib-git)
- python-pivy
- python-ply
- python-pyside2 (pyside2-git, pyside2)
- python-yaml
- qt5-svg (qt5-svg-git)
- qt5-tools (qt5-tools-git)
- qt5-webkit (qt5-webkit-print, qt5-webkit-git)
- qt5-x11extras (qt5-x11extras-git)
- qt5-xmlpatterns (qt5-xmlpatterns-git)
- shared-mime-info (shared-mime-info-git)
- xerces-c
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- coin (c0, coin-git) (make)
- eigen (eigen-git) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- gendesk (make)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- pyside2 (pyside2-git) (make)
- python-shiboken2 (python-shiboken2-git) (make)
- shiboken2 (shiboken2-git) (make)
- swig (swig-git) (make)
- libspnav (libspnav-git) (optional) – 3d mouse support
- luxcorerender (luxcorerender-bin, luxcorerender-git) (optional) – ray tracing support
- povray (optional) – ray tracing support
Required by (3)
- freecad-assembly2 (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 ... Next › Last »
neo2001 commented on 2021-02-05 11:29
It's me again. :-) Last time it was my own fault for not completely deleting the src and pkg directories. After that everything worked fine... for a while.
But since a few days I only get this:
The build itself seems to work fine, but the tests always fail (which they didn't before).
Should I just ignore/comment them in the PKGBUILD or do I need to actually care about the result of the unit tests?
I've tried to delete everything and start fresh, I also waited a few days and tried again a few times. But it's always the same...
Example output:
Kunda commented on 2021-02-03 14:53
News: upstream has announced feature freeze with release for v0.19 pending next month.
greyltc commented on 2021-01-12 16:06
packages fine for me. tested with both makepkg and yay
neo2001 commented on 2021-01-12 13:40
Anyone getting this error after the build and test have finished?:
greyltc commented on 2021-01-08 20:26
I just made an update that I hope will address any outstanding issues.
malnven commented on 2021-01-08 10:43
@greyltc I suggest to remove the execution of the test suite. As it is now the PKGBUILD should be considered broken.
greyltc commented on 2020-12-30 11:56
@alhirzel, seems like you're right about that recource directory. Does anyone know how to set that at runtime?
Kunda commented on 2020-12-29 14:01
@Deewiant mentioned your observation in the FreeCAD forum: https://forum.freecadweb.org/viewtopic.php?f=4&t=50810&p=461930#p461930
alhirzel commented on 2020-12-26 17:49
I'm seeing a few issues in
check()
right now, which could be upstream. I am building on a PC where FreeCAD is not installed, and the first set of errors are like the following:I think it's because
FreeCAD.getResourceDir()
followsApplication::getResourceDir
which depends onRESOURCEDIR
at build-time. Perhaps the tests should not use this directory or something. I'm reporting this here just in case it is due to our packaging or our invocation of the test suite. (I did not see any mention ofRESOURCEDIR
in thePKGBUILD
.)Second set of issues are as follows, which are filesystem-related though I struggle to see how they could be due to the
PKGBULID
:Deewiant commented on 2020-12-23 08:22
Doesn't build with both ccache and distcc enabled. The CMakeLists.txt has some custom logic to use ccache in front of every compilation command if it's found, which combined with makepkg's logic to set up the PATH for ccache results in invocations like
/usr/bin/ccache /usr/lib/ccache/bin/c++
. With distcc also enabled, both the "outer" and "inner" ccache programs trigger distcc which causes it to bail out with "CRITICAL! distcc seems to have invoked itself recursively!".This seems like FreeCAD's bug, but here's a patch: