All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup
@ 2011-09-06 19:53 Peter Korsgaard
  2011-09-08  8:16 ` Sven Neumann
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2011-09-06 19:53 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=3f346b7b858447ebee57842a409eb6376acd93ff
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add busybox version 1.19.2 for the 1.19.x branch.
Remove deprecated 1.15.x branch.
Mark 1.16.x and 1.17.x branches deprecated as suggested by Thomas.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

Patch is too large, so refusing to show it

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

* [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup
  2011-09-06 19:53 [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup Peter Korsgaard
@ 2011-09-08  8:16 ` Sven Neumann
  2011-09-08 12:04   ` Gustavo Zacarias
  2011-09-08 15:43   ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Sven Neumann @ 2011-09-08  8:16 UTC (permalink / raw)
  To: buildroot

On Tue, 2011-09-06 at 21:53 +0200, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=3f346b7b858447ebee57842a409eb6376acd93ff
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Add busybox version 1.19.2 for the 1.19.x branch.
> Remove deprecated 1.15.x branch.
> Mark 1.16.x and 1.17.x branches deprecated as suggested by Thomas.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> 
> Patch is too large, so refusing to show it

I've updated buildroot from git today and changed the config to use
busybox 1.19.2. Now compilation fails with the following error:

In file included from miscutils/ubi_tools.c:63:
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:329: error: conflicting types for ?__packed?
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313: error: previous declaration of ?__packed? was here
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:371: error: conflicting types for ?__packed?
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313: error: previous declaration of ?__packed? was here
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:386: error: conflicting types for ?__packed?
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313: error: previous declaration of ?__packed? was here
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:398: error: conflicting types for ?__packed?
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313: error: previous declaration of ?__packed? was here
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:412: error: conflicting types for ?__packed?
/home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313: error: previous declaration of ?__packed? was here
make[2]: *** [miscutils/ubi_tools.o] Error 1
make[1]: *** [miscutils] Error 2


Sven

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

* [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup
  2011-09-08  8:16 ` Sven Neumann
@ 2011-09-08 12:04   ` Gustavo Zacarias
  2011-09-08 15:43   ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2011-09-08 12:04 UTC (permalink / raw)
  To: buildroot

On Thu, 08 Sep 2011 10:16:50 +0200, Sven Neumann wrote:

> I've updated buildroot from git today and changed the config to use
> busybox 1.19.2. Now compilation fails with the following error:
>
> In file included from miscutils/ubi_tools.c:63:
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:329:
> error: conflicting types for ?__packed?
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313:
> error: previous declaration of ?__packed? was here
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:371:
> error: conflicting types for ?__packed?
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313:
> error: previous declaration of ?__packed? was here
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:386:
> error: conflicting types for ?__packed?
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313:
> error: previous declaration of ?__packed? was here
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:398:
> error: conflicting types for ?__packed?
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313:
> error: previous declaration of ?__packed? was here
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:412:
> error: conflicting types for ?__packed?
> 
> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:313:
> error: previous declaration of ?__packed? was here
> make[2]: *** [miscutils/ubi_tools.o] Error 1
> make[1]: *** [miscutils] Error 2
>
>
> Sven

I'm assuming you're using a custom busybox config and that you've 
enabled UBI tools.
With that in mind it's a linux 3.0 headers issue already reported in 
the busybox ML.
Regards.

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

* [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup
  2011-09-08  8:16 ` Sven Neumann
  2011-09-08 12:04   ` Gustavo Zacarias
@ 2011-09-08 15:43   ` Peter Korsgaard
  2011-09-20 19:43     ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2011-09-08 15:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

 Sven> I've updated buildroot from git today and changed the config to use
 Sven> busybox 1.19.2. Now compilation fails with the following error:

 Sven> In file included from miscutils/ubi_tools.c:63:
 Sven> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:329: error: conflicting types for ?__packed?

That's a problem with kernel-headers 3.0 rather than a busybox 1.19
issue. I'm looking into fixing it with upstream.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup
  2011-09-08 15:43   ` Peter Korsgaard
@ 2011-09-20 19:43     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2011-09-20 19:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <jacmet@sunsite.dk> writes:

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
 Sven> I've updated buildroot from git today and changed the config to use
 Sven> busybox 1.19.2. Now compilation fails with the following error:

 Sven> In file included from miscutils/ubi_tools.c:63:
 Sven> /home/sven/git/buildroot/output/toolchain/linux/include/mtd/ubi-user.h:329: error: conflicting types for ?__packed?

 Peter> That's a problem with kernel-headers 3.0 rather than a busybox 1.19
 Peter> issue. I'm looking into fixing it with upstream.

Sorry, took longer than planned, but I've just pushed a fix for it.

For details, see the lkml discussion here:

https://lkml.org/lkml/2011/6/22/25

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-09-20 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-06 19:53 [Buildroot] [git commit] busybox: add 1.19.x branch and cleanup Peter Korsgaard
2011-09-08  8:16 ` Sven Neumann
2011-09-08 12:04   ` Gustavo Zacarias
2011-09-08 15:43   ` Peter Korsgaard
2011-09-20 19:43     ` Peter Korsgaard

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.