From owner-freebsd-stable Mon Jul 15 18:44:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A24A37B400 for ; Mon, 15 Jul 2002 18:44:45 -0700 (PDT) Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99F843E58 for ; Mon, 15 Jul 2002 18:44:44 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco [12.145.226.43] by mail.gbronline.com (SMTPD32-7.11) id AAA06DB023A; Mon, 15 Jul 2002 20:45:04 -0500 Message-ID: <002201c22c6a$5238b9c0$2be2910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: Subject: Duplicate Installworld Error Expecting ")" Date: Mon, 15 Jul 2002 20:44:26 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001F_01C22C40.68F65B60" X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001F_01C22C40.68F65B60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I did cvsup of -STABLE this afternoon. Did make buildworld,=20 make buildkernel, make installkernel, and then installworld failed. The last output of make is at the bottom. Missing ")" ? = Understandable, I guess, but where do I find it? What do I need to read to fix this? Is the offending code here? Doesn't seem likely, this does not appear to have changed since May. from /usr/share/examples/etc/defaults/periodic.conf: # Define source_periodic_confs, the mechanism used by /etc/periodic/*/* # scripts to source defaults/periodic.conf overrides safely. if [ -z "${source_periodic_confs_defined}" ]; then source_periodic_confs_defined=3Dyes source_periodic_confs () { local i sourced_files for i in ${periodic_conf_files}; do case ${sourced_files} in *:$i:*) ;; *) sourced_files=3D"${sourced_files}:$i:" [ -r $i ] && . $i ;; esac done } fi ERROR MESSAGE FOLLOWS: install -c -o root -g wheel -m 444 propernames = /usr/share/dict/propernames install -c -o root -g wheel -m 444 web2 /usr/share/dict/web2 install -c -o root -g wheel -m 444 web2a /usr/share/dict/web2a install -c -o root -g wheel -m 444 freebsd /usr/share/dict/freebsd /usr/share/dict/words -> web2 =3D=3D=3D> share/examples (cd /usr/src/share/examples/../../etc; make etc-examples) (cd /usr/src/etc; install -c -o root -g wheel -m 444 amd.map apmd.conf = auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf = fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv = hosts.lpd inetd.conf login.access login.conf motd modems networks newsyslog.conf = pam.conf phones printcap profile protocols rc rc.atm rc.diskless1 = rc.diskless2 rc firewall rc.firewall6 rc.network rc.network6 rc.pccard rc.sendmail = rc.serial rc.shutdown rc.syscons rc.sysctl remote rpc services shells sysctl.conf syslog.conf = usbd.conf =20 etc.i386/disktab etc.i386/rc.i386 etc.i386/ttys = /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=20 rc.isdn netstart pccard_ether rc.suspend rc.resume nsmb.conf opieaccess = /usr/share/examples/etc; cd /usr/src/etc/defaults; install -c -o root = -g wheel -m 444 =20 rc.conf make.conf pccard.conf periodic.conf = /usr/share/examples/etc/defaults; Syntax error: end of file unexpected (expecting ")") *** Error code 2 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/share/examples. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 ------=_NextPart_000_001F_01C22C40.68F65B60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
        I did cvsup of -STABLE this=20 afternoon.  Did make buildworld,
make buildkernel, make installkernel, and then installworld = failed.
The last output of make is at the bottom.  Missing ")"  = ? =20 Understandable,
I guess, but where do I find it?  What do I need to read to = fix=20 this?
 
Is the offending code here?  Doesn't seem likely, this does = not=20 appear
to have changed since May.
 
from /usr/share/examples/etc/defaults/periodic.conf:
 
# Define source_periodic_confs, the mechanism used by=20 /etc/periodic/*/*
# scripts to source defaults/periodic.conf = overrides=20 safely.
 
if [ -z "${source_periodic_confs_defined}" ];=20 then
       =20 source_periodic_confs_defined=3Dyes
     &nbs= p; =20 source_periodic_confs ()=20 {
           &n= bsp;   =20 local i sourced_files
 
           &n= bsp;   =20 for i in ${periodic_conf_files};=20 do
           &= nbsp;           =20 case ${sourced_files}=20 in
           &= nbsp;           =20 *:$i:*)
          &n= bsp;           &nb= sp;        =20 ;;
           &= nbsp;           =20 *)
           &= nbsp;           &n= bsp;       =20 sourced_files=3D"${sourced_files}:$i:"
     &= nbsp;           &n= bsp;           &nb= sp; =20 [ -r $i ] && .=20 $i
           &= nbsp;           &n= bsp;       =20 ;;
           &= nbsp;           =20 esac
           = ;    =20 done
        }
fi
 
ERROR MESSAGE FOLLOWS:

install -c -o root  -g wheel -m 444   = propernames =20 /usr/share/dict/propernames
install -c -o root  -g wheel -m=20 444   web2  /usr/share/dict/web2
install -c -o = root  -g=20 wheel -m 444   web2a  /usr/share/dict/web2a
install -c = -o=20 root  -g wheel -m 444   freebsd =20 /usr/share/dict/freebsd
/usr/share/dict/words -> = web2
=3D=3D=3D>=20 share/examples
(cd /usr/src/share/examples/../../etc; make=20 etc-examples)
(cd /usr/src/etc;  install -c -o root -g wheel -m=20 444  amd.map apmd.conf
auth.conf  crontab csh.cshrc csh.login csh.logout  = dhclient.conf=20 dm.conf
fbtab ftpusers gettytab group  hosts hosts.allow host.conf = hosts.equiv=20 hosts.lpd
inetd.conf login.access login.conf  motd modems networks=20 newsyslog.conf 
pam.conf phones printcap profile protocols  rc rc.atm = rc.diskless1=20 rc.diskless2 rc
firewall rc.firewall6  rc.network rc.network6 rc.pccard = rc.sendmail=20 rc.serial rc.shutdown
rc.syscons rc.sysctl remote rpc services shells sysctl.conf =20 syslog.conf usbd.conf 
etc.i386/disktab  etc.i386/rc.i386  etc.i386/ttys =20 /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config
/usr/src/etc/../usr.bin/mail/misc/mail.rc =20 /usr/src/etc/../usr.bin/locate/locate/locate.rc
rc.isdn netstart pccard_ether rc.suspend rc.resume nsmb.conf=20 opieaccess 
/usr/share/examples/etc;  cd /usr/src/etc/defaults; install -c = -o root=20 -g wheel -m 444 
rc.conf make.conf pccard.conf periodic.conf=20 /usr/share/examples/etc/defaults;
Syntax error: end of file = unexpected=20 (expecting ")")
*** Error code 2
 
Stop in /usr/src/etc.
*** Error code 1
 
Stop in /usr/src/share/examples.
*** Error code 1
 
Stop in /usr/src/share.
*** Error code 1
 
Stop in /usr/src.
*** Error code 1
 
Stop in /usr/src.
*** Error code 1
------=_NextPart_000_001F_01C22C40.68F65B60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message