[ptxdist] PATCH [1/1] upstart 2nd try

2010-05-28 Thread Tim Sander
Hi > adding /etc/init/* int the upstart patch is ok. > But /etc/avahi/services/* has nothing to do with upstart, right? Right, below is a patch without these. The g...@gitorious.org:~tstone/oselas/tstones-ptxdist.git repository has been updated accordingly. diff --git a/generic/etc/init/avahi-da

Re: [ptxdist] PATCH [1/2] upstart

2010-05-28 Thread Michael Olbrich
On Fri, May 28, 2010 at 05:07:09PM +0200, Tim Sander wrote: > Hi Michael > > > +ifdef PTXCONF_INITMETHOD_UPSTART > > > + @$(call install_alternative, avahi, 0, 0, 0644, /etc/init/avahi- > > > daemon.conf) > > > +endif > > > + > > > @$(call install_finish, avahi) > > > > > > @$

Re: [ptxdist] PATCH [1/2] upstart

2010-05-28 Thread Tim Sander
Hi Michael > > +ifdef PTXCONF_INITMETHOD_UPSTART > > + @$(call install_alternative, avahi, 0, 0, 0644, /etc/init/avahi- > > daemon.conf) > > +endif > > + > > @$(call install_finish, avahi) > > > > @$(call touch) > > How is this related to upstart? This should be a separate pat

Re: [ptxdist] [PATCH] libnetpm: build-fixes

2010-05-28 Thread Wolfram Sang
On Fri, May 28, 2010 at 01:37:50PM +0200, Michael Olbrich wrote: > On Fri, May 28, 2010 at 07:27:26AM +0200, Wolfram Sang wrote: > > Due to the handmade configure, these dependencies need to be met always. > > Also, remove the now obsolete PNG2PNM-option. > > Why is PNG2PNM obsolete? does this too

Re: [ptxdist] PATCH [2/2] upstart

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 10:22:21PM +0200, Tim Sander wrote: > >From ab469eeed12daaccf2e40453ed78fc3ffaadbf60 Mon Sep 17 00:00:00 2001 > From: Tim Sander > Date: Thu, 27 May 2010 21:52:46 +0200 > Subject: [PATCH 2/2] fix oldstyle PTX variable > > --- > rules/avahi.make |2 +- > 1 files change

Re: [ptxdist] PATCH [1/2] upstart

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 10:21:33PM +0200, Tim Sander wrote: > diff --git a/rules/avahi.in b/rules/avahi.in > index 3b0a51e..c8dd8ea 100644 > --- a/rules/avahi.in > +++ b/rules/avahi.in > @@ -117,6 +117,12 @@ config AVAHI_SERVICES > help > install avahi service descriptions > > +

Re: [ptxdist] PATCH [1/2] upstart

2010-05-28 Thread Tim Sander
Hi Michael > please split this in several patches. There is a lot of stuff that has > nothing to with upstart No this is only upstart stuff. The packages touched - which don't seem to have anything to do with upstart- are copying the /etc/init/*.conf file for this particular service. Besides that

Re: [ptxdist] [PATCH] libnetpm: build-fixes

2010-05-28 Thread Michael Olbrich
On Fri, May 28, 2010 at 07:27:26AM +0200, Wolfram Sang wrote: > Due to the handmade configure, these dependencies need to be met always. > Also, remove the now obsolete PNG2PNM-option. Why is PNG2PNM obsolete? does this tool not exist anymore? > Signed-off-by: Wolfram Sang > --- > rules/libnetp

Re: [ptxdist] PATCH [1/2] upstart

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 10:21:33PM +0200, Tim Sander wrote: > generic/etc/init/avahi-daemon.conf | 17 > generic/etc/init/dbus.conf | 23 ++ > generic/etc/init/hostname.conf | 12 +++ > generic/etc/init/loadmodules.conf | 18 + > generic/etc/in

Re: [ptxdist] [PATCH 19/20] Add dialog package

2010-05-28 Thread Michael Olbrich
Please remove all unused stages. They are as comments in the template only as reference if you need to change the default stage. mol On Thu, May 27, 2010 at 09:58:48PM +0200, Remy Bohmer wrote: > From: Bart vdr. Meulen > > This add the dialog package to ptxdist > > Signed-off-by: Bart vdr. Meu

Re: [ptxdist] [PATCH 16/20] Add dibbler package

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 09:58:45PM +0200, Remy Bohmer wrote: > Dibbler is an IPv6 DHCP package > > Signed-off-by: Remy Bohmer > Signed-off-by: Bart vdr. Meulen > --- > patches/dibbler-0.7.3/fix-cross-compile.patch| 38 + > patches/dibbler-0.7.3/initd-startup-script.patch | 171 > +++

Re: [ptxdist] [PATCH 14/20] Update figlet for new build structure

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 09:58:43PM +0200, Remy Bohmer wrote: > From: Bart vdr. Meulen > > Signed-off-by: Bart vdr. Meulen > --- > patches/figlet222/prefix-destdir-crosscompile.diff |2 +- > rules/figlet.make |2 +- > 2 files changed, 2 insertions(+), 2 d

Re: [ptxdist] [PATCH 13/20] Add quota-tools package

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 09:58:42PM +0200, Remy Bohmer wrote: > From: Bart vdr. Meulen > > Add tools to create and configure disk quota for filesystems > > Signed-off-by: Bart vdr. Meulen > --- > rules/quota-tools.in | 81 +++ > rules/quota-tools.make | 124 > +

Re: [ptxdist] [PATCH 08/20] Add smartmontools (smartctl)

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 09:58:37PM +0200, Remy Bohmer wrote: > From: Bart vdr. Meulen > > Adds the smartmontools package containing smartctl and smartd > > Signed-off-by: Bart vdr. Meulen > --- > rules/smartmontools.in | 44 +++ > rules/smartmontools.make | 87 >

Re: [ptxdist] [PATCH 07/20] Add the sched_switch convert tool to visualise context switches.

2010-05-28 Thread Michael Olbrich
Mostly the same issues as LatencyTOP. On Thu, May 27, 2010 at 09:58:36PM +0200, Remy Bohmer wrote: > Signed-off-by: Remy Bohmer > --- > patches/sched_switch-0.1/fix-cross-compile.patch | 21 ++ > patches/sched_switch-0.1/series |1 + > rules/sched_switch.in

Re: [ptxdist] [PATCH 06/20] Integrate LatencyTOP

2010-05-28 Thread Michael Olbrich
On Thu, May 27, 2010 at 09:58:35PM +0200, Remy Bohmer wrote: > Signed-off-by: Remy Bohmer > --- > patches/latencytop-0.5/no-gtk-ui.patch| 18 + > patches/latencytop-0.5/repair-cross-compile.patch | 24 +++ > patches/latencytop-0.5/series |2 + > rul

Re: [ptxdist] OSELAS Toolchain 1.99.6 does not build with ptxdist 2010.05.1

2010-05-28 Thread Marc Kleine-Budde
Tim Sander wrote: > Hi > > Probably this is already known? But i noticed that the OSELAS Toolchain does > not build anymore with a newer ptxdist. It gives an error that gmp.h is > missing but the file is clearly under sysroot-host/include. Building with > 1.99.19.1 works fine though. Yeah, kno

[ptxdist] OSELAS Toolchain 1.99.6 does not build with ptxdist 2010.05.1

2010-05-28 Thread Tim Sander
Hi Probably this is already known? But i noticed that the OSELAS Toolchain does not build anymore with a newer ptxdist. It gives an error that gmp.h is missing but the file is clearly under sysroot-host/include. Building with 1.99.19.1 works fine though. This error is for cross arm target: pla

Re: [ptxdist] [PATCH 04/20] Add parted

2010-05-28 Thread Erwin Rol
Hey all, Marc Kleine-Budde wrote: Remy Bohmer wrote: From: Bart vdr. Meulen Adds the parted package to ptxdist We add version 1.8.7 instead of the newer 2.2 since 1.8.7 is the last GPLv2 version. Anything newer is GPLv3 +# versions newer than 1.8.7 are GPLv3 and as such not preferred

Re: [ptxdist] [PATCH 05/20] Add generation of tags file for u-boot

2010-05-28 Thread Marc Kleine-Budde
Remy Bohmer wrote: > Signed-off-by: Remy Bohmer > --- > rules/u-boot.make |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/rules/u-boot.make b/rules/u-boot.make > index 728a2cc..ecac414 100644 > --- a/rules/u-boot.make > +++ b/rules/u-boot.make > @@ -48,6 +48,

Re: [ptxdist] [PATCH 04/20] Add parted

2010-05-28 Thread Marc Kleine-Budde
Remy Bohmer wrote: > From: Bart vdr. Meulen > > Adds the parted package to ptxdist > > We add version 1.8.7 instead of the newer 2.2 since 1.8.7 is the > last GPLv2 version. Anything newer is GPLv3 > > Signed-off-by: Bart vdr. Meulen Remy, please add, if your're sending the patches, your S-o-

Re: [ptxdist] [PATCH 03/20] Ptxdist fails to build if config files are readonly.

2010-05-28 Thread Marc Kleine-Budde
Remy Bohmer wrote: > Ptxdist just makes a copy of the config file, but it actually needs > a writable copy of the config file > > Signed-off-by: Remy Bohmer > --- > scripts/lib/ptxd_lib_cfgchg.sh |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/scripts/lib/ptxd_lib_

Re: [ptxdist] [PATCH 01/20] Do not fail if provided kernel-config file is read-only

2010-05-28 Thread Marc Kleine-Budde
Remy Bohmer wrote: > If the ptxdist project is build from a Source Control Management tool brrr..which one? > that makes files read-only, then ptxdist fails when it wants to > overwrite the kernel-config after the kernel-old-config step. > > It is not a real error, the oldconfig has succeed, so