From owner-freebsd-stable Fri Sep 15 20:38:43 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 9A84337B43E for ; Fri, 15 Sep 2000 20:38:41 -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 UAA00937; Fri, 15 Sep 2000 20:38:32 -0700 Message-ID: <39C2EB37.D9BF52FE@urx.com> Date: Fri, 15 Sep 2000 20:38:31 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "B. Scott Michel" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: installworld on recent cvsup RELENG_4 fails References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "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