From ggm@apnic.net  Fri Jun  1 04:27:08 2007
Return-Path: <ggm@apnic.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5EAE916A46B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Jun 2007 04:27:08 +0000 (UTC)
	(envelope-from ggm@apnic.net)
Received: from mint.apnic.net (mint.apnic.net [202.12.29.58])
	by mx1.freebsd.org (Postfix) with ESMTP id 1F5F313C480
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Jun 2007 04:27:07 +0000 (UTC)
	(envelope-from ggm@apnic.net)
Received: from asmtp.apnic.net (garlic.apnic.net [202.12.29.224])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mint.apnic.net (Postfix) with ESMTP id DDDAAD5F4E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Jun 2007 14:05:07 +1000 (EST)
Message-Id: <20070601140507.641459d1@garlique.algebras.org>
Date: Fri, 1 Jun 2007 14:05:07 +1000
From: George Michaelson <ggm@apnic.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: repeatable make installworld failure in current

>Number:         113210
>Category:       misc
>Synopsis:       repeatable make installworld failure in current
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 01 04:30:04 GMT 2007
>Closed-Date:    Sat Jun 02 04:18:55 GMT 2007
>Last-Modified:  Sat Jun 02 04:18:55 GMT 2007
>Originator:     George Michaelson
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD uluru.apnic.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu
May 10 11:27:12 UTC 2007
root@uluru.apnic.net:/usr/obj/usr/src/sys/ULURU i386


	
>Description:
	clean-state /usr/src and /usr/obj, make -j4 buildworld
completes fine. make -j4 buildkernel completes fine. make installkernel
completes fine.

	drop single-user, make installworld fails, with:

	===> gnu/usr.bin/cc/include (install)
	cp:No such file or directory
	*** Error code 1

	Stop in /usr/src/gnu/usr.bin/cc/include.
	*** Error code 1

Tested with:
[ggm@uluru /var/tmp]$ egrep -v '^\#' /etc/make.conf 
PERL_VER=5.8.8
PERL_VERSION=5.8.8
CFLAGS= -O2 -fno-strict-aliasing -pipe
COPTFLAGS= -O -pipe
[ggm@uluru /var/tmp]$

>How-To-Repeat:
	remove /usr/obj and /usr/src, re-cvsup to 7.0 CURRENT and
	run a buildworld/installworld cycle as in the docs.
>Fix:

	NFI. make -k installworld ran to completion and mergemaster
	wasn't upset. I think somebody trimmed a Makefile recently
	in an odd way or something..


>Release-Note:
>Audit-Trail:

From: Ruslan Ermilov <ru@FreeBSD.org>
To: George Michaelson <ggm@apnic.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/113210: repeatable make installworld failure in current
Date: Fri, 1 Jun 2007 14:36:33 +0400

 On Fri, Jun 01, 2007 at 02:05:07PM +1000, George Michaelson wrote:
 > 	clean-state /usr/src and /usr/obj, make -j4 buildworld
 > completes fine. make -j4 buildkernel completes fine. make installkernel
 > completes fine.
 > 
 > 	drop single-user, make installworld fails, with:
 > 
 > 	===> gnu/usr.bin/cc/include (install)
 > 	cp:No such file or directory
 > 	*** Error code 1
 > 
 > 	Stop in /usr/src/gnu/usr.bin/cc/include.
 > 	*** Error code 1
 > 
 I bet the date/time of your computer is set incorrectly.
 In case it's set correctly, please provide the output of
 the following commands:
 
 # date
 # ls -lT /usr/src/contrib/gcc/config/i386/pmm_malloc.h /usr/obj/usr/src/gnu/usr.bin/cc/include/mm_malloc.h
 
 
 Cheers,
 -- 
 Ruslan Ermilov
 ru@FreeBSD.org
 FreeBSD committer

From: George Michaelson <ggm@apnic.net>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/113210: repeatable make installworld failure in current
Date: Sat, 2 Jun 2007 10:22:00 +1000

 On Fri, 1 Jun 2007 14:36:33 +0400
 Ruslan Ermilov <ru@FreeBSD.org> wrote:
 
 > On Fri, Jun 01, 2007 at 02:05:07PM +1000, George Michaelson wrote:
 > > 	clean-state /usr/src and /usr/obj, make -j4 buildworld
 > > completes fine. make -j4 buildkernel completes fine. make
 > > installkernel completes fine.
 > > 
 > > 	drop single-user, make installworld fails, with:
 > > 
 > > 	===> gnu/usr.bin/cc/include (install)
 > > 	cp:No such file or directory
 > > 	*** Error code 1
 > > 
 > > 	Stop in /usr/src/gnu/usr.bin/cc/include.
 > > 	*** Error code 1
 > > 
 > I bet the date/time of your computer is set incorrectly.
 > In case it's set correctly, please provide the output of
 > the following commands:
 
 CLUESTICK HIT!
 
 thanks. close it.
 
 -G
 > 
 > # date
 > # ls
 > -lT /usr/src/contrib/gcc/config/i386/pmm_malloc.h /usr/obj/usr/src/gnu/usr.bin/cc/include/mm_malloc.h
 > 
 > 
 > Cheers,
 > -- 
 > Ruslan Ermilov
 > ru@FreeBSD.org
 > FreeBSD committer
 > 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jun 2 04:18:42 UTC 2007 
State-Changed-Why:  
Closed at submitter's request. 

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