From owner-svn-ports-all@freebsd.org Sun Jan 22 19:14:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD690CBD896; Sun, 22 Jan 2017 19:14:37 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B58AF05; Sun, 22 Jan 2017 19:14:37 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from 2a02-8428-011b-5100-ea2a-eaff-fe8d-676f.rev.sfr.net ([2a02:8428:11b:5100:ea2a:eaff:fe8d:676f] helo=rosetta.dumbbell.fr) by mail.made4.biz with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1cVNaz-000FWm-Oq; Sun, 22 Jan 2017 20:14:35 +0100 Subject: Re: svn commit: r432111 - in head/devel/cargo: . files To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <20170122113516.368BB75C3@freefall.freebsd.org> From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Organization: The FreeBSD Project Message-ID: <3c81996c-5f96-89be-80f1-361a55929383@FreeBSD.org> Date: Sun, 22 Jan 2017 20:14:33 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <20170122113516.368BB75C3@freefall.freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2017 19:14:37 -0000 On 22.01.2017 12:35, Jan Beich wrote: >> Author: dumbbell >> Date: Sun Jan 22 10:45:29 2017 >> New Revision: 432111 >> URL: https://svnweb.freebsd.org/changeset/ports/432111 >> >> Log: >> devel/cargo: Update to 0.15.0, enable on i386 > > Fails to fetch on i386. > > => Attempting to fetch https://static.rust-lang.org/cargo-dist/2016-11-02/cargo-nightly-i686-unknown-freebsd.tar.gz > fetch: https://static.rust-lang.org/cargo-dist/2016-11-02/cargo-nightly-i686-unknown-freebsd.tar.gz: size mismatch: expected 4795563, actual 4427612 Crap, I did several make makesum/checksum and Poudriere runs, but I still got caught by the fact that the file is unversionned and lang/rust-nightly fetches a different bootstrap with the same name... Do you have an advice to handle this situation? Perhaps using per-port subdirectories in ${DISTDIR}? -- Jean-Sébastien Pédron