Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 10:42:58 +0100
From:      John <lists@shell.reiteration.net>
To:        freebsd-stable@freebsd.org
Cc:        Mike Tancsa <mike@sentex.net>
Subject:   Re: make buildworld failure on -STABLE
Message-ID:  <20020629104258.B33650@shell.reiteration.net>
In-Reply-To: <5.1.0.14.0.20020629040503.06d777e0@192.168.0.12>; from mike@sentex.net on Sat, Jun 29, 2002 at 04:07:10AM -0400
References:  <20020629062612.A33650@shell.reiteration.net> <5.1.0.14.0.20020629040503.06d777e0@192.168.0.12>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 29, 2002 at 04:07:10AM -0400, Mike Tancsa wrote:
> 
> 
> 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/

Hi Mike

I think you are nearly right... but /etc/mail/freebsd.mc exists. 
However, it doesn't exist in /usr/src/etc/sendmail/. What does is this:

fbsd# cd /usr/src/etc/sendmail/
fbsd# ls
Makefile        freefall.mc

so I did this:

fbsd# cp freefall.mc freebsd.mc
fbsd# 

...now running make buildworld again. Thanks for the tip! 
-- 
John - jfm@reiteration.net - http://www.reiteration.net/~jfm
For PGP public key finger jfm@reiteration.net or see webpage

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?20020629104258.B33650>