Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2005 19:05:20 -0500
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Randy Bush <randy@psg.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: 4->5 libmilter.a install failure
Message-ID:  <790a9fff05080817054ff9e1d8@mail.gmail.com>
In-Reply-To: <17143.61777.552270.95710@roam.psg.com>
References:  <17143.55126.928714.853442@roam.psg.com> <790a9fff05080816561c653e73@mail.gmail.com> <17143.61777.552270.95710@roam.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/8/05, Randy Bush <randy@psg.com> wrote:
> > Did you do a 'make buildworld -DNO_SENDMAIL'?  If you did, then you
> > need to do a 'make installworld -DNO_SENDMAIL'.
>=20
> NO_SENDMAIL is in /etc/make.conf
>=20
>=20

Hmm, then it shouldn't have even tried to install libmilter.a.

Is the install system the same system as the build system?  If they
are not, then make sure the install system /etc/make.conf has
NO_SENDMAIL defined.

Check your src/lib/Makefile, it should have:

.if !defined(NO_SENDMAIL)
_libmilter=3D=09libmilter
_libsm=3D=09=09libsm
_libsmdb=3D=09libsmdb
_libsmutil=3D=09libsmutil
.endif

which only builds, and installs the above libraries when NO_SENDMAIL
is not defined.

Scot

--=20
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.



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