Date: Mon, 15 Jul 2002 20:44:26 -0500 From: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz> To: <freebsd-stable@FreeBSD.ORG> Subject: Duplicate Installworld Error Expecting ")" Message-ID: <002201c22c6a$5238b9c0$2be2910c@fbccarthage.com>
next in thread | raw e-mail | index | archive | help
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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff><FONT face=3DArial size=3D2> <DIV>Hello,</DIV> <DIV> I did cvsup of -STABLE this=20 afternoon. Did make buildworld, </DIV> <DIV>make buildkernel, make installkernel, and then installworld = failed.</DIV> <DIV>The last output of make is at the bottom. Missing ")" = ? =20 Understandable,</DIV> <DIV>I guess, but where do I find it? What do I need to read to = fix=20 this?</DIV> <DIV> </DIV> <DIV>Is the offending code here? Doesn't seem likely, this does = not=20 appear</DIV> <DIV>to have changed since May.</DIV> <DIV> </DIV> <DIV>from /usr/share/examples/etc/defaults/periodic.conf:</DIV> <DIV> </DIV> <DIV># Define source_periodic_confs, the mechanism used by=20 /etc/periodic/*/*<BR># scripts to source defaults/periodic.conf = overrides=20 safely.</DIV> <DIV> </DIV> <DIV>if [ -z "${source_periodic_confs_defined}" ];=20 then<BR> =20 source_periodic_confs_defined=3Dyes<BR> &nbs= p; =20 source_periodic_confs ()=20 {<BR> &n= bsp; =20 local i sourced_files</DIV> <DIV> </DIV> <DIV> &n= bsp; =20 for i in ${periodic_conf_files};=20 do<BR> &= nbsp; =20 case ${sourced_files}=20 in<BR> &= nbsp; =20 *:$i:*)<BR> &n= bsp; &nb= sp; =20 ;;<BR> &= nbsp; =20 *)<BR> &= nbsp; &n= bsp; =20 sourced_files=3D"${sourced_files}:$i:"<BR> &= nbsp; &n= bsp; &nb= sp; =20 [ -r $i ] && .=20 $i<BR> &= nbsp; &n= bsp; =20 ;;<BR> &= nbsp; =20 esac<BR>  = ; =20 done<BR> }<BR>fi</DIV> <DIV> </DIV> <DIV>ERROR MESSAGE FOLLOWS:</DIV> <DIV><BR>install -c -o root -g wheel -m 444 = propernames =20 /usr/share/dict/propernames<BR>install -c -o root -g wheel -m=20 444 web2 /usr/share/dict/web2<BR>install -c -o = root -g=20 wheel -m 444 web2a /usr/share/dict/web2a<BR>install -c = -o=20 root -g wheel -m 444 freebsd =20 /usr/share/dict/freebsd<BR>/usr/share/dict/words -> = web2<BR>=3D=3D=3D>=20 share/examples<BR>(cd /usr/src/share/examples/../../etc; make=20 etc-examples)<BR>(cd /usr/src/etc; install -c -o root -g wheel -m=20 444 amd.map apmd.conf </DIV> <DIV>auth.conf crontab csh.cshrc csh.login csh.logout = dhclient.conf=20 dm.conf </DIV> <DIV>fbtab ftpusers gettytab group hosts hosts.allow host.conf = hosts.equiv=20 hosts.lpd</DIV> <DIV>inetd.conf login.access login.conf motd modems networks=20 newsyslog.conf </DIV> <DIV>pam.conf phones printcap profile protocols rc rc.atm = rc.diskless1=20 rc.diskless2 rc</DIV> <DIV>firewall rc.firewall6 rc.network rc.network6 rc.pccard = rc.sendmail=20 rc.serial rc.shutdown</DIV> <DIV>rc.syscons rc.sysctl remote rpc services shells sysctl.conf =20 syslog.conf usbd.conf </DIV> <DIV>etc.i386/disktab etc.i386/rc.i386 etc.i386/ttys =20 /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config</DIV> <DIV>/usr/src/etc/../usr.bin/mail/misc/mail.rc =20 /usr/src/etc/../usr.bin/locate/locate/locate.rc </DIV> <DIV>rc.isdn netstart pccard_ether rc.suspend rc.resume nsmb.conf=20 opieaccess </DIV> <DIV>/usr/share/examples/etc; cd /usr/src/etc/defaults; install -c = -o root=20 -g wheel -m 444 </DIV> <DIV>rc.conf make.conf pccard.conf periodic.conf=20 /usr/share/examples/etc/defaults;<BR>Syntax error: end of file = unexpected=20 (expecting ")")<BR>*** Error code 2</DIV> <DIV> </DIV> <DIV>Stop in /usr/src/etc.<BR>*** Error code 1</DIV> <DIV> </DIV> <DIV>Stop in /usr/src/share/examples.<BR>*** Error code 1</DIV> <DIV> </DIV> <DIV>Stop in /usr/src/share.<BR>*** Error code 1</DIV> <DIV> </DIV> <DIV>Stop in /usr/src.<BR>*** Error code 1</DIV> <DIV> </DIV> <DIV>Stop in /usr/src.<BR>*** Error code 1</FONT></DIV></BODY></HTML> ------=_NextPart_000_001F_01C22C40.68F65B60-- 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?002201c22c6a$5238b9c0$2be2910c>