Date: Thu, 31 Dec 1998 05:58:35 +0100 From: Palle Girgensohn <girgen@partitur.se> To: Leif Neland <root@swimsuit.internet.dk> Cc: current@FreeBSD.ORG Subject: Re: Upgrading slave Message-ID: <368B047B.B4FE92B1@partitur.se> References: <Pine.BSF.4.05.9812310136340.78705-100000@gina.swimsuit.internet.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
I just saw this. I had: NOPROFILE= true in make.conf, but only one master machine. Putting it on the slave fixes it (libblahblah_p.a is the profiled library) HTH /Palle Leif Neland wrote: > > I'm running current on "master", a pentium II, and want to uprade "slave", > a 486 to the same level. It also runs 3.0, but a few weeks earlier. > > I have done make world on "master", and then did > mount_nfs master:/usr/src /usr/src > mount_nfs master:/usr/obj /usr/obj > cd /usr/src > make installworld > > However, it fails: > > ===> include/rpcsvc > install -C -o root -g wheel -m 444 /usr/src/include/rpcsvc/yp_prot.h /usr/src/include/rpcsvc/ypclnt.h /usr/src/include/rpcsvc/nis_db.h /usr/src/include/rpcsvc/nis_tags.h /usr/src/include/rpcsvc/nislib.h /usr/src/include/rpcsvc/bootparam_prot.x /usr/src/include/rpcsvc/key_prot.x /usr/src/include/rpcsvc/klm_prot.x /usr/src/include/rpcsvc/mount.x /usr/src/include/rpcsvc/nfs_prot.x /usr/src/include/rpcsvc/nlm_prot.x /usr/src/include/rpcsvc/rex.x /usr/src/include/rpcsvc/rnusers.x /usr/src/include/rpcsvc/rquota.x /usr/src/include/rpcsvc/rstat.x /usr/src/include/rpcsvc/rwall.x /usr/src/include/rpcsvc/sm_inter.x /usr/src/include/rpcsvc/spray.x /usr/src/include/rpcsvc/yppasswd.x /usr/src/include/rpcsvc/yp.x /usr/src/include/rpcsvc/ypxfrd.x /usr/src/include/rpcsvc/ypupdate_prot.x /usr/src/include/rpcsvc/nis.x /usr/src/include/rpcsvc/nis_cache.x /usr/src/include/rpcsvc/nis_object.x /usr/src/include/rpcsvc/nis_callback.x /usr/src/include/rpcsvc/crypt.x key_prot.h klm_prot.h mount.h n! fs! > _prot.h nlm_prot.h rex.h rnusers.h rquota.h rstat.h rwall.h sm_inter.h spray.h yppasswd.h yp.h ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h bootparam_prot.h crypt.h /usr/include/rpcsvc > install -C -o root -g wheel -m 444 key_prot.h /usr/include/rpc > ===> lib > ===> lib/csu/i386-elf > install -c -o root -g wheel -m 444 crt1.o /usr/lib/crt1.o > install -c -o root -g wheel -m 444 crtbegin.o /usr/lib/crtbegin.o > install -c -o root -g wheel -m 444 crtend.o /usr/lib/crtend.o > install -c -o root -g wheel -m 444 crti.o /usr/lib/crti.o > install -c -o root -g wheel -m 444 crtn.o /usr/lib/crtn.o > install -c -o root -g wheel -m 444 gcrt1.o /usr/lib/gcrt1.o > install -c -o root -g wheel -m 444 crtbegin.so /usr/lib/crtbeginS.o > install -c -o root -g wheel -m 444 crtend.so /usr/lib/crtendS.o > ===> lib/libcom_err > install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/com_err.h /usr/include > install -c -o root -g wheel -m 444 libcom_err.a /usr/lib > install -c -o root -g wheel -m 444 libcom_err_p.a /usr/lib > install: libcom_err_p.a: No such file or directory > *** Error code 71 > > Stop. > *** Error code 1 > > Script done on Thu Dec 31 01:29:04 1998 > > I have even in desperation done > rdist -c /usr root@slave (it took a few hours), but it fails the same > place. > > The kernel is out of sync, because I get "ps: proc size mismatch", but I > can't seem to get it in sync, when installworld fails. > > I'd rather not do a make world on "slave", because it is a 486 with 8MB > ram... I am a little hesitant to upgrade it, because I don't think I can > use a VLB Adaptec in the newer motherboards... > > Leif > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?368B047B.B4FE92B1>