All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Buildroot 2010.05-rc1 released
@ 2010-05-03 14:31 Peter Korsgaard
  2010-05-03 15:31 ` Andy Gibbs
  2010-05-03 16:28 ` Microbit_P43000
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-05-03 14:31 UTC (permalink / raw)
  To: buildroot

Hi,

Buildroot 2010.05-rc1 is released - Go download it at:

http://buildroot.net/downloads/buildroot-2010.05-rc1.tar.gz

or

http://buildroot.net/downloads/buildroot-2010.05-rc1.tar.bz2

Or get it from Git:

git://git.buildroot.net/buildroot

Please give it a spin and report any problems to the mailing list or bug
tracker. Many thanks to the people contributing to this release:

 git shortlog -s -n 2010.02..
   220  Paulius Zaleckas
   123  Thomas Petazzoni
   220  Paulius Zaleckas
   123  Thomas Petazzoni
    92  Peter Korsgaard
    26  Will Wagner
    22  Gustavo Zacarias
    14  Lionel Landwerlin
     3  Darius Augulis
     3  H Hartley Sweeten
     3  Josh.Wu
     3  Yann E. MORIN
     2  Alexander Clouter
     2  Kelvin Cheung
     2  Luca Ceresoli
     2  Richard van Paasen
     1  Chris Seawood
     1  Frederik Vannoote
     1  Grant Edwards
     1  Johan Thelin
     1  Laine Walker-Avina
     1  Michael Roth
     1  Mike Crowe
     1  Paul Jones
     1  Thomas Brandstetter

From now on the tree is closed for new features until after the 2010.05
release (expected at end of month).

-- 
Bye, Peter Korsgaard

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

* [Buildroot] Buildroot 2010.05-rc1 released
  2010-05-03 14:31 [Buildroot] Buildroot 2010.05-rc1 released Peter Korsgaard
@ 2010-05-03 15:31 ` Andy Gibbs
  2010-05-03 16:28 ` Microbit_P43000
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Gibbs @ 2010-05-03 15:31 UTC (permalink / raw)
  To: buildroot

Hi,

Thank you for the latest release; apart from one issue it is working well.

Unfortunately it can fail to build correctly with toolchain locale support 
enabled on systems without en_US.UTF-8.  I believe this may be more a 
problem within uclibc itself, rather than with buildroot, but the patch is 
simple (2 lines!), so would it be possible to get it into v2010.05 anyway??? 
(the link to the patch is below).

The error message I get under the current RC1 is as follows:...

  HOSTCC extra/locale/gen_wc8bit
extra/locale/gen_wc8bit.c: In function 'main':
extra/locale/gen_wc8bit.c:374: warning: array subscript is above array 
bounds
extra/locale/gen_wc8bit.c:433: warning: array subscript is above array 
bounds
extra/locale/gen_wc8bit.c:499: warning: array subscript is above array 
bounds
  GEN extra/locale/codesets.txt
  GEN extra/locale/c8tables.h
make[1]: *** [extra/locale/c8tables.h] Error 1
make[1]: Leaving directory 
`.../buildroot-2010.05-rc1/output/toolchain/uClibc-0.9.31'
make: *** 
[.../buildroot-2010.05-rc1/output/toolchain/uClibc-0.9.31/.configured] Error 
2


Interestingly, the actual error message is not shown.  Compare with the same 
error on v2010.02:

  HOSTCC extra/locale/gen_wc8bit
extra/locale/gen_wc8bit.c: In function 'main':
extra/locale/gen_wc8bit.c:379: warning: array subscript is above array 
bounds
extra/locale/gen_wc8bit.c:438: warning: array subscript is above array 
bounds
extra/locale/gen_wc8bit.c:504: warning: array subscript is above array 
bounds
  GEN extra/locale/codesets.txt
  GEN extra/locale/c8tables.h
could not find a UTF8 locale ... please enable en_US.UTF-8
make[1]: *** [extra/locale/c8tables.h] Error 1
make[1]: Leaving directory 
`.../buildroot-2010.02/output/toolchain/uClibc-0.9.30.2'
make: *** 
[.../buildroot-2010.02/output/toolchain/uClibc-0.9.30.2/.configured] Error 2


The patch to fix this build problem, I previously posted to the uclibc 
mailing list at:

http://lists.uclibc.org/pipermail/uclibc/2010-April/043972.html

Thanks

Andy


----- Original Message ----- 
From: "Peter Korsgaard"
Newsgroups: gmane.comp.lib.uclibc.buildroot
Sent: Monday, May 03, 2010 4:31 PM
Subject: Buildroot 2010.05-rc1 released


> Hi,
>
> Buildroot 2010.05-rc1 is released - Go download it at:
>
> http://buildroot.net/downloads/buildroot-2010.05-rc1.tar.gz
>
> or
>
> http://buildroot.net/downloads/buildroot-2010.05-rc1.tar.bz2
>
> Or get it from Git:
>
> git://git.buildroot.net/buildroot
>
> Please give it a spin and report any problems to the mailing list or bug
> tracker. Many thanks to the people contributing to this release:
>
> git shortlog -s -n 2010.02..
>   220  Paulius Zaleckas
>   123  Thomas Petazzoni
>   220  Paulius Zaleckas
>   123  Thomas Petazzoni
>    92  Peter Korsgaard
>    26  Will Wagner
>    22  Gustavo Zacarias
>    14  Lionel Landwerlin
>     3  Darius Augulis
>     3  H Hartley Sweeten
>     3  Josh.Wu
>     3  Yann E. MORIN
>     2  Alexander Clouter
>     2  Kelvin Cheung
>     2  Luca Ceresoli
>     2  Richard van Paasen
>     1  Chris Seawood
>     1  Frederik Vannoote
>     1  Grant Edwards
>     1  Johan Thelin
>     1  Laine Walker-Avina
>     1  Michael Roth
>     1  Mike Crowe
>     1  Paul Jones
>     1  Thomas Brandstetter
>
>>From now on the tree is closed for new features until after the 2010.05
> release (expected at end of month).
>
> -- 
> Bye, Peter Korsgaard 

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

* [Buildroot] Buildroot 2010.05-rc1 released
  2010-05-03 14:31 [Buildroot] Buildroot 2010.05-rc1 released Peter Korsgaard
  2010-05-03 15:31 ` Andy Gibbs
@ 2010-05-03 16:28 ` Microbit_P43000
  1 sibling, 0 replies; 3+ messages in thread
From: Microbit_P43000 @ 2010-05-03 16:28 UTC (permalink / raw)
  To: buildroot

Hi Peter,

> -----Original Message-----
> From: buildroot-bounces at busybox.net [mailto:buildroot-bounces at busybox.net] On Behalf Of
> Peter Korsgaard
> Sent: Tuesday, 4 May 2010 12:32 AM
> To: buildroot at uclibc.org
> Subject: [Buildroot] Buildroot 2010.05-rc1 released
> 
> Hi,
> 
> Buildroot 2010.05-rc1 is released - Go download it at:
> 
> http://buildroot.net/downloads/buildroot-2010.05-rc1.tar.gz
> 
> or
> 
> http://buildroot.net/downloads/buildroot-2010.05-rc1.tar.bz2
> 
> Or get it from Git:
> 
> git://git.buildroot.net/buildroot
> 
> Please give it a spin and report any problems to the mailing list or bug
> tracker. Many thanks to the people contributing to this release:
> 
>  git shortlog -s -n 2010.02..
>    220  Paulius Zaleckas
>    123  Thomas Petazzoni
>    220  Paulius Zaleckas
>    123  Thomas Petazzoni
>     92  Peter Korsgaard
>     26  Will Wagner
>     22  Gustavo Zacarias
>     14  Lionel Landwerlin
>      3  Darius Augulis
>      3  H Hartley Sweeten
>      3  Josh.Wu
>      3  Yann E. MORIN
>      2  Alexander Clouter
>      2  Kelvin Cheung
>      2  Luca Ceresoli
>      2  Richard van Paasen
>      1  Chris Seawood
>      1  Frederik Vannoote
>      1  Grant Edwards
>      1  Johan Thelin
>      1  Laine Walker-Avina
>      1  Michael Roth
>      1  Mike Crowe
>      1  Paul Jones
>      1  Thomas Brandstetter
> 
> >From now on the tree is closed for new features until after the 2010.05
> release (expected at end of month).
> 
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



Sounds great, I'll be trying it in next couple of days.

This might be ignorant, but can I enquire regarding these 2 issues compared to 2010.02
vis-?-vis
target behaviour :
(I haven't followed patches/bugs properly, and couldn't seem to readily Google about
status of ->)

i) 2010.02 hides the hotplug and udev options, although busybox doesn't offer it.
Just mdev alone is not proper of course, since there's no rc script then.

ii) Once that was fixed, I find that I can't mount/read SD cards with ext2/ext3 format on
it.
It does mount FAT(32) properly. I'm using 2.6.31.6 on my ARM9 target.
When Googling I did read something about new kernel supporting ext2/3 through ext4 driver.
Does this apply to 2010.02 as well ? IOW does this mean I should upgrade my kernel ?
Using 2009.11 with same kernel still flashed in target (I only flash rootfs), ext2/3
mounts fine on that same target...

** Am I missing something in 2010.02 ? I can't see where my mistake would be...

If (i) and/or (ii) indeed are an ongoing issue, will/is this fixed on 2010.05 ???
(unless it's already in your release cand...)

Best Regards,
Kris

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

end of thread, other threads:[~2010-05-03 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 14:31 [Buildroot] Buildroot 2010.05-rc1 released Peter Korsgaard
2010-05-03 15:31 ` Andy Gibbs
2010-05-03 16:28 ` Microbit_P43000

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.