Opened 14 years ago

Closed 13 years ago

#26435 closed defect (fixed)

Duplicate symbol in static build of libicudata

Reported by: paul@… Owned by: nox@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: ICU

Description

The MacPorts build of libicudata.a contains a duplicate symbol.

libicudata.a(stubdata.ao):
0000000000000000 S _icudt44_dat

libicudata.a(icudt44l_dat.o):
0000000000000000 S _icudt44_dat

Building directly from the source, libicudata.a contains a single instance of the symbol.

libicudata.a(icudt44l_dat.o):
0000000000000000 S _icudt44_dat

Change History (4)

comment:1 Changed 14 years ago by paul@…

Cc: paul@… added

Cc Me!

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: paul@… removed
Owner: changed from macports-tickets@… to nox@…

Please remember to cc the maintainer.

comment:3 Changed 13 years ago by takanori@…

Seems that the port maintainer broke the static library when he tried to support +universal variant in r58655.

See also #26044

comment:4 Changed 13 years ago by takanori@…

Resolution: fixed
Status: newclosed

This problem should be fixed in r73849.

Note: See TracTickets for help on using tickets.