Bug 93065

Summary: Running make depend on GENERIC kernel fails
Product: Base System Reporter: Chris MacKay <tech>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.0-RELEASE   
Hardware: Any   
OS: Any   

Description Chris MacKay 2006-02-08 21:20:03 UTC
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
Comment 1 Kris Kennaway 2006-02-09 02:12:50 UTC
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
Comment 2 Matteo Riondato freebsd_committer freebsd_triage 2006-06-02 14:40:45 UTC
State Changed
From-To: open->closed

Custom CFLAGS othern than -O -pipe are not supported. Thanks