309cdd6101
When building with CONFIG_BUILD_NLS=y, uClibc fails to compile with following message (or similar, according to https://dev.openwrt.org/ticket/13095): -snip- ... Warning: adding UNDEFINED entry for ar_AE Warning: adding UNDEFINED entry for am_ET Warning: adding UNDEFINED entry for af_ZA grep "^#define" extra/locale/locale_tables.h > extra/locale/lt_defines.h grep "^#define __lc" extra/locale/locale_collate.h >> extra/locale/lt_defines.h gcc extra/locale/gen_wctype.c -o extra/locale/gen_wctype -Os -Wall -D__UCLIBC_GEN_LOCALE -I./ extra/locale/gen_wctype.c: In function 'main': extra/locale/gen_wctype.c:684:2: warning: #warning fix the upper bound on the upper/lower tables... save 200 bytes or so [-Wcpp] for locale in en_US en_GB; do \ extra/locale/gen_wctype $locale > extra/locale/wctables.h || \ extra/locale/gen_wctype $locale.UTF-8 > extra/locale/wctables.h || \ extra/locale/gen_wctype $locale.iso8859-1 > extra/locale/wctables.h && break; \ done make[4]: *** [extra/locale/wctables.h] Error 1 -snap- This seems to also depend on the host system used, e.g. running a fresh checkout on a Debian 7.6 system triggered this error, while running the very same stuff on an Ubuntu 12.10 Quantal Quetzal does not trigger it. This is the configuration I used: -snip- buildbot@buildbot:~/openwrt-nls.git$ scripts/diffconfig.sh CONFIG_TARGET_ar71xx=y CONFIG_TARGET_ar71xx_generic=y CONFIG_TARGET_ar71xx_generic_Default=y CONFIG_DEVEL=y CONFIG_BUILD_NLS=y CONFIG_DOWNLOAD_FOLDER="/srv/downloads/downloads" -snap- In the ticket mentioned above, a patch is referenced which solves this issue. Note, that this issue is also present on 14.07. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43446 |
||
---|---|---|
.. | ||
009_backport_mount.h-update.patch | ||
010-backport_sscanf_alloc.patch | ||
011-dlsym_rtld_next_fix.patch | ||
100-fix_unifdef.patch | ||
110-compat_macros.patch | ||
120-adjtimex.patch | ||
131-inet-fix-__read_etc_hosts_r-segfault.patch | ||
132-inet_fix_res_init.patch | ||
133-inet6-scoped-getnameinfo.patch | ||
135-inet_fix_threaded_use_of_res_functions.patch | ||
136-inet_make_res_init_thread_safe.patch | ||
137-inet_fix_threaded_res_init.patch | ||
140-avr32_atomic_fix.patch | ||
150-vasprintf_size_reduce.patch | ||
170-math_finite.patch | ||
180-pthread_cleanup_fix.patch | ||
190-nptl_use_arch_default_stack_limit.patch | ||
200-no_forced_unwind.patch | ||
210-mips_use_pic_crt1.patch | ||
350-use-fputs_unlocked.patch | ||
410-llvm_workaround.patch | ||
450-powerpc_copysignl.patch | ||
480-powerpc_rel24_support.patch | ||
500-eventfd.patch | ||
600-mips64_abi_selection.patch | ||
610-mips64_syscall_fix.patch | ||
611-mips_syscall_error_argument.patch | ||
612-mips64_relocation_fix.patch | ||
613-mips64_more_relocation_fixes.patch | ||
614-mips64_fix_setjmp_longjmp.patch | ||
615-mips_fix_sigev_pad_size.patch | ||
616-mips_fix_stat_time.patch | ||
617-mips_fix_setjmp_ptrsize.patch | ||
618-mips64_fix_syscall_error.patch | ||
619-mips64_fix_sysdep_cancel.patch | ||
960-remove_eabi_oabi_selection.patch | ||
970-add___kernel_long_and___kernel_ulong.patch | ||
981-fix_setting_arch_native_bit.patch | ||
990-no-stack-cache.patch | ||
991-gen_wctype.patch | ||
999-eventfd_use_bits_scheme.patch |