Date: Fri, 1 Sep 2000 12:11:50 -0400 From: "Sean O'Connell" <sean@stat.Duke.EDU> To: FreeBSD stable <freebsd-stable@FreeBSD.ORG> Subject: 4.1-RELEASE to 4.1-STABLE Message-ID: <20000901121150.K16608@stat.Duke.EDU>
next in thread | raw e-mail | index | archive | help
Hi All- This will add a "me too" to a much earlier thread; however, going from 4.1-RELEASE to 4.1-STABLE is unnecessarily broken in when installing the sdbm business in perl durign the upgrade ( /usr/obj/usr/src/gnu/usr.bin/perl/perl/ext/SDBM_File/sdbm). History: 1) machine was installed from 4.1-RELEASE cdrom 2) updating the machine via NFS using maproot=nobody Problem1: the installworld craps out with error cd sdbm && make all rm -rf libsdbm.a rm: libsdmb.a: Permission denied ===> this means we have to maproot to root ... sigh. 3) If I then export it with maproot=root, then it craps out with chmod:No such file or directory so I then have to add chmod to line 313 of /usr/src/Makefile.inc1 ... sigh 4) Then I try again .. and now it cannot find touch... Running Mkbootstrap for SDBM_FILE () touch:No such file or directory So, does it work if I then add "touch" to Makefile.inc1? Not to be overly whiney (well, I guess I am), but "GEEZE, Louise. This is pretty badly broken." Thanks. S ----------------------------------------------------------------------- Sean O'Connell Email: sean@stat.Duke.EDU Institute of Statistics and Decision Sciences Phone: (919) 684-5419 Duke University Fax: (919) 684-8594 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?20000901121150.K16608>