Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 11:04:19 -0500
From:      Jim Bloom <bloom@acm.org>
To:        Neil Blakey-Milner <nbm@mithrandr.moria.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: possible simple install-info fix
Message-ID:  <38CFB483.39534E3@acm.org>
References:  <20000315174906.A54067@mithrandr.moria.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38CFB483.39534E3>