Skip site navigation (1)Skip section navigation (2)
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

[-- Attachment #1 --]
Hello,
        I did cvsup of -STABLE this afternoon.  Did make buildworld, 
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=yes
        source_periodic_confs () {
                local i sourced_files

                for i in ${periodic_conf_files}; do
                        case ${sourced_files} in
                        *:$i:*)
                                ;;
                        *)
                                sourced_files="${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
===> 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  
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 
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  
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

[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2>
<DIV>Hello,</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; I did cvsup of -STABLE this 
afternoon.&nbsp; Did make buildworld, </DIV>
<DIV>make buildkernel, make installkernel, and then installworld failed.</DIV>
<DIV>The last output of make is at the bottom.&nbsp; Missing ")"&nbsp; ?&nbsp; 
Understandable,</DIV>
<DIV>I guess, but where do I find it?&nbsp; What do I need to read to fix 
this?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is the offending code here?&nbsp; Doesn't seem likely, this does not 
appear</DIV>
<DIV>to have changed since May.</DIV>
<DIV>&nbsp;</DIV>
<DIV>from /usr/share/examples/etc/defaults/periodic.conf:</DIV>
<DIV>&nbsp;</DIV>
<DIV># Define source_periodic_confs, the mechanism used by 
/etc/periodic/*/*<BR># scripts to source defaults/periodic.conf overrides 
safely.</DIV>
<DIV>&nbsp;</DIV>
<DIV>if [ -z "${source_periodic_confs_defined}" ]; 
then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
source_periodic_confs_defined=yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
source_periodic_confs () 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
local i sourced_files</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
for i in ${periodic_conf_files}; 
do<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
case ${sourced_files} 
in<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
*:$i:*)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
;;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
*)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
sourced_files="${sourced_files}:$i:"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
[ -r $i ] &amp;&amp; . 
$i<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
;;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
esac<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
done<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>fi</DIV>
<DIV>&nbsp;</DIV>
<DIV>ERROR MESSAGE FOLLOWS:</DIV>
<DIV><BR>install -c -o root&nbsp; -g wheel -m 444&nbsp;&nbsp; propernames&nbsp; 
/usr/share/dict/propernames<BR>install -c -o root&nbsp; -g wheel -m 
444&nbsp;&nbsp; web2&nbsp; /usr/share/dict/web2<BR>install -c -o root&nbsp; -g 
wheel -m 444&nbsp;&nbsp; web2a&nbsp; /usr/share/dict/web2a<BR>install -c -o 
root&nbsp; -g wheel -m 444&nbsp;&nbsp; freebsd&nbsp; 
/usr/share/dict/freebsd<BR>/usr/share/dict/words -&gt; web2<BR>===&gt; 
share/examples<BR>(cd /usr/src/share/examples/../../etc; make 
etc-examples)<BR>(cd /usr/src/etc;&nbsp; install -c -o root -g wheel -m 
444&nbsp; amd.map apmd.conf </DIV>
<DIV>auth.conf&nbsp; crontab csh.cshrc csh.login csh.logout&nbsp; dhclient.conf 
dm.conf </DIV>
<DIV>fbtab ftpusers gettytab group&nbsp; hosts hosts.allow host.conf hosts.equiv 
hosts.lpd</DIV>
<DIV>inetd.conf login.access login.conf&nbsp; motd modems networks 
newsyslog.conf&nbsp; </DIV>
<DIV>pam.conf phones printcap profile protocols&nbsp; rc rc.atm rc.diskless1 
rc.diskless2 rc</DIV>
<DIV>firewall rc.firewall6&nbsp; rc.network rc.network6 rc.pccard rc.sendmail 
rc.serial rc.shutdown</DIV>
<DIV>rc.syscons rc.sysctl remote rpc services shells sysctl.conf&nbsp; 
syslog.conf usbd.conf&nbsp; </DIV>
<DIV>etc.i386/disktab&nbsp; etc.i386/rc.i386&nbsp; etc.i386/ttys&nbsp; 
/usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config</DIV>
<DIV>/usr/src/etc/../usr.bin/mail/misc/mail.rc&nbsp; 
/usr/src/etc/../usr.bin/locate/locate/locate.rc </DIV>
<DIV>rc.isdn netstart pccard_ether rc.suspend rc.resume nsmb.conf 
opieaccess&nbsp; </DIV>
<DIV>/usr/share/examples/etc;&nbsp; cd /usr/src/etc/defaults; install -c -o root 
-g wheel -m 444&nbsp; </DIV>
<DIV>rc.conf make.conf pccard.conf periodic.conf 
/usr/share/examples/etc/defaults;<BR>Syntax error: end of file unexpected 
(expecting ")")<BR>*** Error code 2</DIV>
<DIV>&nbsp;</DIV>
<DIV>Stop in /usr/src/etc.<BR>*** Error code 1</DIV>
<DIV>&nbsp;</DIV>
<DIV>Stop in /usr/src/share/examples.<BR>*** Error code 1</DIV>
<DIV>&nbsp;</DIV>
<DIV>Stop in /usr/src/share.<BR>*** Error code 1</DIV>
<DIV>&nbsp;</DIV>
<DIV>Stop in /usr/src.<BR>*** Error code 1</DIV>
<DIV>&nbsp;</DIV>
<DIV>Stop in /usr/src.<BR>*** Error code 1</FONT></DIV></BODY></HTML>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201c22c6a$5238b9c0$2be2910c>