From owner-freebsd-stable Sat Jun 29 2:43: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C271937B400 for ; Sat, 29 Jun 2002 02:43:02 -0700 (PDT) Received: from shell.reiteration.net (pc-62-31-233-54-se.blueyonder.co.uk [62.31.233.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id D348F43E0A for ; Sat, 29 Jun 2002 02:43:01 -0700 (PDT) (envelope-from jfm@shell.reiteration.net) Received: from shell.reiteration.net (jfm@localhost [127.0.0.1]) by shell.reiteration.net (8.12.2/8.12.2) with ESMTP id g5T9gxjr034230; Sat, 29 Jun 2002 10:42:59 +0100 (BST) (envelope-from jfm@shell.reiteration.net) Received: (from jfm@localhost) by shell.reiteration.net (8.12.2/8.12.2/Submit) id g5T9gwfe034229; Sat, 29 Jun 2002 10:42:58 +0100 (BST) Date: Sat, 29 Jun 2002 10:42:58 +0100 From: John To: freebsd-stable@freebsd.org Cc: Mike Tancsa Subject: Re: make buildworld failure on -STABLE Message-ID: <20020629104258.B33650@shell.reiteration.net> References: <20020629062612.A33650@shell.reiteration.net> <5.1.0.14.0.20020629040503.06d777e0@192.168.0.12> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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