Hi, As the android repository is a moving target, this could be fixed tomorrow or even today :)
You can make the build continue if you remove all files in libcore/dom/src/test/resources and libcore/xml/src/test/resources. I did that here and didn't see any side effects.. Dries On Thu, Jun 17, 2010 at 12:40 PM, Robert P. J. Day <[email protected]>wrote: > > not sure if this is the right list for this, but i just did a "repo > sync" on my android source checkout, then "make", to get: > > ... > target Jar: core-tests > (out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar) > > 'out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/classes.dex' > as 'classes.dex'... > java.util.zip.ZipException: duplicate entry: hyts_Foo.c > at > java.util.zip.ZipOutputStream.putNextEntry(ZipOutputStream.java:192) > at > java.util.jar.JarOutputStream.putNextEntry(JarOutputStream.java:109) > at sun.tools.jar.Main.addFile(Main.java:731) > at sun.tools.jar.Main.update(Main.java:585) > at sun.tools.jar.Main.run(Main.java:220) > at sun.tools.jar.Main.main(Main.java:1167) > make: *** > [out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar] > Error 1 > make: *** Deleting file > `out/target/common/obj/JAVA_LIBRARIES/core-tests_intermediates/javalib.jar' > > > > this is on a fully-updated 64-bit ubuntu 10.04 system. > > rday > > -- > > ======================================================================== > Robert P. J. Day Waterloo, Ontario, CANADA > > Top-notch, inexpensive online Linux/OSS/kernel courses > http://crashcourse.ca > > Twitter: http://twitter.com/rpjday > LinkedIn: http://ca.linkedin.com/in/rpjday > ======================================================================== > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
