lots of good stuff in the new version, including multiple beds and scarf seams. Reproducible: Always Thanks!
you can test 2.9.0 when compiling prusaslicer.9999. there are several issues though afaik: 1) compiles only with gcc, not with clang 2) doesn't compile with boost 1.87 3) doesn't run because some dynamically linked libs are not installed (there seems to be a patch in an external repo)
so the live ebuild currently does not compile, due to changes they made between r1 and the final release. i'm just looking into it...
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84aefe3dc364492e74951b13ae62c8e63faf55dc commit 84aefe3dc364492e74951b13ae62c8e63faf55dc Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2024-12-21 08:03:00 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-12-21 08:03:08 +0000 media-gfx/prusaslicer: updated live ebuild Bug: https://bugs.gentoo.org/946720 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> .../files/prusaslicer-2.9.0-missing-includes.patch | 10 ++++++++++ .../prusaslicer-2.9.0-slic3r-arrange-wrapper.patch | 18 ++++++++++++++++++ .../files/prusaslicer-2.9.0-slic3r-arrange.patch | 18 ++++++++++++++++++ media-gfx/prusaslicer/prusaslicer-9999.ebuild | 4 +++- 4 files changed, 49 insertions(+), 1 deletion(-)
so now the live ebuild compiles without issues, but i get a sigsegv on startup...
(In reply to Miroslav Šulc from comment #4) > so now the live ebuild compiles without issues, but i get a sigsegv on > startup... Same fault here.
https://github.com/prusa3d/PrusaSlicer/pull/13896 resolves the crash for me
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54c7174db82aa7dad34dfd6f521a680fc885787 commit e54c7174db82aa7dad34dfd6f521a680fc885787 Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2025-01-03 14:43:11 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2025-01-03 14:43:11 +0000 media-gfx/prusaslicer: bump to 2.9.0 Closes: https://bugs.gentoo.org/946720 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-gfx/prusaslicer/Manifest | 1 + .../files/prusaslicer-2.9.0-arrange-static.patch | 46 +++++++++ .../files/prusaslicer-2.9.0-fpic-all.patch | 18 ---- .../prusaslicer/files/prusaslicer-2.9.0-fpic.patch | 57 ----------- .../prusaslicer-2.9.0-slic3r-arrange-wrapper.patch | 18 ---- .../files/prusaslicer-2.9.0-slic3r-arrange.patch | 18 ---- media-gfx/prusaslicer/prusaslicer-2.9.0.ebuild | 113 +++++++++++++++++++++ media-gfx/prusaslicer/prusaslicer-9999.ebuild | 8 +- 8 files changed, 163 insertions(+), 116 deletions(-)