From owner-freebsd-questions@FreeBSD.ORG Thu May 3 18:13:35 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 3F71F16A404 for ; Thu, 3 May 2007 18:13:35 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2E7C913C457 for ; Thu, 3 May 2007 18:13:35 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 6111C1A4D93; Thu, 3 May 2007 11:14:10 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6586E513AE; Thu, 3 May 2007 14:13:34 -0400 (EDT) Date: Thu, 3 May 2007 14:13:34 -0400 From: Kris Kennaway To: Mark Stout Message-ID: <20070503181334.GA89816@xor.obsecurity.org> References: <20070503173903.GA87172@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, Kris Kennaway 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:13:35 -0000 On Thu, May 03, 2007 at 11:02:37AM -0800, Mark Stout wrote: > If I don't need the options ext2fs I'll take it out. I upgraded using > sysinstall over FTP. Please don't top-post, it loses context from the discussion. What does "ls -l /usr/bin/make" show you? Kris > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >