[Bug 3166] invalid zip timestamp handling leads to error building bootstrap-javac

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Sep 13 17:45:48 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3166

Andrew John Hughes <gnu.andrew at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Andrew John Hughes <gnu.andrew at redhat.com> ---
(In reply to Ricardo Ribalda from comment #0)
> Created attachment 1558 [details]
> Patch that fixes the error
> 
> Under some circumstances, the bootstrap error fails with the following
> error:
> 
> 
>     build-bootstrap-javac:
>             [javac] Compiling 1 source file to
> /fast/build/ostro/x86/tmp-glibc/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/
> icedtea-2.1.3/build/openjdk.build-boot/langtools/build/bootstrap/classes
>             [javac] ----------
>             [javac] 1. ERROR in
> /fast/build/ostro/x86/tmp-glibc/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/
> icedtea-2.1.3/build/openjdk-boot/langtools/src/share/classes/com/sun/tools/
> javac/file/ZipFileIndex.java (at line 1169)
>             [javac]     super(message, cause);
>             [javac]     ^^^^^^^^^^^^^^^^^^^^^^
>             [javac] The constructor IOException(String, Throwable) is
> undefined
>             [javac] ----------
>             [javac] 1 problem (1 error)
> 
>         BUILD FAILED
>        
> /fast/build/ostro/x86/tmp-glibc/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/
> icedtea-2.1.3/build/openjdk-boot/langtools/make/build.xml:446: The following
> error occurred while executing this line:
>        
> /fast/build/ostro/x86/tmp-glibc/work/x86_64-linux/icedtea7-native/2.1.3-r1.0/
> icedtea-2.1.3/build/openjdk-boot/langtools/make/build.xml:789: Compile
> failed; see the compiler error output for details.
> 
>         Total time: 2 seconds
>         Makefile:201: recipe for target 'build' failed

This is a very very old version of IcedTea, released on 2012-10-17 and long
since unsupported. The latest version is 2.6.7: http://bitly.com/it20607

> 
> 
> The reason for that error is that rt.jar does not contain the openjdk
> classes but the ones from classpath 0.99.

Well, the rt.jar is provided by your bootstrap JDK so what it contains depends
on how you configure the build, which you haven't specified.

Classpath does have this method now, so this is another reason its overdue for
a new release...

> 
> The error eventually goes away after a couple of hours :S.
> 
> After some tedious debug, I figured out that the problem was the
> timestamp handling of zip/unzip.
> 
> The Makefile launches zip with the following options:
> 
> $(ZIP) -qur
> 
> which only updates the content of the classes that have a timestamp
> older than the new ones.
> 
> According to zip manpage:
> """
> Note that under many operating systems, the TZ (timezone) environment
> variable must be set correctly in order for -f and -u to work properly
> """
> On this patch, I remove the -u option from zip, always replacing the
> classes inside rt.jar with the classes from openjdk. I cannot think of
> an scenario where this may fail.

While I agree we can safely remove the -u, the real issue here is that your
environment is not correctly configured, which may cause problems elsewhere in
the build. Did it work with TZ set?

> 
> 
> This error has also been spotted by other users:
> 
> https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/
> msg48464.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160913/a2b8711c/attachment-0001.html>


More information about the distro-pkg-dev mailing list