Date: Sat, 30 Mar 2013 16:47:42 -0400 From: Lowell Gilbert <freebsd-stable-local@be-well.ilk.org> To: "Edwin L. Culp W." <edwinlculp@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: problem building world on 9.1 stable after changing 100% to svn Message-ID: <44hajsvclt.fsf@lowell-desk.lan> In-Reply-To: <CALFgp2MGvnTbpese2m5tTUbhVtxesc%2BO02rLAak5KGT9pvxe2w@mail.gmail.com> (Edwin L. Culp W.'s message of "Sat, 30 Mar 2013 15:37:45 -0500") References: <CALFgp2PiDKDozFDPH-HmNYyyEESGC7z6HKOQvmqyLkVW%2BT0zaQ@mail.gmail.com> <44li94vdq7.fsf@lowell-desk.lan> <CALFgp2MGvnTbpese2m5tTUbhVtxesc%2BO02rLAak5KGT9pvxe2w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Edwin L. Culp W." <edwinlculp@gmail.com> 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). 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44hajsvclt.fsf>