From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00a756122f8a817098324c81e90fc678@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> In-Reply-To: <47E83B05.4090802@kix.es> Date: Fri, 28 Mar 2008 14:49:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Kernel Compiling Problem Topicbox-Message-UUID: 84fc749c-ead3-11e9-9d60-3106f5b1d025 I said: > I don't understand this, because as > far as I can see the mtime should be taken from the actual mtime of > the file being copied from the CD (install) ... I've now traced the problem to a leap-year bug in the Plan 9 ISO9660 file server. Several files in the distribution (including /386/bin/fossil/fossil) were made on 29 February this year. A logic error in 9660srv rejects this as an impossible date, so it sets mtime for those files to zero. Patch 9660srv-leapyear should fix the error.