Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946720 - media-gfx/prusaslicer version bump to 2.9.0
Summary: media-gfx/prusaslicer version bump to 2.9.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-20 21:06 UTC by wolfwood
Modified: 2025-01-03 14:43 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wolfwood 2024-12-20 21:06:28 UTC
lots of good stuff in the new version, including multiple beds and scarf seams.

Reproducible: Always




Thanks!
Comment 1 Miroslav Šulc gentoo-dev 2024-12-20 22:22:49 UTC
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)
Comment 2 Miroslav Šulc gentoo-dev 2024-12-21 07:55:07 UTC
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...
Comment 3 Larry the Git Cow gentoo-dev 2024-12-21 08:03:11 UTC
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(-)
Comment 4 Miroslav Šulc gentoo-dev 2024-12-21 08:03:51 UTC
so now the live ebuild compiles without issues, but i get a sigsegv on startup...
Comment 5 Cory Lytle 2024-12-22 12:01:29 UTC
(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.
Comment 6 mirko.langisch 2025-01-03 13:29:39 UTC
https://github.com/prusa3d/PrusaSlicer/pull/13896

resolves the crash for me
Comment 7 Larry the Git Cow gentoo-dev 2025-01-03 14:43:29 UTC
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(-)