Package Details: freecad-git 0.22.0.36999.ged77603af9-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.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.70
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2024-04-30 00:29 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 57 Next › Last »

gborzi commented on 2013-05-05 15:00 (UTC)

@masterkorp freecad git sources isn't (yet) updated to compile with OpenCascade 6.6.0. I think we'll need to wait until they update it.

masterkorp commented on 2013-05-05 14:38 (UTC)

[ 7%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/StdMeshers.dir/src/StdMeshers/StdMeshers_Regular_1D.cpp.o [ 7%] Building CXX object src/3rdParty/salomesmesh/CMakeFiles/StdMeshers.dir/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp.o /tmp/packerbuild-1000/freecad-git/freecad-git/src/free-cad/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp: In member function ‘virtual bool StdMeshers_RadialPrism_3D::Compute(SMESH_Mesh&, const TopoDS_Shape&)’: /tmp/packerbuild-1000/freecad-git/freecad-git/src/free-cad/src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp:162:29: error: ‘OuterShell’ is not a member of ‘BRepTools’ TopoDS_Shell outerShell = BRepTools::OuterShell( solid ); ^ make[2]: *** [src/3rdParty/salomesmesh/CMakeFiles/StdMeshers.dir/src/StdMeshers/StdMeshers_RadialPrism_3D.cpp.o] Error 1 make[1]: *** [src/3rdParty/salomesmesh/CMakeFiles/StdMeshers.dir/all] Error 2 make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... The build failed. Is there any known fix for this ?

masterkorp commented on 2013-05-02 11:31 (UTC)

Oh I just noticed now that freecad bin is for the freecad package and freecad-git is for freecad-git package.

masterkorp commented on 2013-05-02 10:36 (UTC)

masterkorp ~ $ freecad freecad: error while loading shared libraries: libboost_signals.so.1.52.0: cannot open shared object file: No such file or directory masterkorp ~ $ pacman -Qs boost local/boost 1.53.0-2 Free peer-reviewed portable C++ source libraries - Development local/boost-libs 1.53.0-2 Free peer-reviewed portable C++ source libraries - Runtime Yes, I've rebuilt freecad after the update. Still getting the error.

gborzi commented on 2013-04-21 22:06 (UTC)

Updated.

Samsagax commented on 2013-04-21 16:52 (UTC)

@gborzi: You should update this PKGBUILD according to pacman's new feature for git packages: https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#VCS_sources

masterkorp commented on 2013-03-25 15:48 (UTC)

Hello, makepkg MAKEFLAGS doesn't seem to work, wich is annoying to compile.

gborzi commented on 2013-03-08 17:48 (UTC)

@vinvin I think that the problem reported by budulay only happens if qt5-base, which provides a /usr/bin/qmake, is installed.

vinvin commented on 2013-03-08 17:26 (UTC)

I successfully built the package yesterday without this fix.

gborzi commented on 2013-03-08 17:14 (UTC)

@budulay, I missed the comment you made on March 5th, sorry. Thanks for the fix, the package is updated.