From owner-freebsd-stable Sat Jun 29 5: 9:18 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 3BE8E37B400 for ; Sat, 29 Jun 2002 05:09:12 -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 467BD43E13 for ; Sat, 29 Jun 2002 05:09:11 -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 g5TC99jr034560 for ; Sat, 29 Jun 2002 13:09:09 +0100 (BST) (envelope-from jfm@shell.reiteration.net) Received: (from jfm@localhost) by shell.reiteration.net (8.12.2/8.12.2/Submit) id g5TC99qR034559 for freebsd-stable@freebsd.org; Sat, 29 Jun 2002 13:09:09 +0100 (BST) Date: Sat, 29 Jun 2002 13:09:09 +0100 From: John To: freebsd-stable@freebsd.org Subject: Re: make buildworld failure on -STABLE Message-ID: <20020629130909.A34396@shell.reiteration.net> References: <20020629062612.A33650@shell.reiteration.net> <5.1.0.14.0.20020629040503.06d777e0@192.168.0.12> <20020629104258.B33650@shell.reiteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020629104258.B33650@shell.reiteration.net>; from lists@shell.reiteration.net on Sat, Jun 29, 2002 at 10:42:58AM +0100 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 [new information at the bottom] On Sat, Jun 29, 2002 at 10:42:58AM +0100, John wrote: > 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! Just a followup to this - this solved the problem. Can somebody make the required modification to the mirrors? Because these sources were downloaded today, and they had this error. I started out by wiping /usr/src before running cvsup. -- 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