From owner-freebsd-stable@FreeBSD.ORG Sat Mar 30 21:10:15 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 38BCA800 for ; Sat, 30 Mar 2013 21:10:15 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id C85E6CCB for ; Sat, 30 Mar 2013 21:10:14 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id b12so1192696wgh.6 for ; Sat, 30 Mar 2013 14:10:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=gjpIDfi3hzxzTpf07PYk8Uh/xIhLhdcr6qUE2pZagZ4=; b=PbfiGUMG537W4tbcAUPn/ovteiCJoy9JOn+Q64SYCYivj6pxPgyplWvdIbUyPrOCSt iLthnCXXM/2mbMHwW2s4a41xE1DH2Q+X/0JKvfc2EqjN1Jh0j3GKtORp6XOjkVZb5sVX M9LOzD/uurNVQDLxCwC+EuKkWaweZreOMVnMIlTr+EJkZii4qA0aWCzTLh6cOn2bxRSR QbBPY9OnHwYWb3kLKMCfW48I1DIbeQPcOMT1HEgE3juVX+2Ymsi18A0Tc219omCvpJdx buAT1o7Ls4v27blZswl/jNHBDH4zhbSNoqCLOZvBQ6+wkF3Svn+uSGZUi3/Ho5vY4dyi uKCw== MIME-Version: 1.0 X-Received: by 10.180.14.129 with SMTP id p1mr3766571wic.1.1364677807311; Sat, 30 Mar 2013 14:10:07 -0700 (PDT) Received: by 10.194.158.164 with HTTP; Sat, 30 Mar 2013 14:10:07 -0700 (PDT) In-Reply-To: <44hajsvclt.fsf@lowell-desk.lan> References: <44li94vdq7.fsf@lowell-desk.lan> <44hajsvclt.fsf@lowell-desk.lan> Date: Sat, 30 Mar 2013 16:10:07 -0500 Message-ID: Subject: Re: problem building world on 9.1 stable after changing 100% to svn From: "Edwin L. Culp W." To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 21:10:15 -0000 On Sat, Mar 30, 2013 at 3:47 PM, Lowell Gilbert < freebsd-stable-local@be-well.ilk.org> wrote: > "Edwin L. Culp W." writes: > > > On Sat, Mar 30, 2013 at 3:23 PM, Lowell Gilbert < > > freebsd-stable-local@be-well.ilk.org> wrote: > >> It's possible you're building with the wrong set of headers, but every > >> case I can think of would have given you an error earlier than this. > >> Do you get any output from: > >> # cd /usr/src/usr.bin/xinstall/ && svn status xinstall.c > >> by any chance? > >> > >> What command did you use for your initial source checkout from > SubVersion? > >> > > > > I did it twice. > > > > # cd /usr/src/usr.bin/xinstall/ && svn status xinstall.c > > M xinstall.c > > # cd /usr/src/usr.bin/xinstall/ && svn status xinstall.c > > M xinstall.c > > > > Hopefully you will find something there. > > Yup, that's clearly wrong. For the moment I'll assume you did the > initial checkout correctly. Or at least in some wrong way that doesn't > require you to remove the whole tree and check it out again (which > definitely is what you should have done the first time, by the way). > If the below instructions don't solve it, I'll remover the tree. It is the same tree that I was updating with cvsup daily for years. It could be causing the problem. > I'm guessing the revert part is what you really need, but go to the > /usr/src directory and try: > # svn cleanup > or > # svn revert -R * > > and if you're still lost, > # svn status . > will tell you what is in your tree that is different from a pristine one. > Thanks a lot, This will keep me busy and should solve the problem, if not erase and restart ;) I'm sure that will do it. Enjoy what is left of Easter if you live where it is celebrated. ed