From owner-freebsd-questions@FreeBSD.ORG Tue Oct 31 18:35:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF9916A417 for ; Tue, 31 Oct 2006 18:35:10 +0000 (UTC) (envelope-from jhorne@dfwlp.org) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC4F743D69 for ; Tue, 31 Oct 2006 18:35:08 +0000 (GMT) (envelope-from jhorne@dfwlp.org) Received: from webmail.dfwlp.org (localhost [127.0.0.1]) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k9VIZ5hk090922 for ; Tue, 31 Oct 2006 12:35:05 -0600 (CST) (envelope-from jhorne@dfwlp.org) Received: from 192.168.125.134 (SquirrelMail authenticated user jhorne) by webmail.dfwlp.org with HTTP; Tue, 31 Oct 2006 12:35:05 -0600 (CST) Message-ID: <3961.192.168.125.134.1162319705.squirrel@webmail.dfwlp.org> Date: Tue, 31 Oct 2006 12:35:05 -0600 (CST) From: "Jonathan Horne" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=-1.3 required=3.6 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on zeus.dfwlp.com Subject: ive been trying to build a kernel all morning! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 18:35:10 -0000 i have a 6.2-PRERELEASE machine, that i am trying to build a 6.1-RELEASE-p10 kernel and world on. before i began, i did a rm -rf /usr/src/* /usr/obj/*, and then did a fresh cvsup of RELENG_6_1. i do the same thing i always do, which would be to cd to /usr/src, and then issue 'make -j 6 buildkernel KERNCONF=[CONFNAME] (in this case, a conf file named REGULUS). here is the last bit before i error out: ===> zlib (all) cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/REGULUS/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/usr/src/sys/REGULUS -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/zlib/../../net/zlib.c ld -d -warn-common -r -d -o zlib.kld zlib.o touch export_syms awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld export_syms | xargs -J% objcopy % zlib.kld ld -Bshareable -d -warn-common -o zlib.ko.debug zlib.kld objcopy --strip-debug zlib.ko.debug zlib.ko 1 error *** Error code 2 1 error *** Error code 2 1 error [root@athena /usr/src]# i done a reboot, wipe /usr/src and /usr/obj, and cvsup twice today. both time produce this error (cvsups both came from differnet servers, cvsup15.us and cvsup17.us). can anyone help me shed some light on this? please dont tell me its becuase im trying to build 6.1-RELEASE-p10 on a 6.2-PRERELEASE machine! thanks a million, jonathan