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

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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 57 Next › Last »

<deleted-account> commented on 2018-03-06 19:44 (UTC)

@D_Schwartfeger Reproduced the problem. Looking into it now. I haven't tried Draft workbench before now, just PartDesign, Part and Mesh.

D_Schwartfeger commented on 2018-03-06 09:23 (UTC)

Changing to the Draft workbench gives the following in the Report View - "Error: Pivy not found, Draft workbench will be disabled."

Also -

import PyQt4 from PyQt4 import QtCore

causes a segfault on my system (Manjaro kernel 4.14.23-1, KDE Plasma 5.12.2, Qt 5.10.1)

D_Schwartfeger commented on 2018-03-06 08:28 (UTC)

Yes I am trying that as well. Thanks

<deleted-account> commented on 2018-03-05 22:41 (UTC)

@D_Schwartfeger you could try https://aur.archlinux.org/packages/freecad-python3-git I've uploaded it after all.

D_Schwartfeger commented on 2018-03-05 08:50 (UTC)

I see this is a problem with aur-opencascade7 and the AUR page has comments about how to fix this

D_Schwartfeger commented on 2018-03-05 07:51 (UTC)

On Manjaro Kde it fails with-

/tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:83:18: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'?

D_Schwartfeger commented on 2018-03-05 05:12 (UTC)

On Manjaro under KDE package didn't build with error-

<hr>

/tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx: In member function 'virtual void IVtkVTK_ShapeData::InsertVertex(IVtk_IdType, IVtk_PointId, IVtk_MeshType)': /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:83:18: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:85:16: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? myMeshTypes->InsertNextTupleValue (&aType); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx: In member function 'virtual void IVtkVTK_ShapeData::InsertLine(IVtk_IdType, IVtk_PointId, IVtk_PointId, IVtk_MeshType)': /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:100:18: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:102:16: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? myMeshTypes->InsertNextTupleValue (&aType); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx: In member function 'virtual void IVtkVTK_ShapeData::InsertLine(IVtk_IdType, const IVtk_PointIdList, IVtk_MeshType)': /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:127:20: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:129:18: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? myMeshTypes->InsertNextTupleValue (&aType); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx: In member function 'virtual void IVtkVTK_ShapeData::InsertTriangle(IVtk_IdType, IVtk_PointId, IVtk_PointId, IVtk_PointId, IVtk_MeshType)': /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:146:18: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? mySubShapeIDs->InsertNextTupleValue (&aShapeIDVTK); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple /tmp/yaourt-tmp-donald/aur-opencascade7/src/occt-V7_2_0/src/IVtkVTK/IVtkVTK_ShapeData.cxx:148:16: error: 'class vtkIdTypeArray' has no member named 'InsertNextTupleValue'; did you mean 'InsertNextTuple'? myMeshTypes->InsertNextTupleValue (&aType); ^~~~~~~~~~~~~~~~~~~~ InsertNextTuple make[2]: [src/TKIVtk/CMakeFiles/TKIVtk.dir/build.make:327: src/TKIVtk/CMakeFiles/TKIVtk.dir/__/IVtkVTK/IVtkVTK_ShapeData.cxx.o] Error 1 make[1]: [CMakeFiles/Makefile2:1461: src/TKIVtk/CMakeFiles/TKIVtk.dir/all] Error 2 make: ** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build opencascade7. ==> Restart building opencascade7 ? [y/N]

<hr>

heng commented on 2018-03-02 20:27 (UTC)

netgen-nogui-occ7 can be compiled using occ 7.1.0, after that freecad-qt5-git compiles just fine.

<deleted-account> commented on 2018-02-25 11:21 (UTC)

Would anybody be interested in freecad git package with python3 and qt5? I have working PKGBUILD but I'm not sure whether it's worth uploading it to AUR to have yet another freecad package.

dulouie commented on 2018-02-04 20:09 (UTC)

You can remove -DBUILD_FEM_NETGEN=1 from PKGBUILD or use the Appimage pre_17 from freecad release page. https://github.com/FreeCAD/FreeCAD/releases