From hsu@clinet.fi  Fri May  9 01:14:36 1997
Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA20042
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 9 May 1997 01:14:34 -0700 (PDT)
Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.8.5/8.6.4) with ESMTP id LAA18696 for <FreeBSD-gnats-submit@freebsd.org>; Fri, 9 May 1997 11:14:30 +0300 (EET DST)
Received: (root@localhost) by katiska.clinet.fi (8.8.5/8.6.4) id LAA04166; Fri, 9 May 1997 11:14:29 +0300 (EET DST)
Message-Id: <199705090814.LAA04166@katiska.clinet.fi>
Date: Fri, 9 May 1997 11:14:29 +0300 (EET DST)
From: Heikki Suonsivu <hsu@clinet.fi>
Reply-To: hsu@clinet.fi
To: FreeBSD-gnats-submit@freebsd.org
Subject: make reinstall collapses on install-info
X-Send-Pr-Version: 3.2

>Number:         3558
>Category:       bin
>Synopsis:       make reinstall collapses on install-info
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May  9 01:20:00 PDT 1997
>Closed-Date:    Fri Jun 4 13:20:19 CDT 1999
>Last-Modified:  Fri Jun  4 13:22:01 CDT 1999
>Originator:     Heikki Suonsivu
>Release:        FreeBSD 2.2-RELEASE i386
>Organization:
Clinet, Espoo, Finland
>Environment:

make reinstall on 2.2-RELENG from alpha days.  Trying to reinstall over
nfs. 

>Description:

reinstall does not install install-info before trying to use it.

install -c -o bin -g bin -m 444   libg++.a /usr/lib
install -c -o bin -g bin -m 444   libg++_p.a /usr/lib
install -c -o bin -g bin -m 444     libg++.so.4.0  /usr/lib
===> gnu/lib/libg++/doc
install-info --defsection="Gcc Documentation"  --defentry="* G++FAQ: (g++FAQ). The GNU G++ FAQ."  g++FAQ.info /usr/share/info/dir
install-info: not found
*** Error code 1

>How-To-Repeat:

make reinstall on machine which is old enough to not to have install-info

>Fix:
	
Workaround is to copy install-info to the target's /usr/bin before
reinstalling.

Fix is probably trivial for someone who knows where to put it :-)

>Release-Note:
>Audit-Trail:

From: Guy Helmer <ghelmer@cs.iastate.edu>
To: freebsd-gnats-submit@freebsd.org, hsu@clinet.fi
Cc:  
Subject: Re: bin/3558: make reinstall collapses on install-info
Date: Thu, 03 Jun 1999 21:52:52 -0500

 Since this was a problem with old sources, can this PR be closed?
 
 Guy Helmer
 ghelmer@freebsd.org
 
State-Changed-From-To: open->closed 
State-Changed-By: ghelmer 
State-Changed-When: Fri Jun 4 13:20:19 CDT 1999 
State-Changed-Why:  
Fixed in src/Makefile rev.1.122 by bde. 
>Unformatted:
