GNU bug report logs - #75927
[PATCH] gnu: prusa-slicer: Update to 2.9.0.

Previous Next

Package: guix-patches;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Wed, 29 Jan 2025 15:22:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

To reply to this bug, email your comments to 75927 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75927; Package guix-patches. (Wed, 29 Jan 2025 15:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Julian Flake <flake <at> uni-koblenz.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 29 Jan 2025 15:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julian Flake <flake <at> uni-koblenz.de>
To: guix-patches <at> gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH] gnu: prusa-slicer: Update to 2.9.0.
Date: Wed, 29 Jan 2025 16:21:09 +0100
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.9.0.

Change-Id: Idf2b18549f149eb222010bd715d7482b89f1817f
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ba8242ba12..3b2e44c330 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4118,7 +4118,7 @@ (define-public prusa-libbgcode
 (define-public prusa-slicer
   (package
     (name "prusa-slicer")
-    (version "2.7.4")
+    (version "2.9.0")
     (source
      (origin
        (method git-fetch)
@@ -4127,7 +4127,7 @@ (define-public prusa-slicer
          (url "https://github.com/prusa3d/PrusaSlicer")
          (commit (string-append "version_" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 "0s1cfvhfilyv0y98asr61c6rwlgyr1hf5v5hg8q9zwmzm2bkcql3"))
+       (sha256 (base32 "1af4nj5l49hsjg496z0mf5l7b2200nm3rji6zh4amfr2s96fc6p8"))
        (patches (search-patches "prusa-slicer-fix-tests.patch"))
        (modules '((guix build utils)))
        (snippet

base-commit: 4176f6c52f485549f829af048ef9a6726b52e112
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75927; Package guix-patches. (Wed, 29 Jan 2025 15:50:02 GMT) Full text and rfc822 format available.

Message #8 received at 75927 <at> debbugs.gnu.org (full text, mbox):

From: Julian Flake <flake <at> uni-koblenz.de>
To: 75927 <at> debbugs.gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH] gnu: prusa-slicer: Update to 2.9.0.
Date: Wed, 29 Jan 2025 16:49:40 +0100
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.9.0.

Change-Id: Idf2b18549f149eb222010bd715d7482b89f1817f
---
 gnu/packages/engineering.scm                      | 4 ++--
 gnu/packages/patches/prusa-slicer-fix-tests.patch | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ba8242ba12..3b2e44c330 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -4118,7 +4118,7 @@ (define-public prusa-libbgcode
 (define-public prusa-slicer
   (package
     (name "prusa-slicer")
-    (version "2.7.4")
+    (version "2.9.0")
     (source
      (origin
        (method git-fetch)
@@ -4127,7 +4127,7 @@ (define-public prusa-slicer
          (url "https://github.com/prusa3d/PrusaSlicer")
          (commit (string-append "version_" version))))
        (file-name (git-file-name name version))
-       (sha256 (base32 "0s1cfvhfilyv0y98asr61c6rwlgyr1hf5v5hg8q9zwmzm2bkcql3"))
+       (sha256 (base32 "1af4nj5l49hsjg496z0mf5l7b2200nm3rji6zh4amfr2s96fc6p8"))
        (patches (search-patches "prusa-slicer-fix-tests.patch"))
        (modules '((guix build utils)))
        (snippet
diff --git a/gnu/packages/patches/prusa-slicer-fix-tests.patch b/gnu/packages/patches/prusa-slicer-fix-tests.patch
index da9a5307f9..f158b6426c 100644
--- a/gnu/packages/patches/prusa-slicer-fix-tests.patch
+++ b/gnu/packages/patches/prusa-slicer-fix-tests.patch
@@ -1,4 +1,4 @@
-This patch comes from Gentoo:
+This patch comes from Gentoo and was adjusted manually for 2.9.0:
  portage/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch
 
 --- a/tests/fff_print/test_data.cpp
@@ -10,8 +10,10 @@ This patch comes from Gentoo:
 -#include "libslic3r/Format/OBJ.hpp"
 -#include "libslic3r/Format/STL.hpp"
 
+ #include <arrange-wrapper/ModelArrange.hpp>
+
  #include <cstdlib>
 +#include <fstream>
  #include <string>
 
- #include <boost/nowide/cstdio.hpp>
+ #include <boost/nowide/cstdio.hpp>
\ No newline at end of file

base-commit: 4176f6c52f485549f829af048ef9a6726b52e112
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75927; Package guix-patches. (Wed, 29 Jan 2025 16:50:02 GMT) Full text and rfc822 format available.

Message #11 received at 75927 <at> debbugs.gnu.org (full text, mbox):

From: Julian Flake <flake <at> uni-koblenz.de>
To: 75927 <at> debbugs.gnu.org
Subject: Patch incomplete
Date: Wed, 29 Jan 2025 17:49:36 +0100
[Message part 1 (text/plain, inline)]
Hi,

I'm sorry, this patch is rather incomplete. I accidentally 
submitted too early.

Best Regards,
nutcase
[signature.asc (application/pgp-signature, inline)]

Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Tue, 04 Feb 2025 12:44:02 GMT) Full text and rfc822 format available.

Notification sent to Julian Flake <flake <at> uni-koblenz.de>:
bug acknowledged by developer. (Tue, 04 Feb 2025 12:44:02 GMT) Full text and rfc822 format available.

Message #16 received at 75927-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75927-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: prusa-slicer: Update to 2.9.0.
Date: Tue, 04 Feb 2025 12:43:47 +0000
[Message part 1 (text/plain, inline)]
Hi,

Closing as not applied, see the message above, patch series is not
complete.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.