From owner-freebsd-stable Mon Sep 18 17:59:53 2000 Delivered-To: freebsd-stable@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 373F637B422 for ; Mon, 18 Sep 2000 17:59:51 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id RAA00057; Mon, 18 Sep 2000 17:59:38 -0700 Message-ID: <39C6BA7A.C3E2ABA0@urx.com> Date: Mon, 18 Sep 2000 17:59:38 -0700 From: Kent Stewart Organization: Dynacom Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Theo Bell Cc: stable@FreeBSD.ORG Subject: Re: installworld fails during installation of perl References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Theo Bell wrote: > > Hi, > > I have been experiencing 'make installworld' fail for the last 24 hours or > so. I cvsupped yesterday afternoon around 12:00 PM EST and several times since > then. I was running STABLE from 8-Sept and upgrading to the most recent > STABLE by doing the following: > > make -j10 buildworld > make buildkernel KERNEL=SCREW_SMP > make installkernel KERNEL=SCREW_SMP > reboot into single user mode > make installworld > > I checked the archives but didn't find anything helpful. Does anyone have > any idea what my problem is? Could the -j10 be causing the problem? I have > a dual Celeron 500 machine with 256 MB of RAM. Here is an excerpt of the > failure: > > > Installing /usr/libdata/perl/5.00503/mach/auto/POSIX/autosplit.ix > Installing /usr/libdata/perl/5.00503/mach/auto/POSIX/POSIX.so > Installing /usr/libdata/perl/5.00503/mach/auto/POSIX/POSIX.bs > Installing /usr/libdata/perl/5.00503/mach/POSIX.pod > Installing /usr/libdata/perl/5.00503/mach/POSIX.pm > Writing /usr/libdata/perl/5.00503/mach/auto/POSIX/.packlist > Appending installation info to > /usr/libdata/perl/5.00503/mach/perllocal.pod > 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/perl/ext/SDBM_File/sdbm. > *** Error code 1 > > Stop in /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/SDBM_File. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/perl/perl. > *** Error code 1 > > > > Thanks in advance for any suggestions. It gets into some mode like this. What was suggested to me was to add chmod to line 312 in /usr/src/Makefile.inc1. The error message is that it can't find chmod. Adding chmod to line 312, lets it use chmod during the install. Kent > > Theo Bell > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message