[PATCH] gnu: prusa-slicer: Fix segfault on startup.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brian Kubisiak
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Brian Kubisiak
Severity
normal
B
B
Brian Kubisiak wrote on 1 Jan 2023 19:50
(address . guix-patches@gnu.org)
20230101185019.qfp2bpifpn7xfvoa@peregrine
* gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from
WXWIDGETS to WXWIDGETS-3.0.
---
gnu/packages/engineering.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b995366978..ac6f18d879 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -3363,7 +3363,9 @@ (define-public prusa-slicer
pango
tbb
eudev
- wxwidgets
+ ;; prusa-slicer 2.5 segfaults on startup with wxwidgets 3.2
+ ;; See https://github.com/prusa3d/PrusaSlicer/issues/8299
+ wxwidgets-3.0
zlib))
(home-page "https://www.prusa3d.com/prusaslicer/")
(synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
--
2.38.1
G
G
Guillaume Le Vaillant wrote on 2 Jan 2023 16:17
(name . Brian Kubisiak)(address . brian@kubisiak.com)(address . 60476-done@debbugs.gnu.org)
874jt9rmle.fsf@kitej
Patch pushed as 7efcf36e3b753a1dba6f8208f3c22d151007eaf0.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY7L13Q8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9xUAD6AlkRehWL9OoMTlg5LtIx2AohLS9g4g6vdl1Z
+qowJckA/i4LNxAYL3FbWO+ZcUUx7XmWbvpFzH52gdx0g3eZbKPK
=BSWN
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60476@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60476
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch