From owner-freebsd-questions@FreeBSD.ORG Mon Oct 19 03:29:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB3F1106566C for ; Mon, 19 Oct 2009 03:29:51 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from smtp-gw29.mailanyone.net (smtp-gw29.mailanyone.net [208.70.128.55]) by mx1.freebsd.org (Postfix) with ESMTP id C40778FC1D for ; Mon, 19 Oct 2009 03:29:51 +0000 (UTC) Received: from mailanyone.net by smtp-gw29.mailanyone.net with esmtpa (MailAnyone extSMTP jalmberg@identry.com) id 1Mziw2-0004T6-Hn; Sun, 18 Oct 2009 22:29:27 -0500 Message-ID: <4ADBDD2D.5040709@identry.com> Date: Sun, 18 Oct 2009 23:29:49 -0400 From: John Almberg User-Agent: Postbox 1.0.1 (Macintosh/2009100516) MIME-Version: 1.0 To: Paul Schmehl References: <4ADB2F6F.8090107@identry.com> <9cbf3f070910180834g775f7116o688ffbdc1861642d@mail.gmail.com> <4ADB51AA.80104@identry.com> <4ADB75D8.5060404@identry.com> <4ADB8631.7000800@identry.com> <4ADB8AD3.5050009@gmail.com> <4ADB9C50.3000505@identry.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: LoH , freebsd-questions@freebsd.org Subject: Re: Fwd: upgrading remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 03:29:52 -0000 > After you boot into single user mode, type mount -a. Then cd to /usr/src > and run mergemaster -p. This worked, thanks. mergemaster -p then ran fine with no errors, but when I tried 'make installworld', it stopped on this error: -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> lib (install) ===> lib/csu/amd64 (install) install -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib install: crt1.o: No such file or directory *** Error code 71 Stop in /usr/src/lib/csu/amd64. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # Ah well, tomorrow is another day! -- John