From owner-freebsd-stable@FreeBSD.ORG Tue Oct 26 02:40:33 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10C92106564A for ; Tue, 26 Oct 2010 02:40:33 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id B56098FC15 for ; Tue, 26 Oct 2010 02:40:32 +0000 (UTC) Received: by yxl31 with SMTP id 31so2671719yxl.13 for ; Mon, 25 Oct 2010 19:40:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject :in-reply-to:organization:references:user-agent:x-envelope-to :mail-followup-to:date:message-id:mime-version:content-type; bh=p38oK1lwlTmkKy2//jqw2IkSC9OeIAVit7mOvKOKsos=; b=dT/BVbK+z+ktZnKiiMzrDORXmLCd4+MhVDc7yS1fPpic9NhSIuo+J1qD78vBdJNgE3 HS/J+9FzDDSrrjnWYRgDna+8socDLbr72LE7on5IqO31f7UXaohgBjJyXvNSZ5012JCi rJ1FH2Wm6t76JjGiDpR3ZCrHOZZALHDGbeQa4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:organization:references:user-agent :x-envelope-to:mail-followup-to:date:message-id:mime-version :content-type; b=fS+KBPrejl/db8+/4f1I8SEnktswKQQtErjdj4pq+CLG0t2IvCj2ppPvmqnoX0bY7U bFX5lVDXMs44CHHVFBZib0eJQv0x67bhP0+5p1zUueO9XrXJW8YsfGXzT/W9hqXGX2WB PFrA7H6x3TmzMcw9FdnFyFdsR6BwsgOY8kgsk= Received: by 10.150.140.18 with SMTP id n18mr14285935ybd.154.1288059255436; Mon, 25 Oct 2010 19:14:15 -0700 (PDT) Received: from smtp.xbsd.name ([123.117.61.173]) by mx.google.com with ESMTPS id v39sm3427721yba.19.2010.10.25.19.14.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Oct 2010 19:14:13 -0700 (PDT) Received: from pluton.xbsd.name (pluton.xbsd.name [172.16.1.10]) by smtp.xbsd.name (OpenSMTPD) with ESMTP id 1288059246.msuEEzbMrJk66Ljn (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128); Tue, 26 Oct 2010 10:14:06 +0800 (CST) From: darcsis@gmail.com (Denise H. G.) To: freebsd-stable@freebsd.org In-Reply-To: <20101025223744.GD2107@libertas.local.camdensoftware.com> (Chip Camden's message of "Mon, 25 Oct 2010 15:37:44 -0700") Organization: Pluto The Planet References: <20101025223744.GD2107@libertas.local.camdensoftware.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) X-Envelope-To: freebsd-stable@freebsd.org Mail-Followup-To: freebsd-stable@freebsd.org Date: Tue, 26 Oct 2010 10:14:04 +0800 Message-ID: <86bp6hhf9v.fsf@pluton.xbsd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: stable GENERIC kernel build fails? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 02:40:33 -0000 On 2010/10/26 at 06:37, Chip Camden wrote: > > After a csup, building the GENERIC kernel on amd64 fails with: Exactly the same here, but with a custom kernel on 8-STABLE amd64. > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" > CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe > -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign > -fformat-extensions -nostdinc -I. -I/usr/src/sys > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath > -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm > -I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD > -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs > -I/usr/src/sys/contrib/opensolaris/compat -I/usr/src/sys/dev/cxgb > -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel > -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx > -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding > -fstack-protector > cc: /usr/src/sys/libkern/inet_ntop.c: No such file or directory > cc: /usr/src/sys/libkern/inet_pton.c: No such file or directory > mkdep: compile failed > *** 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. > libertas/usr/src# uname -a > FreeBSD libertas.local.camdensoftware.com 8.1-STABLE FreeBSD 8.1-STABLE #81: Sun Oct 24 11:46:14 PDT 2010 sterling@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64 > > ................ -- You never know who's right, but you always know who's in charge.