From nobody@FreeBSD.org  Fri May 25 06:51:32 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E875D16A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 May 2007 06:51:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id DBB0113C447
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 May 2007 06:51:32 +0000 (UTC)
	(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 l4P6pWul094916
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 25 May 2007 06:51:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4P6pWdO094915;
	Fri, 25 May 2007 06:51:32 GMT
	(envelope-from nobody)
Message-Id: <200705250651.l4P6pWdO094915@www.freebsd.org>
Date: Fri, 25 May 2007 06:51:32 GMT
From: "Victor I. Trevino"<victort08@sbcglobal.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: make depend fails due to missing header file (net/if_lagg.h)
X-Send-Pr-Version: www-3.0

>Number:         112979
>Category:       i386
>Synopsis:       make depend fails due to missing header file (net/if_lagg.h)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 07:00:11 GMT 2007
>Closed-Date:    Fri May 25 08:42:18 GMT 2007
>Last-Modified:  Fri May 25 08:42:18 GMT 2007
>Originator:     Victor I. Trevino
>Release:        6.2
>Organization:
>Environment:
FreeBSD superbox.selfip.info 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon May  7 17:34:13 CDT 2007     victor@sprite.victorminator.net:/usr/src/sys/i386/compile/SPRITE  i386
>Description:
===> sbin/ifconfig (depend)
rm -f .depend
mkdep -f .depend -a     /usr/src/sbin/ifconfig/ifconfig.c /usr/src/sbin/ifconfig/af_link.c /usr/src/sbin/ifconfig/af_inet.c /usr/src/sbin/ifconfig/af_inet6.c /usr/src/sbin/ifconfig/af_atalk.c /usr/src/sbin/ifconfig/ifclone.c /usr/src/sbin/ifconfig/ifmac.c /usr/src/sbin/ifconfig/ifmedia.c /usr/src/sbin/ifconfig/ifvlan.c /usr/src/sbin/ifconfig/ifieee80211.c /usr/src/sbin/ifconfig/ifcarp.c /usr/src/sbin/ifconfig/ifpfsync.c /usr/src/sbin/ifconfig/ifbridge.c /usr/src/sbin/ifconfig/iflagg.c /usr/src/sbin/ifconfig/af_ipx.c
/usr/src/sbin/ifconfig/iflagg.c:19:25: net/if_lagg.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sbin/ifconfig.
*** Error code 1

Stop in /usr/src/sbin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

>How-To-Repeat:
(src/ tree as of 25 May 2007 06:49 UTC)

'make depend` in /usr/src

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Fri May 25 07:56:23 UTC 2007 
State-Changed-Why:  
You're upgrading (your sources do not match the installed 
bits), so you're required to do buildworld + installworld. 
After that, "make depend" (FWIW) will work. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112979 
State-Changed-From-To: closed->feedback 
State-Changed-By: remko 
State-Changed-When: Fri May 25 08:02:41 UTC 2007 
State-Changed-Why:  
Can you please recheck whether you have an entirely correct tree? 
Checkout 
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/net/?only_with_tag=RELENG_6, 
which tells you that if_lagg.h is there, so I think you probably have an 
incomplete 6-STABLE... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112979 
State-Changed-From-To: feedback->closed 
State-Changed-By: remko 
State-Changed-When: Fri May 25 08:42:16 UTC 2007 
State-Changed-Why:  
Somehow the info that the pr was closed didn't came through to my 
mailbox yet. I will reclose the ticket to reflect the latest status. 

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