From owner-freebsd-current Sun Sep 13 07:37:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06897 for freebsd-current-outgoing; Sun, 13 Sep 1998 07:37:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from assurance.rstcorp.com ([206.29.49.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06892 for ; Sun, 13 Sep 1998 07:37:36 -0700 (PDT) (envelope-from vshah@rstcorp.com) Received: (from uucp@localhost) by assurance.rstcorp.com (8.7.5/8.6.9) id KAA12083; Sun, 13 Sep 1998 10:37:15 -0400 Received: from sandbox.rstcorp.com(206.29.49.63) by assurance.rstcorp.com via smap (V2.0) id xma012081; Sun, 13 Sep 98 10:36:34 -0400 Received: from jabberwock.rstcorp.com (jabberwock [206.29.49.98]) by sandbox.rstcorp.com (8.8.8/8.8.8) with ESMTP id KAA21416; Sun, 13 Sep 1998 10:36:33 -0400 (EDT) Received: (from vshah@localhost) by jabberwock.rstcorp.com (8.8.8/8.8.8) id KAA22040; Sun, 13 Sep 1998 10:36:33 -0400 (EDT) Date: Sun, 13 Sep 1998 10:36:33 -0400 (EDT) Message-Id: <199809131436.KAA22040@jabberwock.rstcorp.com> From: "Viren R. Shah" To: dag-erli@ifi.uio.no (Dag-Erling =?ISO-8859-1?Q?Co=EFdanSm=F8rgrav?= ) Cc: current@FreeBSD.ORG Subject: Re:Upgrading 2.2.2 to 3.0 In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: "Viren R. Shah" X-Face: )~y+U*K:yzjz{q<5lzpI_SVef'U.])9g[C9`1N@]u3,MHY7f*l7C)[_NjM4y4K8$uIUh|\u (K&&HS6,M!61&GMTk'mqmB/Qg]]X}"?TzsFl]"2v!bl8']dma.:^IY^a[lbOI>U:b<~FyK3q-p{HmZ mn~g.`~BE!5{2D:}Yi+\_KkWe?XaHj9$ko1k8iKLYv5*_2c8"G=?Up[}hn+7RNM(bzBZ_wWk6!Pf&B ?3Tcm7M7B~W%K/I0aX3]*=jP?aM]H6HBPT`oLk+0n^_;N\2\%|Rhy;p}34Q.jEsM\qtnxcm;ag%Nq Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "DES" == Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= writes: DES> I've tried (as an experiment) running make aout-to-elf on a stock DES> 2.2.2 box, but it stops while bootstrap make, complaining about an DES> 'undefined symbol _sysctlbyname'. Has anyone had any success upgrading DES> directly? Does anyone have time to try and make it work, then mail me DES> a detailed account of the procedure and results? (In the meantime, I'm DES> trying to upgrade it to -stable first, and from there to -current) I'm currently trying to upgrade my 2.2.7-STABLE box to -current using the "make aout-to-elf-build" target. It successfully completes the aout build, then errors out in the elf build with a problem in building perl. This was happenning for the last couple of days. I just cvsup'ed today at 10:00am EST, and am now trying again. I'll let you know how it goes. I did not have a problem with bootstrapping make. Updating to -stable and trying it should allow you to bootstrap make successfully. Here's the place where the elf part of the build stops on so far: Writing Makefile for DynaLoader mkdir /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader /usr/obj/aout/usr/src/tmp/usr/bin/miniperl -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib DynaLoader_pm.PL cp DynaLoader.pm /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/DynaLoader.pm AutoSplitting /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/DynaLoader.pm (/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader) cp dl_dlopen.xs DynaLoader.xs /usr/obj/aout/usr/src/tmp/usr/bin/miniperl -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/ExtUtils/xsubpp -noprototypes -typemap /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/ExtUtils/typemap DynaLoader.xs >xstmp.c && mv xstmp.c DynaLoader.c cc -c -O -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -DPIC -fpic -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC="" DynaLoader.c rm -rf /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader.a ar cr /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader.a DynaLoader.o && /usr/bin/ranlib /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader.a chmod 755 /usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader.a cc -O -pipe -I/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 -I/usr/obj/elf/home/FreeBSD/current-src/src/gnu/usr.bin/perl/perl -I/usr/obj/elf/usr/src/tmp/usr/include -o perl perlmain.o lib/auto/DynaLoader/DynaLoader.a -lperl -lm -lcrypt *** Error code 1 Stop. DES> DES Viren -- Viren R. Shah | viren@rstcorp.com Research Associate | viren@viren.org Reliable Software Technologies | http://www.rstcorp.com/~vshah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message