From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 04:17:27 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 B2FE616A545; Sat, 31 Jan 2004 04:17:27 -0800 (PST) Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B87AE43D31; Sat, 31 Jan 2004 04:17:26 -0800 (PST) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32] ident=danny) by cs.huji.ac.il with esmtp id 1Amu3v-0002O6-PU; Sat, 31 Jan 2004 14:17:23 +0200 X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: freebsd-current@freebsd.org In-reply-to: Your message of Sat, 31 Jan 2004 02:52:25 -0800 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 31 Jan 2004 14:17:23 +0200 From: Danny Braniss Message-Id: Subject: Re: make on 4.9 for 5.2 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 12:17:28 -0000 closing in: make buildworld is broken somewhere around kerberos5 > 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?