Bug 117425

Summary: failure to build kernel after upgrade to 6.2
Product: Base System Reporter: Ivan Kurtev <ikurtev>
Component: alphaAssignee: freebsd-alpha (Nobody) <alpha>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.5-STABLE   
Hardware: Any   
OS: Any   

Description Ivan Kurtev 2007-10-23 14:20:02 UTC
Hi All,
After update /usr/src from 5.5 to 6.2, try to make buildkernel exit with error in
/usr/src/sys/alpha/pci/pcibus.c. make buildworld was ok. my box is alphaserver ds10.

/src/sys/alpha/pci/pcibus.c
/src/sys/alpha/pci/pcibus.c: In function `alpha_platform_alloc_ide_intr':
/src/sys/alpha/pci/pcibus.c:104: error: `rid' undeclared (first use in this function)
/src/sys/alpha/pci/pcibus.c:104: error: (Each undeclared identifier is reported only once
/src/sys/alpha/pci/pcibus.c:104: error: for each function it appears in.)
*** Error code 1
Comment 1 John Baldwin freebsd_committer freebsd_triage 2007-10-24 13:37:29 UTC
Try updating to 1.36.2.2 of pcibus.c which I just committed, it should fix 
this.  Sorry. :(

-- 
John Baldwin
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-10-29 09:57:07 UTC
State Changed
From-To: open->feedback

To submitter: did the latest checkin fix the problem?
Comment 3 John Baldwin freebsd_committer freebsd_triage 2007-11-01 15:52:16 UTC
State Changed
From-To: feedback->closed

Fixed by aforementioned commit.