From owner-freebsd-ia64 Fri Nov 15 17:40:53 2002 Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E9D37B401 for ; Fri, 15 Nov 2002 17:40:52 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05C6243E75 for ; Fri, 15 Nov 2002 17:40:48 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E40AC2A88D for ; Fri, 15 Nov 2002 17:40:47 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: ia64@freebsd.org Subject: Warning: time_t Date: Fri, 15 Nov 2002 17:40:47 -0800 From: Peter Wemm Message-Id: <20021116014047.E40AC2A88D@canning.wemm.org> Sender: owner-freebsd-ia64@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I suspect that all 3 FreeBSD/ia64 users know about this already, but just in case there are some stealth users that I dont know about, beware of the 64 bit time_t in -current. In all, it should be pretty transparent. I recently upgraded a 6-month-old ia64 world to -current and did the time_t jump at the same time, and all things considered, it went pretty well. What ended up killing me was that I prematurely installed new /usr/include, without the corresponding libc.so.5 changes. Aside from that silly mistake (which broke install(8) when it used utime(3)), it goes fairly well. Expect 3 alignment fixes during 'installworld'. This is because the *old* dynamic /tmp/install.XXXXX/find is being run with the new /usr/lib/libc.so.5. 'make installworld' doesn't fail for me though. But to be safe, run a second 'installworld' to be sure. Aside from that, it should be pretty uneventful. Now to find out why sshd blows up with PrivSep turned on. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ia64" in the body of the message