gjdoc puts a timestamp in the about.html file which causes a problem for multilib installs. Java packages with native code are compiled separately for each arch which creates a different timestamp for each compile. This timestamp difference gives the javadocs different md5sums which makes it not possible to install packages from multiple architectures.
Here are some options: (1)remove the timestamp entirely (2)add a gjdoc specific flag to remove or include the timestamp (3)do nothing and let distros carry the patch Attached is a patch for option 1, which I will be putting in the gjdoc rpm for FC6. Let me know if you think option 2 is better and I can whip up a patch. -- Summary: [patch] remove timestamp in about.html Product: classpath Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P3 Component: gjdoc AssignedTo: julian at sektor37 dot de ReportedBy: bkonrath at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28382 _______________________________________________ Bug-classpath mailing list Bug-classpath@gnu.org http://lists.gnu.org/mailman/listinfo/bug-classpath