From owner-freebsd-ports@FreeBSD.ORG Sun Jan 13 15:00:22 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DDB7EBCB; Sun, 13 Jan 2013 15:00:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9FF8B8DA; Sun, 13 Jan 2013 15:00:22 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:5484:6ccc:ce72:c26d] (unknown [IPv6:2001:7b8:3a7:0:5484:6ccc:ce72:c26d]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id B6CFE5C37; Sun, 13 Jan 2013 16:00:14 +0100 (CET) Message-ID: <50F2CBFF.50301@FreeBSD.org> Date: Sun, 13 Jan 2013 16:00:15 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: Ion-Mihai Tetcu Subject: Re: llvm-3.2 tarball rerolled? References: <20130112235441.77672b2c@it.tim.tetcu.info> In-Reply-To: <20130112235441.77672b2c@it.tim.tetcu.info> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, brooks@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 15:00:22 -0000 On 2013-01-12 22:54, Ion-Mihai Tetcu wrote: > I'm seeing this size mismatch, any idea what it is about? > > root(itetcu)@it/SU >-SSH-> /usr/ports/devel/llvm [23:50:47] 0 > # make > ===> Found saved configuration for llvm-3.1 > => llvm-3.2.src.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > => Attempting to fetch http://llvm.org/releases/3.2/llvm-3.2.src.tar.gz > fetch: http://llvm.org/releases/3.2/llvm-3.2.src.tar.gz: size mismatch: expected 12275252, actual 12275082 > => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/llvm-3.2.src.tar.gz > fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/llvm-3.2.src.tar.gz: File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this See the (rather long) thread starting here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-January/057964.html Short version: the tarball got re-rolled because somebody noticed an obsolete directory in it. Stupid, but probably just a mistake. The complete difference of the old and new tarballs, extracted: $ diff -upr llvm-3.2.src-2012-12-21 llvm-3.2.src-2013-01-11 Only in llvm-3.2.src-2012-12-21/lib/Target: PTX