Subject: Re: NetBSD-release-2-0 build fails
To: Steven M. Bellovin <smb@research.att.com>
From: Ian Zagorskih <ianzag@megasignal.com>
List: current-users
Date: 06/02/2004 21:18:20
=D0=92 =D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B8 =D0=BE=D1=82 =
2 =D0=98=D1=8E=D0=BD=D1=8C 2004 20:59 Steven M. Bellovin =D0=BD=D0=B0=D0=BF=
=D0=B8=D1=81=D0=B0=D0=BB(a):
> In message <200406021946.51375.ianzag@megasignal.com>, Ian Zagorskih writ=
es:
> >$ uname -a
> >NetBSD IANZAG 2.0_BETA NetBSD 2.0_BETA (IANZAG) #2: Wed May 26 13:01:57
> > NOVST 2004  ianzag@IANZAG:/usr/src/sys/arch/i386/compile/IANZAG i386
> >
> >Completely updated from today's CVS
>
> That's odd -- I did a 'build.sh release' yesterday, and a 'cvs update'
> just now showed no changes.
>

I tried to build release yesterday too but failed on the same sendmail's=20
place :(

# ident /usr/src/gnu/usr.sbin/sendmail/Makefile
/usr/src/gnu/usr.sbin/sendmail/Makefile:
     $NetBSD: Makefile,v 1.6 2003/07/04 04:52:59 atatat Exp $

AFAIU there should be .cf files that install expects to see in /etc/mail/ b=
ut=20
they are missing in my DESTDIR:

# ls -l /usr/build/dest/i386/etc/mail
total 16
=2Drw-r--r--  1 root  wheel  1346 Jun  6  2002 aliases
=2Dr--r--r--  1 root  wheel  5648 Mar 26 01:14 helpfile
=2Drw-r--r--  1 root  wheel     0 Jun  2 21:06 local-host-names

Though they exist in sources tree:

# ls -l /usr/src/gnu/usr.sbin/sendmail/cf/cf
total 246
drwxrwxr-x  2 root  wsrc    512 Mar 29 23:36 CVS
=2Drw-r--r--  1 root  wsrc   1871 Jul  4  2003 Makefile
=2Drw-r--r--  1 root  wsrc    440 Oct 22  2003 Makefile.sendmail
=2Drw-r--r--  1 root  wsrc   2273 Feb  8  2000 boat-anchor.mc
=2Drw-r--r--  1 root  wsrc   2254 Feb  8  2000 chimera.mc
=2Drw-r--r--  1 root  wsrc   2060 Feb  8  2000 ihack.net.mc
=2Drw-r--r--  1 root  wsrc   2188 Mar 25  2003 minbar.mc
=2Dr--r--r--  1 root  wsrc  39519 Jun  1 16:27 netbsd-msp.cf
=2Drw-r--r--  1 root  wsrc    171 Apr  1  2003 netbsd-msp.mc
=2Dr--r--r--  1 root  wsrc  59044 Jun  1 16:27 netbsd-proto.cf
=2Drw-r--r--  1 root  wsrc   2880 Mar 24  2003 netbsd-proto.mc
=2Drw-r--r--  1 root  wsrc   2366 Feb  8  2000 sun-lamp.mc
=2Drw-r--r--  1 root  wsrc   2185 Mar 25  2003 zhadum.mc

// wbr