Subject: Re: net/ORBit2-2.12.4: undefined reference to `in6addr_any'
To: NetBSD Packages Technical Discussion List <tech-pkg@NetBSD.org>
From: None <joerg@britannica.bec.de>
List: tech-pkg
Date: 05/22/2006 19:12:27
On Mon, May 22, 2006 at 12:53:30PM -0400, Greg A. Woods wrote:
> At Fri, 19 May 2006 19:53:24 +0200,
> joerg@britannica.bec.de wrote:
> > 
> > On Fri, May 19, 2006 at 12:27:30PM -0400, Greg A. Woods wrote:
> > > I'm building on a NetBSD/i386 3.0_STABLE machine and I'm encountering
> > > the following problem with net/ORBit2-2.12.4.  Has anyone seen the likes
> > > of this and does anyone have any idea what to do about it?  Does 2.12.5
> > > fix this problem by any chance?
> > 
> > vars6.o in libc should provide that symbol. Anything special in your
> > configuration? E.g. NO_IPV6 build or something like that?
> 
> Well I do have this in /etc/mk.conf:
> 
> 	MKINET6 = 'no'
> 
> Shouldn't pkgsrc honour it too?  It is a supported option, IIUC.

For those packages which honour it, add
PKG_DEFAULT_OPTIONS= -inet6
as well. ORBit2 doesn't belong into this category ATM though.

Joerg