Date: Mon, 19 Jan 2004 14:07:55 -0800 From: Kent Stewart <kstewart@owt.com> To: Nick Rogness <nick@rogness.net> Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld fails Message-ID: <200401191407.55699.kstewart@owt.com> In-Reply-To: <Pine.LNX.4.44.0401191434250.20573-100000@skywalker.rogness.net> References: <Pine.LNX.4.44.0401191434250.20573-100000@skywalker.rogness.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 19 January 2004 01:56 pm, Nick Rogness wrote: > On Mon, 19 Jan 2004, Kent Stewart wrote: > > On Monday 19 January 2004 11:55 am, Nick Rogness wrote: > > > On Mon, 19 Jan 2004, Kevin D. Kinsey, DaleCo, S.P. wrote: > > > > Nick Rogness wrote: > > > > >I cvsup'd just a few minutes ago and tried a make buildworld. > > > > > Any hints as to why I'm failing out? Details below: > > > > > > > > > >/usr/src/gnu/usr.bin/binutils/objdump/../../../../contrib/binu > > > > >tils /binutils/objdump.c:1553: unterminated character constant > > > > > mkdep: compile failed > > > > > > > > Yes ;-) > > > > > > > > There is an unterminated character constant in line 1553 of > > > > "objdump.c" in the directory given by the error message. > > > > > > > > Suppose there's a semicolon missing there? > > > > > > > > However, as Kent Stewart has noticed, it's a real good idea to > > > > make sure you're building the correct src tree first. AFAIK, > > > > 5.x is using different build tools. > > > > > > Forgot to mention, this is the 4 branch. > > > > All of the RELENG_4.... have the following line at objdump.c:1553 > > fatal (_("Can't use supplied machine %s"), machine); > > > > What do you have? That line has a matched pair of "'s. It sounds > > like you have a corrupted source. The usual fix is to delete it and > > recvsup. Since, you still really haven't told us what you cvsup'ed, > > you should include "in-line" a copy of your cvsup file, so that we > > know what we are trying to diagnose :). > > I cvsup'd the whole system from the stable-supfile > provided in /usr/share/examples/cvsup. That is what was ment by > 'the 4 branch' above. The entire source tree (RELENG_4) like I've > done thousands of times. Ah, but you could have been following RELENG_4_9, which is the security version of 4.9-release, or RELENG_4_9_0_RELEASE and etc. > > It appears to be dying in another place this time. I think it is > probably memory or some other hardware problem. Anybody had > this experience with hardware and building? That is a characteristic of bad hardware. FWIW, just in case you were following RELENG_4, I cvsup'ed RELENG_4 and successfully did a buildworld. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401191407.55699.kstewart>