From owner-freebsd-questions Tue May 27 08:33:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA17986 for questions-outgoing; Tue, 27 May 1997 08:33:39 -0700 (PDT) Received: from unix.stylo.it (unix.stylo.it [193.76.98.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA17981 for ; Tue, 27 May 1997 08:33:36 -0700 (PDT) Received: from styloserver.stylo.it (mail.stylo.it [193.76.98.13]) by unix.stylo.it (8.7.5/8.6.9) with ESMTP id RAA04611 for ; Tue, 27 May 1997 17:33:21 +0200 (MET DST) Received: by STYLOSERVER with Internet Mail Service (5.0.1457.3) id ; Tue, 27 May 1997 17:32:40 +0200 Message-ID: <31EBCC36B676D01197E400801E032495021F4F@STYLOSERVER> From: Angelo Turetta To: "'freebsd-questions'" Subject: Make world halts on sendmail config file. Date: Tue, 27 May 1997 17:32:33 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1457.3) Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can someone help me troubleshooting this? make world halts after building sendmail, while expanding its configuration files. --------------- quoting from redirected output ===> usr.sbin/sendmail/cf/cf rm -f freefall.cf (cd /proxy/src/usr.sbin/sendmail/cf/cf && m4 ../m4/cf.m4 freefall.mc) > freefall.cf m4: eval: major botch. --------------- end quoting The tree is RELENG_2_2 as of yesterday (updated with cvsup), freefall.mc is stamped with: VERSIONID(`@(#)freefall.mc $Revision: 1.8.2.4 $') these are the last lines written to freefall.cf: ###################################################################### ###################################################################### ##### ##### SENDMAIL CONFIGURATION FILE ##### ##### built by root@unix.stylo.it on Tue May 27 17:12:43 MET DST 1997 ##### in /proxy/src/usr.sbin/sendmail/cf/cf ##### using ../ as configuration include directory What can I do?