From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 16:24:15 2005 Return-Path: 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 E723816A4CE for ; Fri, 25 Feb 2005 16:24:15 +0000 (GMT) Received: from phoenix.gargantuan.com (phoenix.gargantuan.com [24.73.171.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id E453C43D55 for ; Fri, 25 Feb 2005 16:24:14 +0000 (GMT) (envelope-from michael@gargantuan.com) Received: from localhost (localhost.gargantuan.com [127.0.0.1]) by spamassassin-injector (Postfix) with SMTP id 1996C745; Fri, 25 Feb 2005 11:24:14 -0500 (EST) Received: by phoenix.gargantuan.com (Postfix, from userid 1001) id D10DA613; Fri, 25 Feb 2005 11:24:01 -0500 (EST) Date: Fri, 25 Feb 2005 11:24:01 -0500 From: "Michael W. Oliver" To: Jay Shampur Message-ID: <20050225162401.GB13053@gargantuan.com> Mail-Followup-To: Jay Shampur , freebsd-current@freebsd.org References: <6d2a982f05022507565bebcc50@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <6d2a982f05022507565bebcc50@mail.gmail.com> X-WWW-URL: http://michael.gargantuan.com X-GPG-PGP-Public-Key: http://michael.gargantuan.com/gnupg/pubkey.asc X-GPG-PGP-Fingerprint: 2694 0179 AE3F BFAE 0916 0BF5 B16B FBAB C5FA A3C9 X-Home-Phone: +1-863-816-8091 X-Mobile-Phone: +1-863-738-2334 X-Mailing-Address0: 8008 Apache Lane X-Mailing-Address1: Lakeland, FL X-Mailing-Address2: 33810-2172 X-Mailing-Address3: United States of America X-Guide-Questions: http://www.catb.org/~esr/faqs/smart-questions.html X-Guide-Netiquette: http://www.ietf.org/rfc/rfc1855.txt User-Agent: Mutt/1.5.7i X-Spam-DCC: sgs_public_dcc_server: phoenix.gargantuan.com 1199; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on phoenix.gargantuan.com X-Spam-Level: X-Spam-Status: No, score=-105.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.2 X-Spam-Pyzor: Reported 0 times. cc: freebsd-current@freebsd.org Subject: Re: Kernel compile problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 25 Feb 2005 16:24:16 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2005-02-25T10:56:56-0500, Jay Shampur wrote: > Greetings, >=20 > I have a problem with recompiling my kernel. I have wiped the > /usr/src and re-cvsupped the source after I first encountered the > problem. Following is info that I think might help you help me :) >=20 > uname -a output: > ----------------------- > FreeBSD webmail.domain.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon > Feb 23 20:45:55 GMT 2004 =20 > root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 >=20 > my cvsupfile: > ----------------- > *default host=3Dcvsup5.FreeBSD.org > *default base=3D/usr > *default prefix=3D/usr > *default release=3Dcvs > *default tag=3DRELENG_5_2 > *default delete use-rel-suffix > *default tag=3D. you have two "*default tag=3D" lines here, one for RELENG_5_2 and one for HEAD. i am no expert, but i think you now have CURRENT src on your machine, not RELENG_5_2. personally, i use a "tag=3D." cvsup-file for ports and doc, and a different cvsup-file for src, depending on the machine, that uses a relative tag line. > ports-all > doc-all > src-all >=20 > Note that for default tag I tried both cvs and the RELENG_5_2 as > values, and it made no difference. >=20 > ALSO, I did not MAKE ANY CHANGES to the GENERIC file. >=20 > Compile error: > -------------------------------------------------------------- >>>> stage 1: configuring the kernel > -------------------------------------------------------------- > cd /usr/src/sys/i386/conf;=20 > PATH=3D/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy= /usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/s= bin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bi= n:/usr/sbin:/usr/bin > config -d /usr/obj/usr/src/sys/GENERIC=20 > /usr/src/sys/i386/conf/GENERIC > Kernel build directory is /usr/obj/usr/src/sys/GENERIC > Don't forget to do a ``make depend'' >=20 > -------------------------------------------------------------- >>>> stage 2.1: cleaning up the object tree > -------------------------------------------------------------- > cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=3D/usr/obj=20 > MACHINE_ARCH=3Di386 MACHINE=3Di386 CPUTYPE=3D=20 > GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/legacy/usr/bin=20 > GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/legacy/usr/share/groff_font=20 > GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/legacy/usr/share/tmac=20 > _SHLIBDIRPREFIX=3D/usr/obj/usr/src/i386 INSTALL=3D"sh > /usr/src/tools/install.sh"=20 > PATH=3D/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy= /usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/s= bin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bi= n:/usr/sbin:/usr/bin > make KERNEL=3Dkernel cleandir > rm -f *.o *.so *.So *.ko *.s eddep errs kernel.debug kernel linterrs > makelinks tags vers.c vnode_if.c vnode_if.h majors.c eisa_if.c > miibus_if.c card_if.c power_if.c pci_if.c pcib_if.c ppbus_if.c > usb_if.c isa_if.c bus_if.c cpufreq_if.c device_if.c linker_if.c > agp_if.c acpi_if.c eisa_if.h miibus_if.h card_if.h power_if.h pci_if.h > pcib_if.h ppbus_if.h usb_if.h isa_if.h bus_if.h cpufreq_if.h > device_if.h linker_if.h agp_if.h acpi_if.h aicasm* y.tab.h > aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c aic79xx_seq.h > aic79xx_reg.h aic79xx_reg_print.c miidevs.h pccarddevs.h usbdevs.h > usbdevs_data.h > cd /usr/src/sys/modules; > MAKEOBJDIRPREFIX=3D/usr/obj/usr/src/sys/GENERIC/modules > KMODDIR=3D/boot/kernel DEBUG_FLAGS=3D"-g" MACHINE=3Di386 > KERNBUILDDIR=3D"/usr/obj/usr/src/sys/GENERIC" make cleandir > +for: not found > *** Error code 127 >=20 > Stop in /usr/src/sys/modules. > *** Error code 1 >=20 > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > ---------------- >=20 > HELP !!! >=20 > Thank you...Jay Check out what Harti says about the `make' problem in this message: http://lists.freebsd.org/pipermail/freebsd-current/2004-August/033693.html --=20 Mike Oliver [see complete headers for contact information] --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCH1EhsWv7q8X6o8kRAgmmAJ9+kxk4K4INX+QVZz5YmNcE4Ms5nwCfWD6K wDitDG8rJsB8U6AYWYEnWgk= =/d2a -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o--