From owner-freebsd-questions@FreeBSD.ORG Thu May 3 18:06:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B315616A402 for ; Thu, 3 May 2007 18:06:06 +0000 (UTC) (envelope-from mcs@vpm.com) Received: from omta14.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9EBB313C459 for ; Thu, 3 May 2007 18:06:06 +0000 (UTC) (envelope-from mcs@vpm.com) Received: from dm42.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta14.mta.everyone.net (Postfix) with ESMTP id 5E98A45F43; Thu, 3 May 2007 11:04:49 -0700 (PDT) X-Eon-Dm: dm42 Received: by dm42.mta.everyone.net (EON-AUTHRELAY2 - 403968d3) id dm42.463677a4.70b92; Thu, 3 May 2007 11:04:48 -0700 X-Eon-Sig: AQFgCwNGOiRAi1NkLwIAAAAC,f4e806e88aa8330da2e7183799919d72 From: "Mark Stout" To: "Kris Kennaway" Date: Thu, 3 May 2007 11:02:37 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <20070503173903.GA87172@xor.obsecurity.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Cc: freebsd-questions@freebsd.org Subject: RE: Problems compiling new kernel 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: Thu, 03 May 2007 18:06:06 -0000 If I don't need the options ext2fs I'll take it out. I upgraded using sysinstall over FTP. Thank you, Mark Stout VPM Global Internet Services, Inc. 530-626-4218 x205 Office 530-626-7182 Fax 530-554-9295 VoIP 916-240-2850 Cell www.vpm.com This email and any files transmitted with it are confidential and intended solely for the use of the individual to whom they are addressed. If you are not the intended recipient, you are hereby notified that any use or dissemination of this communication is strictly prohibited, and asked to notify us immediately, then delete this email. E-mail transmission cannot be guaranteed to be secure or error-free and VPM Global Internet Services, Inc. does not accept liability for any errors or omissions in the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of VPM Global Internet Services, Inc. -----Original Message----- From: Kris Kennaway [mailto:kris@obsecurity.org] Sent: Thursday, May 03, 2007 9:39 AM To: Mark Stout Cc: freebsd-questions@freebsd.org Subject: Re: Problems compiling new kernel On Thu, May 03, 2007 at 09:20:51AM -0800, Mark Stout wrote: > Hello, > > I recently upgraded to 6.2 -RELEASE from 5.4-RELEASE. When compiling a > custom kernel I get the following error message. I have two concerns. I > need to run a program from iPass built for Linux on this machine so the > WARNING about the ext2fs filesystem being contaminated concerns me as does > the reason the buildkernel command fails. You don't need to use ext2fs to run Linux binaries. Even if you do need ext2fs, do you really care about the license? > -------------------------------------------------------------- > >>> stage 2.1: cleaning up the object tree > -------------------------------------------------------------- > cd /usr/obj/usr/src/sys/RADIUS2; MAKEOBJDIRPREFIX=/usr/obj > MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= > GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin > GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font > GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac > _SHLIBDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi > n:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/o > bj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/ > usr/bin make KERNEL=kernel cleandir > Unknown modifier 'C' I am wondering whether you upgraded your system correctly - in particular make might give this error if you were still running an old 5.x make. How did you do the upgrade? Kris