Date: Wed, 05 Nov 2003 15:46:51 -0500 From: blynn42@comcast.net (Brian Lynn) To: Eric Veraart <eric@monkey-online.net> Cc: stable@freebsd.org Subject: Re: 4.9-release buildworld suddenly stops with NO_SENDMAIL=true Message-ID: <200311052046.hA5Kkpml072467@ted.wyld.stallyns> In-Reply-To: Your message of "Wed, 05 Nov 2003 21:31:42 %2B0100." <5.2.1.1.0.20031105212901.0491fd20@mail.monkey-online.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 05 Nov 2003 21:31 Eric Veraart wrote: > Hello, > > Since I added NO_SENDMAIL=true to /etc/make.conf make buildworld stops > with the next two lines: > ------- > gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz > ===> etc > ------ > > If I remember correct it previously stopped on a chmod or something. > I'm not getting any errors or warnings, also nothing in /var/log/messages > > Any ideas? > > Thanks in advance, > Eric > Looks like it is doing exactly what you asked. 3:43pm ted ~>tail /usr/src/logs/buildworld-out-20031101 gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz ===> etc ===> etc/sendmail rm -f freebsd.cf m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 /usr/src/etc/sendmail/freebsd.mc > freebsd.cf chmod 444 freebsd.cf rm -f freebsd.submit.cf m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 /usr/src/etc/sendmail/../../contrib/sendmail/cf/cf/submit.mc > freebsd.submit.cf chmod 444 freebsd.submit.cf Builworld finished: Sat Nov 1 17:28:37 EST 2003 Brian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311052046.hA5Kkpml072467>