Should work now with the official qt5.9 package ;)
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.015237 |
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
- shared-mime-info
- verdict
- vtk (vtk-gitAUR)
- xerces-c
- yaml-cpp
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- shiboken6 (make)
- swig (swig-gitAUR) (make)
- pugixml (pugixml-gitAUR) (check)
- calculix-ccxAUR (optional) – FEM solver backend
- graphviz (optional) – dependency graph support
- libspnav (libspnav-gitAUR) (optional) – 3D mouse support
- openscad (openscad-objects-gitAUR, openscad-gitAUR, openscad-qt6-gitAUR) (optional) – OpenSCAD support
- python-pip (optional) – support installing python dependencies for addons
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 .. 28 29 30 31 32 33 34 35 36 37 38 .. 57 Next › Last »
drhooves commented on 2017-06-17 10:02 (UTC)
drhooves commented on 2017-06-16 10:58 (UTC)
Nice, I also had to wait for arch to ship qt5.9 but it seems they do since a few days now. I'm going to try to move to 5.9 right away.
buovjaga commented on 2017-06-16 10:41 (UTC)
Check it out: https://wiki.qt.io/PySide2_GettingStarted
"Currently, Qt 5.6 and Qt 5.9 onwards are supported."
They post updates here: https://wiki.qt.io/PySide2#Pyside_Development_Progress_Notes
sheinz commented on 2017-06-01 08:57 (UTC)
rpath.path is not needed any more as the fix is in the git repo.
(commit 36a0b5173ce8bca71236e3a13895b78494f454ca)
greenmanalishi commented on 2017-05-15 12:06 (UTC)
thank you!
drhooves commented on 2017-05-15 10:47 (UTC) (edited on 2017-05-15 10:48 (UTC) by drhooves)
Hi, yes. freecad relies on pyside for python qt bindings and it (atm) doesn't work with qt5.8. I think they target qt5.9, don't know if it's finished yet but doesn't matter right now because arch uses 5.8. As soon as 5.9 hits the repos I'm going to look into it ;)
greenmanalishi commented on 2017-05-15 10:29 (UTC)
Hello, thanks for the package. Does it build only with qt5.6? Because of the
qt5.6-webkit dependency.
drhooves commented on 2017-04-19 10:48 (UTC) (edited on 2017-04-19 10:50 (UTC) by drhooves)
Hi s218, sorry it took so long, was on holiday :)
Please send me a more detailed description of the bug that includes the exact steps that trigger the segfault.
Edit: If you encounter segfaults it's always a good idear to rebuild the package before reporting. Updated dependencies often cause the program to segfault ;)
s218 commented on 2017-04-08 09:28 (UTC) (edited on 2017-04-08 09:29 (UTC) by s218)
** (FreeCAD:23601): WARNING **: invalid source position for vertical gradient
Can't find Origin for "Body"
Can't find Origin for "Body"
Can't find Origin for "Body"
Can't find Origin for "Body"
Program received signal SIGSEGV, Segmentation fault.
#0 /usr/lib/libc.so.6(+0x33a90) [0x7f79e9575a90]
#1 /usr/lib/libpython2.7.so.1.0(PyString_AsString+0x24) [0x7f79f1e94244]
The program is collected, launched, but when you try to create a Patch crashes. Collected in Opencus, Ubuntu is working fine.
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.