From owner-freebsd-ports@freebsd.org Mon May 21 21:39:04 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2F26EFF0AE for ; Mon, 21 May 2018 21:39:03 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com [209.85.218.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A4D77258F; Mon, 21 May 2018 21:39:03 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-oi0-f43.google.com with SMTP id 11-v6so14332878ois.8; Mon, 21 May 2018 14:39:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aJg8LXK+LyxEcDiuhhjr0lANtyzqvTESX+zRmF+SODQ=; b=HDC4Go5UZWSTvXDDV3IZuyUYak19x4KCmJrpxrld2JDTxRKRbogUkngBWodXL8nMaE 4eLrF5ot9oz3biEENBTWTktiSdKpXUq176yNtmaKhzN9aN4rItLNW3KlU+JlcbCtHwCi PjDnZCPkIhVU3CshvW3ZwxxUNZ+yWHJBqS7hoCmkzlf4oCEXYAKoB/Rn1/nqSuQE7Oar k2ZAf5Nm8HjVb26M3yR9eC+EfSAcDlgs+JRe1r43znw+j76afTfIEaqhhSTGo7QE5xpk 0vA27g4NXu6wtj5gRjKZM8Db1vTeahAyiHLiYrhjTAaDi42AN8s1cXRdmvTn3zn3sJ5t ZriA== X-Gm-Message-State: ALKqPwcfu+ZubrYK0DSPAHtFg2LiN60s9Ss/eHEB+O/w3R+gpH8/uVvp x4fx7u6LqLJPYDnUX6SgVBhQNyws X-Google-Smtp-Source: AB8JxZrMQ/bxk6AXLgQQv4pGBdmkjdGuQxLMH2yLu/aMJYmyOO3FRoNMqcPIQY0PytXpPL3eM3WGvg== X-Received: by 2002:aca:2dd0:: with SMTP id t199-v6mr11506425oit.51.1526938736639; Mon, 21 May 2018 14:38:56 -0700 (PDT) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com. [209.85.218.45]) by smtp.gmail.com with ESMTPSA id t37-v6sm9966086otf.26.2018.05.21.14.38.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 May 2018 14:38:56 -0700 (PDT) Received: by mail-oi0-f45.google.com with SMTP id a6-v6so14337576oia.2; Mon, 21 May 2018 14:38:56 -0700 (PDT) X-Received: by 2002:aca:584:: with SMTP id 126-v6mr13202072oif.2.1526938736173; Mon, 21 May 2018 14:38:56 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22ca:0:0:0:0:0 with HTTP; Mon, 21 May 2018 14:38:35 -0700 (PDT) In-Reply-To: <104d377a-b10f-8815-451c-15efd341ab02@freebsd.org> References: <20180517144251.17185e7e@oxy> <104d377a-b10f-8815-451c-15efd341ab02@freebsd.org> From: Luca Pizzamiglio Date: Mon, 21 May 2018 23:38:35 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Should we Rust warnings suggesting adding work/stage/usr/local/bin to the PATH? To: Stefan Esser Cc: Mateusz Piotrowski <0mp@freebsd.org>, FreeBSD Ports mailing list Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 21:39:04 -0000 Hi Mateusz, I've no idea how, but it's obviously misleading and somehow wrong, we should mute this message Best regards, Luca On Thu, May 17, 2018 at 3:26 PM, Stefan Esser wrote: > Am 17.05.18 um 14:42 schrieb Mateusz Piotrowski: > > Hello, > > > > 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 ... > > Regards, STefan > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >