I'm having the same errors as vivin. Maybe the two are related and need to be reported upstream.
Also, could you add the "--enable-assembly" and "--enable-cam" flags to configure step? Those where recently merged into master.
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
- shared-mime-info
- verdict
- vtk (vtk-gitAUR)
- xerces-c
- yaml-cpp
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- shiboken6 (make)
- swig (swig-gitAUR) (make)
- pugixml (pugixml-gitAUR) (check)
- calculix-ccxAUR (optional) – FEM solver backend
- graphviz (optional) – dependency graph support
- libspnav (libspnav-gitAUR) (optional) – 3D mouse support
- openscad (openscad-objects-gitAUR, openscad-gitAUR, openscad-qt6-gitAUR) (optional) – OpenSCAD support
- python-pip (optional) – support installing python dependencies for addons
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 .. 39 40 41 42 43 44 45 46 47 48 49 .. 57 Next › Last »
Samsagax commented on 2013-01-05 15:41 (UTC)
vinvin commented on 2013-01-05 00:51 (UTC)
The new automake version brought lots of "undefined macro" kind of errors (for example: AM_INIT_AUTOMAKE AM_CONFIG_HEADER AC_CXX_HAVE_STD_IOSTREAM).
configure also complains about the --with-qt* and --with-boost* args.
gborzi commented on 2012-09-29 00:36 (UTC)
It's swig1 (S-W-I-G-One) not swigl (S-W-I-G-L). It's a sort of compiler, so it is needed only in makedepends.
<deleted-account> commented on 2012-09-29 00:18 (UTC)
"swigl" is listed as a dependency in the PKGBUILD, but not in the list of dependencies above.
Additionally, no package named "swigl" is available in extra or AUR.
So I'm feeling a bit SOL here?
gborzi commented on 2012-09-16 13:17 (UTC)
Updated. Now makeflags seems safe to use.
gborzi commented on 2012-09-02 05:43 (UTC)
@rytmenpinne
I have the same error, it seems upstream forgot something in some Makefiles. I suggest to wait until it's fixed upstream.
rytmenpinne commented on 2012-09-01 20:24 (UTC)
Does not compile for me.. fails with;
I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fpermissive -Wno-deprecated -frtti -MT libFreeCADGui_la-resource.lo -MD -MP -MF .deps/libFreeCADGui_la-resource.Tpo -c -o libFreeCADGui_la-resource.lo `test -f 'resource.cpp' || echo './'`resource.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DSPNAV_FOUND -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../src -I../../src -I/usr/include/python2.7/ -I/usr/include -I/usr/include/boost -I/usr/include/ -I/usr/include//Qt3Support -I/usr/include//QtGui -I/usr/include//QtCore -I/usr/include//QtOpenGL -I/usr/include//QtNetwork -I/usr/include//QtSvg -I/usr/include//QtXml -I/usr/include//QtUiTools -I/usr/include//QtWebKit -I/usr/include -I/usr/include -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fpermissive -Wno-deprecated -frtti -MT libFreeCADGui_la-resource.lo -MD -MP -MF .deps/libFreeCADGui_la-resource.Tpo -c resource.cpp -fPIC -DPIC -o .libs/libFreeCADGui_la-resource.o
In file included from resource.cpp:48:0:
DlgCustomizeSpNavSettings.h:27:42: fatal error: ui_DlgCustomizeSpNavSettings.h: No such file or directory
compilation terminated.
Tried both with !makefalgs and withouth..
gborzi commented on 2012-08-09 23:53 (UTC)
Hello Samsagax,
I tried to build the package without the !makeflags option, but it failed to compile. Unfortunately the multi-thread issue is still there, it's that sometimes it doesn't show up.
Samsagax commented on 2012-08-09 16:52 (UTC)
I think you may remove the option '!makeflags'. It compiled successfully with 'makeflags' (the multi-thread issue is gone)
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.