From nobody@FreeBSD.org  Wed Feb  8 21:19:34 2006
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 0082216A420
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Feb 2006 21:19:34 +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 A27AB43D48
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  8 Feb 2006 21:19:33 +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 k18LJX9h039138
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 8 Feb 2006 21:19:33 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k18LJXh4039137;
	Wed, 8 Feb 2006 21:19:33 GMT
	(envelope-from nobody)
Message-Id: <200602082119.k18LJXh4039137@www.freebsd.org>
Date: Wed, 8 Feb 2006 21:19:33 GMT
From: Chris MacKay <tech@cafastnet.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Running make depend on GENERIC kernel fails
X-Send-Pr-Version: www-2.3

>Number:         93065
>Category:       amd64
>Synopsis:       Running make depend on GENERIC kernel fails
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-amd64
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 08 21:20:03 GMT 2006
>Closed-Date:    Fri Jun 02 13:43:01 GMT 2006
>Last-Modified:  Fri Jun 02 13:43:01 GMT 2006
>Originator:     Chris MacKay
>Release:        6.0-RELEASE cvsup to RELENG_6
>Organization:
Nowfast Internet Services
>Environment:
64dev# uname -a
FreeBSD 64dev.ex-it.biz 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Nov  2 19:07:38 UTC 2005     root@rat.samsco.home:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
After a fresh install, and running cvsup, I go to recompile the kernel, and the make depend fails. Following is my cvsup configuration file:

*default tag=RELENG_6
*default host=cvsup3.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs delete use-rel-suffix
src-all
#cvs-crypto

The actual output is quite large, so I've put it up at www.ex-it.biz/reports/makedepend60.txt

I've also included a full output of "dmesg" in case that is found to be useful:
www.ex-it.biz/reports/dmesg.txt

>How-To-Repeat:
Do a fresh install of 6.0-RELEASE from the ISO image, cvsup with the afforementioned configuration file, cd /usr/src/sys/i386/conf ; config GENERIC ; cd ../compile/GENERIC ; make cleandepend ; make depend
>Fix:
              
>Release-Note:
>Audit-Trail:

From: Kris Kennaway <kris@obsecurity.org>
To: Chris MacKay <tech@cafastnet.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: amd64/93065: Running make depend on GENERIC kernel fails
Date: Wed, 8 Feb 2006 21:12:50 -0500

 --SUOF0GtieIMvvwua
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Wed, Feb 08, 2006 at 09:19:33PM +0000, Chris MacKay wrote:
 
 > >How-To-Repeat:
 > Do a fresh install of 6.0-RELEASE from the ISO image, cvsup with the afforementioned configuration file, cd /usr/src/sys/i386/conf ; config GENERIC ; cd ../compile/GENERIC ; make cleandepend ; make depend
 
 cc -c -O2 -frename-registers -pipe
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 that looks like local COPTFLAGS settings, to me.
 
 Kris
 
 --SUOF0GtieIMvvwua
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 
 iD8DBQFD6qUiWry0BWjoQKURAhtsAKCbYgyU5Yjh73r5wNANqY7RHnrqxgCgsZsU
 Ff1nElq6c6Uv/nquWdq0obk=
 =2qS+
 -----END PGP SIGNATURE-----
 
 --SUOF0GtieIMvvwua--
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Fri Jun 2 13:40:45 UTC 2006 
State-Changed-Why:  
Custom CFLAGS othern than -O -pipe are not supported. Thanks 

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