@greyltc, opened a thread on the FreeCAD forum: https://forum.freecadweb.org/viewtopic.php?f=4&t=52921 to see if we can glean any insight from the packagers there.
Search Criteria
Package Details: freecad-git 0.22.0.36999.ged77603af9-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.74 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2024-04-30 00:29 (UTC) |
Dependencies (39)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- medAUR (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR)
- openmpi (openmpi-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
- qt6-tools
- Show 19 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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 58 Next › Last »
Kunda commented on 2020-12-05 15:25 (UTC)
greyltc commented on 2020-12-05 14:15 (UTC)
@Kunda, that's a good question and I was wondering that myself. Maybe the system coin is not being detected properly? Any suggestions welcome.
Kunda commented on 2020-12-05 13:33 (UTC)
Quick question: in the cmake summary report, why doesn't Coin3D library output a version number?
-- Freetype: 2.10.4
-- OpenGLU: /usr/lib/libGLU.so [/usr/lib/libGLU.so][/usr/include]
-- Coin3D: [Coin] []
-- SPNAV: [/usr/lib/libspnav.so] [/usr/include]
Kunda commented on 2020-12-05 12:25 (UTC)
@greyltc thank you so much for maintaining this package!
greyltc commented on 2020-12-05 11:04 (UTC)
@bartus
What problem does that solve?
bartus commented on 2020-12-05 10:41 (UTC)
Could we have ninja ${MAKEFLAGS:--j1}
to recreate options=(!makeflags)
expected behaviour (by default ninja build with nproc+2 threads)?
neo2001 commented on 2020-11-21 19:27 (UTC)
Thank you! Build works for me again, too! :)
bidulock commented on 2020-11-21 11:25 (UTC)
Builds fine for me in a clean chroot as of today.
However, please add qt5-xmlpatterns to depends.
neo2001 commented on 2020-11-20 15:23 (UTC) (edited on 2020-11-21 19:28 (UTC) by neo2001)
Does anyone else has difficulties building?
It seems related (again) to the slightly annoying smesh lib.
[ 37%] Linking CXX shared library ../../../lib/libSMESHDS.so
[ 39%] Built target FreeCADApp
[ 39%] Built target FreeCADMainPy
[ 39%] Built target FreeCADMainCmd
[ 39%] Built target Image
[ 39%] Built target Points
[ 39%] Built target Start
[ 39%] Built target Web
[ 39%] Built target Spreadsheet
[ 42%] Built target Mesh
/usr/bin/ld: CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_GroupBase.cpp.o: in function `SMESHDS_GroupBase::SMESHDS_GroupBase(int, SMESHDS_Mesh const*, SMDSAbs_ElementType)':
SMESHDS_GroupBase.cpp:(.text+0x461): undefined reference to `Quantity_Color::Quantity_Color()'
/usr/bin/ld: CMakeFiles/SMESHDS.dir/src/SMESHDS/SMESHDS_GroupBase.cpp.o: in function `SMESHDS_GroupBase::GetColorGroup() const':
SMESHDS_GroupBase.cpp:(.text+0x653): undefined reference to `Quantity_Color::Red() const'
/usr/bin/ld: SMESHDS_GroupBase.cpp:(.text+0x661): undefined reference to `Quantity_Color::Green() const'
/usr/bin/ld: SMESHDS_GroupBase.cpp:(.text+0x670): undefined reference to `Quantity_Color::Blue() const'
collect2: error: ld returned 1 exit status
make[2]: *** [src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/build.make:350: lib/libSMESHDS.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:2403: src/3rdParty/salomesmesh/CMakeFiles/SMESHDS.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 55%] Built target FreeCADGui
[ 61%] Built target Part
make: *** [Makefile:149: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
kikislater commented on 2020-10-21 17:11 (UTC)
0.19 is the git version not 0.18 ... Please update
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.