@kikislater update to v0.19_pre or wait for 0.19 to be released in the next few days
Search Criteria
Package Details: freecad-appimage 0.18_16146_rev1-2
Git Clone URL: | https://aur.archlinux.org/freecad-appimage.git (read-only, click to copy) |
---|---|
Package Base: | freecad-appimage |
Description: | A general purpose 3D CAD modeler (binary AppImage version) |
Upstream URL: | http://www.freecadweb.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | igormp |
Maintainer: | igormp |
Last Packager: | igormp |
Votes: | 16 |
Popularity: | 0.32 |
First Submitted: | 2019-01-04 10:42 |
Last Updated: | 2020-11-03 11:17 |
Dependencies (1)
Required by (3)
- freecad-assembly2 (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
Sources (3)
Kunda commented on 2021-03-03 22:04
igormp commented on 2021-02-28 00:49
There's an official freecad build on Arch's official repo now: https://archlinux.org/packages/community/x86_64/freecad/
Kunda commented on 2021-02-25 18:12
Upstream just cut a new release called 0.19 but so far there is no appimage for it yet.
kikislater commented on 2020-11-17 07:17
Any idea why menus are grey without content ? https://ibb.co/MShM1Gj
igormp commented on 2020-11-03 11:18
Fixed the 404, sorry for the delay.
Kunda commented on 2020-10-29 12:32
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD_0.18-16146-Linux-Conda_Py3Qt5_glibc2.12-x86_64.AppImage
Aborting...
Failed to build freecad-appimage
jonnor commented on 2020-06-06 18:31
In case anyone gets crashes when opening a document, and output like the following in the console:
libGL error: MESA-LOADER: failed to open iris (search paths /usr/lib/dri) libGL error: failed to load driver: iris libGL error: MESA-LOADER: failed to open iris (search paths /usr/lib/dri) libGL error: failed to load driver: iris libGL error: MESA-LOADER: failed to open swrast (search paths /usr/lib/dri) libGL error: failed to load driver: swrast Program received signal SIGSEGV, Segmentation fault.
0 /usr/lib/libc.so.6(+0x3c3e0) [0x7f7658a6d3e0]
1 /usr/lib/libc.so.6(+0x16400e) [0x7f7658b9500e]
2 /tmp/.mount_freecaXe4ulM/usr/bin/../lib/libCoin.so.4.0.0(cc_glglue_instance+0x14c) [0x7f765c19a71c]
3 0x7f765bffbe60 in SoGLRenderActionP::isDirectRendering(SoState const*) const from /tmp/.mount_freecaXe4ulM/usr/bin/../lib/libCoin.so.4.0.0+0x40
Then the issue might be fixable with the following, which makes the libGL drivers load again:
LD_PRELOAD=/usr/lib/libstdc++.so.6 freecad
Of course also check that your libGL is generally working, for example using glxinfo/glxgears
Chryseus commented on 2020-04-12 11:45
If anyone is getting a 'sqfs_traverse_open error' it means the download is corrupt (apparently a common issue with github), rather than download it all again you can fix it with the appimage updater available on the freecad wiki.
igormp commented on 2019-12-26 17:46
@nTia89 I can't reproduce this error by any means, nor can find something related online. Maybe that's something to do with AppImage?
nTia89 commented on 2019-12-12 20:21
I get this error during package prepare():
sqfs_traverse_open error
Any help is welcome...
Pinned Comments
igormp commented on 2021-02-28 00:49
There's an official freecad build on Arch's official repo now: https://archlinux.org/packages/community/x86_64/freecad/
Chryseus commented on 2020-04-12 11:45
If anyone is getting a 'sqfs_traverse_open error' it means the download is corrupt (apparently a common issue with github), rather than download it all again you can fix it with the appimage updater available on the freecad wiki.