From ap@sprouts.org  Sat Jul  8 04:12:25 2000
Return-Path: <ap@sprouts.org>
Received: from gemini.bnc.net (gemini.bnc.net [62.225.99.33])
	by hub.freebsd.org (Postfix) with ESMTP id 7CE8D37B797
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Jul 2000 04:12:23 -0700 (PDT)
	(envelope-from ap@sprouts.org)
Received: from sprouts.org (sprouts.org [62.225.99.17])
          by gemini.bnc.net (8.9.3/8.9.3) with ESMTP id NAA83121
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 8 Jul 2000 13:12:22 +0200 (CEST)
          (envelope-from ap@sprouts.org)
Received: (from ap@localhost)
          by sprouts.org (8.8.8/8.8.8) id NAA12077;
          Sat, 8 Jul 2000 13:12:21 +0200 (CEST)
          (envelope-from ap)
Message-Id: <200007081112.NAA12077@sprouts.org>
Date: Sat, 8 Jul 2000 13:12:21 +0200 (CEST)
From: Achim Patzner <ap@sprouts.org>
Reply-To: ap@sprouts.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: make installworld dependencies wrong
X-Send-Pr-Version: 3.2

>Number:         19783
>Category:       bin
>Synopsis:       make installworld dependencies wrong
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    marcel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 08 04:20:01 PDT 2000
>Closed-Date:    Fri Oct 13 10:26:10 PDT 2000
>Last-Modified:  Fri Oct 13 10:28:27 PDT 2000
>Originator:     Achim Patzner
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	

>Description:

Trying to update a 3.4-RELEASE system to 4.0-STABLE by installing the
sources and running make buildworld followed by make install is not possible
as install-doc (from texinfo) isn't installed early enough and the old
install-doc isn't supporting all options.

>How-To-Repeat:

	
See description.

>Fix:
	
	
Reorder installation.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: phantom 
Responsible-Changed-When: Sat Jul 8 07:02:56 PDT 2000 
Responsible-Changed-Why:  
Misfiled PR 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19783 

From: Johan Karlsson <k@numeri.campus.luth.se>
To: freebsd-gnats-submit@FreeBSD.org
Cc: ap@sprouts.org, marcel@FreeBSD.org
Subject: Re: bin/19783: make installworld dependencies wrong
Date: Thu, 03 Aug 2000 12:10:47 +0200

 Hi
 
 This was fixed in rev 1.155 of Makefile.inc1 but has not yet been
 MFC:ed
 
 The part that needs to be MFC:ed is
 
 --- Makefile.inc1.~1~	Thu Aug  3 12:00:48 2000
 +++ Makefile.inc1	Thu Aug  3 12:01:23 2000
 @@ -183,7 +183,8 @@
  WMAKE=		${WMAKEENV} ${MAKE} -f Makefile.inc1
  
  # install stage
 -IMAKEENV=	${CROSSENV}
 +IMAKEENV=	${CROSSENV} \
 +		PATH=${TMPPATH}
  IMAKE=		${IMAKEENV} ${MAKE} -f Makefile.inc1
  
  USRDIRS=	usr/bin usr/lib/compat/aout usr/games usr/libdata/ldscripts \
 
 
 
 
 
 Marcel, can you please have a look at this and MFC this change.
 Maybe you also want to MFC rev 1.156 to get all the proper binaries 
 when installing.
 
 Please also close this PR when you have MFC:ed
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19783
 
 
State-Changed-From-To: open->analyzed 
State-Changed-By: sheldonh 
State-Changed-When: Thu Aug 3 04:04:51 PDT 2000 
State-Changed-Why:  
Fixed in rev 1.155 of Makefile.inc1 (thanks, Johan). 


Responsible-Changed-From-To: freebsd-bugs->marcel 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Aug 3 04:04:51 PDT 2000 
Responsible-Changed-Why:  
Marcel's MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19783 

From: Marcel Moolenaar <marcel@cup.hp.com>
To: Johan Karlsson <k@numeri.campus.luth.se>
Cc: freebsd-gnats-submit@FreeBSD.org, ap@sprouts.org
Subject: Re: bin/19783: make installworld dependencies wrong
Date: Thu, 03 Aug 2000 15:39:12 -0700

 Johan Karlsson wrote:
 > Marcel, can you please have a look at this and MFC this change.
 > Maybe you also want to MFC rev 1.156 to get all the proper binaries
 > when installing.
 > 
 > Please also close this PR when you have MFC:ed
 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19783
 
 All is in the pipeline. I'm suffering a lot of stalls, that's it...
 
 -- 
 Marcel Moolenaar
   mail: marcel@cup.hp.com / marcel@FreeBSD.org
   tel:  (408) 447-4222
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: johan 
State-Changed-When: Fri Oct 13 10:26:10 PDT 2000 
State-Changed-Why:  
rev 1.156 has been MFC by jhb to rev 1.141.2.8 which  
fixes this problem. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=19783 
>Unformatted:
