Date: Mon, 02 Jan 2006 12:03:49 -0800 From: Doug Barton <dougb@FreeBSD.org> To: Harti Brandt <harti@freebsd.org> Cc: current@freebsd.org Subject: Re: bind breakage in current on sparc64 Message-ID: <43B98725.3020505@FreeBSD.org> In-Reply-To: <20060102160909.U85149@beagle.kn.op.dlr.de> References: <20060102160909.U85149@beagle.kn.op.dlr.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Harti Brandt wrote: > > Please could someone with enough bind or gcc knowledge fix the > buildworld breakage introduced probably with the last bind import? I'm actually working on this today. I finally found someone with a sparc that was willing to let me work on it. The bind9 port builds fine on freebsd sparc, so I am going to figure out what's different, test the change, and commit it. > The > problem seems to be that the lines in question are under > > #ifdef __sparcv9 > > while the line defining the _ai_pad field in bind's local netdb.h is: > > #if defined(sun) && defined(_SOCKLEN_T) > #ifdef __sparc9 > > I sure that both should read either __sparc9 or __sparcv9 and I'm not > sure whether we actually define sun. Ok, that's a good place to start looking, thanks. Doug -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43B98725.3020505>