On 8/20/07, Brian A. Seklecki <[EMAIL PROTECTED]> wrote: > "Unexepected EOF" ? That means that the download never completed that the > file is truncated (which leads to the SHA1 and Size mismatch)
Thanks to all who replied. The SHA1 for jdk1.5 in OpenBSD 4.1 is correct. The issue was with downloading xalan-j from http://www.apache.org/dist/xml/xalan-j/. Firefox was terminating the download after 4MB as the connection was being closed by the server. wget picked up the partial content and downloaded the remaining bytes smoothly. I must say that jdk1.5 compilation take a very long time even on a dual-code T60 laptop with 512MB ram. Thanks.