Bug 200882 - Building pci(4) on sparc64's been broken for the past ~week
Summary: Building pci(4) on sparc64's been broken for the past ~week
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.1-STABLE
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-15 19:04 UTC by Enji Cooper
Modified: 2015-06-16 18:40 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enji Cooper freebsd_committer freebsd_triage 2015-06-15 19:04:33 UTC
Excerpt from an email sent by wemm@

--------------------------------------------------------------
stage 3.2: building everything
--------------------------------------------------------------
/usr/src/sys/sparc64/pci/apb.c: In function 'apb_attach':
/usr/src/sys/sparc64/pci/apb.c:174: error: 'struct pcib_softc' has no member 
named 'secstat'
/usr/src/sys/sparc64/pci/apb.c:176: error: 'struct pcib_softc' has no member 
named 'command'
/usr/src/sys/sparc64/pci/apb.c:186: error: 'struct pcib_softc' has no member 
named 'seclat'
--- apb.o ---
*** [apb.o] Error code 1

make[2]: stopped in /usr/obj/sparc64.sparc64/usr/src/sys/GENERIC
1 error
Comment 1 Enji Cooper freebsd_committer freebsd_triage 2015-06-15 19:11:16 UTC
Looks like the issue might be caused by a missing MFC: r281930. CCing jhb for comment.
Comment 2 Ed Maste freebsd_committer freebsd_triage 2015-06-16 18:40:31 UTC
Merged in r284455