Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 1998 21:06:43 -0800 (PST)
From:      Bob Vaughan <techie@tantivy.stanford.edu>
To:        stable@FreeBSD.ORG
Subject:   make release fails
Message-ID:  <199811140506.VAA29699@tantivy.stanford.edu>

next in thread | raw e-mail | index | archive | help
I'm trying to build a release for local use, and I keep running into the
following problem.. (all sources cvs'd this week, several times..)

following a make world, make release fails like so:

cd /usr/share/nls;  set - `cat /usr/src/etc/locale.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done;  rm -rf POSIX;  ln -s C POSIX
(cd /usr/src/etc;  install -c -o bin -g bin -m 644 aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf  fbtab ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd  inetd.conf auth.conf login.conf login.access motd modems networks  newsyslog.conf phones pccard.conf.sample printcap profile protocols  rc rc.atm rc.conf rc.devfs rc.firewall rc.local rc.network rc.pccard  rc.serial rc.shutdown etc./rc.  remote security services shells syslog.conf  etc./ttys etc./disktab rpc make.conf  /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config  /usr/src/etc/../usr.bin/mail/misc/mail.rc  /usr/src/etc/../usr.bin/locate/locate/locate.rc /etc;  install -c -o bin -g bin -m 755 netstart pccard_ether /etc;  install -c -o bin -g bin -m 600 /dev/null  /var/cron/log;  install -c -o bin -g bin -m 600  master.passwd /etc;  ( cd /usr/src/etc/periodic; make install ); ( cd /usr/src/etc/../gnu/usr.bin/send-pr; make etc-gnats-freefall ); ( cd /usr/src/etc/../gnu/libexec/uucp/sample;!
 make install );  ( cd /usr/src/etc/../share/termcap; make etc-termcap );  ( cd /usr/src/etc/../usr.sbin/rmt; make etc-rmt );  ( cd /usr/src/etc/sendmail; make etc-sendmail.cf );  ( cd /usr/src/etc/../sys/i386/boot/biosboot; make install-boothelp );  pwd_mkdb -p -d /etc /etc/master.passwd;  install -c -o bin -g bin -m 555  MAKEDEV.local etc./MAKEDEV /dev )
install: etc./rc.: No such file or directory
*** Error code 71

Stop.
*** Error code 1

Stop.




it appears to be choking on the following line in /usr/src/etc/Makefile:


BIN1=   aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
        ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
	inetd.conf login.conf login.access motd modems networks \
	newsyslog.conf phones pccard.conf.sample printcap profile protocols \
	rc rc.conf rc.firewall rc.local rc.network rc.pccard rc.serial \
>>>>	etc.${MACHINE}/rc.${MACHINE} \
	remote security services shells \
	syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
	${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
	${.CURDIR}/../usr.bin/mail/misc/mail.rc \
	${.CURDIR}/../usr.bin/locate/locate/locate.rc




               -- Welcome My Son, Welcome To The Machine --
Bob Vaughan  | techie@w6yx.stanford.edu | kc6sxc@w6yx.ampr.org
             | techie@t.stanford.edu	| KC6SXC@W6YX.#NCA.CA.USA.NOAM
	     | P.O. Box 9792, Stanford, Ca 94309-9792
-- I am Me, I am only Me, And no one else is Me, What could be simpler? --

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811140506.VAA29699>