The dependency for fortran is missing.
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.012945 |
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 .. 50 51 52 53 54 55 56 57 58 Next › Last »
gatonero commented on 2010-11-13 10:29 (UTC)
td123 commented on 2010-10-28 05:21 (UTC)
Thanks. I uploaded this earlier but for some reason, it didn't get uploaded. I suspect that my aur uploader stopped working because of the recent switch to use ssl by default.
vinvin commented on 2010-10-27 19:52 (UTC)
Thanks haueisen, it indeed works!
<deleted-account> commented on 2010-10-27 12:57 (UTC)
I add to the PKGBUILD file , under ./configure options
PYTHON=/usr/bin/python2 \
--with-python-include=/usr/include/python2.7/ \
--with-python-lib=/usr/lib/python2.7/
and it works.
vinvin commented on 2010-10-22 16:10 (UTC)
Hello! There is a new dependency in FreeCAD for a fortran compiler. The package gcc-fortran allows to compile it at least.
More importantly, there is an issue running the configure script, due to the version of python it seems. I don't understand why it was working before, but I asked on the forum and yorikvanhavre told that it was working with python2: http://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=4&t=606&p=4184
Any ideas?
vinvin commented on 2010-09-20 22:36 (UTC)
I'm finally able to make it work on the 64 bits system. I don't know why, but as I said on the forum link I already posted above, maybe there is a missing dependency somewhere in opencascade, I don't know. It works fine on 32 bits too. Thanks for the packaging and help!
td123 commented on 2010-09-03 17:20 (UTC)
btw, as a side comment, I have had no errors on wmii (window manager).
vinvin commented on 2010-09-03 15:36 (UTC)
I still have it, I have reported it on the FreeCAD forum directly. It happens when the main window is initialized on launch.
I can't test everyday so it'll take some time to be fixed.
http://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=4&t=520
td123 commented on 2010-09-03 14:35 (UTC)
I just rebuilt all deps for freecad and freecad-svn and I don't get this error.
When do you get this error?
Do you still get this error?
vinvin commented on 2010-08-27 12:58 (UTC)
Yes I did.
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.