Package Details: freecad-linkstage3-bin 20240407stable.r0.g973e4821bc-1

Git Clone URL: https://aur.archlinux.org/freecad-linkstage3-bin.git (read-only, click to copy)
Package Base: freecad-linkstage3-bin
Description: A general purpose 3D CAD modeler - Daily build of LinkDaily branch
Upstream URL: http://www.freecadweb.org/
Keywords: freecad
Licenses: LGPL
Conflicts: freecad
Submitter: Bonnee
Maintainer: Bonnee
Last Packager: Bonnee
Votes: 7
Popularity: 0.28
First Submitted: 2022-02-21 17:51 (UTC)
Last Updated: 2024-04-08 02:05 (UTC)

Latest Comments

1 2 Next › Last »

digivation commented on 2024-04-17 16:48 (UTC)

The GitHub URL for releases has changed but the PKGBUILD has not been updated;

Line 24: change ${pkgname%-bin}-git-${pkgver} to ${pkgname%-bin}-git-debug-${pkgver}

Zinput commented on 2024-03-23 21:43 (UTC) (edited on 2024-03-23 21:44 (UTC) by Zinput)

Still have this error: curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/Bonnee/freecad-build-arch/releases/download/20240322stable.r0.gda98001cfe/freecad-linkstage3-git-20240322stable.r0.gda98001cfe-1-x86_64.pkg.tar.zst

kerel commented on 2024-02-12 08:53 (UTC)

I had to install a missing dependency: fmt.

$ freecad
freecad: error while loading shared libraries: libfmt.so.10: cannot open shared object file: No such file or directory

KozRoss commented on 2023-12-14 21:32 (UTC) (edited on 2023-12-14 21:32 (UTC) by KozRoss)

Latest opencascade in Arch breaks this package (assuming you update the PKGBUILD). Errors on start look like so:

10:21:10  During initialization the error "libTKMesh.so.7: cannot open shared object file: No such file or directory" occurred in freecad.fc_cadquery
10:21:10  --------------------------------------------------------------------------------
10:21:10  Traceback (most recent call last):
  File "<string>", line 228, in InitApplications
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/freecad/Ext/freecad/fc_cadquery/__init__.py", line 2, in <module>
    from .freecad_impl.geom import Plane,BoundBox,Vector,Matrix,sortWiresByBuildOrder
  File "/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/freecad/Ext/freecad/fc_cadquery/freecad_impl/geom.py", line 23, in <module>
    import Part as FreeCADPart
  File "/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: libTKMesh.so.7: cannot open shared object file: No such file or directory
10:21:10  --------------------------------------------------------------------------------

Downgrading to opencascade-1:7.6.3-3 solves this.

silencer commented on 2023-12-04 18:40 (UTC)

I had to update PKGBUILD

diff --git a/PKGBUILD b/PKGBUILD
index 9fd3175..2bcee22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # This PKGBUILD is not a full PKGBUILD
 # pkgver, source, and sha1sums are to be generated
-pkgname=freecad-linkstage3-bin
+pkgname='freecad-linkstage3'
 pkgdesc='A general purpose 3D CAD modeler - Daily build of LinkDaily branch'
 pkgrel=1
 arch=(x86_64)
@@ -16,8 +16,8 @@ depends=(
 )

 ## BEGIN generated variables
-pkgver=20231102tip.r7.g2fd584eca6
-sha1sums=('9e8660ae5c22498d33c1555b3f9c4774e216dd27')
+pkgver=20231102tip.r6.gf14edd4a03
+sha1sums=('2c7e665171eeb168acdf719abd28fcae4cc90fdf')

 ## END generated variables

elexx commented on 2023-12-02 15:37 (UTC)

The linked source https://github.com/Bonnee/freecad-build-arch/releases/download/20231102tip.r7.g2fd584eca6/freecad-linkstage3-git-20231102tip.r7.g2fd584eca6-1-x86_64.pkg.tar.zst seems to be non-existing:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/Bonnee/freecad-build-arch/releases/download/20231102tip.r7.g2fd584eca6/freecad-linkstage3-git-20231102tip.r7.g2fd584eca6-1-x86_64.pkg.tar.zst
    Aborting...

freimair commented on 2023-11-23 11:56 (UTC) (edited on 2023-11-23 12:00 (UTC) by freimair)

Thanks for the package. Recently an update of something broke this package again. Part.so sounds kind of important. Maybe a rebuild will fix the issue?

# freecad
FreeCAD 0.21.0, Libs: 0.21.0R38894 (Git)
[snip]
During initialization the error "/usr/lib/freecad/lib/Part.so: undefined symbol: _ZN18BRepCheck_Analyzer4InitERK12TopoDS_Shapebb" occurred in freecad.fc_cadquery
--------------------------------------------------------------------------------
Traceback (most recent call last):
  File "<string>", line 259, in InitApplications
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/freecad/Ext/freecad/fc_cadquery/__init__.py", line 2, in <module>
    from .freecad_impl.geom import Plane,BoundBox,Vector,Matrix,sortWiresByBuildOrder
  File "/usr/lib/freecad/Ext/freecad/fc_cadquery/freecad_impl/geom.py", line 23, in <module>
    import Part as FreeCADPart
ImportError: /usr/lib/freecad/lib/Part.so: undefined symbol: _ZN18BRepCheck_Analyzer4InitERK12TopoDS_Shapebb
--------------------------------------------------------------------------------

FoxNounours commented on 2023-06-29 23:33 (UTC)

Thanks for this package. Recently when I try to launch it, I have got an error and the window is opened without any tabe, toolbar, ...

freecad       
*FreeCAD 0.20, Libs: 0.20R31683 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2021
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
FreeCAD wouldn't be possible without FreeCAD community.
  #####                 ####  ###   ####  
  #                    #      # #   #   # 
  #     ##  #### ####  #     #   #  #   # 
  ####  # # #  # #  #  #     #####  #   # 
  #     #   #### ####  #    #     # #   # 
  #     #   #    #     #    #     # #   #  ##  ##  ##
  #     #   #### ####   ### #     # ####   ##  ##  ##


(process:18637): Gtk-WARNING **: 01:23:18.539: Locale not supported by C library.
    Using the fallback 'C' locale.
libicuuc.so.72: cannot open shared object file: No such file or directory