From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 11:48:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41AF616A4CE for ; Mon, 19 Jan 2004 11:48:23 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD5E43D1F for ; Mon, 19 Jan 2004 11:48:18 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 19 Jan 2004 13:51:42 -0600 Message-ID: <400C3457.1030806@daleco.biz> Date: Mon, 19 Jan 2004 13:47:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Rogness References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Jan 2004 19:51:42.0796 (UTC) FILETIME=[A95E50C0:01C3DEC5] cc: freebsd-questions@freebsd.org Subject: Re: make buildworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 19:48:23 -0000 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