From owner-freebsd-questions Sun Jan 19 18:55:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D998337B401 for ; Sun, 19 Jan 2003 18:55:35 -0800 (PST) Received: from lyceum.netmojo.ca (lyceum.pims.sfu.ca [142.58.49.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F0043EB2 for ; Sun, 19 Jan 2003 18:55:30 -0800 (PST) (envelope-from brent@lyceum.netmojo.ca) Received: from lyceum.netmojo.ca (flowctrl@localhost [127.0.0.1]) by lyceum.netmojo.ca (8.12.6/8.11.6) with ESMTP id h0K2tKBg064508 for ; Sun, 19 Jan 2003 18:55:25 -0800 (PST) (envelope-from brent@lyceum.netmojo.ca) Received: (from brent@localhost) by lyceum.netmojo.ca (8.12.6/8.12.6/Submit) id h0K2tJgq064507 for questions@freebsd.org; Sun, 19 Jan 2003 18:55:19 -0800 (PST) Date: Sun, 19 Jan 2003 18:55:19 -0800 From: Brent Kearney To: questions@freebsd.org Subject: mergemaster bails 4.2 -> 4.7 upgrade Message-ID: <20030120025519.GA64472@kearneys.ca> Reply-To: brent@kearneys.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Mutt/1.4i X-URL: http://brent.kearneys.ca Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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,=20 install: /usr/src/etc/../gnu/usr.bin/man/manpath/manpath.config: No such fi= le 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}; te= st -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/ =2E/bin missing (created) =2E/boot missing (created) =2E/boot/defaults missing (created) =2E/ufs/mfs missing (created) =2E/ufs/ufs missing (created) =2E/vm missing (created) mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /var/tmp/temproot/ =2E/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/m= an.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/et= c/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/n= ls.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 =3D=3D=3D> sendmail /var/tmp/temproot/usr/obj/usr/src/etc/sendmail created for /usr/src/etc/sen= dmail cd /usr/src/etc; install -o root -g wheel -m 644 amd.map apmd.conf auth.c= onf crontab csh.cshrc csh.login csh.logout dhclient.conf dm.conf fbtab ft= pusers gettytab group hosts hosts.allow host.conf hosts.equiv hosts.lpd i= netd.conf login.access login.conf motd modems networks newsyslog.conf pam= .conf phones printcap profile protocols rc rc.atm rc.diskless1 rc.diskless= 2 rc.firewall rc.firewall6 rc.network rc.network6 rc.pccard rc.sendmail rc= .serial rc.shutdown rc.syscons rc.sysctl remote rpc services shells sysct= l.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 netstar= t 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 fi= le 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