Port-alpha archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Headless kernel build problem



Martin Husemann wrote:
On Sun, Dec 04, 2016 at 01:26:31PM +0200, Staffan Thomén wrote:
Hey!

I recently needed to rebuild the kernel for my headless netbsd-7 system,
and bumped into a couple of warnings in sys/arch/alpha/pci/pci_machdep.c
that halted the build (because of -Werror). Applying some #if like below
fixed it for me.

This has been fixed differently in -current quite some time ago:

----------------------------
revision 1.23
date: 2014-10-17 20:31:07 +0200;  author: uebayasi;  state: Exp;  lines: +7 -3;  commitid: UnqZY0JPxkQkhAUx;
PCI controller doesn't rely on (depend on) AGP bus, but provide it.  If one
specific architecture is known to have some specific AGP implementation, such
suggestion must be done in the "selection" part, not the "definition" part.

This is also an indirect (across bus attachment), circular dependency.
----------------------------

But this never got pulled up to netbsd-7.

Martin

I see, thanks.

Staffan


Home | Main Index | Thread Index | Old Index