From nobody Tue Dec 13 18:45:30 2022 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NWnVP5jGbz4kTm7; Tue, 13 Dec 2022 18:45:01 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NWnVP2CWqz4GDF; Tue, 13 Dec 2022 18:45:01 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Authentication-Results: mx1.freebsd.org; none Received: from fwd83.dcpf.telekom.de (fwd83.aul.t-online.de [10.223.144.109]) by mailout03.t-online.de (Postfix) with SMTP id 4074A11039; Tue, 13 Dec 2022 19:44:59 +0100 (CET) Received: from lenovo.local ([217.226.178.60]) by fwd83.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1p5AGv-0Yd3rs0; Tue, 13 Dec 2022 19:44:57 +0100 Received: from localhost (lenovo.local [local]) by lenovo.local (OpenSMTPD) with ESMTPA id 73704513; Tue, 13 Dec 2022 18:45:30 +0000 (UTC) Date: Tue, 13 Dec 2022 19:45:30 +0100 From: Christoph Brinkhaus To: Mel Pilgrim Cc: Pat Maddox , User Questions , freebsd-ports@freebsd.org Subject: Re: lang/rust is super slow to build Message-ID: References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-TOI-EXPURGATEID: 150726::1670957098-62A0A2DC-4C6B170A/0/0 CLEAN NORMAL X-TOI-MSGID: c53156ce-5fe2-4ea6-98c9-7a1b51722654 X-Rspamd-Queue-Id: 4NWnVP2CWqz4GDF X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Am Tue, Dec 13, 2022 at 09:40:49AM -0800 schrieb Mel Pilgrim: Hi Mel, > On 2022-12-13 8:38, Christoph Brinkhaus wrote: > > Am Tue, Dec 13, 2022 at 07:55:11AM -0800 schrieb Mel Pilgrim: > > > Even worse, poudriere doesn't need to build it. If you aren't changing its > > > options there's no functional difference between building it locally and > > > installing from the public pkg repo. Poudriere does have the ability to > > > install from pkgs, but there is a 2-year-old bug that prevents that feature > > > from working correctly. > > > > The developmenmt version poudriere-devel has got the feature to > > download the packages specified in some configuration file. > > Disclaimer: I have not used it because I can like with the packaged > > software. > > I have used it. Both -b branch and PACKAGE_FETCH_*. The feature you > mention does indeed download pkgs. But, as is documented in issues on the > project, the bug makes poudriere delete the pkgs it just fetched and queue > up builds instead. I am not sure about this bug. At least some time ago users of the FreeBSD forum have been happy with the new feature of poudrier-devel. Now I am not able to help. At least it is good to know that you are aware of poudriere-devel. I guess your skills exceed mine. Kind regards, Christoph