Date: Tue, 30 Jan 2001 23:50:02 -0800 (PST) From: Peter Pentchev <roam@orbitel.bg> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/24750: unable to make reinstall on a fresh installed 4.2 Message-ID: <200101310750.f0V7o2829883@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/24750; it has been noted by GNATS. From: Peter Pentchev <roam@orbitel.bg> To: riccardo@torrini.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/24750: unable to make reinstall on a fresh installed 4.2 Date: Wed, 31 Jan 2001 09:42:32 +0200 Are your /etc/make.conf files the same on the two machines? It seems to me that you have NOPROFILE=true on the build machine (the NFS server), but not on the freshly-installed one; so it's trying to install profiled libraries that have never been built. G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. On Tue, Jan 30, 2001 at 11:35:50PM -0800, riccardo@torrini.org wrote: > > >Number: 24750 > >Category: misc > >Synopsis: unable to make reinstall on a fresh installed 4.2 > >Originator: Riccardo Torrini > >Release: 4.2-RELEASE (iso image of 2000.11.22) > >Organization: > >Environment: > FreeBSD bee.fi.esaote.it 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Jan 29 17:06:19 GMT 2001 root@bee.fi.esaote.it:/usr/obj/usr/src/sys/BEE i386 > >Description: > After installing a new machine from 4.2-RELEASE cd I tryed to upgrade > system without recompiling world but using a previously tree on another > machine. I mounted /usr/(src|obj|ports), cd /usr/src and make reinstall > but it fails with "don't know how to make reinstall" > > NB: I tryed with make reinstall even if Makefile identify it as private > target because remarks before reinstall: gently explain > # If you have a build server, you can NFS mount the source and obj > # directories and do a 'make reinstall' on the *client* to install > # new binaries from the most recent server build. > > I also tryed with "make install" and "installworld" but they also fails: > ===> lib/libcom_err > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include > cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../../contrib/com_err/com_right.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 in /usr/src/lib/libcom_err. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > >How-To-Repeat: > Install a fresh machine from 4.2-RELEASE CD (2000.11.22) > NFS mount /usr/(src|obj) from a 4.2-STABLE > # cd /usr/src && make reinstall > make: don't know how to make reinstall. Stop > > -OR- > > # cd /urs/src && make install > [...] > install: libcom_err_p.a: No such file or directory > Stop. > > -OR- > > # cd /usr/src && make installworld > [...] > install: libcom_err_p.a: No such file or directory > Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101310750.f0V7o2829883>