Re: [ptxdist] Conflicting getline declarations in kernel 2.6.32

2010-01-20 Thread Frederik Sdun
* Remy Bohmer li...@bohmer.net [18.01.2010 20:40]: Hi, 2010/1/18 Frederik Sdun frederik.s...@inotec-licht.de: Hi, compiling kernel-headers with a recent host compiler yields the following error: scripts/unifdef.c:209: error: conflicting types for 'getline'

[ptxdist] [PATCH 01/10] [host-libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libuuid', which selects the appropriate

[ptxdist] [PATCH 02/10] [host-libblkid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libblkid', which selects the appropriate

[ptxdist] [PATCH 03/10] [host-mtd-utils] Fixup dep to libuuid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Selects virtual package for libuuid.so, which is required for the ubifs tools. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-mtd-utils.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[ptxdist] [PATCH 04/10] [libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently E2FSPROGS is selected for those target packages, which need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual package 'libuuid', which selects the appropriate source

[ptxdist] [PATCH 06/10] [host-util-linux-ng] Added host build for newer libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-util-linux-ng.in |8 ++ rules/host-util-linux-ng.make | 54

[ptxdist] [PATCH 10/10] (4/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies the virtual host packages for the transition. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-libblkid.in |

[ptxdist] [PATCH 07/10] (1/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch prepares transition by redirecting selects for libuuid or libblkid to virtual packages. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de

[ptxdist] [PATCH 08/10] (2/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies e2fsprogs and util-linux-ng: - Disable compilation of built-in libs in e2fsprogs - Remove selects for e2fsprogs from utils-linux-ng -

Re: [ptxdist] Updated libuuid and libblkid

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: There are newer versions of libuuid and libblkid available in util-linux-ng. It includes also the blkid and uuidgen binaries. As a newer version was a requirement for some other updated tool, I changed the .in files to switch over to these new libs. Ideally there

Re: [ptxdist] [PATCH 02/10] [host-libblkid] Added virtual package

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libblkid',

Re: [ptxdist] [PATCH 03/10] [host-mtd-utils] Fixup dep to libuuid

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Selects virtual package for libuuid.so, which is required for the ubifs tools. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de Acked-by: Marc Kleine-Budde m...@pengutronix.de --- rules/host-mtd-utils.in |

Re: [ptxdist] [PATCH 04/10] [libuuid] Added virtual package

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Currently E2FSPROGS is selected for those target packages, which need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual package 'libuuid', which

Re: [ptxdist] [PATCH 05/10] [libblkid] Added virtual package

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Currently E2FSPROGS is selected for those target packages, which need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual package 'libblkid', which

Re: [ptxdist] [PATCH 08/10] (2/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies e2fsprogs and util-linux-ng: - Disable compilation of built-in libs in e2fsprogs - Remove selects for

Re: [ptxdist] [PATCH 09/10] (3/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies the virtual packages for the transition. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de

[ptxdist] [v2]] Updated libuuid and libblkid

2010-01-20 Thread Carsten Schlote
Version 2 of patchstack including review changes. Carsten -- There are newer versions of libuuid and libblkid available in util-linux-ng. It includes also the blkid and uuidgen binaries. As a newer version was a requirement for some other updated tool, I changed the .in files to switch over

[ptxdist] [PATCH 02/10] [host-libblkid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libblkid', which selects the appropriate

[ptxdist] [PATCH 03/10] [host-mtd-utils] Fixup dep to libuuid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Selects virtual package for libuuid.so, which is required for the ubifs tools. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de Acked-by: Marc Kleine-Budde m...@pengutronix.de --- rules/host-mtd-utils.in |2 +- 1 files changed, 1

[ptxdist] [PATCH 06/10] [host-util-linux-ng] Added host build for newer libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-util-linux-ng.in |8 +++ rules/host-util-linux-ng.make | 42

[ptxdist] [PATCH 01/10] [host-libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libuuid', which selects the appropriate

Re: [ptxdist] [PATCH 06/10] [host-util-linux-ng] Added host build for newer libuuid and libblkid

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-util-linux-ng.in |8 +++

Re: [ptxdist] [PATCH 10/10] (4/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies the virtual host packages for the transition. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de

Re: [ptxdist] [PATCH 04/10] [libuuid] Added virtual package

2010-01-20 Thread Michael Olbrich
On Wed, Jan 20, 2010 at 02:46:36PM +0100, Carsten Schlote wrote: I'm thinking about removing the prompt. mol what do you think? Currently it is a more meaningful placeholder and redirect for libuuid. So, it should work without. OTOH it might be desireable to see it in the

[ptxdist] [v3] Updated libuuid and libblkid

2010-01-20 Thread Carsten Schlote
Version 3 of patchstack including review changes. Applies against latest master branch. Carsten -- There are newer versions of libuuid and libblkid available in util-linux-ng. It includes also the blkid and uuidgen binaries. As a newer version was a requirement for some other updated tool, I

[ptxdist] [PATCH 02/10] [host-libblkid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libblkid', which selects the appropriate

[ptxdist] [PATCH 04/10] [libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently E2FSPROGS is selected for those target packages, which need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual package 'libuuid', which selects the appropriate source

[ptxdist] [PATCH 08/10] (2/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies e2fsprogs and util-linux-ng: - Disable compilation of built-in libs in e2fsprogs - Remove selects for e2fsprogs from utils-linux-ng -

[ptxdist] [PATCH 10/10] (4/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies the virtual host packages for the transition. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de Acked-by: Marc Kleine-Budde

[ptxdist] [PATCH 07/10] (1/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch prepares transition by redirecting selects for libuuid or libblkid to virtual packages. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de

[ptxdist] Problem compiling splashutils on Debian 4.0

2010-01-20 Thread Bo Hansen
Hi, When trying to build one of our projects on a Debian 4.0 based machine the attached problem occurred. Usually we build on ubuntu 8.10 without problems. I have tried Debian 5.0 also which also builds without a problem. Bypassing the issue is no problem. I'm just curious about why it fails

Re: [ptxdist] [PATCH 04/10] [libuuid] Added virtual package

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Currently E2FSPROGS is selected for those target packages, which need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual package 'libuuid', which

[ptxdist] [v4] [PULL] Updated libuuid and libblkid

2010-01-20 Thread Carsten Schlote
Version 4 of patchstack including review changes and ACK lines. Applies against latest master branch. Can be pulled from git://www.vahanus.net/ptxdist-kp.git on branch 'tmp-virtual-uuid-blkid'. Carsten -- There are newer versions of libuuid and libblkid available in util-linux-ng. It

[ptxdist] [PATCH 01/10] [host-libuuid] Added virtual package

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-libuuid', which selects the appropriate

[ptxdist] [PATCH 06/10] [host-util-linux-ng] Added host build for newer libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de Acked-by: Marc Kleine-Budde m...@pengutronix.de --- rules/host-util-linux-ng.in |7 ++

[ptxdist] [PATCH 08/10] (2/4) Switch to newer versions of libuuid and libblkid

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch modifies e2fsprogs and util-linux-ng: - Disable compilation of built-in libs in e2fsprogs - Remove selects for e2fsprogs from utils-linux-ng -

Re: [ptxdist] [v4] Review changes for host-util-linux-ng

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: Marc Kleine-Budde wrote: Carsten Schlote wrote: That's the last missing ACK... so just this patch is posted. can you fix the remaining prompt issue for the host package and give me a git repo to pull from? See last patch post on list for the git-feed. The prompt

Re: [ptxdist] [v4] Review changes for host-util-linux-ng

2010-01-20 Thread Carsten Schlote
Hi Marc, it doesn't work, though :( Not as expected :-) Anyway it think it's a good idea to support such stuff. Selecting HOST_LIBFOO is much more self-describing then selecting some package just to get the contained libraries installed. I have a fix for this in my public ptxdist repo.

[ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-20 Thread Carsten Schlote
[virtual-packages] Fix for missing dependancy handling Currently indirect kconfig depends can't be handled without a .make fragment. Added noop fake targets until dgen is fixed. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de diff --git

[ptxdist] [virtual-packages] Fix for missing dependancy handling

2010-01-20 Thread Carsten Schlote
Hi Marc, I added the following stub .make files. It's a workaround for problem with the unhandled dependancies. Build is now working again. Carsten -- commit 446422734d0b84191bfcde272765123b635a02a3 Author: Carsten Schlote c.schl...@konzeptpark.de Date: Wed Jan 20 19:10:44 2010 +0100