Bug 15376

Summary: Libiconv config
Product: buildroot Reporter: Igor <igor>
Component: OtherAssignee: unassigned
Status: RESOLVED NEEDINFO    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Debian GNU/Linux 12 (bookworm) x86_64 Target: arm926t
Build:

Description Igor 2023-03-06 22:06:42 UTC
package/libiconv/libiconv.mk:31: *** Libiconv should never be enabled when the toolchain supports locales. Report this failure to Buildroot developers.  Stop.
Comment 1 Yann E. MORIN 2023-03-12 17:47:35 UTC
Igor, All,

Thanks for your report.

However, you did not provide enough information. Can you provide:
  * the version of Buildroot you are using
  * the defconfig file your are using

I was also not able to reproduce with current master; the following ran
for quite some time, but trigerred not (related) issue:

    $ while ! ( grep -q -E '^BR2_PACKAGE_LIBICONV=y' .config \
             && grep -q -E '^BR2_ENABLE_LOCALE=y' .config)
    do
        make randconfig
    done

Regards,
Yann E. MORIN.
Comment 2 Thomas Petazzoni 2023-03-14 21:37:38 UTC
Bug report does not have enough information, closing. Please reopen if more information is provided.