Date: Sat, 29 Jun 2002 04:07:10 -0400 From: Mike Tancsa <mike@sentex.net> To: John <lists@shell.reiteration.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld failure on -STABLE Message-ID: <5.1.0.14.0.20020629040503.06d777e0@192.168.0.12> In-Reply-To: <20020629062612.A33650@shell.reiteration.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At 06:26 AM 6/29/2002 +0100, John wrote:
>this gives a make buildworld error:
>
>/usr.sbin/sshd/../../lib/libssh/libssh.a -lcrypt -lcrypto -lutil -lz
>-lwrap -lpam
>gzip -cn
>/home/system/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 >
>sshd.8.gz
>===> etc
>===> etc/sendmail
>make: don't know how to make freebsd.mc. Stop
>*** Error code 2
>
>Has this got anything to do with the sed problem reported recently? To me,
>it looks like something else (and apache compiled fine).
No. Actually, at this point, you are pretty well done. The only thing that
didnt work was the building of your local .cf file (but not the final
sendmail.cf file). The remaining bits if it had worked would have looked
something like
===> 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/s
endmail/cf/m4/cf.m4 freebsd.mc) > freebsd.cf
chmod 444 freebsd.cf
rm -f /etc/mail/granite.sentex.ca.cf
(cd /usr/src/etc/sendmail && m4
-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/
/usr/src/etc/sendmail/../../contrib/s
endmail/cf/m4/cf.m4 /etc/mail/granite.sentex.ca.mc) >
/etc/mail/granite.sentex.ca.cf
chmod 444 /etc/mail/granite.sentex.ca.cf
granite#
It sounds like you are missing a copy of /usr/src/etc/sendmail/freebsd.mc
in /etc/mail/
---Mike
--------------------------------------------------------------------
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, mike@sentex.net
Providing Internet since 1994 www.sentex.net
Cambridge, Ontario Canada www.sentex.net/mike
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20020629040503.06d777e0>
