Bug 104294 - error when compiling kernel
Summary: error when compiling kernel
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: sparc64 (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-sparc64 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 13:40 UTC by Jihad Jaafar
Modified: 2006-10-11 14:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jihad Jaafar 2006-10-11 13:40:26 UTC
when I'm compiling the GENERIC (which I didnot Change) setting I'm geting this error one the "make depend" 


mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I@/../include -I/usr/includ
e -I/usr/src/sys/sparc64/compile/GENERIC /usr/src/sys/modules/ti/../../pci/if_ti.c
/usr/src/sys/modules/ti/../../pci/if_ti.c:141:23: @/pci/ti_fw.h: Input/output error
mkdep: compile failed
*** Error code 1

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

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

Stop in /usr/src/sys/sparc64/compile/GENERIC.

Fix: 

please look at this
this mybe a salution.

http://lists.freebsd.org/pipermail/freebsd-stable/2006-January/021544.html
How-To-Repeat: /usr/sbin/config GENERIC
cd ../compile/GENERIC/
make cleandepend
make depend
Comment 1 ru freebsd_committer freebsd_triage 2006-10-11 14:27:41 UTC
State Changed
From-To: open->closed

5 EIO Input/output error.  Some physical input or output error occurred. 

This is probably due to your disk failing; see if 
"cat /usr/src/sys/pci/ti_fw.h" works.