Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760096 - media-gfx/prusaslicer-2.2.0 fails to compile
Summary: media-gfx/prusaslicer-2.2.0 fails to compile
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: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-15 20:25 UTC by Agostino Sarubbo
Modified: 2021-02-05 02:06 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,465.98 KB, text/plain)
2020-12-15 20:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-12-15 20:25:26 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/prusaslicer-2.2.0 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-15 20:25:29 UTC
Created attachment 678409 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-12-15 20:25:31 UTC
Possible context of error(s):

/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llibslic3r_gui
collect2: error: ld returned 1 exit status
Comment 3 Dennis Lamm gentoo-dev 2020-12-16 17:41:38 UTC
Currently I can not reproduce this issue on my gentoo stable system.
Comment 4 Larry the Git Cow gentoo-dev 2021-02-05 02:06:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc943a7edd78e5ba3c0d42f053ca1e966e0032a

commit 4fc943a7edd78e5ba3c0d42f053ca1e966e0032a
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-01-12 07:35:53 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-02-05 02:06:42 +0000

    media-gfx/prusaslicer: 2.3.0 version bump + fixes
    
    ebuild changes from 2.2.0-r1 to 2.3.0:
    + REQUIRED_USE on gui for tests (bug #760096)
    + patch to add missing miniz header (bug #761541)
    + qhull:=[static-libs] (qhull_r.so subslot + qhullcpp.a, bug #764338)
    + force GTK3 (bug #765031)
    + GUI deps optional with USE=-gui
    + hopefully all missing dependencies
    - Release build type, not needed
    - previous patches (applied upstream)
    + use .desktop files provided by the package
    + update licenses
    + minor cleanups
    
    Closes: https://bugs.gentoo.org/760096
    Closes: https://bugs.gentoo.org/761541
    Closes: https://bugs.gentoo.org/764338
    Closes: https://bugs.gentoo.org/765031
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/19059
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/prusaslicer/Manifest                     |  1 +
 .../files/prusaslicer-2.3.0-miniz-zip-header.patch |  9 +++
 media-gfx/prusaslicer/prusaslicer-2.3.0.ebuild     | 86 ++++++++++++++++++++++
 3 files changed, 96 insertions(+)