Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 00:55:55 +0200
From:      Hanspeter Roth <hanspeter_roth@hotmail.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 'make buildworld' fails on sendmail freebsd.mc file
Message-ID:  <20020420005555.A48485@bsag.ch>
In-Reply-To: <3CC075E8.42D30F4E@camel.kdsi.net>; from tony@camel.kdsi.net on Fri, Apr 19, 2002 at 02:54:16PM -0500
References:  <3CC075E8.42D30F4E@camel.kdsi.net>

next in thread | previous in thread | raw e-mail | index | archive | help
  On Apr 19 at 14:54, Tony Wells spoke:

> 
> Hi all,
> 
> I'm trying to build world after cvsup'ing yesterday, 4.5-STABLE branch,
> but it fails with the following error message:
> 
> [snip]
> ===> etc/sendmail
> rm -f freebsd.cf
> (cd /usr/src/etc/sendmail &&  m4
> -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/  
> /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc) >
> freebsd.cf
> *** WARNING: missing -T<TMPF> in argument of FEATURE(`access_db', hash
> -o /etc/mail/access)
>  

You may want to add the following line into /etc/make.conf

NO_SENDMAIL=	true	# do not build sendmail and related programs

Or you might fix the appropriate freebsd.mc. It seems this is the
one thats used to create a sendmail.cf.

-Hanspeter

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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