@ElektroQuark Manjaro is not Arch. This is a good reason to install Arch... :)
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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 57 Next › Last »
maderios commented on 2018-04-02 17:18 (UTC)
ElektroQuark commented on 2018-04-02 16:42 (UTC)
I can't run it. Terminal drops the error: "libshiboken2.cpython-36m-x86_64-linux-gnu.so.2.0"
I'n on Manjaro Linux.
manuel_v commented on 2018-03-17 08:24 (UTC) (edited on 2018-03-17 08:25 (UTC) by manuel_v)
@MicroJoe The message you posted only indicates that the build was aborted due to an error. Since the build might have continued for some time before it was aborted, you probably need to scroll up to see the error that caused this.
<deleted-account> commented on 2018-03-16 19:24 (UTC)
Current build status is ok on FreeCAD's page, but I have following error during build:
[ 81%] Linking CXX shared library ../../lin64/gcc/lib/libTKIGES.so<br> [ 81%] Built target TKIGES<br> make: *** [Makefile:130: all] Error 2<br> ==> ERROR: A failure occurred in build().<br> Aborting...
Adding netcdf as suggested by manuel_v did not solve the build issue.
manuel_v commented on 2018-03-16 13:49 (UTC)
netcdf is required as make dependency.
<deleted-account> commented on 2018-03-11 01:59 (UTC)
I've added python-pivy-git and coin-hg packages. Draft workbench should probably work now. Let me know if it doesn't.
<deleted-account> commented on 2018-03-06 22:26 (UTC)
Pivy for Python 3 https://github.com/FreeCAD/pivy is broken right now https://travis-ci.org/FreeCAD/pivy
When they get it in order, I'll create an AUR package and add it as a dependency here.
D_Schwartfeger commented on 2018-03-06 19:47 (UTC)
I see there is a python 3 pivy at https://github.com/looooo/pivy but I haven't been able to install it so far. I'm not sure what it requires. If someone else could get this working with this package that would be great.
<deleted-account> commented on 2018-03-06 19:44 (UTC)
@D_Schwartfeger Reproduced the problem. Looking into it now. I haven't tried Draft workbench before now, just PartDesign, Part and Mesh.
D_Schwartfeger commented on 2018-03-06 09:23 (UTC)
Changing to the Draft workbench gives the following in the Report View - "Error: Pivy not found, Draft workbench will be disabled."
Also -
import PyQt4 from PyQt4 import QtCore
causes a segfault on my system (Manjaro kernel 4.14.23-1, KDE Plasma 5.12.2, Qt 5.10.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.