Bug 19783 - make installworld dependencies wrong
Summary: make installworld dependencies wrong
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.0-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcel Moolenaar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-07-08 12:20 UTC by Achim Patzner
Modified: 2000-10-13 18:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Achim Patzner 2000-07-08 12:20:01 UTC
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.

Fix: 

Reorder installation.
How-To-Repeat: 
	
See description.
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2000-07-08 15:02:56 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled PR
Comment 2 k 2000-08-03 11:10:47 UTC
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
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-03 12:04:51 UTC
State Changed
From-To: open->analyzed

Fixed in rev 1.155 of Makefile.inc1 (thanks, Johan). 


Comment 4 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-03 12:04:51 UTC
Responsible Changed
From-To: freebsd-bugs->marcel

Marcel's MFC reminder.
Comment 5 marcel 2000-08-03 23:39:12 UTC
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
Comment 6 Johan Karlsson freebsd_committer freebsd_triage 2000-10-13 18:26:10 UTC
State Changed
From-To: analyzed->closed

rev 1.156 has been MFC by jhb to rev 1.141.2.8 which  
fixes this problem.