Date: Tue, 22 May 2018 18:04:19 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Luca Pizzamiglio <pizzamig@freebsd.org> Cc: Stefan Esser <se@freebsd.org>, FreeBSD Ports mailing list <freebsd-ports@freebsd.org> Subject: Re: Should we Rust warnings suggesting adding work/stage/usr/local/bin to the PATH? Message-ID: <20180522180419.44e0dca4@oxy> In-Reply-To: <CAB88xy8N_M9x8cjFBUHx4wEDTq0qb8eqMxbBvEqGQZ-Dj9E31Q@mail.gmail.com> References: <20180517144251.17185e7e@oxy> <104d377a-b10f-8815-451c-15efd341ab02@freebsd.org> <CAB88xy8N_M9x8cjFBUHx4wEDTq0qb8eqMxbBvEqGQZ-Dj9E31Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>On Thu, May 17, 2018 at 3:26 PM, Stefan Esser <se@freebsd.org> wrote: > >> Am 17.05.18 um 14:42 schrieb Mateusz Piotrowski: >> > When I build Rust packages I get warnings like this one: >> > >> >> warning: be sure to add `/usr/home/0mp/ports/games/ >> >> genact/work/stage/usr/local/bin` to your PATH to be able to run >> >> the installed binaries >> > >> > It is not very helpful when building ports. Do you think that we should >> > try to mute it by default? >> >> I have seen such a message when building a Haskell based port, too. >> >> Seems there are more languages (or build systems) that perform such >> a check and emit a misleading warning ... On Mon, 21 May 2018 23:38:35 +0200 Luca Pizzamiglio <pizzamig@freebsd.org> wrote: >I've no idea how, but it's obviously misleading and somehow wrong, we >should mute this message Folks on ##rust on Freenode suggested me to add the target directory to PATH: > PATH="$PATH:/path/to/bin" cargo install I've already looked at Uses/cargo.mk, but it's not obvious to me how to do it properly. We might add an extended PATH to CARGO_ENV but I don't know how to get the path that the program is going to be actually installed (like ${STAGEDIR}${PREFIX}/bin). I've not looked into Haskell code yet.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180522180419.44e0dca4>