Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686728 - sys-apps/lsd-0.15.1 "warning: be sure to add .. to your PATH to be able to run the installed binaries
Summary: sys-apps/lsd-0.15.1 "warning: be sure to add .. to your PATH to be able to ru...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-25 09:41 UTC by Jonas Stein
Modified: 2019-05-25 20:30 UTC (History)
0 users

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 Jonas Stein gentoo-dev 2019-05-25 09:41:25 UTC
this warning should not occur:

warning: be sure to add `/var/tmp/portage/sys-apps/lsd-0.15.1/image/usr/bin` to your PATH to be able to run the installed binaries
Comment 1 Georgy Yakovlev archtester gentoo-dev 2019-05-25 20:30:35 UTC
cargo just checks if $DESTDIR/bin is in path and prints reminder for users of standaline cargo to add whatever they are installing into to $PATH

since nothing we can do about it, as adding temporary destination to $PATH is bad idea.

it's impossible to turn this check off, also it's absolutely harmless.

https://github.com/rust-lang/cargo/blob/545f354259be4e9745ea00a524c0e4c51df01aa6/src/cargo/ops/cargo_install.rs#L109-L118