Ticket #2294 (closed bug: invalid)

Opened 22 months ago

Last modified 14 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/pre-alpha1
Keywords: 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 Download (1.7 KB) - added by oco 22 months ago.

Change History

Changed 22 months ago by oco

Changed 22 months ago by andreasf

  • cc andreasf added

Changed 22 months ago by korli

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

Changed 22 months ago by oco

Oh ! forgot to look there !

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

Changed 15 months ago by korli

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

Changed 14 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.