From owner-freebsd-sparc64@FreeBSD.ORG Tue Jun 10 13:47:35 2014 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67852A1A for ; Tue, 10 Jun 2014 13:47:35 +0000 (UTC) Received: from eu1sys200aog122.obsmtp.com (eu1sys200aog122.obsmtp.com [207.126.144.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B98DA27A9 for ; Tue, 10 Jun 2014 13:47:34 +0000 (UTC) Received: from mail-we0-f171.google.com ([74.125.82.171]) (using TLSv1) by eu1sys200aob122.postini.com ([207.126.147.11]) with SMTP ID DSNKU5cMV6dAjb0w4ts8zA7m0KHkMnPmgiM+@postini.com; Tue, 10 Jun 2014 13:47:34 UTC Received: by mail-we0-f171.google.com with SMTP id q58so3942811wes.30 for ; Tue, 10 Jun 2014 06:47:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=IjukMV39+/bGUjjV98+zjJC1SVg+jcbKvw3AcaOrbok=; b=k1NucjX3k64/ZEuvv/yxp/3+LNXhCM4cB2PEypgbdg7keA/b+srbroNVoXFH/Tq18H DigVBQsk7OryWRRiiJJZS9/yv+3qHJk0LnIkzRgM4a9evER/LaHfVzoKwnG/l2XtMxLX tB83lIS3pJkHfxGZTOqBgqcQdKH510Du/6RJew+yZ70vauuJdfTpomF1zDdvsj3Pxg7K 16IQudd2TtiNw09GqMKVqM0hJ2xhCxGKAMZSNOn2+h2ccW7/3nU/K3RpPPjxkhkZuxhs XLo3khakuMDlQbsQ5VyE2fbkMOrvAtDQ/2gFyIKwezeMULcrfY44PFUIXElOy9CKZ4PN 9JWQ== X-Gm-Message-State: ALoCoQnvoPVwf7oJfLFD04QEzr2wOf/n1dPRQto0w8zjQGDBpLumBVeD4u4yRV00t1kh2DrdqTv5iMbev2c60vAOfBLtVZYWgsVlzmJ0PD6bF9Sz/qmav0lqFp6gOyYZb6xU2Cyq+RpkEjSphoF9yvh/BE0AWoSucg== X-Received: by 10.180.100.41 with SMTP id ev9mr38779168wib.22.1402408023781; Tue, 10 Jun 2014 06:47:03 -0700 (PDT) X-Received: by 10.180.100.41 with SMTP id ev9mr38779060wib.22.1402408022904; Tue, 10 Jun 2014 06:47:02 -0700 (PDT) Received: from mech-anton240.men.bris.ac.uk (mech-anton240.men.bris.ac.uk. [137.222.187.240]) by mx.google.com with ESMTPSA id cj5sm5749233wib.0.2014.06.10.06.47.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jun 2014 06:47:02 -0700 (PDT) Received: from mech-anton240.men.bris.ac.uk (localhost [127.0.0.1]) by mech-anton240.men.bris.ac.uk (8.14.7/8.14.7) with ESMTP id s5ADl0l1067262; Tue, 10 Jun 2014 14:47:00 +0100 (BST) (envelope-from mexas@mech-anton240.men.bris.ac.uk) Received: (from mexas@localhost) by mech-anton240.men.bris.ac.uk (8.14.7/8.14.7/Submit) id s5ADl0OL067261; Tue, 10 Jun 2014 14:47:00 +0100 (BST) (envelope-from mexas) Date: Tue, 10 Jun 2014 14:47:00 +0100 (BST) From: Anton Shterenlikht Message-Id: <201406101347.s5ADl0OL067261@mech-anton240.men.bris.ac.uk> To: freebsd-ports@freebsd.org, freebsd-sparc64@freebsd.org Subject: svn: E000005: Can't read file '/usr/ports/.svn/pristine/73/... Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 13:47:35 -0000 I'm trying to bisect a sparc64 port failure and have to move between multiple ports revisions. I get lots of errors like this: svn: E000005: Can't read file '/usr/ports/.svn/pristine/73/737bbb7d1b529d920172f3ae59f3a5e26d14afb9.svn-base': Input/output error svn: E000005: Additional errors: svn: E000005: Can't read file '/usr/ports/.svn/pristine/73/737bbb7d1b529d920172f3ae59f3a5e26d14afb9.svn-base': Input/output error with svn up, whether moving into the future or into the past. have to run svn cleanup after every such failure. Anybody else seeing this? Anton