From owner-freebsd-current@FreeBSD.ORG Sun Jul 22 23:54:14 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C611416A41A for ; Sun, 22 Jul 2007 23:54:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outQ.internet-mail-service.net (outQ.internet-mail-service.net [216.240.47.240]) by mx1.freebsd.org (Postfix) with ESMTP id AB27713C442 for ; Sun, 22 Jul 2007 23:54:14 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.32) with ESMTP; Sun, 22 Jul 2007 16:54:13 -0700 Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 7E8EA125A27 for ; Sun, 22 Jul 2007 16:54:13 -0700 (PDT) Message-ID: <46A3EE46.4070908@elischer.org> Date: Sun, 22 Jul 2007 16:54:46 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: FreeBSD Current References: <46A3ECE0.5010304@elischer.org> In-Reply-To: <46A3ECE0.5010304@elischer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: readonly source broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2007 23:54:14 -0000 Julian Elischer wrote: > > with a readonly /usr/src & /usr/obj (mounted via NFS from the machine > where "make buildworld" was run, > make installworld has the following error. > this seems wrong to me.. well it's actually the usr/obj that needs to be read-write, but I am not sure it should be for teh action of "make installworld" as that could be done (as I do) many times remotely to install other machines. > > > ===> gnu/usr.bin/cvs/cvs (install) > install -s -o root -g wheel -m 555 cvs /usr/bin > install -o root -g wheel -m 444 cvs.1.gz /usr/share/man/man1 > install -o root -g wheel -m 444 cvs.5.gz /usr/share/man/man5 > ===> gnu/usr.bin/cvs/contrib (install) > sed -e 's,@CSH@,/bin/csh,' -e 's,@PERL@,/usr/bin/perl,' > /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/Makefile.in > > Makefile > cannot create Makefile: Read-only file system > *** Error code 2 > > Stop in /usr/src/gnu/usr.bin/cvs/contrib. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/cvs. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin. > *** Error code 1 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"