From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 12:06:36 2014 Return-Path: Delivered-To: freebsd-stable@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 999C2E95 for ; Fri, 18 Jul 2014 12:06:36 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ECC82BC8 for ; Fri, 18 Jul 2014 12:06:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=ea8e5vEBmGfVtThEScR5dB nDSCo=; b=GgqsrfrYRvKES9L8ZI2bnCQGtJRS2V4sdyR7ZQ254DUIN8VbkR73op vOFNDrgD+JshZPfL4pfTl5kDOIYGl3A5YokeoZjRWCr3Nb3vfTtQbr+MNl9xnp1L 2T2ZfFeX/yH/5yBgd7bIaaKZuKoqDFpLntFhIdMX7ALALpDd/vyVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=Jh0AmYs7NCeE+j2N+b+gyGnP+/b89 ftx+WQ640hj+ahNg25PzT+5MrPEXB4QvhaAI4161G6cS7Z/p/7ISW+m6xWHR1Mll TsXnPYiwkY2l/HIKgvaD61AHrAr02OZBTdV/7ttoaXdS6jPZrOepBz/Oh8p6No1F +cYjc1PnHGaTvM= Date: Fri, 18 Jul 2014 14:06:31 +0200 Message-ID: <86iomu50s8.wl-hskuhra@eumx.net> From: "Herbert J. Skuhra" To: Charlie Root Subject: Re: svn: E155017: Checksum mismatch In-Reply-To: <20140718114953.GA28536@ymer.thorshammare.org> References: <20140717140810.GA21681@ymer.thorshammare.org> <86k37b3s6q.wl-hskuhra@eumx.net> <20140718114953.GA28536@ymer.thorshammare.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 12:06:36 -0000 On Fri, 18 Jul 2014 13:49:53 +0200 Charlie Root wrote: > Hello > Thank you for helping. > > This is what I get following your recommendations, and also attaching my make.conf and custom kernel YMER : > > root@ymer:/usr/src # svnlite status > ! . > ! sys > ! sys/cam > ! sys/cam/ctl > ? sys/kern/uipc_sockbuf.c.orig > ? sys/netinet/sctp_auth.c.orig > ? sys/netinet/sctp_indata.c.orig > ? sys/netinet/sctputil.c.orig > > root@ymer:/usr/src # svnlite revert -R . > > root@ymer:/usr/src # svnlite up > Updating '.': > U usr.bin/showmount/showmount.8 > U usr.bin/calendar/calendars/calendar.holiday > U sys/amd64/conf/GENERIC > U sys/arm/conf/ZEDBOARD > U sys/sparc64/conf/GENERIC > U sys/conf/kern.mk > U sys/cam/scsi/scsi_da.c > U sys/cam/ata/ata_da.c > svn: E155017: Checksum mismatch while updating '/usr/src/sys/cam/ctl/ctl_error.c': > expected: 0eb4bc2c16922d6e9528af853e1ef8c7 > actual: 192119e45a85b5b19dbd5c5313de23ba Try to remove the file or the directory (/usr/src/sys/cam/ctl/). 'svnlite up' should restore it. -- Herbert