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

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.

noobman commented on 2015-02-01 16:54 (UTC)

I 2nd the pyside tools needed to complete build. But also something else with both community pkg and git pgk, while running things i am getting errors like "Cannot find icon: /usr/Mod/PartDesign/WizardShaft/WizardShaft.svg" (to replicate: run $freecad and click PartDesign->InvoluteGear) I see in that in pkgbuild 70-71 the /usr/Mod gets moved to the DATADIR:PATH="share/freecad". But something is still at a miss. Something still requires files inside /usr/Mod and can not find them in /usr/share/freecad/Mod instead. Temporarily workarounds: manually copy files back to /usr/Mod, or in pkgbuild comment out line 71 which deletes the /usr/Mod. Or maybe symlink. Then should work fine.

<deleted-account> commented on 2015-01-29 21:19 (UTC)

Please update dependencies to include pyside tools which is now needed for compiling. 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)

eworm commented on 2015-01-28 20:37 (UTC)

@icoz: This package updates pkgver itself when building. So I did not get your point...

icoz commented on 2015-01-28 19:50 (UTC)

Update version to pkgver=0.15.r4532.dc623f26 Thanks

Mr.Elendig commented on 2015-01-21 12:55 (UTC)

Fails to build due to pyside-uic actually being named python2-pyside-uic Can be fixed by: -DPYSIDEUIC4BINARY:FILEPATH=/usr/bin/python2-pyside-uic