From owner-freebsd-stable Thu Nov 2 16: 3:58 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mello.ucsf.edu (mello.ucsf.edu [128.218.69.80]) by hub.freebsd.org (Postfix) with SMTP id 9C1DF37B4C5 for ; Thu, 2 Nov 2000 16:03:48 -0800 (PST) Received: (qmail 7493 invoked by uid 391); 3 Nov 2000 00:10:13 -0000 Date: Thu, 2 Nov 2000 16:10:13 -0800 From: Matt Harrington To: freebsd-stable@freebsd.org Subject: installworld fails at Perl installation Message-ID: <20001102161013.A7356@mello.ucsf.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is my first time with upgrading, so perhaps I'm missing something obvious. I tried "make installworld" in single-user mode and get a failure when installing Perl. The failure is appended below. Any thoughts? I haven't touched the Ports collection -- it's still the one from the 4.1 CD. Could this be it? Details: orig OS = 4.1-RELEASE cvsup'ed RELENG_4 cd /usr/src make buildworld make buildkernel KERNEL=MYKERNEL (generic) make installkernel KERNEL=MYKERNEL remade devices in /dev reboot in single user mode make installworld (fails, see below) ===> gnu/usr.bin/perl/library/SDBM_File cd /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File ; make -B i nstall INSTALLPRIVLIB=/usr/libdata/perl/5.00503 INSTALLARCHLIB=/usr/libdata/pe rl/5.00503/mach cd sdbm && make all rm -rf libsdbm.a ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a chmod 755 libsdbm.a chmod:No such file or directory *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File/sdbm. *** Error code 1 Stop in /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/library/SDBM_File. *** Error code 1 Stop in /usr/src/gnu/usr.bin/perl/library. *** 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. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message