Date: Mon, 19 Jan 2004 13:47:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: Nick Rogness <nick@rogness.net> Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld fails Message-ID: <400C3457.1030806@daleco.biz> In-Reply-To: <Pine.LNX.4.44.0401191108520.20573-100000@skywalker.rogness.net> References: <Pine.LNX.4.44.0401191108520.20573-100000@skywalker.rogness.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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/binutils/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. Take a look at the stable@list, as you're running 4.x, and see if anyone else is having this trouble. AAMOF, it'd probably be good to post this there. HTH, Kevin Kinsey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?400C3457.1030806>