From andre.albsmeier@mchp.siemens.de  Thu Oct  1 12:04:11 1998
Received: from david.siemens.de (david.siemens.de [192.35.17.14])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13746
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Oct 1998 12:04:09 -0700 (PDT)
          (envelope-from andre.albsmeier@mchp.siemens.de)
Received: from mail.siemens.de (salomon.siemens.de [139.23.33.13])
	by david.siemens.de (8.9.1a/8.9.1) with ESMTP id VAA22963
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Oct 1998 21:03:34 +0200 (MET DST)
Received: from curry.mchp.siemens.de (daemon@curry.mchp.siemens.de [146.180.31.23])
	by mail.siemens.de (8.9.1a/8.9.1) with ESMTP id VAA17296
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Oct 1998 21:03:34 +0200 (MET DST)
Received: (from daemon@localhost)
	by curry.mchp.siemens.de (8.8.8/8.8.8) id VAA10094
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Oct 1998 21:03:34 +0200 (CEST)
Message-Id: <199810011903.VAA21352@internal>
Date: Thu, 1 Oct 1998 21:03:33 +0200 (CEST)
From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: -current fails to build in INFODIR is set
X-Send-Pr-Version: 3.2

>Number:         8122
>Category:       bin
>Synopsis:       -current fails to build in INFODIR is set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  1 12:10:00 PDT 1998
>Closed-Date:    Tue Nov 24 00:07:13 PST 1998
>Last-Modified:  Tue Nov 24 00:08:50 PST 1998
>Originator:     Andre Albsmeier
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
>Environment:

An existing FreeBSD (2.2.7) system during the "make buildworld" in
order to upgrade to -current.

>Description:

When the INFODIR variable is set, "make buildworld" fails.
This is the same problem as desribed in PR# 6138. It has
been solved by removing share/info from build-tools in
/usr/src/Makefile. This was done for -STABLE in version
1.109.2.28 and for -current in version 1.176 by bde.

However, I assume during the E-day transition this bug
was reintroduced in Makefile.inc1. Now we find it here
in the lib-tools: target.

>How-To-Repeat:

set INFODIR to anything and make buildworld with -current
sources.


>Fix:
	
Maybe bde's commit log message is still valid and we can remove
/share/info from lib-tools: simply...

------------------------ snip ------------------------------

1.176 Sun May 10 16:51:07 1998 UTC by bde 
Diffs to 1.175 

Removed share/info from build-tools.  It should never have been there,
and became redundant when it was put in SUBDIR, and became bogus when
WORLDTMP was introduced, and became broken when INFODIR was introduced.

PR:             6138
>Release-Note:
>Audit-Trail:

From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: Re: bin/8122: -current fails to build in INFODIR is set
Date: Tue, 24 Nov 1998 08:43:31 +0100

 Close me, I am fixed...
 
 	-Andre
State-Changed-From-To: open->closed 
State-Changed-By: ken 
State-Changed-When: Tue Nov 24 00:07:13 PST 1998 
State-Changed-Why:  
The PR author reports that his problem is fixed, and requested that the PR 
be closed. 
>Unformatted:
