GNU bug report logs -
#45573
[PATCH] Correct freecad runtime errors
Previous Next
Reported by: Ekaitz Zarraga <ekaitz <at> elenq.tech>
Date: Thu, 31 Dec 2020 18:49:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 45573 <at> debbugs.gnu.org (full text, mbox):
On Fri, Jan 01, 2021 at 02:37:39PM +0000, Ekaitz Zarraga wrote:
> I attach the corrected patch set.
> If something is missing please let me know.
Thanks for the revisions!
> Subject: [PATCH 1/6] gnu: Add coin3D-4.
>
> * gnu/packages/graphics.scm (coin3D-4): New variable.
> + (name "coin3D-4")
I changed the name to "coin3D". One can specify the version in the Guix
UI with "coin3D <at> 4" and in code by referring to the variable name,
coin3D-4.
> + ;; Delete references to packaging tool cpack
> + (substitute* "CMakeLists.txt"
> + ((".*cpack.d.*") ""))
> + #t))))
I still did not understand the reason for this substitution. I tried
building without it and found that the build is broken, so I added this
info to the comment.
Can you report it upstream? It seems like something that all
distributors would benefit from.
> Subject: [PATCH 2/6] gnu: Add soqt.
>
> * gnu/packages/qt.scm (soqt): New variable.
I pushed these first two patches as
a5f13705cb9261ab66bdf73d1fb4a832714feb31
Comments on the others to follow...
This bug report was last modified 4 years and 224 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.