It can't be installed as the needed version of netgen-nogui-occ7 will not compile as some headers are missing.
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: | 104 |
Popularity: | 0.015237 |
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-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- medAUR (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- 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-headlessAUR, qt6-base-gitAUR)
- 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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 57 Next › Last »
ElektroQuark commented on 2018-01-26 06:35 (UTC)
zoidberg commented on 2017-12-01 16:08 (UTC)
Build of package fails with following output:
[ 72%] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/Splashscreen.cpp.o
[ 72%] Linking CXX shared library ../../../../Mod/TechDraw/TechDraw.so
[ 72%] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o
/home/kishore/.cache/pacaur/freecad-qt5-git/src/freecad-qt5-git/src/Gui/WidgetFactory.cpp:80:11: fatal error: typeresolver.h: No such file or directory
# include <typeresolver.h>
^~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/Gui/CMakeFiles/FreeCADGui.dir/build.make:7516: src/Gui/CMakeFiles/FreeCADGui.dir/WidgetFactory.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 73%] Built target TechDraw
make[1]: *** [CMakeFiles/Makefile2:5377: src/Gui/CMakeFiles/FreeCADGui.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
:: failed to build freecad-qt5-git package(s)
Kunda commented on 2017-11-09 21:18 (UTC)
+1 @andrejr for the appImage idea.
I still think that keeping these AURs going is important too. I look forward to a day when this compile process will be seamless. In the meantime I want to appreciate the maintainers and volunteers for their work nonetheless.
MadMe commented on 2017-11-09 20:54 (UTC) (edited on 2017-11-09 20:58 (UTC) by MadMe)
@kro007
StlTransfer.hxx isnt anymore in opencascade. You need to install an older version
git clone https://aur.archlinux.org/opencascade7.git
Edit PKGBUILD and change pkgver to pkgver=7.1.0
I think you also need to set all MD5SUMS to skip, or find out the right one...
That did it for me. Don't forget to add opencascade7 (and opencascade7-docs) to the ignore list in pacman.conf
@andrejr
an APPIMAGE would be great... compiling FreeCad is still a pain... very much extreme large and complex dependencies...
andrejr commented on 2017-11-03 21:05 (UTC)
Has anyone considered making a freecad-bin package with the appimage provided on the website?
I'm new to appimages, and couldn't seem to run it (it segfaulted), maybe someone more experienced can look at that?
kro007 commented on 2017-09-28 16:03 (UTC)
Hi
can't compile netgen, i get :
libsrc/occ/occgeom.cpp:18:10: fatal error: StlTransfer.hxx: No such file or directory
Any idea ?
drhooves commented on 2017-06-28 18:51 (UTC)
Yes, this is because makepkg removes debug infos by default, see https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces
mriyah commented on 2017-06-28 18:30 (UTC)
Sorry drhooves, if i change the pkgbuild it can be compiled with RelWithDebInfo.
I could launch it from /tmp with deb infos. However after installation has finished the deb infos were gone. Thx.
drhooves commented on 2017-06-28 16:38 (UTC)
Do you mean it doesn't work or ask if I could change the pkgbuild?
mriyah commented on 2017-06-28 15:00 (UTC)
Hi, cannot be compiled with RelWithDebInfo. Thanks.
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.