Date: Tue, 7 Nov 2000 07:55:30 -0800 (PST) From: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org Subject: bin/22661: Mergemaster Fails with R/O NFS Mounted /usr/src Message-ID: <200011071555.eA7FtUR32046@cwsys.cwsent.com>
next in thread | raw e-mail | index | archive | help
>Number: 22661
>Category: bin
>Synopsis: Mergemaster Fails with R/O NFS Mounted /usr/src
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 07 08:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Cy Schubert
>Release: FreeBSD 4.2-BETA i386
>Organization:
ITSD Province of BC
>Environment:
FreeBSD cwsys 4.2-BETA FreeBSD 4.2-BETA #0: Mon Nov 6 20:45:35 PST 2000 root@cwsys:/opt2/obj/usr/opt/cvs-420b-001106/src/sys/CWSYS i386
>Description:
Installing 4.2-BETA on a system from read-only NFS mounted /usr/src and
/usr/obj, mergemaster fails with the following:
[lines removed]
mtree -deU -f /usr/opt/cvs-420b-001106/src/etc/mtree/BSD.include.dist
-p /usr/libdata/perl/5.00503/mach
cd /; rm -f /sys; ln -s usr/src/sys sys
cd /usr/share/locale; set - `cat /usr/opt/cvs-420b-001106/src/etc/local
e.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1";
shift; shift; done
cd /usr/share/nls; set - `cat /usr/opt/cvs-420b-001106/src/etc/locale.a
lias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1";
shift; shift; done; rm -rf POSIX; ln -s C POSIX
rm: ASCII: Read-only file system
*** Error code 1
Stop in /usr/opt/cvs-420b-001106/src/etc.
*** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the
temproot environment
cwtest#
>How-To-Repeat:
See description.
>Fix:
Based upon the diffs between mergemaster 1.6.2.3 and 1.6.2.4, here's my
workaround:
--- src/usr.sbin/mergemaster/mergemaster.sh.orig Wed Nov 1 00:34:30 2000
+++ src/usr.sbin/mergemaster/mergemaster.sh Tue Nov 7 06:38:46 2000
@@ -428,7 +428,7 @@
esac
{ cd ${SOURCEDIR} &&
- make DESTDIR=${DESTDIR} distrib-dirs &&
+ touch .foobar && rm .foobar && make DESTDIR=${DESTDIR} distrib-dirs
make DESTDIR=${TEMPROOT} distrib-dirs &&
make DESTDIR=${TEMPROOT} -DNO_MAKEDEV distribution;} ||
{ echo '';
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011071555.eA7FtUR32046>
