Date: Wed, 22 Nov 2000 11:58:04 -0800 From: Kent Stewart <kstewart@urx.com> To: heckfordj@psi-domain.co.uk Cc: freebsd-stable@FreeBSD.ORG Subject: Re: another perl problem ? Message-ID: <3A1C254C.FC5B0864@urx.com> References: <Pine.BSF.4.21.0011221543001.451-100000@shaolin.spo.matrix.com.br> <00112219270401.00215@freefire.psi-domain.co.uk> <00112219273702.00215@freefire.psi-domain.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A1C254C.FC5B0864>
