From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 02:52:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C426E16A4CE for ; Sat, 31 Jan 2004 02:52:48 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97F3143D1F for ; Sat, 31 Jan 2004 02:52:47 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i0VAqQA0047717; Sat, 31 Jan 2004 02:52:26 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i0VAqPm0047716; Sat, 31 Jan 2004 02:52:25 -0800 (PST) (envelope-from obrien) Date: Sat, 31 Jan 2004 02:52:25 -0800 From: "David O'Brien" To: Danny Braniss Message-ID: <20040131105225.GA47065@dragon.nuxi.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-current@freebsd.org Subject: Re: make on 4.9 for 5.2 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 10:52:48 -0000 On Sat, Jan 31, 2004 at 12:42:14PM +0200, Danny Braniss wrote: > with the latest cvsup i can no longer make build* on a 4.9 for current > example: > make buildkernel KENRCONF=HUJI > ... > cc1: Invalid option `no-align-long-strings' > cc1: unknown C standard `c99' > cc1: Invalid option `-finline-limit=15000' > *** Error code 1 You are building your 5.x kernel with a compiler that doesn't understand the 5.x compiler arguments. Did you do a "make buildworld" first?