From owner-freebsd-current Wed Mar 15 8: 5:17 2000 Delivered-To: freebsd-current@freebsd.org Received: from chmls05.mediaone.net (ne.mediaone.net [24.128.1.70]) by hub.freebsd.org (Postfix) with ESMTP id 3877D37C047 for ; Wed, 15 Mar 2000 08:05:02 -0800 (PST) (envelope-from bloom@acm.org) Received: from acm.org (reyim.ne.mediaone.net [24.218.251.241]) by chmls05.mediaone.net (8.8.7/8.8.7) with ESMTP id LAA13233; Wed, 15 Mar 2000 11:04:19 -0500 (EST) Message-ID: <38CFB483.39534E3@acm.org> Date: Wed, 15 Mar 2000 11:04:19 -0500 From: Jim Bloom X-Mailer: Mozilla 4.72 [en]C-MOENE (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Neil Blakey-Milner Cc: current@FreeBSD.ORG Subject: Re: possible simple install-info fix References: <20000315174906.A54067@mithrandr.moria.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Don't forget to test the case of cross platform installs. You can build on one platform and install on another with the mounts having the target mounted on the build machine or the source and object mounted on the target machine after the build was done on a different architecture. I believe this patch will not work in all cases. Maybe Marcel can shed some more light on this issue. Jim Bloom bloom@acm.org Neil Blakey-Milner wrote: > > Hi, > > I was looking into fixing the install-info problem, and wondered if the > solution is really as easy as it seems: > > cvs diff: Diffing src > Index: src/Makefile.inc1 > =================================================================== > RCS file: /home/ncvs/src/Makefile.inc1,v > retrieving revision 1.141 > diff -u -r1.141 Makefile.inc1 > --- Makefile.inc1 2000/03/09 06:28:19 1.141 > +++ Makefile.inc1 2000/03/15 15:34:25 > @@ -183,7 +183,7 @@ > WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1 > > # install stage > -IMAKEENV= ${CROSSENV} > +IMAKEENV= ${CROSSENV} INSTALLINFO="${WORLDTMP}/usr/bin/install-info" > IMAKE= ${IMAKEENV} ${MAKE} -f Makefile.inc1 > > USRDIRS= usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \ > > I've done an installworld between -CURRENTs (where we wouldn't > encounter the problem anyway) and it used the correct install-info. > > If anyone is willing to test an upgrade from 3.4 -> 4.0 with this > fix, I'd appreciate it. Otherwise, I'll do it tomorrow. > > If we happen to slide tags and make a new release, this'd be great > for cvsup upgrade path to the release. > > Neil > -- > Neil Blakey-Milner > nbm@rucus.ru.ac.za > > 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