there is a stray "²" near the beginning where it checks svn revisions.
Search Criteria
Package Details: freecad-git 1.1.0.41361.g774ec2cc93-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: | 107 |
Popularity: | 0.85 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2025-04-22 00:51 (UTC) |
Dependencies (40)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- med (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR)
- openmpi (openmpi-gitAUR)
- pybind11 (pybind11-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-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- qt6-tools
- shared-mime-info
- verdict
- vtk (vtk-gitAUR, vtk93AUR)
- xerces-c
- yaml-cpp
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (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-qt6-gitAUR, openscad-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 .. 48 49 50 51 52 53 54 55 56 57 58 59 Next › Last »
<deleted-account> commented on 2011-04-30 21:30 (UTC)
gborzi commented on 2011-04-30 13:35 (UTC)
The gcc 4.6.0 compilation problem has been fixed upstream (since 4465), so now it compiles cleanly. I've added libspnav to deps.
gborzi commented on 2011-04-29 14:13 (UTC)
Hi jwhendy,
I suspect this error comes from the recent gcc update. I had a similar problem with qt3 while compiling kdar.
jwhendy commented on 2011-04-29 02:00 (UTC)
Getting build errors:
,---
| /tmp/yaourt-tmp.../src/freecad-build/src/Gui/.libs/libFreeCADGui.so: undefined reference to `Gui::qInitResources_translation()'
| /tmp/yaourt-tmp.../src/Gui/.libs/libFreeCADGui.so: undefined reference to `Gui::qInitResources_resource()'
| /tmp/yaourt-tmp.../src/freecad-build/src/Gui/.libs/libFreeCADGui.so: undefined reference to `Gui::qt_x11_wait_for_window_manager(QWidget*)
`---
If this isn't sufficient here's more: http://pastebin.com/sp77WfC1
gborzi commented on 2011-04-13 16:49 (UTC)
Updated to rev. 4411 and fixed by removing several no longer needed fixes.
gborzi commented on 2011-04-13 08:59 (UTC)
Hi Archimage,
which is the svn version that is broken? Currently it is at 4409. I'll look into the problem ASAP.
<deleted-account> commented on 2011-04-13 01:06 (UTC)
Hi gborzi, I think the package is broken due to a recent update
jwhendy commented on 2011-04-09 17:26 (UTC)
Confirmed -- was broken (no side window for solid modeling), and now it's all good.
<deleted-account> commented on 2011-04-09 00:39 (UTC)
Thank you gborzi, it's working fine !
gborzi commented on 2011-04-07 12:32 (UTC)
Hi Archimage,
this time the package has been compiled and run. It works fine on my system, i.e. no error messages and opens .stp files just 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.