Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 723066

Summary: dev-lang/icon installs files with broken symlink
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Cheyenne Wills <cwills>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/15671
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-14 15:54:11 UTC
This is an auto-filled bug because dev-lang/icon installs files with broken symlink.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-14 15:54:20 UTC
Created attachment 639030 [details]
build.log

build log and emerge --info
Comment 2 Cheyenne Wills 2020-05-17 23:13:01 UTC
I'll look into this.  I think the problem is related to not setting up with the graphics support.
Comment 3 Cheyenne Wills 2020-05-18 04:40:39 UTC
Simple ebuild fix.
Comment 4 Larry the Git Cow gentoo-dev 2020-06-04 13:35:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1597004200e7bc42454ce57ebf9670676f6aa76b

commit 1597004200e7bc42454ce57ebf9670676f6aa76b
Author:     Cheyenne Wills <cwills@witznd.net>
AuthorDate: 2020-05-29 13:31:52 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-06-04 13:35:12 +0000

    dev-lang/icon: fix broken symlink when USE=-X
    
    Skips adding symlink to vib if graphics support is not enabled.
    
    Closes: https://bugs.gentoo.org/723066
    Signed-off-by: Cheyenne Wills <cwills@witznd.net>
    Closes: https://github.com/gentoo/gentoo/pull/15671
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-lang/icon/icon-9.5.1-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)