Date: Wed, 16 Aug 2000 18:39:19 +1200 From: "Dan Langille" <dan@langille.org> To: freebsd-stable@freebsd.org Subject: buildworld fails on perl: DynaLoader object version Message-ID: <200008160639.SAA21352@ducky.nz.freebsd.org>
next in thread | raw e-mail | index | archive | help
I installed 4.0-release. Then cvsup'd by accident to -current. Only after a buildworld, installworld, and a failed kernel build did I realised I've gotten -current, not -stable. I removed /usr/src, and cvsup'd to -stable. Now buildworld fails. I'm guessing it's because some of my userland functions are borked from the previous actions. The errors appear at the end of this message. What's my best course of action? Reinstall 4.0-release and go again? grab DynaLoader from 4.0-release? Give up and go back to programming for a living? thanks folks. cp B/Stackobj.pm /usr/obj/usr/src/gnu/usr.bin/perl/perl/build/B/B/Stackobj.pm cp B/Xref.pm /usr/obj/usr/src/gnu/usr.bin/perl/perl/build/B/B/Xref.pm perl -I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib - I/usr/obj/usr/src/gnu/usr.bin/perl/perl/lib /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ExtUtils/xsubpp -typemap /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ExtUtils/typemap -typemap typemap B.xs >xstmp.c && mv xstmp.c B.c cc -c -DVERSION=\"a5\" -DXS_VERSION=\"a5\" -DPIC -fpic - I/usr/obj/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/usr/src/i386/usr/include B.c Running Mkbootstrap for B () DynaLoader object version 1.04 does not match $DynaLoader::VERSION 1.03 at /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/DynaLoader.pm line 80. Compilation failed in require at /usr/obj/usr/src/gnu/usr.bin/perl/perl/lib/ExtUtils/Mkbootstrap.pm line 21. *** Error code 255 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/B. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/perl. *** Error code 1 ...etc -- Dan Langille [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ FreshPorts - http://freshports.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008160639.SAA21352>