From owner-freebsd-current@FreeBSD.ORG Fri Aug 22 14:57:45 2003 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 EAE1D16A4BF for ; Fri, 22 Aug 2003 14:57:45 -0700 (PDT) Received: from bsd.ultra-secure.de (bsd.ultra-secure.de [62.146.20.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BD4143FE5 for ; Fri, 22 Aug 2003 14:57:44 -0700 (PDT) (envelope-from rainer@ultra-secure.de) Received: (qmail 90219 invoked by uid 90); 22 Aug 2003 21:57:42 -0000 Received: from unknown (HELO ultra-secure.de) (rainer@itsecurity-news.de@217.232.213.235) by bsd.ultra-secure.de with RC4-MD5 encrypted SMTP; 22 Aug 2003 21:57:42 -0000 Message-ID: <3F4691C3.6040902@ultra-secure.de> Date: Fri, 22 Aug 2003 23:57:23 +0200 From: Rainer Duffner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030721 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel fails to build on current (mga_g400_emit_tex0) 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: Fri, 22 Aug 2003 21:57:46 -0000 Hi, this is the output of make buildkernel cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/dev/drm/mga_state.c /usr/src/sys/dev/drm/mga_state.c: In function `mga_g400_emit_state': /usr/src/sys/dev/drm/mga_state.c:278: warning: inlining failed in call to `mga_g400_emit_pipe' /usr/src/sys/dev/drm/mga_state.c:387: warning: called from here /usr/src/sys/dev/drm/mga_state.c:163: warning: inlining failed in call to `mga_g400_emit_tex0' /usr/src/sys/dev/drm/mga_state.c:397: warning: called from here *** Error code 1 Stop in /usr/obj/usr/src/sys/K2. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. **** I've never seen anybody post a solution, just one or two people with the same problem. cheers, Rainer