Wont build with latest qt5:5.15.0
.
#apply patch with.
git am -s < <(curl -s http://ix.io/2ogn)
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: | 1.18 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2025-04-22 00:51 (UTC) |
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 58 Next › Last »
Wont build with latest qt5:5.15.0
.
#apply patch with.
git am -s < <(curl -s http://ix.io/2ogn)
@SunDoctor that seems to be a problem with Nouveau. Did you try with the proprietary Nvidia driver?
Freecad is very unstable on my Arch. :-( In Sketch mode it always breaks with log:
Program received signal SIGSEGV, Segmentation fault.
....
@lonaowna: Thank you for the tip! After an short attempt at downgrading didn't work, I decided to download the current AppImage version to create meshes. I can live with that, until the issue is resolved. :-)
@neo2001 yes, there are some compatibility issues with HDF5 1.12 and MED. See also the discussion over at the med package.
I think downgrading HDF5 should provide a temporary solution.
Although I did not recompile in the last weeks, suddenly I can't create meshes using the default mesher anymore (also for older, existing models).
I just get an error: libhdf5.so.103: cannot open shared object file: No such file or directory
I did recompile it (without errors) after that, but it didn't change anything.
Can anyone confirm this?
The PYSIDE2RCCBINARY
issue was fixed upstream a while ago:
https://github.com/FreeCAD/FreeCAD/pull/2846
If you are still having trouble building, remove your build files and try again. If there are still issues, leave a comment here.
Could we have this patch as a quick fix, package won't build without it. https://github.com/FreeCAD/FreeCAD/pull/2964
Just add -DPYSIDE2RCCBINARY=/usr/bin/rcc
to cmake options in PKGBUILD to resolve issue with PYSIDE2RCCBINARY-NOTFOUND
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.