Date: Sun, 19 Jan 2003 18:55:19 -0800 From: Brent Kearney <brent@kearneys.ca> To: questions@freebsd.org Subject: mergemaster bails 4.2 -> 4.7 upgrade Message-ID: <20030120025519.GA64472@kearneys.ca>
next in thread | raw e-mail | index | archive | help
Hello,
I'm attempting an upgrade from FreeBSD 4.2-STABLE to 4.7-STABLE.
Before running installworld (though I've already done buildworld),
I'm running the new mergemaster from /usr/src/...
Below is a log of the mergemaster output; any suggestions are most
welcome. The error,
install: /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config: No such file
or directory
*** Error code 71
Doesn't make much sense, since the file
"/usr/src/gnu/usr.bin/man/manpath/manpath.config" is indeed
there.
Thanks,
Brent
Script started on Sun Jan 19 18:46:41 2003
mocha# mergemaster.sh -C
*** Creating the temporary root environment in /var/tmp/temproot
*** /var/tmp/temproot ready for use
*** Creating and populating directory structure in /var/tmp/temproot
set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 ] ; do for dir in /usr/share/locale /usr/share/nls /usr/local/share/nls; do test -d /var/tmp/temproot/${dir} && cd /var/tmp/temproot/${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" && test -d "$1" && mv "$1" "$2"; done; shift; shift; done
mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/
./bin missing (created)
./boot missing (created)
./boot/defaults missing (created)
<snip - truncated several hundred similar lines>
./ufs/mfs missing (created)
./ufs/ufs missing (created)
./vm missing (created)
mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /var/tmp/temproot/
./var/spool/clientmqueue missing (created)
cd /var/tmp/temproot/; rm -f /var/tmp/temproot/sys; ln -s usr/src/sys sys
cd /var/tmp/temproot/usr/share/man/en.ISO8859-1; ln -sf ../man* .
cd /var/tmp/temproot/usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done
cd /var/tmp/temproot/usr/share/locale; set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done
cd /var/tmp/temproot/usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done
/var/tmp/temproot/usr/obj/usr/src/etc created for /usr/src/etc
===> sendmail
/var/tmp/temproot/usr/obj/usr/src/etc/sendmail created for /usr/src/etc/sendmail
cd /usr/src/etc; install -o root -g wheel -m 644 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 /var/tmp/temproot/etc; install -o root -g wheel -m 755 netstart pccard_ether rc.suspend rc.resume /var/tmp/temproot/etc; install -o root -g wheel -m 600 master.passwd nsmb.conf opieaccess /var/tmp/temproot/etc; pwd_mkdb -p -d /var/tmp/temproot/etc /var/tmp/temproot/etc/master.passwd
install: /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config: No such file or directory
*** Error code 71
Stop in /usr/src/etc.
*** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
the temproot environment
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030120025519.GA64472>
