Package Details: freecad-git 0.22.0.36999.ged77603af9-1

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.27
First Submitted: 2012-03-03 13:46 (UTC)
Last Updated: 2024-04-30 00:29 (UTC)

Required by (4)

Sources (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.

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 57 Next › Last »

lonaowna commented on 2020-06-09 15:12 (UTC)

@greyltc you need to rebuild this package after updating to qt5 5.15.

lonaowna commented on 2020-06-05 16:20 (UTC)

@bartus: looks like your patch has already been accepted upstream. Thanks!

bartus commented on 2020-06-04 12:22 (UTC) (edited on 2020-06-04 12:25 (UTC) by bartus)

Wont build with latest qt5:5.15.0.

#apply patch with.
git am -s < <(curl -s http://ix.io/2ogn)

lonaowna commented on 2020-05-10 16:51 (UTC)

@SunDoctor that seems to be a problem with Nouveau. Did you try with the proprietary Nvidia driver?

SunDoctor commented on 2020-05-10 13:13 (UTC)

Freecad is very unstable on my Arch. :-( In Sketch mode it always breaks with log:

Program received signal SIGSEGV, Segmentation fault.

0 /usr/lib/libc.so.6(+0x3bd70) [0x7f4670d53d70]
1 /usr/lib/dri/nouveau_dri.so(+0xe86395) [0x7f4669636395]
2 /usr/lib/dri/nouveau_dri.so(+0xc360fe) [0x7f46693e60fe]
3 0x7f4672ce2da6 in NaviCubeImplementation::drawNaviCube(bool) from /usr/lib/freecad/lib/libFreeCADGui.so+0xa46
4 0x7f4672cc18b5 in Gui::View3DInventorViewer::renderScene() from /usr/lib/freecad/lib/libFreeCADGui.so+0x285
5 0x7f4672c93855 in SIM::Coin3D::Quarter::QuarterWidget::paintEvent(QPaintEvent*) from /usr/lib/freecad/lib/libFreeCADGui.so+0x1b5
6 0x7f4672c9b84e in SIM::Coin3D::Quarter::SoQTQuarterAdaptor::paintEvent(QPaintEvent*) from /usr/lib/freecad/lib/libFreeCADGui.so+0x1e
7 0x7f46717cf2ee in QWidget::event(QEvent*) from /usr/lib/libQt5Widgets.so.5+0x27e
8 0x7f4671880cbf in QFrame::event(QEvent*) from /usr/lib/libQt5Widgets.so.5+0x1f
9 0x7f4671af4b23 in QGraphicsView::viewportEvent(QEvent*) from /usr/lib/libQt5Widgets.so.5+0x163

....

83 0x7f467139c066 in QCoreApplication::exec() from /usr/lib/libQt5Core.so.5+0x96
84 0x7f46729edcea in Gui::Application::runApplication() from /usr/lib/freecad/lib/libFreeCADGui.so+0x153a
85 freecad(main+0x6f9) [0x55e9d1fda539]
86 /usr/lib/libc.so.6(__libc_start_main+0xf3) [0x7f4670d3f023]
87 freecad(_start+0x2e) [0x55e9d1fda84e

neo2001 commented on 2020-05-05 08:17 (UTC)

@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. :-)

lonaowna commented on 2020-05-04 18:14 (UTC)

@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.

neo2001 commented on 2020-05-04 17:55 (UTC)

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?