From owner-freebsd-stable@FreeBSD.ORG Tue Nov 21 13:39:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93BAF16A47C for ; Tue, 21 Nov 2006 13:39:49 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC4A43E1C for ; Tue, 21 Nov 2006 13:38:05 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id AAA01569 for ; Wed, 22 Nov 2006 00:38:14 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 22 Nov 2006 00:38:14 +1100 (EST) From: Ian Smith To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 5.5-STABLE make buildkernel parsing oddity 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, 21 Nov 2006 13:39:49 -0000 Hi crew, FreeBSD paqi.smithi.id.au 5.5-STABLE FreeBSD 5.5-STABLE #0: Sun Nov 19 20:22:12 EST 2006 root@paqi.smithi.id.au:/usr/obj/usr/src/sys/PAQI5S_2 i386 Not sure this little water rat is even worth reporting, what with all the crocodiles, and "well don't do that" resolves the problem, but .. cvsup; make buildworld; check new kernconf edited back in August after last world + kernel update for 'next time', a couple of small changes; make buildkernel .. urgh: >>> Kernel build for PAQI5S_2 started on Sun Nov 19 14:42:29 EST 2006 -------------------------------------------------------------- [..] cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe r-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sy s/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/s rc/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1 00 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno- 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror /usr/src/sys/libkern/umoddi3.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe r-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sy s/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/s rc/sys/dev/twa -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=1 00 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno- 3dnow -mno-sse -mno-sse2 -ffreestanding -Werror config.c config.c:5:47: trigraph ??/ converted to \ config.c:5:48: trigraph ??/ converted to \ *** Error code 1 Stop in /usr/obj/usr/src/sys/PAQI5S_2. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ======= /usr/obj/usr/src/sys/PAQI5S_2/config.c now (successfully) begins: START CONFIG FILE /usr/src/ #include "opt_config.h" #ifdef INCLUDE_CONFIG_FILE static const char config[] = "\ START CONFIG FILE /usr/src/sys/i386/conf/PAQI5S_2\n\ ___#% PAQI5S_2 9Aug06 tuning 5.5S .. compiled 19/11/06\n\ ___#% PAQI5S_1 10/6/6 + 1/8/6 updates to:\n\ ___#% PAQI54_1 (Compaq Armada 1500c) 21/2/6 from: \n\ ___# GENERIC -- Generic kernel configuration file for FreeBSD/i386\n\ but the error above occured when $KERNCONF first line was exactly: #% PAQI5S_2 9Aug06 tuning 5.5S .. compiled ??/??/?? 'invalid comment'? What's parsing $KERNCONF to config.c here? Cheers, Ian