From owner-freebsd-stable@FreeBSD.ORG Thu Oct 16 14:17:29 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1CDE16A4BF for ; Thu, 16 Oct 2003 14:17:29 -0700 (PDT) Received: from kirk.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2178143FA3 for ; Thu, 16 Oct 2003 14:17:28 -0700 (PDT) (envelope-from gmarco@giovannelli.it) Received: from pc4.giovannelli.com (freebsd.giovannelli.com [194.184.65.139]) by kirk.giovannelli.it (8.12.9p1/8.12.9) with ESMTP id h9GLIZVV022042 for ; Thu, 16 Oct 2003 23:18:36 +0200 (CEST) (envelope-from gmarco@giovannelli.it) From: Gianmarco To: stable@freebsd.org Date: Thu, 16 Oct 2003 23:16:43 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310162316.43956.gmarco@giovannelli.it> X-RAVMilter-Version: 8.3.1(snapshot 20020109) (kirk.giovannelli.it) Subject: kernel doesn't build anymore on 4.9-RC ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 21:17:29 -0000 4.9-RC of a cvsup of 5 minutes ago. --- make kernel --- Warning: Object directory not changed from original /usr/obj/usr/src/sys/ FREEBSD cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c /usr/src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c aicasm_gram.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c aicasm_macro_gram.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c aicasm_scan.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -c aicasm_macro_scan.c cc -O -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/dev/aic7xxx/aicasm -D__FBSDID=__RCSID -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll cd /usr/obj/usr/src/sys/FREEBSD; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/ usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=/usr/obj/usr/ src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac DESTDIR=/usr/obj/usr/ src/i386 INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/ usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/ sbin:/bin:/usr/sbin:/usr/bin OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/ libexec:/usr/libexec make KERNEL=kernel depend cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/ sys/../include -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 /usr/ src/sys/i386/i386/genassym.c sh /usr/src/sys/kern/genassym.sh genassym.o > assym.s awk: cmd. line:3: sign = substr($1, length($1) - 3, 4) awk: cmd. line:3: ^ syntax error awk: cmd. line:3: fatal: substr() cannot have 0 arguments *** Error code 2 Stop in /usr/obj/usr/src/sys/FREEBSD. *** Error code 1 --> end <-- The kernel file built fine on older 4.x . Thanks for any input.