Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2008 00:15:01 +0300
From:      Alex Kozlov <spam@rm-rf.kiev.ua>
To:        ports@freebsd.org, Mark Foster <mark@foster.cc>, spam@rm-rf.kiev.ua
Subject:   Re: exim 4.69 won't build
Message-ID:  <20080928211501.GA66544@ravenloft.kiev.ua>

next in thread | raw e-mail | index | archive | help
On Sun, Sep 28, 2008 at 10:05:49AM -0700, Mark Foster wrote:
> I'm getting this error when trying to compile (via make) the mail/exim 
> port (v4.69).
> ...
> cc -o exim
> lookups/lookups.a(nis.o)(.text+0x33): In function `nis0_find':
> : undefined reference to `yp_match'
> lookups/lookups.a(nis.o)(.text+0xa0): In function `nis_find':
> : undefined reference to `yp_match'
> lookups/lookups.a(nis.o)(.text+0xed): In function `nis_open':
> : undefined reference to `yp_get_default_domain'
> *** Error code 1
> 
> I'd use send-pr to report this, but exim is broken, so a catch-22.
Remove NO_NIS/WITHOUT_NIS from make.conf/src.conf

or add this to make.conf:
.if ${.CURDIR:N*/ports/mail/exim} == ""
WITHOUT_PERL=yes
WITHOUT_NIS=yes
.endif


--
Adios



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080928211501.GA66544>