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.
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.014933 |
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
- Show 19 more dependencies...
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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 58 Next › Last »
silas commented on 2015-02-17 22:18 (UTC)
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
karol_007 commented on 2014-12-05 23:01 (UTC)
freecad is now available in the repos: https://www.archlinux.org/packages/?name=freecad and so is opencascade and a bunch of other packages: https://lists.archlinux.org/pipermail/aur-general/2014-December/029911.html
b0f00narch commented on 2014-12-05 22:56 (UTC)
One question, if there is a new opencascade package and in these case it was, does that mean we have to reinstall freecad ?
Anyway running freecad-git didnt work because there was new shiboken package installed. So I had to reinstall freecad-git. And then that didint work so I installed:
python2-shiboken.
and now I m compiling Freecad-git.
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.