Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
@ 2008-12-20 20:55 Ulf Samuelsson
  2008-12-23  9:40 ` Peter Korsgaard
  2008-12-28 22:46 ` Omar BELKHODJA
  0 siblings, 2 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2008-12-20 20:55 UTC (permalink / raw)
  To: buildroot

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 http://www.uclibc.org/downloads" 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 \

-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-0.9.30-001-fix-mmap.patch
Type: text/x-patch
Size: 1456 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20081220/7bf46b84/attachment-0006.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-0.9.30-arch.patch.avr32
Type: text/x-patch
Size: 2928 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20081220/7bf46b84/attachment-0007.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-0.9.30-fix-fget_putc.patch
Type: text/x-patch
Size: 13827 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20081220/7bf46b84/attachment-0008.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-0.9.30-linuxthreads.patch
Type: text/x-patch
Size: 5147 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20081220/7bf46b84/attachment-0009.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-0.9.30-rm-whitespace.patch
Type: text/x-patch
Size: 3400 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20081220/7bf46b84/attachment-0010.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-0.9.30-locale.patch
Type: text/x-patch
Size: 666 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20081220/7bf46b84/attachment-0011.bin 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-20 20:55 [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30 Ulf Samuelsson
@ 2008-12-23  9:40 ` Peter Korsgaard
  2008-12-28 22:46 ` Omar BELKHODJA
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2008-12-23  9:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Ulf" == Ulf Samuelsson <ulf.samuelsson@atmel.com> writes:

Hi,

 Ulf> uClibc-0.9.30 does not build due to uClibc-locale-20081111-*.tgz not
 Ulf> beeing available.

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

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


 Ulf> It is supposed to be on http://www.uclibc.org/downloads" but
 Ulf> is not there.

There was a thread about this on the uclibc list recently:

http://lists.uclibc.org/pipermail/uclibc/2008-December/041624.html

It would be better to not use the pregenerated locales at all. I have
added an option for this in r24516 (from Bernhard's tree).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-20 20:55 [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30 Ulf Samuelsson
  2008-12-23  9:40 ` Peter Korsgaard
@ 2008-12-28 22:46 ` Omar BELKHODJA
  2008-12-29  7:48   ` Peter Korsgaard
  1 sibling, 1 reply; 9+ messages in thread
From: Omar BELKHODJA @ 2008-12-28 22:46 UTC (permalink / raw)
  To: buildroot

An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20081228/af715196/attachment.htm 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-28 22:46 ` Omar BELKHODJA
@ 2008-12-29  7:48   ` Peter Korsgaard
  2008-12-29 10:50     ` Omar BELKHODJA
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2008-12-29  7:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Omar" == Omar BELKHODJA <omar.belkhodja@gmail.com> writes:

 Omar> I'm trying also to build for an arm target, and the build is failing for the
 Omar> same reason. After doing make, it is trying to download the file

 Omar> http://www.uclibc.org/downloads/uClibc-locale-20081111-32-eb.tgz

 Omar> Is there any trick to build again the locale file ?

Yes, don't use the pregenerated locales (disable
BR2_ENABLE_LOCALE_PREGENERATED) - See r24516.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-29  7:48   ` Peter Korsgaard
@ 2008-12-29 10:50     ` Omar BELKHODJA
  2008-12-29 11:09       ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 9+ messages in thread
From: Omar BELKHODJA @ 2008-12-29 10:50 UTC (permalink / raw)
  To: buildroot

An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20081229/1c3d8506/attachment.htm 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-29 10:50     ` Omar BELKHODJA
@ 2008-12-29 11:09       ` Bernhard Reutner-Fischer
  2008-12-29 11:20         ` Omar BELKHODJA
  0 siblings, 1 reply; 9+ messages in thread
From: Bernhard Reutner-Fischer @ 2008-12-29 11:09 UTC (permalink / raw)
  To: buildroot

On Mon, Dec 29, 2008 at 11:50:51AM +0100, Omar BELKHODJA wrote:
><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
><html>
><head>
>  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
>  <title></title>
></head>
><body bgcolor="#ffffff" text="#000000">
><tt>It is already disabled... So this option seems not to be working.
>Below is an extract of my .config file (I needs locales that's why they
>are enabled).<br>

brrrrr. Please send plaintext messages, TIA

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-29 11:09       ` Bernhard Reutner-Fischer
@ 2008-12-29 11:20         ` Omar BELKHODJA
  2008-12-29 14:18           ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: Omar BELKHODJA @ 2008-12-29 11:20 UTC (permalink / raw)
  To: buildroot

Sorry for the inconvenience. I guess this happened because I did a 
copy/paste... What I wanted to say was :

It is already disabled... So this option seems not to be working. Below 
is an extract of my .config file (I needs locales that's why they are 
enabled).
Also, if I try with

BR2_ENABLE_LOCALE_PREGENERATED=n

It still doesn't work


Regards,
Omar

#
# uClibc Options
#
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
# BR2_UCLIBC_VERSION_0_9_29 is not set
BR2_UCLIBC_VERSION_0_9_30=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
UCLIBC_VERSION="0.9.30"
BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config"
BR2_ENABLE_LOCALE=y
# BR2_ENABLE_LOCALE_PREGENERATED is not set
# BR2_PTHREADS_NONE is not set
# BR2_PTHREADS is not set
BR2_PTHREADS_OLD=y
# BR2_PTHREADS_NATIVE is not set
BR2_PTHREAD_DEBUG=y
BR2_UCLIBC_PROGRAM_INVOCATION=y
# BR2_UCLIBC_INSTALL_TEST_SUITE is not set

Bernhard Reutner-Fischer a ?crit :
> On Mon, Dec 29, 2008 at 11:50:51AM +0100, Omar BELKHODJA wrote:
>   
>> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>> <html>
>> <head>
>>  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
>>  <title></title>
>> </head>
>> <body bgcolor="#ffffff" text="#000000">
>> <tt>It is already disabled... So this option seems not to be working.
>> Below is an extract of my .config file (I needs locales that's why they
>> are enabled).<br>
>>     
>
> brrrrr. Please send plaintext messages, TIA
>
>   

-- 
Omar BELKHODJA
_______________________________________________________________________
   _____  ____   _____    _____
  / ____|/ __ \ / ____|  / ____|
 | (___ | |  | | (___   | |     ___  _ __ ___  _ __   __ _ _ __  _   _
  \___ \| |  | |\___ \  | |    / _ \| '_ ` _ \| '_ \ / _` | '_ \| | | |
  ____) | |__| |____) | | |___| (_) | | | | | | |_) | (_| | | | | |_| |
 |_____/ \____/|_____/   \_____\___/|_| |_| |_| .__/ \__,_|_| |_|\__, |
                                              | |                 __/ |
                                              |_|                |___/
    __                    __               __
   (  '_    /_   _   _/  /  )_ '_ '  _ /  (    / _/'     _
  __)///)/)((-  (//)(/  (__// /(///)(/(  __)()((///()/)_)
        /                     _/
  http://www.sos-company.com
_______________________________________________________________________

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-29 11:20         ` Omar BELKHODJA
@ 2008-12-29 14:18           ` Peter Korsgaard
  2008-12-29 15:07             ` Omar BELKHODJA
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2008-12-29 14:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Omar" == Omar BELKHODJA <omar.belkhodja@gmail.com> writes:

Hi,

 Omar> It is already disabled... So this option seems not to be
 Omar> working. Below is an extract of my .config file (I needs locales
 Omar> that's why they are enabled).
 Omar> Also, if I try with

 Omar> BR2_ENABLE_LOCALE_PREGENERATED=n

 Omar> It still doesn't work

Strange, it works here, could you send the full .config please?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30
  2008-12-29 14:18           ` Peter Korsgaard
@ 2008-12-29 15:07             ` Omar BELKHODJA
  0 siblings, 0 replies; 9+ messages in thread
From: Omar BELKHODJA @ 2008-12-29 15:07 UTC (permalink / raw)
  To: buildroot

Thanks for your intereset to my issue guys. I appreciate it.

I've just update to the revision 24597, done a make distclean(by the way 
this didn't remove the .config file, so I removed it manually). Then I 
changed the configuration options using make menuconfig.

Please find attached, the command line + my .config file

Omar

Peter Korsgaard a ?crit :
>>>>>> "Omar" == Omar BELKHODJA <omar.belkhodja@gmail.com> writes:
>>>>>>             
>
> Hi,
>
>  Omar> It is already disabled... So this option seems not to be
>  Omar> working. Below is an extract of my .config file (I needs locales
>  Omar> that's why they are enabled).
>  Omar> Also, if I try with
>
>  Omar> BR2_ENABLE_LOCALE_PREGENERATED=n
>
>  Omar> It still doesn't work
>
> Strange, it works here, could you send the full .config please?
>
>   

-- 
Omar BELKHODJA
_______________________________________________________________________
   _____  ____   _____    _____
  / ____|/ __ \ / ____|  / ____|
 | (___ | |  | | (___   | |     ___  _ __ ___  _ __   __ _ _ __  _   _
  \___ \| |  | |\___ \  | |    / _ \| '_ ` _ \| '_ \ / _` | '_ \| | | |
  ____) | |__| |____) | | |___| (_) | | | | | | |_) | (_| | | | | |_| |
 |_____/ \____/|_____/   \_____\___/|_| |_| |_| .__/ \__,_|_| |_|\__, |
                                              | |                 __/ |
                                              |_|                |___/
    __                    __               __
   (  '_    /_   _   _/  /  )_ '_ '  _ /  (    / _/'     _
  __)///)/)((-  (//)(/  (__// /(///)(/(  __)()((///()/)_)
        /                     _/
  http://www.sos-company.com
_______________________________________________________________________



-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: log.txt
Url: http://lists.busybox.net/pipermail/buildroot/attachments/20081229/05652312/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: .config
Url: http://lists.busybox.net/pipermail/buildroot/attachments/20081229/05652312/attachment.diff 

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-12-29 15:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-20 20:55 [Buildroot] [PATCH] Buildroot uClibc-0.9.29 patches not present in uClibc-0.9.30 Ulf Samuelsson
2008-12-23  9:40 ` Peter Korsgaard
2008-12-28 22:46 ` Omar BELKHODJA
2008-12-29  7:48   ` Peter Korsgaard
2008-12-29 10:50     ` Omar BELKHODJA
2008-12-29 11:09       ` Bernhard Reutner-Fischer
2008-12-29 11:20         ` Omar BELKHODJA
2008-12-29 14:18           ` Peter Korsgaard
2008-12-29 15:07             ` Omar BELKHODJA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox