bug#70258: FreeCAD dependency probably outdated

2024-05-15 Thread Guillaume Le Vaillant
Fixed by . signature.asc Description: PGP signature

bug#70258: FreeCAD dependency probably outdated

2024-04-14 Thread wakyct--- via Bug reports for GNU Guix
I've also tried building pivy 0.6.8 against an updated soqt (1.6.2) but get similar errors. Any idea what needs to be upgraded here to make pivy build?

bug#70258: FreeCAD dependency probably outdated

2024-04-12 Thread Ricardo Wurmus
I'm unable to build python-pivy with the suggested changes. Here is the actual diff I used: diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 92566abfed..8c8b162b55 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32389,43 +32389,42 @@

bug#70258: FreeCAD dependency probably outdated

2024-04-10 Thread Buttons Presser via Bug reports for GNU Guix
I looked at the 'python-pivy' issue again today. I was able to build 'python-pivy' from git with: git clone https://github.com/coin3d/pivy cd pivy guix shell -D python-pivy -- python3 setup.py build Examining build log of the former and comparing to the build log of standard 'guix build

bug#70258: FreeCAD dependency probably outdated

2024-04-10 Thread Buttons Presser via Bug reports for GNU Guix
Dear Guix people, I have checked FreeCAD on several machines and get the same error. To reproduce: - guix install freecad - Open FreeCAD - Create new document - Select 'Draft' workbench This produces an error: ' returned a result with an exception set' The backtrace and also as some forums

bug#70258: FreeCAD dependency probably outdated

2024-04-10 Thread Buttons Presser via Bug reports for GNU Guix
Moreover it seems that there is another issue already. I just did guix pull ('guix describe' -> guix bfc6143) and now freecad can not even be installed. This time 'python-pyside' dependency is not building. Bellow is python-pyside-2-5.15.10 build log: phase `go-to-source-dir' succeeded

bug#70258: FreeCAD dependency probably outdated

2024-04-10 Thread Buttons Presser via Bug reports for GNU Guix
Bellow for the reference is the content of '/my/python-pivy.scm' that I used in 'guix build python-pivy --load-path=/my/python-pivy.scm' command: (define-module (guixmiss packages python) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module