From nobody@FreeBSD.org  Sun Jul 24 10:00:03 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D4C5816A420
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jul 2005 10:00:03 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA1043D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jul 2005 10:00:03 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j6OA03Em040683
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 24 Jul 2005 10:00:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j6OA03cd040682;
	Sun, 24 Jul 2005 10:00:03 GMT
	(envelope-from nobody)
Message-Id: <200507241000.j6OA03cd040682@www.freebsd.org>
Date: Sun, 24 Jul 2005 10:00:03 GMT
From: Ari Maniatis <ari@ish.com.au>
To: freebsd-gnats-submit@FreeBSD.org
Subject: cannot buildworld for RELENG_6 on machine running 4.11
X-Send-Pr-Version: www-2.3

>Number:         83991
>Category:       misc
>Synopsis:       cannot buildworld for RELENG_6 on machine running 4.11
>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:   Sun Jul 24 10:00:28 GMT 2005
>Closed-Date:    Sat Nov 05 11:20:18 GMT 2005
>Last-Modified:  Sat Nov 05 11:20:18 GMT 2005
>Originator:     Ari Maniatis
>Release:        RELENG_6
>Organization:
ish
>Environment:
FreeBSD delish.ish.com.au 4.11-RELEASE FreeBSD 4.11-RELEASE #2: Thu Mar 31 15:21:14 EST 2005     root@delish.ish.com.au:/usr/obj/usr/src/sys/DELISHKERN  i386
>Description:
root@delish /usr/src # make buildworld

--------------------------------------------------------------
>How-To-Repeat:
* running FreeBSD 4.11
* cvsup RELENG_6 (as of Sun Jul 24 9:59:04 UTC 2005)
* cd /usr/src
* make buildworld

(tried "env -i make buildworld" - no difference)
>Fix:
I investigated various Makefiles, but could find the reason why 'sys/sys/stdint.h' isn't being found.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Sat Nov 5 11:19:43 GMT 2005 
State-Changed-Why:  
RElENG_6 builds are not supported from a RELENG_4 machine. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=83991 
>Unformatted:
 >>> Building an up-to-date make(1)
 --------------------------------------------------------------
 rm -f .depend
 mkdep -f .depend -a    -I/usr/src/usr.bin/make -DMAKE_VERSION=\"5200408120\" -D__FBSDID=__RCSID -DDEFSHELLNAME=\"sh\"  /usr/src/usr.bin/make/arch.c /usr/src/usr.bin/make/buf.c /usr/src/usr.bin/make/cond.c /usr/src/usr.bin/make/dir.c /usr/src/usr.bin/make /for.c /usr/src/usr.bin/make/hash.c /usr/src/usr.bin/make/hash_tables.c /usr/src/usr.bin/make/job.c /usr/src/usr.bin/make/lst.c /usr/src/usr.bin/make/main.c /usr/src/usr.bin/make/make.c /usr/src/usr.bin/make/parse.c /usr/src/usr.bin/make/proc.c /usr/src/ usr.bin/make/shell.c /usr/src/usr.bin/make/str.c /usr/src/usr.bin/make/suff.c /usr/src/usr.bin/make/targ.c /usr/src/usr.bin/make/util.c /usr/src/usr.bin/make/var.c
 In file included from /usr/src/usr.bin/make/arch.c:107:
 /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory
 
