Search Criteria
Package Details: freecad-linkstage3-git asm3.0.11.r3435.gb7d3346e00-1
Git Clone URL: | https://aur.archlinux.org/freecad-linkstage3-git.git (read-only, click to copy) |
---|---|
Package Base: | freecad-linkstage3-git |
Description: | A general purpose 3D CAD modeler - LinkStage3 dev branch, git checkout |
Upstream URL: | http://www.freecadweb.org/ |
Licenses: | |
Conflicts: | |
Submitter: | Salamandar |
Maintainer: | Salamandar |
Last Packager: | Salamandar |
Votes: | 2 |
Popularity: | 0.000993 |
First Submitted: | 2018-09-21 13:54 |
Last Updated: | 2021-01-04 15:51 |
Dependencies (34)
- boost-libs (boost171, boost-libs-git)
- curl (curl-git, curl-minimal-git)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- hicolor-icon-theme (hicolor-icon-theme-git)
- jsoncpp (jsoncpp-git)
- libspnav (libspnav-git)
- med (med-salome, med3, med-openmpi)
- netcdf (netcdf-openmpi)
- pyside2-tools (pyside2-tools-git)
- python-matplotlib (python-matplotlib-git)
- python-pivy
- python-pyside2 (pyside2-git, pyside2)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-declarative (qt5-declarative-git)
- 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
- opencascade>=7.2
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- coin (c0, coin-git) (make)
- desktop-file-utils (desktop-file-utils-git) (make)
- eigen (eigen-git, eigen32) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- swig (swig-git) (make)
- xerces-c (make)
- graphviz (optional)
- openscad (openscad-git) (optional)
- python-matplotlib (python-matplotlib-git) (optional)
Latest Comments
1 2 3 Next › Last »
r00tr4t commented on 2021-01-13 19:38
@arvx. Yes, I run Arch. :P
arvx commented on 2021-01-13 16:55
@r00tr4t, not sure why there is no CMakeError.log. The CMakeOutput.log file doesn't show any hints at finding errors or warnings either.
You are using Arch, right?
r00tr4t commented on 2021-01-09 21:58
Confirmed I added the
-pthread
to the CFLAGS and it passed the test but then if failed. I got the same results as @arvxWhy is there no CMakeError.log file?
Complete log: http://ix.io/2LtC
Edit: Forgot to add the
-DTHREADS_PREFER_PTHREAD_FLAG=ON
but it seemed work without that parameter.arvx commented on 2021-01-05 19:02
@Salamandar, in the PKGBUILD I added -pthread to the flags
And added
-DTHREADS_PREFER_PTHREAD_FLAG=ON
to cmake parameters.Now the check on pthread passes (checking in CMakeOutput.log)
However, makepkg still fails with cmake but it doesn't generate a CMakeError.log:
Any idea where I could look for errors at this point if I don't have a CMakeError.log file?
arvx commented on 2021-01-05 16:45
Thanks for double checking. Must be an edge case on my system and that of r00tr4t as well. I'll try to figure it out and report back with my findings.
Salamandar commented on 2021-01-05 16:39
Still no issue on a clean archlinux docker image with only the freecad dependencies installed… I really don't know where your issues come from :(
Salamandar commented on 2021-01-05 16:02
OK, well… I'm popping an archlinux container (i'm on manjaro atm), it's building for now… 2300/4062, no error yet
arvx commented on 2021-01-05 14:39
@Salamandar, just tested and I still see the pthreads errors. I'll try to debug later and see if I can find the root cause. Didn't get any issue with boost libraries on my end.
Salamandar commented on 2021-01-05 12:55
@arvx @r00tr4t can you test ?
Salamandar commented on 2021-01-04 15:51
I pushed 2 patches for the last boost update, it should be fixed upstream "someday".
I don't have the pthread issue here, I don't know where that could come from.