Date: Thu, 18 Mar 2004 13:46:27 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: Marcel Moolenaar <marcel@xcllnt.net>, Daniel Bond <D.M.Bond@exeter.ac.uk> Cc: freebsd-current@freebsd.org Subject: Re: Updating sparc64 time_t, hostname not found Message-ID: <p06020430bc7f9dd937ac@[128.113.24.47]> In-Reply-To: <20040318165003.GA60545@dhcp01.pn.xcllnt.net> References: <40594A35.6060303@exeter.ac.uk> <20040318165003.GA60545@dhcp01.pn.xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
At 8:50 AM -0800 3/18/04, Marcel Moolenaar wrote: >On Thu, Mar 18, 2004 at 07:05:25AM +0000, Daniel Bond wrote: >> Am sorry to send this question which i am sure is very obvious to >> everyone else, but have now had 3 goes at updating my system to 64btt >> time_t and it always fails at the same point. I get to stage 17 on the >> instructions, only to get this error each time. have tried with the >> different flags suggested, but always the same. >> >> cd /usr/src; /usr/obj/usr/src/make.sparc64/make -f >>/tmp/install-newk.CcO/Makefile.inc1 install > >This should be making the "installworld" target, not the "install" >target. I don't think that is it. I am pretty sure he's showing us the log of the output from his installworld. If you keep that log, you will eventually see the sequence: -------------------------------------------------------------- >>> Installing everything.. -------------------------------------------------------------- cd /usr/src; /usr/bin/make -f /tmp/install-newk.lZE/Makefile.inc1 install ===> share/info ===> include install -C -o root -g wheel -m 444 /usr/src/include/a.out.h ... (where '...' is about 40 more filenames). 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. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p06020430bc7f9dd937ac>