Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830230 - media-gfx/prusaslicer-2.4.0-r1 fails to compile: USE Flag gui not in IUSE for prusaslicer-2.4.0-r1
Summary: media-gfx/prusaslicer-2.4.0-r1 fails to compile: USE Flag gui not in IUSE for...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-29 13:47 UTC by Agostino Sarubbo
Modified: 2021-12-29 21:33 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,58.65 KB, text/plain)
2021-12-29 13:47 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 2021-12-29 13:47:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/prusaslicer-2.4.0-r1 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-29 13:47:45 UTC
Created attachment 760750 [details]
build.log

build log and emerge --info
Comment 2 Decibels 2021-12-29 20:17:21 UTC
I just ran into the same problem. It will compile and work if add the 'gui' in the IUSE variable. Looks like maybe they just forgot it?!

2.3.3-r1 had this added: (don't have 2.4.0 ebuild on system now to compare)
# tests fail to link with USE=-gui, bug #760096               
REQUIRED_USE="test? ( gui )"                                  
RESTRICT="!test? ( test )"

Not an ebuild guru so not sure what is going on. But it will work if add gui in ebuild and 'ebuild package digest'.
Comment 3 Larry the Git Cow gentoo-dev 2021-12-29 21:33:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2231c736379b4e5c2c691ec8fe89ab2748288d7f

commit 2231c736379b4e5c2c691ec8fe89ab2748288d7f
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2021-12-29 21:33:20 +0000
Commit:     Dennis Lamm <expeditioneer@gentoo.org>
CommitDate: 2021-12-29 21:33:20 +0000

    media-gfx/prusaslicer-2.4.0-r1: fixed ebuild
    
    Closes: https://bugs.gentoo.org/830230
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
    Package-Manager: Portage-3.0.28, Repoman-3.0.3

 media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)