From owner-freebsd-current@FreeBSD.ORG Fri Sep 21 21:20:48 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4451D16A417; Fri, 21 Sep 2007 21:20:48 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9151913C44B; Fri, 21 Sep 2007 21:20:47 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup236.ach.sch.gr [81.186.70.236]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l8LLJcx9020566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 22 Sep 2007 00:19:59 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l8LLJQnF002008; Sat, 22 Sep 2007 00:19:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l8LLJO9J002007; Sat, 22 Sep 2007 00:19:24 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 22 Sep 2007 00:19:23 +0300 From: Giorgos Keramidas To: Boris Samorodov Message-ID: <20070921211923.GA1948@kobe.laptop> References: <20070920184201.GA72805@kobe.laptop> <20070920184606.GA73060@kobe.laptop> <20070920223015.GA88368@blazingdot.com> <20070920224336.GA94445@blazingdot.com> <30854022@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30854022@srv.sem.ipt.ru> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.891, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.51, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org, Colin Percival Subject: Re: portsnap snapshot corruption? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 21:20:48 -0000 On 2007-09-21 02:56, Boris Samorodov wrote: > > I should provide a couple more details of what I've seen: > > > - The portsnap fetch downloads the 49MB .tgz, and it extracts > > properly. This file is not corrupted (passes gzip checksum). > > > - In the portsnap/snap directory, many of the .gz > > files are correct, but many (looks like 1/4?) of them are > > truncated somehow. They are gzip files, but they are corrupted. > > Isn't it related to a recent libarchive backout?: > . src/lib/libarchive/archive_write_disk.c rev.1.16 > . src/lib/libarchive/test/test_write_disk.c rev.1.5 It is, at least for me. Rebuilding to pull the libarchive update fixed portsnap, yay :) Thanks for the help everyon.