From owner-freebsd-questions@FreeBSD.ORG Thu May 11 13:40:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0F3E616A47C for ; Thu, 11 May 2006 13:40:56 +0000 (UTC) (envelope-from bc3910@pcisys.net) Received: from ampex.com (postal.ampex.com [65.201.33.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18001442AA for ; Thu, 11 May 2006 13:19:55 +0000 (GMT) (envelope-from bc3910@pcisys.net) Received: from newman.ampex.com (newman.ampex.com [136.185.151.32]) by ampex.com (8.12.10/8.12.9) with ESMTP id k4BDJbVi012066 for ; Thu, 11 May 2006 06:19:37 -0700 (PDT) Received: from [127.0.0.1] (cos-pc-143 [136.185.151.143]) by newman.ampex.com (8.12.9/8.12.9) with ESMTP id k4BDJYIn022312 for ; Thu, 11 May 2006 07:19:35 -0600 (MDT) Message-ID: <446339DE.204@pcisys.net> Date: Thu, 11 May 2006 07:19:26 -0600 From: bc User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <44626D1F.4030307@pcisys.net> <20060510174502.D5513@border.crystalsphere.multiverse> In-Reply-To: <20060510174502.D5513@border.crystalsphere.multiverse> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 3, autolearn=not spam) Subject: Re: 6.1_RELEASE Install Problem 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: Thu, 11 May 2006 13:41:17 -0000 Ok, let's assume for now that something was wrong with the makefile or there was a glitch in the make/install process. (I have only updated once before so I have never had to recover from something like this.) Would it be ok to simply repeat the entire process, minus the cvsup part? Is it also possible that I answered some questions wrong in the first 'mergemaster -p' go through? Should I also .... before I start .... #cd /usr/src #make clean Luke Dean wrote: > > > On Wed, 10 May 2006, bc wrote: > >> Ceri Davies wrote: >> >>> On 10/5/06 05:03, "bc" wrote: >>> >>> >>>> After make installworld I ran the final run thru of mergemaster and >>>> recived >>>> this error: >>>> >>>> ERROR CODE 64 >>>> FATAL ERROR: Cannot 'dc' into /usr/src/etc/ and install files to the >>>> temproot environment. >>>> >>> >>> Did you cut and paste that, or copy it in manually? >>> >>> Ceri >>> >> Now that I am in front of the derver here is the full message (with a >> few lines before) pasted: >> >> install -o root -g wheel -m 640 /dev/null >> /var/tmp/temproot/var/log/sendmail.st >> install -o root -g wheel -m 644 freebsd.cf >> /var/tmp/temproot/etc/mail/sendmail.cf >> install -o root -g wheel -m 444 freebsd.submit.cf >> /var/tmp/temproot/etc/mail/submit.cf >> cd /usr/src/etc; install -o root -g wheel -m 644 >> /var/tmp/temproot/etc/ssh >> usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] >> [-o owner] file1 file2 >> install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] >> [-o owner] file1 ... fileN directory >> install -d [-v] [-g group] [-m mode] [-o owner] directory ... >> *** Error code 64 >> >> Stop in /usr/src/etc. >> >> *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to >> the temproot environment >> >> /usr/src Walnut SuperUser#> > > "install" is being run with a blank space where the program name > should be. That's what it's complaining about. It does not look like > a directory problem or a permissions problem. > I'd say that something is wrong with a makefile that builds ssh or > with your "make" configuration. > > I'm afraid I don't know enough about the "make" process to say more > than that, but perhaps if you can specify which platform you're > building for and the contents of /etc/make.conf somebody more > knowledgable might be able to help. > > Luke > >