Re: [ptxdist] [PATCH 28/48] [procps] Added installation of alternative /etc/sysctl.conf

2010-01-08 Thread Ladislav Michl
On Fri, Jan 08, 2010 at 12:14:06AM +0100, Carsten Schlote wrote: Am Freitag, den 08.01.2010, 00:03 +0100 schrieb Ladislav Michl: As newer kernels emulates binary interface we probably do not want to support obsolete interfaces, right? http://lwn.net/Articles/361001/ Hi Thanks

Re: [ptxdist] [PATCH 28/48] [procps] Added installationof alternative /etc/sysctl.conf

2010-01-08 Thread Carsten Schlote
-Ursprüngliche Nachricht- course I will remove sysctl from our current dev-firmware asap. Nevertheless I need it for the old projects - all of them are maintained to work with the latest ptxdist version. Then it could be easy to read/write files in /proc/sys directly, unless

Re: [ptxdist] [PATCH 26/48] Fix issue with Ubuntu 'sh' and .postinst

2010-01-08 Thread Carsten Schlote
-Ursprüngliche Nachricht- Von: ptxdist-boun...@pengutronix.de [mailto:ptxdist- boun...@pengutronix.de] Im Auftrag von Frederik Sdun Gesendet: Freitag, 8. Januar 2010 08:35 An: ptxdist@pengutronix.de Betreff: Re: [ptxdist] [PATCH 26/48] Fix issue with Ubuntu 'sh' and .postinst You

Re: [ptxdist] [PATCH 26/48] Fix issue with Ubuntu 'sh' and .postinst

2010-01-08 Thread Erwin Rol
Hey All, Maybe a silly proposal, but why not make a host-bash ? For gstreamer I also have a host-flex, because the flex on Centos 5.4 is to old. Of course that might be a bit of chicken-egg problem when bash is needed to build bash :-) - Erwin Carsten Schlote wrote: -Ursprüngliche

[ptxdist] [PATCH 1/2] [acl][v2] Added packet for libacl.so and acl tools.

2010-01-08 Thread carsten . schlote
From: Carsten Schlote c.schl...@konzeptpark.de The libacl.so is required by other target tools. The packet also includes acl control functions, which can be installed on demand. Signed-off-by: Carsten Schlote c.schl...@konzeptp[acl] Added packet for libacl.so and tools. ---

[ptxdist] [PATCH 2/2] [host-libacl][v2] Added host compile for libacl.so and headers

2010-01-08 Thread carsten . schlote
From: Carsten Schlote c.schl...@konzeptpark.de This local build is required for other local build tools, e.g. the e2fsprogs or other stuff needed ACL support for filesystems on the host side. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-acl.in|8 +

[ptxdist] Busybox build error

2010-01-08 Thread Rene Huber
Using ptxdist-2010.01.0 I get the busybox build error shown below. It looks like the binary does not get renamed by the new dummy-strip. In my case the target system is x86 and I don't use any cross compiler, perhaps the host strip does need to leak through here. Thanks, Rene CC

Re: [ptxdist] [PATCH 28/48] [procps] Added installation of alternative /etc/sysctl.conf

2010-01-08 Thread Ladislav Michl
On Fri, Jan 08, 2010 at 12:14:45PM +0100, Carsten Schlote wrote: -Urspr?ngliche Nachricht- Then it could be easy to read/write files in /proc/sys directly, unless you found some sysctl entry which does not have its equivalent in /proc/sys. Is it the case? Otherwise, it should be

[ptxdist] [PATCH 2/2] [host-acl][v3] Added host compile for libacl.so and headers

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This local build is required for other local build tools, e.g. the e2fsprogs or other stuff needed ACL support for filesystems on the host side. The host-libacl.in file has no .make file to delete. Signed-off-by: Carsten Schlote

Re: [ptxdist] [PATCH 1/2] [acl][v2] Added packet for libacl.so and acl tools.

2010-01-08 Thread Carsten Schlote
+ +-LCFLAGS = -include perm_copy.h ++LCFLAGS = -include perm_copy.h -I$(prefix)/include ^^ this is probably wrong, if prefix == /usr host include will leak in Without this hack, I had a problem with xattr.h no found on compile, although it is

Re: [ptxdist] [PATCH 1/2] [acl][v2] Added packet for libacl.so and acl tools.

2010-01-08 Thread Carsten Schlote
the build system has to respect CPPFLAGS, i.e. not overwrite then and use them If I remember right, I also tried this 'standard' without success. I'm just rebuilding our ptxdist project with the latest fixes to ACL and HOST-ACL. Assuming the build still works as expected I will examine this

Re: [ptxdist] Busybox build error

2010-01-08 Thread Marc Kleine-Budde
Rene Huber wrote: Using ptxdist-2010.01.0 I get the busybox build error shown below. It looks like the binary does not get renamed by the new dummy-strip. In my case the target system is x86 and I don't use any cross compiler, perhaps the host strip does need to leak through here. CC

[ptxdist] [PATCH 3/3] [host-attr] Added host compile for libattr.so and headers

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This local build is required for other local build tools, e.g. e2fstools or other host tools which need to care about xattr on filesystems. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-attr.in |2 +

[ptxdist] [PATCH 2/3] [attr] Added additional patches for ATTR

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Some more DESTDIR fixes. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- patches/attr-2.4.44/fix-buildsystem-additions.diff | 200 patches/attr-2.4.44/series |4 +- 2 files changed, 201

[ptxdist] [PATCH 1/3] [attr] Added packet for libattr.so and tools.

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This target build is required for other target tools or for included attr control functions. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/attr.in |7 ++- rules/attr.make | 26 -- 2 files

[ptxdist] [ANNOUNCE] ptxdist-2010.01.0 Generic Reference Project released

2010-01-08 Thread Juergen Beisert
PTXdist 2010.01.0 Generic Reference Project Release --- The PTXdist team has released version 2010.01.0 of the Generic Reference Project which is intended to be used in conjunction with the ptxdist-2010.01.0 release. About the Generic Reference

Re: [ptxdist] Busybox build error

2010-01-08 Thread Marc Kleine-Budde
Wolfram Sang wrote: However busybox uses strip input -o output during strip, to create the stripped variant. Our dummy strip doens't support the '-o' option. This is why busybox fails withs: ptxdist: Discarding 'strip -s --remove-section=.note -remove-section=.comment busybox_unstripped -o

Re: [ptxdist] [PATCH 1/3] [attr] Added packet for libattr.so and tools.

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de This target build is required for other target tools or for included attr control functions. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/attr.in |7 ++- rules/attr.make | 26

Re: [ptxdist] [PATCH 2/3] [attr] Added additional patches for ATTR

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Some more DESTDIR fixes. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- patches/attr-2.4.44/fix-buildsystem-additions.diff | 200 patches/attr-2.4.44/series

[ptxdist] [ANNOUNCE] Documentation update

2010-01-08 Thread Juergen Beisert
To be in sync with the current ptxdist-2010.01.0 release we updated our PTXdist Application Notes at our website at http://www.oselas.de/software/ptxdist/appnotes_en.html We also add the extensive manual: How to become a PTXdist Guru This manual is intended for beginners

Re: [ptxdist] [PATCH 3/3] [host-attr] Added host compile for libattr.so and headers

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de This local build is required for other local build tools, e.g. e2fstools or other host tools which need to care about xattr on filesystems. applied, tnx Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de ---

[ptxdist] [PATCH 1/3] [attr] Added packet for libattr.so and tools.

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This target build provides libattr.so and includes the attr control functions. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/attr.in |7 ++- rules/attr.make | 17 +++-- 2 files changed, 21 insertions(+),

[ptxdist] [PATCH 2/3] [attr] Patches for build fixes.

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Somehow the build still breaks. Reworked previous patch and added more fixes. Now it it builds. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- patches/attr-2.4.44/fix-buildsystem-additions.diff | 217

[ptxdist] [PATCH 3/3] [host-attr] Added host compile for libattr.so and headers

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This local build is required for other local build tools, e.g. e2fstools or other host tools which need to care about xattr on filesystems. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-attr.in |2 +

[ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This packet provides IPV6 networking with the tereodo protocol. The dummy patch is required to keep 'patchin' working, otherwise the build stops. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- generic/etc/init.d/miredo-server |

[ptxdist] [PATCH] [openvpn][v2] Added OpenVPN 2.0.9

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Added simple to use VPN packet. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/openvpn.in | 22 + rules/openvpn.make | 88 2 files changed, 110 insertions(+),

Re: [ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de This packet provides IPV6 networking with the tereodo protocol. The dummy patch is required to keep 'patchin' working, otherwise the build stops. damn, no autogen.sh without a patch? please remove any trailing

Re: [ptxdist] [PATCH 30/48] [gettext] Updated to version 0.17

2010-01-08 Thread Carsten Schlote
-Ursprüngliche Nachricht- --- a/rules/gettext.make +++ b/rules/gettext.make @@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_GETTEXT) += gettext # # Paths and names # -GETTEXT_VERSION:= 0.16.1 +GETTEXT_VERSION:= 0.17 the last time I tried this, it broke compilation on arm.

Re: [ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Carsten Schlote
The dummy patch is required to keep 'patchin' working, otherwise the build stops. damn, no autogen.sh without a patch? No, the patchin macro stalls and refuses to continue due to empty patch, even without any patch or series file. Just the default autogen.sh script was linked. The dummy

Re: [ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: The dummy patch is required to keep 'patchin' working, otherwise the build stops. damn, no autogen.sh without a patch? No, the patchin macro stalls and refuses to continue due to empty patch, even without any patch or series file. Just the default autogen.sh script

Re: [ptxdist] [PATCH 30/48] [gettext] Updated to version 0.17

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: -Ursprüngliche Nachricht- --- a/rules/gettext.make +++ b/rules/gettext.make @@ -18,7 +18,7 @@ PACKAGES-$(PTXCONF_GETTEXT) += gettext # # Paths and names # -GETTEXT_VERSION:= 0.16.1 +GETTEXT_VERSION:= 0.17 the last time I tried this, it broke

Re: [ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Carsten Schlote
The dummy script fixes this problem for now. patchin bug/unexpected behaviour? rather unexpected and thus a bug please add that comment to the dummy patch I tried, but this causes patchin to stop due to garbadge in patch file? Carsten -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: The dummy script fixes this problem for now. patchin bug/unexpected behaviour? rather unexpected and thus a bug please add that comment to the dummy patch I tried, but this causes patchin to stop due to garbadge in patch file? even with hashes in the beginning? #

Re: [ptxdist] [PATCH 30/48] [gettext] Updated to version 0.17

2010-01-08 Thread Carsten Schlote
Right now, I have no ARM target project setup up and running. But I will check eventually. 0.17 breaks here on ARM. arm-1136jfs-linux-gnueabi-gcc -DHAVE_CONFIG_H -DEXEEXT=\\ -I. -I.. -I../intl -I../intl -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 - isystem

Re: [ptxdist] [PATCH 2/3] [attr] Patches for build fixes.

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Somehow the build still breaks. Reworked previous patch and added more fixes. I've reduced the patch to a minimum. please pull and try if it works for you, too. cheers, Marc -- Pengutronix e.K. | Marc

Re: [ptxdist] [PATCH] [openvpn][v2] Added OpenVPN 2.0.9

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Added simple to use VPN packet. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/openvpn.in | 22 + rules/openvpn.make | 88 2

Re: [ptxdist] [PATCH] [miredo][v2] Added miredo 1.2.2

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: even with hashes in the beginning? # # is this really a comment? # :-) Yes, of course :-) crap Marc, okay thena comment to the series file -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone:

[ptxdist] [PATCH] [miredo][v3] Added miredo 1.2.2

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This packet provides IPV6 networking with the tereodo protocol. The dummy patch is required to keep 'patchin' working, otherwise the build stops. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- generic/etc/init.d/miredo-server |

[ptxdist] [PATCH] [openvpn][v3] Added OpenVPN 2.0.9

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Added simple to use VPN packet. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/openvpn.in | 21 rules/openvpn.make | 87 2 files changed, 108 insertions(+),

[ptxdist] [PATCH 1/3] [mtd-utils] Selects HOST_MTD_UTILS, more configs

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This patch adds config options for the remaining MTD utils. As we need to build images, we also select the host mtd utils Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/mtd-utils.in | 200

[ptxdist] [PATCH 3/3] [mtd-utils] Fixed lzo compression tests and crash caused by unset variable.

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de The following issues are addressed by this patch. - Check for compressed data to be smaller than the original size. This a clear fail and break assumtions at other places (-t option) - Set the destlen to the expected maximum size, before calling

[ptxdist] [PATCH 2/3] [host-mtd-utils] Added LZO compression for host tools

2010-01-08 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de If we enable it for the target, do so for the host tools as well. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-mtd-utils.in | 14 +- rules/host-mtd-utils.make |5 + 2 files changed, 18

Re: [ptxdist] [PATCH 1/3] [mtd-utils] Selects HOST_MTD_UTILS, more configs

2010-01-08 Thread Carsten Schlote
-Ursprüngliche Nachricht- Von: ptxdist-boun...@pengutronix.de [mailto:ptxdist- boun...@pengutronix.de] Im Auftrag von Marc Kleine-Budde Gesendet: Freitag, 8. Januar 2010 20:19 An: ptxdist@pengutronix.de Betreff: Re: [ptxdist] [PATCH 1/3] [mtd-utils] Selects HOST_MTD_UTILS, more

Re: [ptxdist] [PATCH 1/3] [mtd-utils] Selects HOST_MTD_UTILS, more configs

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: -Ursprüngliche Nachricht- Von: ptxdist-boun...@pengutronix.de [mailto:ptxdist- boun...@pengutronix.de] Im Auftrag von Marc Kleine-Budde Gesendet: Freitag, 8. Januar 2010 20:19 An: ptxdist@pengutronix.de Betreff: Re: [ptxdist] [PATCH 1/3] [mtd-utils] Selects

Re: [ptxdist] [PATCH 1/2] [acl][v3] Added packet for libacl.so and acl tools.

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de The libacl.so is required by other target tools. The packet also includes acl control functions, which can be installed on demand. applied with some changes cheers Marc Signed-off-by: Carsten Schlote

Re: [ptxdist] [PATCH 2/2] [host-acl][v3] Added host compile for libacl.so and headers

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de This local build is required for other local build tools, e.g. the e2fsprogs or other stuff needed ACL support for filesystems on the host side. The host-libacl.in file has no .make file to delete. tnx, applied with

Re: [ptxdist] [PATCH] [openvpn][v3] Added OpenVPN 2.0.9

2010-01-08 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Added simple to use VPN packet. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/openvpn.in | 21 rules/openvpn.make | 87 2

Re: [ptxdist] Busybox build error

2010-01-08 Thread Rene Huber
Hello Marc, The dummy-strip patch works fine. However I have run into a problem with grub. It seems grub.make wants to install 'packages/grub-0.97/usr/lib/grub/i386-unknown/stage1' but in my case the i386-unknown directory is called i386-host. Again this is probably because I don't use a cross