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)

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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 57 Next › Last »

bebR commented on 2019-11-23 09:16 (UTC)

I can't build anymore, and once again. Python 3.8 seems to be the problem. As I needed a working version, I made a package for the 0.19_pre AppImage. It's totally usable and avoids the problems of dependencies we always have. May I propose to merge my version with yours? (currently, aur hooks are broken, so my package is not published yet)

berilac commented on 2019-11-17 15:29 (UTC) (edited on 2019-11-17 15:38 (UTC) by berilac)

oh well. after all that, I still have this problem; can't import DWG or DXF

Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "/usr/lib/freecad/Mod/Draft/importDWG.py", line 55, in <module>
    from DraftTools import translate
  File "/usr/lib/freecad/Mod/Draft/DraftTools.py", line 44, in <module>
    from DraftGui import todo, translate, utf8_decode
  File "/usr/lib/freecad/Mod/Draft/DraftGui.py", line 279, in <module>
    class DraftBaseWidget(QtGui.QWidget):
TypeError: 'Shiboken.ObjectType' object is not iterable[/code]

berilac commented on 2019-11-17 15:27 (UTC) (edited on 2019-11-17 15:38 (UTC) by berilac)

@springwurm much appreciated - I did not notice this issue and have been struggling all afternoon to compile successfully with git versions of pyside and shiboken - both of which were redundant with the change you noted.

springwurm commented on 2019-11-17 14:07 (UTC) (edited on 2019-11-17 14:10 (UTC) by springwurm)

Hi got this only compiled, when i change the cmake option DPYSIDE_LIBRARY to "/usr/lib/libpyside2.cpython-${PYVER//.}-${CARCH}-linux-gnu.so". Removed the 'm'

Make Error: make[2]: *** Keine Regel vorhanden, um das Ziel „/usr/lib/libpyside2.cpython-38m-x86_64-linux-gnu.so“, benötigt von „lib/libFreeCADGui.so“, zu erstellen. Schluss.

bebR commented on 2019-11-12 21:47 (UTC)

Oh ok I understand now! Thanks again for answering and for providing this package ;)

lonaowna commented on 2019-11-12 21:00 (UTC)

@bebR uhh yeah but the diff shows r2626 instead of r2526 (like I was saying)..

In any case; it doesn't matter. Since this is a -git package, the pkgver is calculated dynamically based on the latest git commits. And the pkgver should increase each time there is a new commit. So the PKGBUILD will also change every time you run makepkg after there has been an upstream commit.

But again, as long as it's working it doesn't really matter. Let me know if you have any other issues!

bebR commented on 2019-11-12 20:01 (UTC)

@lonaowna, thanks for your answer.

Actually no, there is no typo here. This is the git diff I get:

diff --git i/PKGBUILD w/PKGBUILD
index 81b7f88..b7b87d4 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -3,7 +3,7 @@

 _appname=freecad
 pkgname="${_appname}-git"
-pkgver=0.18.r2576.g953b802f83
+pkgver=0.18.r2626.gc021ff70d
 pkgrel=1
 epoch=2
 pkgdesc='A general purpose 3D CAD modeler - git checkout'

lonaowna commented on 2019-11-12 13:52 (UTC)

@bebR, good to hear that you managed to fix it. It is expected that the version in the PKBUILD changes as it reflects the latest commit in the upstream git repository.

The .r*. part should always increase though. I think you made a typo and are at r2626 instead of r2526.

bebR commented on 2019-11-12 13:40 (UTC) (edited on 2019-11-12 13:42 (UTC) by bebR)

Forget my previous comment. I had a lot a threads because I used to use distcc, but the distributed compilation currently does not work anymore in my environment.

Decreasing MAKEOPTS from -j40 value to -j3 solved it.

However, after compilation, the PKGBUILD gets modified, which is a bit curious. The diff shows pkgver=0.18.r2526.gc021ff70d instead of pkgver=0.18.r2576.g953b802f83.

bebR commented on 2019-11-09 19:50 (UTC)

I cannot build Freecad anymore. The cc1plus gets killed by the kernel because of an out of memory. This used to work. I have 8Gb of ram. Any clue if a lib dependency could cause this? too many recursions or so? Thanks