Ticket #2294 (closed bug: invalid)

Opened 13 months ago

Last modified 5 months ago

functions declared in headers/posix/iconv.h are not published by libroot.so

Reported by: oco Owned by: axeld
Priority: normal Milestone: R1
Component: System/libroot.so Version: R1 development
Cc: andreasf Blocked By:
Platform: All Blocking:

Description

I discover this problem using widestring in FreePascal. This feature rely on those functions.

There is a problem while loading programs that use those functions.

I will attach the quick patch i have done to test publishing those functions. Programs are launched correctly, but the implementation remains broken (according to freepascal test suite). So, don't apply it !

Attachments

iconv_dummy_implementation.diff (1.7 KB) - added by oco 13 months ago.

Change History

Changed 13 months ago by oco

Changed 13 months ago by andreasf

  • cc andreasf added

Changed 13 months ago by korli

Iconv is atm included in libtextencoding.so. Maybe it should reside in libroot.so instead.

Changed 13 months ago by oco

Oh ! forgot to look there !

Then, i could also adjust freepascal to use the right library...

Changed 7 months ago by korli

Could you check the current state of this bug please ? a libiconv.so is now provided.

Changed 5 months ago by korli

  • status changed from new to closed
  • resolution set to invalid

Solved by linking against libtextencoding.so

Note: See TracTickets for help on using tickets.