From owner-freebsd-stable@FreeBSD.ORG Tue Oct 26 08:35:35 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 7F5B01065672 for ; Tue, 26 Oct 2010 08:35:35 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8C18FC28 for ; Tue, 26 Oct 2010 08:35:31 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-stable@freebsd.org with esmtp (envelope-from ) id <1PAeff-00022U-CT>; Tue, 26 Oct 2010 10:14:15 +0200 Received: from e178024033.adsl.alicedsl.de ([85.178.24.33] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-stable@freebsd.org with esmtpsa (envelope-from ) id <1PAeff-0007EG-6l>; Tue, 26 Oct 2010 10:14:15 +0200 Message-ID: <4CC68DD7.1070000@mail.zedat.fu-berlin.de> Date: Tue, 26 Oct 2010 10:14:15 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101020 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20101025223744.GD2107@libertas.local.camdensoftware.com> <86bp6hhf9v.fsf@pluton.xbsd.name> In-Reply-To: <86bp6hhf9v.fsf@pluton.xbsd.name> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.24.33 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 08:35:35 -0000 On 10/26/10 04:14, Denise H. G. wrote: > > 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 >> >> ................ > > > same here with a custom kernel and subversion-updated /usr/src, bug still there as I tried to compile kernel just minutes ago ... Oliver