id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,port
17090,apr: duplicate case value when compiling universal i386/x86_64 or ppc/ppc64,pguyot@…,dluke@macports.org,"When compiling apr +universal with the default targets set to i386 and x86_64, I get the following compilation error:

{{{
strings/apr_snprintf.c: In function 'conv_os_thread_t':
strings/apr_snprintf.c:500: error: duplicate case value
strings/apr_snprintf.c:498: error: previously used here
strings/apr_snprintf.c: In function 'conv_os_thread_t_hex':
strings/apr_snprintf.c:671: error: duplicate case value
strings/apr_snprintf.c:669: error: previously used here
}}}

In fact, I'm wondering if apr compiles on 64bits at all. The lines go like this:

{{{
    case sizeof(apr_int32_t):
        return conv_10(u.u32, TRUE, &is_negative, buf_end, len);
    case sizeof(apr_int64_t):
        return conv_10_quad(u.u64, TRUE, &is_negative, buf_end, len);
}}}

This is on 10.5.5/x86.
",defect,closed,Normal,,ports,1.7.0,fixed,,ryandesign@… eborisch@… jbarrett@… mcalhoun@… ulrich.kohlhase@… jochen@… boris.dusek@… markus@… njbutko@… nox@… nicos_pavlov@… peter.royal@… oleg.lomaka@… chad@… bgrupe@… whitley@… macports@… steven@… domiman@… kendallb@…,apr
