Bug 15376 - Libiconv config
Summary: Libiconv config
Status: RESOLVED NEEDINFO
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-06 22:06 UTC by Igor
Modified: 2023-03-14 21:37 UTC (History)
2 users (show)

See Also:
Host: Debian GNU/Linux 12 (bookworm) x86_64
Target: arm926t
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.