Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876979 - dev-lang/rust-bin-1.64.0: fix broken symlink to rust-analyzer
Summary: dev-lang/rust-bin-1.64.0: fix broken symlink to rust-analyzer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 12:12 UTC by mehw
Modified: 2022-10-20 18:28 UTC (History)
2 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 mehw 2022-10-13 12:12:11 UTC
Hello,

Please add 'use rust-analyzer && components="${components},rust-analyzer-preview"' to rust-bin-1.64.0.ebuild to fix a broken /usr/bin/rust-analyzer-bin-1.64.0 symlink.

Thanks ;)

Reproducible: Always
Comment 1 Georgy Yakovlev archtester gentoo-dev 2022-10-20 18:27:54 UTC
thanks! fix incoming.
Comment 2 Larry the Git Cow gentoo-dev 2022-10-20 18:28:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a012428d645c3913c59ad5e439704e28eed73e

commit 32a012428d645c3913c59ad5e439704e28eed73e
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2022-10-20 18:22:32 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2022-10-20 18:22:32 +0000

    dev-lang/rust-bin: fix USE=rust-analyzer
    
    Closes: https://bugs.gentoo.org/876979
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-lang/rust-bin/{rust-bin-1.64.0.ebuild => rust-bin-1.64.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c55ce73d0d42dc63399491f939ced1b873832a

commit 04c55ce73d0d42dc63399491f939ced1b873832a
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2022-10-20 18:27:02 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2022-10-20 18:27:02 +0000

    dev-lang/rust-bin:  || die if symlink target not found
    
    Bug: https://bugs.gentoo.org/876979
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-lang/rust-bin/rust-bin-1.64.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)