<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I'm trying also to build for an arm target, and the build is failing
for the same reason. After doing make, it is trying to download the file<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.uclibc.org/downloads/uClibc-locale-20081111-32-eb.tgz">http://www.uclibc.org/downloads/uClibc-locale-20081111-32-eb.tgz</a><br>
<br>
Is there any trick to build again the locale file ?<br>
<br>
Ulf Samuelsson a écrit :
<blockquote cite="mid:1229806548.30378.10.camel@linux-yrgm.site"
 type="cite">
  <pre wrap="">uClibc-0.9.30 does not build due to uClibc-locale-20081111-*.tgz not
beeing available.

I guess this is the culprit:
------------------------------------------------------------------------
r23997 | aldot | 2008-11-11 12:05:57 +0100 (Tue, 11 Nov 2008) | 3 lines

- update recommendation for pregenerated locales.
- update name of locale-tarball. We will retroactively fill them in, eventually


It is supposed to be on <a class="moz-txt-link-freetext" href="http://www.uclibc.org/downloads">http://www.uclibc.org/downloads</a>" but
is not there.

This patch would revert the locale to use
uClibc-locale-030818.tgz

Won't commit right now,
because I assume that if the missing tarball can
be found, then it is better to use this one.

Also: I checked the different 0.9.29 patches and it seems
like most are implemented in 0.9.30 but not all.
I enclose the resulting patches for 0.9.30
if we assume that everything in 0.9.29 should be there.

Anyone with more knowledge about uClibc than I, should review.

--------------------------------------------------------------
diff -urN uClibc-0.9.30-0rig/extra/locale/Makefile.in
uClibc-0.9.30/extra/locale/Makefile.in
--- uClibc-0.9.30-0rig/extra/locale/Makefile.in 2008-12-20
18:32:36.000000000 +0100
+++ uClibc-0.9.30/extra/locale/Makefile.in      2008-12-20 18:37:42.000000000
+0100
@@ -11,7 +11,8 @@
 # command used to download source code
 WGET := wget --passive-ftp
 
-LOCALE_DATA_FILENAME := uClibc-locale-20081111-$(ARCH_NATIVE_BIT)-$(if
$(ARCH_LITTLE_ENDIAN),el,eb).tgz
+#LOCALE_DATA_FILENAME := uClibc-locale-20081111-$(ARCH_NATIVE_BIT)-$(if
$(ARCH_LITTLE_ENDIAN),el,eb).tgz
+LOCALE_DATA_FILENAME := uClibc-locale-030818.tgz
 
 BUILD_CFLAGS-locale-common := \
        -D__UCLIBC_GEN_LOCALE \

  </pre>
  <pre wrap=""><pre wrap=""><pre wrap=""><pre wrap=""><pre wrap=""><pre
 wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
buildroot mailing list
<a class="moz-txt-link-abbreviated" href="mailto:buildroot@busybox.net">buildroot@busybox.net</a>
<a class="moz-txt-link-freetext" href="http://lists.busybox.net/mailman/listinfo/buildroot">http://lists.busybox.net/mailman/listinfo/buildroot</a></pre></pre></pre></pre></pre></pre></pre>
</blockquote>
</body>
</html>