From owner-freebsd-stable Wed Nov 22 11:58:17 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 7591337B4CF for ; Wed, 22 Nov 2000 11:58:12 -0800 (PST) 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 LAA00997; Wed, 22 Nov 2000 11:58:04 -0800 Message-ID: <3A1C254C.FC5B0864@urx.com> Date: Wed, 22 Nov 2000 11:58:04 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: heckfordj@psi-domain.co.uk Cc: freebsd-stable@FreeBSD.ORG Subject: Re: another perl problem ? References: <00112219270401.00215@freefire.psi-domain.co.uk> <00112219273702.00215@freefire.psi-domain.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jamie Heckford wrote: > > I had the same problem. > > Defining NOPERL= true > in /etc/defaults/make.conf seemed to solve it for me.. A better solution, at least it was for me, is to add chmod to /usr/src/Makefile.inc1 around line 301. There is a list of progs and I inserted chmod in front of chown. It shouldn't be doing a chmod since libsdbm.a isn't an executable. It also only seems to pick on you one time and then it does all of this in the buildworld where it was supposed to be done. Kent > > On Wed, 22 Nov 2000, you wrote: > > > Hello. > > > > > > Well.. somebody knows how I can solve this ? (I get this error in "make > > > installworld"): > > > > > > ... > > > > > > ===> 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. > > > > > > ... > > > > > > now, trying to do what "make installworld" fail: > > > > > > # cd /usr/obj/usr/src/gnu/usr.bin/perl/library/SDBM_File/ext/SDBM_File > > > # cd sdbm && make all > > > rm -rf libsdbm.a > > > ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a > > > chmod 755 libsdbm.a > > > /bin/sh -c true > > > # > > > > > > (root!shaolin)(~)# uname -v > > > FreeBSD 4.2-STABLE #0: Wed Nov 22 13:51:12 EDT 2000 > > > root@shaolin:/usr/obj/usr/src/sys/shaolin > > > -- > > > > > > My source is up to date (i cvsup'ed today). > > > > > > help :) > > > > > > --- > > > Thiago Lucas > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > -- > > Jamie Heckford > > Chief Network Engineer > > Psi-Domain - Innovative Linux Solutions. Ask Us How. > > > > =================================== > > email: heckfordj@psi-domain.co.uk > > web: http://www.psi-domain.co.uk/ > > > > tel: +44 (0)1737 789 246 > > fax: +44 (0)1737 789 245 > > mobile: +44 (0)7779 646 529 > > =================================== > -- > Jamie Heckford > Chief Network Engineer > Psi-Domain - Innovative Linux Solutions. Ask Us How. > > =================================== > email: heckfordj@psi-domain.co.uk > web: http://www.psi-domain.co.uk/ > > tel: +44 (0)1737 789 246 > fax: +44 (0)1737 789 245 > mobile: +44 (0)7779 646 529 > =================================== > > 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