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> I did cvsup of -STABLE this
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 ")" ?
Understandable,</DIV>
<DIV>I guess, but where do I find it? What do I need to read to fix
this?</DIV>
<DIV> </DIV>
<DIV>Is the offending code here? Doesn't seem likely, this does not
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
/etc/periodic/*/*<BR># scripts to source defaults/periodic.conf overrides
safely.</DIV>
<DIV> </DIV>
<DIV>if [ -z "${source_periodic_confs_defined}" ];
then<BR>
source_periodic_confs_defined=yes<BR>
source_periodic_confs ()
{<BR>
local i sourced_files</DIV>
<DIV> </DIV>
<DIV>
for i in ${periodic_conf_files};
do<BR>
case ${sourced_files}
in<BR>
*:$i:*)<BR>
;;<BR>
*)<BR>
sourced_files="${sourced_files}:$i:"<BR>
[ -r $i ] && .
$i<BR>
;;<BR>
esac<BR>
done<BR> }<BR>fi</DIV>
<DIV> </DIV>
<DIV>ERROR MESSAGE FOLLOWS:</DIV>
<DIV><BR>install -c -o root -g wheel -m 444 propernames
/usr/share/dict/propernames<BR>install -c -o root -g wheel -m
444 web2 /usr/share/dict/web2<BR>install -c -o root -g
wheel -m 444 web2a /usr/share/dict/web2a<BR>install -c -o
root -g wheel -m 444 freebsd
/usr/share/dict/freebsd<BR>/usr/share/dict/words -> web2<BR>===>
share/examples<BR>(cd /usr/src/share/examples/../../etc; make
etc-examples)<BR>(cd /usr/src/etc; install -c -o root -g wheel -m
444 amd.map apmd.conf </DIV>
<DIV>auth.conf crontab csh.cshrc csh.login csh.logout dhclient.conf
dm.conf </DIV>
<DIV>fbtab ftpusers gettytab group hosts hosts.allow host.conf hosts.equiv
hosts.lpd</DIV>
<DIV>inetd.conf login.access login.conf motd modems networks
newsyslog.conf </DIV>
<DIV>pam.conf phones printcap profile protocols rc rc.atm rc.diskless1
rc.diskless2 rc</DIV>
<DIV>firewall rc.firewall6 rc.network rc.network6 rc.pccard rc.sendmail
rc.serial rc.shutdown</DIV>
<DIV>rc.syscons rc.sysctl remote rpc services shells sysctl.conf
syslog.conf usbd.conf </DIV>
<DIV>etc.i386/disktab etc.i386/rc.i386 etc.i386/ttys
/usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config</DIV>
<DIV>/usr/src/etc/../usr.bin/mail/misc/mail.rc
/usr/src/etc/../usr.bin/locate/locate/locate.rc </DIV>
<DIV>rc.isdn netstart pccard_ether rc.suspend rc.resume nsmb.conf
opieaccess </DIV>
<DIV>/usr/share/examples/etc; cd /usr/src/etc/defaults; install -c -o root
-g wheel -m 444 </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> </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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002201c22c6a$5238b9c0$2be2910c>
