Bug 113199

Summary: Can't build world with the latest scr
Product: Base System Reporter: Abdullah Ibn Hamad Al-Marri <almarrie>
Component: i386Assignee: freebsd-i386 (Nobody) <i386>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.2-STABLE   
Hardware: Any   
OS: Any   

Description Abdullah Ibn Hamad Al-Marri 2007-05-31 17:00:10 UTC
Hello,

I can't do a buildworld after I performed make cleanworld and csup to the latest, I sent an email to freebsd-stable@ and no answer.

===> sys/modules/dc (depend)
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
:> opt_bdg.h
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
awk -f @/tools/makeobjops.awk @/dev/mii/miibus_if.m -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/tmp/usr/include /usr/src/sys/modules/dc/../../pci/if_dc.c
===> sys/modules/dcons (depend)
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
:> opt_dcons.h
echo "#define KDB 1" > opt_ddb.h
echo "#define ALT_BREAK_TO_DEBUGGER 1" > opt_comconsole.h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I/usr/src/sys/modules/dcons/../.. -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/tmp/usr/include /usr/src/sys/modules/dcons/../../dev/dcons/dcons.c /usr/src/sys/modules/dcons/../../dev/dcons/dcons_os.c
/usr/src/sys/modules/dcons/../../dev/dcons/dcons_os.c:75:21: opt_kdb.h: No such file or directory
/usr/src/sys/modules/dcons/../../dev/dcons/dcons_os.c:76:21: opt_gdb.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/dcons.
*** Error code 1

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

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

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

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

Stop in /usr/src.
Comment 1 Abdullah Ibn Hamad Al-Marri 2007-06-01 00:05:47 UTC
Hello,

Please close it and refer to 113204 since it has a patch to fix the problem.

-- 
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2007-06-01 06:39:28 UTC
State Changed
From-To: open->closed

Duplicate of 113204 (which was committed and fixed the problem) thanks 
for the report!