Date: Sun, 13 Jul 1997 12:16:04 +0930 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: tom@sdf.com (Tom Samplonius) Cc: freebsd-stable@FreeBSD.ORG Subject: Re: old "make reinstall" bug Message-ID: <199707130246.MAA01002@genesis.atrad.adelaide.edu.au> In-Reply-To: <Pine.BSF.3.95q.970712154504.2305B-100000@misery.sdf.com> from Tom Samplonius at "Jul 12, 97 06:46:44 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Tom Samplonius stands accused of saying: > > "make reinstall" fails in 2.2-stable when trying to install klm_prot.h, > because it does not exist. > > klm_prot.h is generated from klm_prot.x, and put into > /usr/obj/include/rpcsvc, but the Makefile is looking for it in > /usr/src/include/rpcsvc, so the install fails. > > A work-around is to copy klm_prot.h from the object tree to the source > tree, but the Makefile(s) should be fixed. > > The same goes for /usr/src/include/rpcsvc/*.x. Can someone finally fix > this? The last time this issue came up, the solution was to update 'make' before doing 'make reinstall'. Try # cd /usr/src/usr.bin/make; make install # cd /usr/src; make reinstall The 'reinstall' target doesn't include the buildtools target, so when the build tools are updated, reinstall can sometime hiccup; though normally it's only 'make' and 'install' that suffer. > Tom -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707130246.MAA01002>