Package Details: freecad-git 0.22.0.35039.ge937cc1efc-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.99
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2023-11-14 18:37 (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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 56 Next › Last »

JoM commented on 2015-04-16 15:36 (UTC)

Now it works. Why I don't know. Delate the tarball and downloaded again (which I tried before).

ckoresko commented on 2015-04-14 18:32 (UTC)

Built and installed without any problems. Seems to be working fine.

JoM commented on 2015-04-12 18:21 (UTC)

Unable to build, output from makepkg -s below CMake Error at src/Mod/Material/CMakeLists.txt:42 (ADD_CUSTOM_TARGET): Cannot find source file: /home/jan-ola/builds/freecad-git/src/freecad/src/Mod/Material/StandardMaterial/Concrete.FCMat Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error in src/Mod/Material/CMakeLists.txt: Cannot find source file: /home/jan-ola/builds/freecad-git/src/freecad/src/Mod/Material/StandardMaterial/Steel.FCMat Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error in src/Mod/Material/CMakeLists.txt: Cannot find source file: /home/jan-ola/builds/freecad-git/src/freecad/src/Mod/Material/StandardMaterial/Wood.FCMat Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx -- Generating done -- Build files have been written to: /home/jan-ola/builds/freecad-git/src/freecad/build ==> ERROR: A failure occurred in build(). Aborting...

silas commented on 2015-02-18 19:57 (UTC)

Okay that worked and compiled fine.

eworm commented on 2015-02-18 09:49 (UTC)

Ups, actually it was my fault... For any reason I had a locally built version of python2-pyside-tools installed. I will upload a new PKGBUILD in a few minutes. Please try 0.14.1.r896.gaeabffe-1 when available.

eworm commented on 2015-02-18 07:35 (UTC)

You did install packages with 'pacman -S --force', no? You should never do that unless you are perfectly sure what you are doing. python2-pyside-tools and pyside-tools-common (and possibly more?) have conflicting files. That is not my issue. For now you should try to uninstall pyside-tools-common and reinstall python2-pyside-tools.

silas commented on 2015-02-17 22:23 (UTC)

I think we need to be looking for: silas ~ ❯ pacman -Qo /usr/bin/python2-pyside-uic /usr/bin/pyside-rcc /usr/bin/python2-pyside-uic is owned by python2-pyside-tools 0.2.15-1 /usr/bin/pyside-rcc is owned by pyside-tools-common 0.2.15-1 I think the problem is with python2-pyside-uic not being found.

silas commented on 2015-02-17 22:18 (UTC)

silas ~ ❯ pacman -Qo /usr/bin/pyside-uic /usr/bin/pyside-rcc error: failed to read file '/usr/bin/pyside-uic': No such file or directory /usr/bin/pyside-rcc is owned by pyside-tools-common 0.2.15-1 I also get the same error message on a fresh install.

eworm commented on 2015-02-17 07:45 (UTC)

For me cmake gives: -- Found PySide Tools: /usr/bin/pyside-uic, /usr/bin/pyside-rcc Both files belong to python2-pyside-tools: # pacman -Qo /usr/bin/pyside-uic /usr/bin/pyside-rcc /usr/bin/pyside-uic is owned by python2-pyside-tools 0.2.15-1 /usr/bin/pyside-rcc is owned by python2-pyside-tools 0.2.15-1 Do you have these files? Possibly your package install is broken. Did you try to reinstall python2-pyside-tools?

Landrash commented on 2015-02-16 13:43 (UTC)

Fails to build. CMake Error at cMake/FindPySideTools.cmake:83 (message): PySideTools could not be not found, but are required. Call Stack (most recent call first): CMakeLists.txt:583 (find_package) Unsure if why since it has sucessfully installed python2-pyside-tools.