Date: Mon, 18 Sep 2000 17:59:38 -0700 From: Kent Stewart <kstewart@urx.com> To: Theo Bell <freebsd@cfdnet.me.tuns.ca> Cc: stable@FreeBSD.ORG Subject: Re: installworld fails during installation of perl Message-ID: <39C6BA7A.C3E2ABA0@urx.com> References: <Pine.BSF.4.21.0009182056001.72456-100000@cfdnet.me.tuns.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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: > > <snip> > 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 > > </snip> > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39C6BA7A.C3E2ABA0>