From owner-freebsd-current Thu Sep 28 14:38:19 2000 Delivered-To: freebsd-current@freebsd.org Received: from unix.jdthomas.net (c755117-a.eugene1.or.home.com [24.16.233.151]) by hub.freebsd.org (Postfix) with ESMTP id 196D037B423 for ; Thu, 28 Sep 2000 14:37:54 -0700 (PDT) Received: from Debug (c755117-a.eugene1.or.home.com [24.16.233.151]) by unix.jdthomas.net (8.11.0/8.9.3) with SMTP id e8SLrLG79644 for ; Thu, 28 Sep 2000 14:53:21 -0700 (PDT) (envelope-from cvs@mezzoforte.org) Message-Id: <200009282153.e8SLrLG79644@unix.jdthomas.net> To: freebsd-current@FreeBSD.org From: cvs@mezzoforte.org Subject: Make World Date: Thu, 28 Sep 2000 21:53:21 GMT X-Mailer: Endymion MailMan Standard Edition v3.0.24 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently cvsup'ped my source to the Current 5.0 version of FreeBSD. I recompiled the kernel and did all of that jazz and ultimately decided I wanted to go back to 4.1. So, I used CVSup to download the 4.1 release. I deleted the usr/obj directory and reissued the "make buildworld" command. It went for a long time, but after a while it errored out with this message: Writing Makefile for DynaLoader mkdir /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader perl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib - I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib - I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib - I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib DynaLoader_pm.PL DynaLoader.pm Perl lib version (5.00503) doesn't match executable version (5.006) at /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/Config.pm line 7. Compilation failed in require at DynaLoader_pm.PL line 2. BEGIN failed--compilation aborted at DynaLoader_pm.PL line 2. *** Error code 255 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/DynaLoader. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. I thought perhaps that I had some old sources laying around, so I blew away my entire src directory and re-downloaded it from CVS. I deleted the usr/obj directory, and did a make buildworld and came up with the EXACT SAME ERROR! I cannot figure this out. Does anyone have any advice? Thanks, Justin --------------------------------------------- This message was sent through JT's Webmail. http://webmail.jdthomas.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message