From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 20:04:44 2011 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57431106566B for ; Thu, 10 Nov 2011 20:04:44 +0000 (UTC) (envelope-from linnemannr@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 18D4C8FC13 for ; Thu, 10 Nov 2011 20:04:43 +0000 (UTC) Received: by ywt32 with SMTP id 32so4833997ywt.13 for ; Thu, 10 Nov 2011 12:04:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VJ0+pg2XHFbTEYA25XMoc9nnGMn7wla9rbiHekza4Vk=; b=ThQUWStiyegLDSPcTgmFPmUnnjIAmfW3piLCegPW4vsdO8gthWeX0XSfM3xukr+Uqe BSXtNQvJZ6M3ibNUkrdrte/VfCMIMr7w7bxlQg246RbKyQpAMj2qTTF3HmI19Bco6bx7 0k3WaP72umSuO7fwTTTDtBkFEH5mltmhisWQw= MIME-Version: 1.0 Received: by 10.68.60.225 with SMTP id k1mr13135763pbr.25.1320953814378; Thu, 10 Nov 2011 11:36:54 -0800 (PST) Sender: linnemannr@gmail.com Received: by 10.68.49.38 with HTTP; Thu, 10 Nov 2011 11:36:54 -0800 (PST) In-Reply-To: <20111110185804.M26514@brightstar.bomgardner.net> References: <20111110185804.M26514@brightstar.bomgardner.net> Date: Thu, 10 Nov 2011 13:36:54 -0600 X-Google-Sender-Auth: gtKVkgpywh178MBrFI1_ui8AJhE Message-ID: From: Reid Linnemann To: Gene Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Freebsd Questions Subject: Re: 7.2 to 8.2 buildkernel fails (Suspect ignorance...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 20:04:44 -0000 On Thu, Nov 10, 2011 at 1:02 PM, Gene wrot= e: > Hi All: > I attempting to build an 8.2 kernel on a 7.2 machine. I suspect that > something need to be ipdated first, but don't no exactly what. It says > "inline functions are not supported; using GNU89". I get the following: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > cc -c -O -pipe =A0-std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs = -Wstrict- > prototypes =A0-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual = =A0- > Wundef -Wno-pointer-sign -fformat-extensions -nostdinc =A0-I. -I/usr/src/= sys -I/ > usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include > opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth= =3D100 -- > param large-function-growth=3D1000 =A0-mno-align-long-strings -mpreferred= -stack- > boundary=3D2 =A0-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreest= anding - > fstack-protector -Werror =A0/usr/src/sys/netinet/tcp_input.c > cc1: warnings being treated as errors > /usr/src/sys/netinet/tcp_input.c:385: warning: C99 inline functions are n= ot > supported; using GNU89 > /usr/src/sys/netinet/tcp_input.c:385: warning: to disable this warning us= e - > fgnu89-inline or the gnu_inline function attribute > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Any Ideas? > > Thanx, > Gene > To get the basics out of the way, did you make buildworld first?