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.015237
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2024-04-30 00:29 (UTC)

Required by (4)

Sources (1)

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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 57 Next › Last »

Landrash commented on 2015-04-20 20:26 (UTC)

Some smaller changes needs to be done to the freecad.desktop file. Here's mine that works perfectly fine. [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=FreeCAD Comment=A general purpose 3D CAD modeler GenericName=CAD Application Exec=/usr/bin/freecad %F Path=/usr/lib/freecad Terminal=false Type=Application Icon=/usr/share/freecad/freecad.xpm Categories=Application;Science;Math;Education; StartupNotify=true MimeType=application/x-extension-fcstd; X-Desktop-File-Install-Version=0.22 Lines I've changed are Path=/usr/lib/freecad Icon=/usr/share/freecad/freecad.xpm

AngryNapkin commented on 2015-04-17 23:37 (UTC)

I just got the latest version to compile and install. There is an issue with the Involute Gear feature through: Cannot find icon: /usr/Mod/PartDesign/WizardShaft/WizardShaft.svg Traceback (most recent call last): File "/usr/share/freecad/Mod/PartDesign/InvoluteGearFeature.py", line 114, in setEdit taskd = _InvoluteGearTaskPanel(self.Object,mode) File "/usr/share/freecad/Mod/PartDesign/InvoluteGearFeature.py", line 136, in __init__ self.form=FreeCADGui.PySideUic.loadUi(FreeCAD.getHomePath() + "Mod/PartDesign/InvoluteGearFeature.ui") File "<string>", line 4, in <module> <type 'exceptions.RuntimeError'>: Cannot open file Running the Python command 'PartDesign_InvoluteGear' failed: Traceback (most recent call last): File "<string>", line 1, in <module> Failed to set object 'InvoluteGear' in edit mode Is this something that is possibly broken in this build?

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.