From owner-freebsd-current@FreeBSD.ORG Tue Jul 19 23:42:29 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 5182816A41F for ; Tue, 19 Jul 2005 23:42:29 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from daemon.sub.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4D443D4C for ; Tue, 19 Jul 2005 23:42:28 +0000 (GMT) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by daemon.sub.tydfam.jp (8.13.4/8.13.4) with ESMTP id j6JNgMhw043527 for ; Wed, 20 Jul 2005 08:42:24 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 20 Jul 2005 08:42:22 +0900 (JST) Message-Id: <20050720.084222.846946475.ken@tydfam.jp> To: freebsd-current@freebsd.org From: Yamada Ken Takeshi X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=2.2 required=8.0 tests=CONTENT_TYPE_PRESENT, QENCPTR1, TOOLONGSTR,X_MAILER_PRESENT autolearn=no version=3.0.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on daemon.sub.tydfam.jp Subject: -current kernel can't be complied for 3 days X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 19 Jul 2005 23:42:29 -0000 I have the following error for three days. Quick fixes are appreciated. ===> xl (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -include /usr/obj/usr/src/sys/TYD3/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -I/usr/obj/usr/src/sys/TYD3 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/xl/../../pci/if_xl.c ld -d -warn-common -r -d -o if_xl.kld if_xl.o touch export_syms awk -f /usr/src/sys/modules/xl/../../conf/kmod_syms.awk if_xl.kld export_syms | xargs -J% objcopy % if_xl.kld ld -Bshareable -d -warn-common -o if_xl.ko if_xl.kld objcopy --strip-debug if_xl.ko 1 error *** Error code 2 1 error *** Error code 2 1 error