bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gjdoc/29743] New: gjdoc generates different html on different arche


From: bkonrath at redhat dot com
Subject: [Bug gjdoc/29743] New: gjdoc generates different html on different arches
Date: 6 Nov 2006 16:58:21 -0000

Gjdoc generates different html on i386 and on x86_64 when the -use flag is
specified. This posses a problem for distributions that require packages to be
multilib compatible (i.e. everything placed in /usr/share/ must be same across
builds). Currently FC6 and RHEL-5 both have this requirement.

I tracked this problem down to gjdoc's use of HashMap.keySet().iterator() in
HtmlDoclet (line 1842). Gjdoc's usage of these methods produces different
ordering in the html package listings on i386 and on x86_64 with both GCJ (FC6
gcc-java-4.1.1-30) and Sun's VM (jdk1.5.0_06). Since both of these
implementations produce the same results, I made a patch to gjdoc to correct
this problem. Thanks.


-- 
           Summary: gjdoc generates different html on different arches
           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=29743





reply via email to

[Prev in Thread] Current Thread [Next in Thread]