[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 Date: Wed Jan 20 19:10:44 2010 +0100 [virtual-packages] Fix for m

[ptxdist] Author: Carsten Schlote

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 diff --git a/rules/host-libblkid.make b/rules/host-li

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. > >

Re: [ptxdist] Problem compiling splashutils on Debian 4.0

2010-01-20 Thread Marc Kleine-Budde
Bo Hansen wrote: > 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 jus

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.

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

2010-01-20 Thread Carsten Schlote
> 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 issue is alrea

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

2010-01-20 Thread Marc Kleine-Budde
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? Cheers, Marc >> >> Carsten >> --- >> commit f9efe948aa65250746e35bb27de6138e3ea7939

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 - Moved installtion of libs

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/mtd-utils

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 selects the appropriate source package. Later this can eas

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/host-libblkid.in |2 +- rules/host-lib

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/libblkid.in |4 ++-- rules/libuuid.in |

[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 util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote Acked-by: Marc Kleine-Budde --- rules/host-util-linux-ng.in |7 ++ rules/host-util-linux-ng.make | 42 + 2

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 package. Later this can easi

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

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

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

[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 includ

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > That's the last missing ACK... so just this patch is posted. > > Carsten > --- > commit f9efe948aa65250746e35bb27de6138e3ea79397 > Author: Carsten Schlote > Date: Wed Jan 20 15:19:25 2010 +0100 > > [host-util-linux-ng] Added host build for newer libuuid and libblki

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

2010-01-20 Thread Carsten Schlote
That's the last missing ACK... so just this patch is posted. Carsten --- commit f9efe948aa65250746e35bb27de6138e3ea79397 Author: Carsten Schlote Date: Wed Jan 20 15:19:25 2010 +0100 [host-util-linux-ng] Added host build for newer libuuid and libblkid util-linux-ng provides newer v

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 > > 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 u

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 > > util-linux-ng provides newer versions of libuuid > and libblkid then the e2fsprogs. > > Signed-off-by: Carsten Schlote > --- > rules/host-util-linux-ng.in |8 +++ > rules/host-util-linux-ng.make | 42 >

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 selects the > approp

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 > appropr

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

2010-01-20 Thread Carsten Schlote
> stuff. And with a prompt it will remain enabled when the last package > selecting it is disabled. I think that's the best argument for no prompt here. > So I vote for no prompt. Agree. @Marc: Can you squash the prompts or do you want another post of the patch stack? The rest should be in sync

[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

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 selects the appropriate source package. Later this can eas

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/mtd-utils

[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 util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote --- rules/host-util-linux-ng.in |8 +++ rules/host-util-linux-ng.make | 42 + 2 files changed, 50 insertion

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/host-libblkid.in |2 +- rules/host-lib

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

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

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 - Moved installtion of libs

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/libblkid.in |5 +++-- rules/libuuid.in |

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 package. Later this can easi

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

[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 ch

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 m

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 > > 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 Acked-by: Marc Kleine-Budde > --- > rules

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

2010-01-20 Thread Carsten Schlote
> -Ursprüngliche Nachricht- > > diff --git a/rules/libuuid.in b/rules/libuuid.in new file mode 100644 > > index 000..9fb5d57 > > --- /dev/null > > +++ b/rules/libuuid.in > > @@ -0,0 +1,14 @@ > > +## SECTION=system_libraries > > + > > +config LIBUUID > > + tristate > > + prompt "libu

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 > > util-linux-ng provides newer versions of libuuid > and libblkid then the e2fsprogs. > > Signed-off-by: Carsten Schlote > --- > rules/host-util-linux-ng.in |8 +++ > rules/host-util-linux-ng.make | 42 >

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 > appropr

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 - Moved installtion of libs

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/libblkid.in |5 +++-- rules/libuuid.in |

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 selects the appropriate source package. Later this can eas

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 package. Later this can easi

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 --- rules/host-libblkid.in |2 +- rules/host-libuuid.in |2 +- 2 files c

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 Acked-by: Marc Kleine-Budde --- rules/mtd-utils

[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 util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote --- rules/host-util-linux-ng.in |8 +++ rules/host-util-linux-ng.make | 42 + 2 files changed, 50 insertion

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

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

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

[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 to

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 > > 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 Acked-by: Marc Kleine-Budde > --- > rules/li

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 > > 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 Acked-by: Marc Kleine-Budde > --- > rules/li

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 Acked

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 > > util-linux-ng provides newer versions of libuuid > and libblkid then the e2fsprogs. > > Signed-off-by: Carsten Schlote > --- > rules/host-util-linux-ng.in |8 ++ > rules/host-util-linux-ng.make | 54 > +

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 > > 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 u

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 selects the > approp

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 > appropr

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 > > Selects virtual package for libuuid.so, which > is required for the ubifs tools. > > Signed-off-by: Carsten Schlote Acked-by: Marc Kleine-Budde > --- > rules/host-mtd-utils.in |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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 select

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

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote: > From: Carsten Schlote > > 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

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 t

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 - Moved installtion of libs

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 --- rules/btrfs-progs.in|2 +- rules/mtd

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 --- rules/host-libblkid.in |2 +- rules/host-libuuid.in |2 +- 2 files c

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 --- rules/libblkid.in |3 ++- rules/libuuid.in |3 ++- 2 files changed, 4 ins

[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 util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote --- rules/host-util-linux-ng.in |8 ++ rules/host-util-linux-ng.make | 54 + 2 files changed, 62 insertions

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 selects the appropriate source package. Later this can eas

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 package. Later this can easi

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

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

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

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

2010-01-20 Thread Carsten Schlote
From: Carsten Schlote 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 source package. Later this

[ptxdist] Updated libuuid and libblkid

2010-01-20 Thread Carsten Schlote
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 should be stand-alone packages f

Re: [ptxdist] Conflicting getline declarations in kernel 2.6.32

2010-01-20 Thread Frederik Sdun
* Remy Bohmer [18.01.2010 20:40]: > Hi, > > 2010/1/18 Frederik Sdun : > > Hi, > > > > compiling kernel-headers with a recent host compiler yields the following > > error: > > > > scripts/unifdef.c:209: error: conflicting types for 'getline' > > /usr/include/stdio.h:651: note: previous declaratio