From nobody Mon Apr 15 17:27:33 2024 X-Original-To: ports@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 4VJDdh3ff1z5H198 for ; Mon, 15 Apr 2024 17:27:52 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from ipv6.s149.cyber-folks.pl (ipv6.s149.cyber-folks.pl [IPv6:2a02:1778::113:254]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4VJDdg3pSqz4C2h for ; Mon, 15 Apr 2024 17:27:51 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=smyrak.com header.s=x header.b=f7mriQ3S; dmarc=pass (policy=none) header.from=smyrak.com; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 2a02:1778::113:254 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=8Vo3+CxIgGJaE3fwh3fU1nZvBPu+QrsXzoYgmeQTrOs=; b=f7mriQ3Sw0O51mtzhkq6w4AA+M SjKgDiEWfoOp0gVVzp7t23PPkKlpu2Jn0sitViVcRfLXEEnpq1xjjrEN8rRudut4Z0rIqBTnS6LJ/ VvVvRMJL6RHjz1LGhfTuPOZw8RSsRyQR8GZ7WPHVhuwxPoDguZK69YOWAIqbbL6xfCnBx+dsIilMV 4yrxv5U5XOV1EIXOhO38cthYrg5ZP/Q0K57ZN910nlp4GmuS65F4ZZzr9DgPV5THUGUCKANjDgEEL V/Y8ysRpSb2D1Zb4lnit8W7nna6QNEzdJe+ggEOMAjR2VCPu3S2PaO3yjntbkxkIih+2j+2+dwF31 wFLgpI5w==; Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1rwQ7S-0000000E35v-1o1r for ports@freebsd.org; Mon, 15 Apr 2024 19:27:50 +0200 Date: Mon, 15 Apr 2024 19:27:33 +0200 From: Piotr Smyrak To: ports@freebsd.org Subject: Re: holding rust at a particular version Message-ID: <20240415192733.50b1a392@daleth.home> In-Reply-To: References: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authenticated-Id: piero@smyrak.com X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.24 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-0.91)[-0.913]; NEURAL_HAM_LONG(-0.63)[-0.627]; DMARC_POLICY_ALLOW(-0.50)[smyrak.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a02:1778::113:0/116]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:41079, ipnet:2a02:1778::/48, country:PL]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; R_DKIM_PERMFAIL(0.00)[smyrak.com:s=x]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[smyrak.com:~] X-Rspamd-Queue-Id: 4VJDdg3pSqz4C2h On Mon, 15 Apr 2024 14:33:33 +0100 void wrote: > Is it possible, either within poudriere or using traditional ports, > to not have ports building fetching latest rust? > > rust 1.76 is already installed. 1.77 is in the ports tree. > 1.76 is the latest for -current on arm64 on the pkg builders. > > if I go into the ports tree and build something needing rust, > it'll build 1.77 rust locally instead of using the already-installed > 1.76. which would tie the machine up for hours if not days if allowed > to proceed. > > Can this be avoided? Perhaps this is a feature of poudriere, but I don't think this is the case for ports themselves. -- Piotr Smyrak