Eric Veraart
2003-Nov-05 12:32 UTC
4.9-release buildworld suddenly stops with NO_SENDMAIL=true
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
Brian Lynn
2003-Nov-05 12:47 UTC
4.9-release buildworld suddenly stops with NO_SENDMAIL=true
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
Eric Veraart
2003-Nov-05 13:17 UTC
4.9-release buildworld suddenly stops with NO_SENDMAIL=true
Damn, forgot the last chmod was from sendmail. Scuze me, it's too late for me to be working anyways ;) Thanx. At 03:46 PM 5/11/2003 -0500, Brian Lynn wrote:> >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 >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"