Date: Fri, 15 Sep 2000 20:38:31 -0700 From: Kent Stewart <kstewart@urx.com> To: "B. Scott Michel" <scottm@CS.UCLA.EDU> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: installworld on recent cvsup RELENG_4 fails Message-ID: <39C2EB37.D9BF52FE@urx.com> References: <Pine.BSF.4.21.0009151634580.2214-100000@rdwarrior.cs.ucla.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
"B. Scott Michel" wrote: > > This has surfaced for me a few times over the last couple of days -- > installworld dies during perl install attempting to rebuild the SDBM_File > libsdbm.a library. Not really worth sending the output, since installworld > appears to be attempting to reconstitute libsdbm.a in the source and not > in the object directory. > > It's possible to hack around this with a 'make NOPERL=true installworld', > but it is annoying. I tried a couple of things when this first hit me. You can make the installworld work if you add chmod to Makefile.inc1 line 312. I added it in front of the chown. You probably could locate it, cd, and "chmod 755 libsdbm.a". That is what it is trying to do but chmod isn't on the list, which is being created at 312. It handled it properly during the next buildworld. Kent > > -scooter > > 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 FreeBSD News http://daily.daemonnews.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?39C2EB37.D9BF52FE>