From owner-freebsd-current@FreeBSD.ORG Thu Mar 18 12:01:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E11616A4CE for ; Thu, 18 Mar 2004 12:01:18 -0800 (PST) Received: from smtp-out1.blueyonder.co.uk (smtp-out1.blueyonder.co.uk [195.188.213.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CE943D2F for ; Thu, 18 Mar 2004 12:01:17 -0800 (PST) (envelope-from D.M.Bond@exeter.ac.uk) Received: from exeter.ac.uk ([82.32.201.219]) by smtp-out1.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.5600); Thu, 18 Mar 2004 20:01:16 +0000 Message-ID: <405A0087.8060504@exeter.ac.uk> Date: Thu, 18 Mar 2004 20:03:19 +0000 From: Daniel Bond User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040315) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <40594A35.6060303@exeter.ac.uk> <20040318165003.GA60545@dhcp01.pn.xcllnt.net> <20040318193824.GB61300@ns1.xcllnt.net> In-Reply-To: <20040318193824.GB61300@ns1.xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Mar 2004 20:01:17.0085 (UTC) FILETIME=[C60B1CD0:01C40D23] cc: freebsd-current@freebsd.org cc: Garance A Drosihn Subject: Re: Updating sparc64 time_t, hostname not found X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 18 Mar 2004 20:01:18 -0000 Marcel Moolenaar wrote: > On Thu, Mar 18, 2004 at 01:46:27PM -0500, Garance A Drosihn wrote: > >>He apparently doesn't have a /usr/src/include/a.out.h, or for some >>reason this step thinks that he does not have it, so the 'make' dies >>at that point. > > > It's also possible that the time hasn't been set correctly (or due > to to time_t being 64-bit it's read as bogus) so that make thinks > it needs to update something. > > ...what a minute the make that is being used is the one built from > src/Makefile as the result of the existing make being to old. But > that one doesn't use a 64-bit time_t. We need to pick up the make(1) > from under /usr/obj/usr/src/usr.bin/make... > > Does that sound plausible? > Well, have checked and a.out.h is definitely where it is meant to be, so am thinking it is something else. Your idea sounds like it makes perfect sense, if you want me to try anything out, do tell me what to do and will be more than happy to give anything you can suggest a go. Daniel Bond