[ptxdist] [PATCH] install_copy_toolchain_dl update

2007-01-17 Thread Ladislav Michl
This patch updates install_copy_toolchain_dl to current copy toolchain mechanism. As a side effect install_copy_toolchain_dl works again for my uClibc based toolchain. I do not think passing LINKER parameter to install_copy_toolchain.sh script is bullet proof and I hope someone will be able to

[ptxdist] busybox-1.4.1

2007-03-06 Thread Ladislav Michl
Lets use busybox-1.4.1, shall we? Patch is rather big and can be downloaded here: ftp://ftp.linux-mips.org/pub/linux/mips/people/ladis/ptxdist-busybox-1.4.1.patch Busybox is now using Kconfig and kernel build system - all confing options changed their names. That makes patch even bigger... Best

Re: [ptxdist] openssh patch

2007-04-05 Thread Ladislav Michl
On Wed, Apr 04, 2007 at 11:23:04AM -0400, Jari Takkala wrote: I believe we should be looking in $(PTXDIST_WORKSPACE)/projectroot for the user defined init script. Indeed... Applied, thanks. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] glib targetinstall patch

2007-04-05 Thread Ladislav Michl
On Thu, Apr 05, 2007 at 02:38:19PM +0200, Manfred Gruber wrote: hopefully better new patch... This one is really better :-) Applied, thanks. -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Busybox 1.4.2

2007-04-18 Thread Ladislav Michl
On Thu, Mar 29, 2007 at 09:02:44AM +0200, Robert Schwebel wrote: Hi Claudio, On Wed, Mar 28, 2007 at 08:22:38PM +, Claudio wrote: I upgraded the original version of Busybox (1.1.3) in ptxdist 0.10.6 to Busybox 1.4.2 copying the files busybox.in and busybox.make to the rules directory

[ptxdist] [PATCH] remove few unused makefile targets

2007-06-21 Thread Ladislav Michl
Hi, these seems not be used anywhere... Index: rules/other/Toplevel.make === RCS file: /var/cvs/ptxdist2/rules/other/Toplevel.make,v retrieving revision 1.10 diff -u -r1.10 Toplevel.make --- rules/other/Toplevel.make 21 Jun 2007

[ptxdist] [PATCH] silence ptxdist clean error without ptxconfig

2007-06-21 Thread Ladislav Michl
Hi, call to ptxdist clean will thow error when ptxconfig doesn't exist - for example if it is symlink which was removed earlier with ptxdist distclean. ladis Index: bin/ptxdist === RCS file: /var/cvs/ptxdist2/bin/ptxdist,v

Re: [ptxdist] [ptxdist-commit] ptxdist r7641 - in trunks/ptxdist-trunk/patches: . ifplugd-0.28 ifplugd-0.28/generic

2007-12-07 Thread Ladislav Michl
On Fri, Dec 07, 2007 at 11:23:06AM +0100, Robert Schwebel wrote: On Fri, Dec 07, 2007 at 11:00:53AM +0100, [EMAIL PROTECTED] wrote: Author: lmi Date: 2007-12-07 11:00:52 +0100 (Fri, 07 Dec 2007) New Revision: 7641 Added: trunks/ptxdist-trunk/patches/ifplugd-0.28/

[ptxdist] MinGW host

2007-12-08 Thread Ladislav Michl
Hi, patch below fixes few problems with whitespaces in path names - pretty common thing in Windows filesystem. Only scripts are fixed, so config, menuconfig, setup and clean targets work. The real problem is ptxdist go as it calls rules/other/Toplevel.make and make needs all whitespaces escaped.

Re: [ptxdist] MinGW host

2007-12-17 Thread Ladislav Michl
On Sat, Dec 08, 2007 at 08:47:39PM +0100, Ladislav Michl wrote: Hi, patch below fixes few problems with whitespaces in path names - pretty common thing in Windows filesystem. Only scripts are fixed, so config, menuconfig, setup and clean targets work. The real problem is ptxdist go

[ptxdist] [RFC] busybox-1.9.0

2008-01-14 Thread Ladislav Michl
Hi, what about upgrade to busybox-1.9.0? It is done in my local tree and I'm quite happy with it. Binary is even smaller. Posting patch is a bit problematic, because till now we are using separate config directory for each busybox version (currently config/busybox-1.4.2), so patch would change

Re: [ptxdist] [RFC] busybox-1.9.0

2008-01-16 Thread Ladislav Michl
On Tue, Jan 15, 2008 at 08:34:33AM +0100, Marc Kleine-Budde wrote: ladis, fire at will :) Done, just few comments... Shell (and readline) related settings were moved into Busybox Settings - Busybox Library Tuning submenu. This causes trouble when upgrading from older configuration - command line

Re: [ptxdist] uclibc i586 project

2008-01-16 Thread Ladislav Michl
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; Your patch seems to be line-wrapped and anyway, it is already fixed in recent module-init-tools. Any objections to upgrade to module-init-tools-3.4 ? Signed-off-by: Ladislav Michl [EMAIL PROTECTED] Index: rules/module-init-tools.make

Re: [ptxdist] Busybox downgrade question

2008-02-12 Thread Ladislav Michl
On Tue, Feb 12, 2008 at 06:49:58PM +0100, Robert Schwebel wrote: On Tue, Feb 12, 2008 at 03:40:45PM -0200, Claudio Leonel wrote: In the long term fixing is best but in the short term (for yesterday) we have to deliver the goods... Also, Busybox 1.9.0 is labeled as 'unstable', 1.8.2,

Re: [ptxdist] compiler alignment in struct

2008-11-25 Thread Ladislav Michl
On Tue, Nov 25, 2008 at 08:03:10AM +0100, Schmid Alexander wrote: Hello, I use tiny Board with MPC5200B and Toolchain 1.1.1 and BSP6. I do communication over ARCNET with an Motorola 68332! In the communication i have a : struct{ short x; int y;..} The 68332 aligns on 2 Byte boundary!

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

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

2010-01-13 Thread Ladislav Michl
On Wed, Jan 13, 2010 at 09:08:50PM +0100, Carsten Schlote wrote: Hi Remy, ? ? ? ?prompt udev ? ? ? ? ? ? ? ? ? ? ? ? ? + ? ? ? select HOST_GPERF ? ? ? ?select ROOTFS_DEV + ? ? ? select ACL + ? ? ? select USBUTILS + ? ? ? select LIBUSB_COMPAT + ? ? ? select PCIUTILS Why

Re: [ptxdist] [PATCH 17/17] [udev] Updated to version 150 and updated targetinstall

2010-01-24 Thread Ladislav Michl
On Tue, Jan 19, 2010 at 05:08:43PM +0100, Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Updated to 150 as proposed on ptxdist mailinglist. Compiles and works (tested with upstart initmethod). Very nice! You can read it as: Tested-by: Ladislav Michl la...@linux

Re: [ptxdist] [PATCH 10/20] [gcc-4.4.1] Added GCC 4.4.1 patchstack

2010-02-04 Thread Ladislav Michl
On Thu, Feb 04, 2010 at 09:53:24AM +0100, Carsten Schlote wrote: http://sourceware.org/ml/crossgcc/2009-11/msg00094.html This bug seems to be fixed in gcc-4.4.3 and is not present in gcc- 4.3.4. Is this a general problem or an ARM GCC issue? For powerpc-603 and i686 toolchains I can't

[ptxdist] [PATCH] Eliminate PERL dependency

2010-04-07 Thread Ladislav Michl
From: Ladislav Michl la...@linux-mips.org Signed-off-by: Ladislav Michl la...@linux-mips.org --- configure.ac |6 -- rules/apache2.make |2 +- rules/fltk.make|2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 77b86d7

Re: [ptxdist] [PATCH] Busybox-1.17.1

2010-07-27 Thread Ladislav Michl
On Tue, Jul 27, 2010 at 12:06:11AM +0200, Marc Kleine-Budde wrote: Hey Ladis, Ladislav Michl wrote: Update Busybox to 1.17.1 0002-silence-errors-on-BE-platforms.patch was dropped as it no longer applies. I'll try to fix it upstream first and backport accepted solution. Thanks

[ptxdist] [PATCH] mtd-utils: make mkubifs optional

2010-08-03 Thread Ladislav Michl
Compile libuuid only when needed - mkfs.ubifs selected. Signed-off-by: Ladislav Michl la...@linux-mips.org --- .../mtd-utils-1.3.1/make-mkubifs-optional.patch| 24 patches/mtd-utils-1.3.1/series |1 + rules/mtd-utils.in

[ptxdist] [PATCH] configure: look for curses also in include/ncurses

2010-09-09 Thread Ladislav Michl
Cygwin-1.7 places curses headers into /usr/include/ncurses. Tested on Debian, MinGW with pdcurses and Cygwin. Signed-off-by: Ladislav Michl la...@linux-mips.org --- configure.ac | 20 +++- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/configure.ac b

Re: [ptxdist] environment too large

2010-09-15 Thread Ladislav Michl
On Wed, Sep 15, 2010 at 02:51:40PM +0200, Michael Olbrich wrote: - some of the scripts provide functions used by other scripts. The dependencies have to be checked carefully. - not everything are function definitions. There might be unexpected side effects if the scripts are sourced later

[ptxdist] Error getting host packages

2011-07-05 Thread Ladislav Michl
Hi there, PTXdist fails to get host packages and ends with: error: empty parameter to 'ptxd_make_get' that's because we expand arguments to ptxd_make_get this way: ptxd_make_get $($(strip $(1))_SOURCE) $($(strip $(1))_URL) see rules/post/ptxd_make_world_get.make Here for example QT4_HOST_URL is

Re: [ptxdist] Error getting host packages

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 09:37:15AM +0200, Michael Olbrich wrote: On Tue, Jul 05, 2011 at 07:06:22PM +0200, Ladislav Michl wrote: PTXdist fails to get host packages and ends with: error: empty parameter to 'ptxd_make_get' that's because we expand arguments to ptxd_make_get this way

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-06 Thread Ladislav Michl
On Wed, Jul 06, 2011 at 01:23:33PM +0200, Ladislav Michl wrote: PTXDists' CFLAGS are not passed to QT4 build resulting in following error when builing with ARM6 toolchains Error: selected processor does not support `ldrex r3,[r2]' Passing -march=armv6 fixes this problem. With OSELAS.Toolchain

Re: [ptxdist] [PATCH] pass PTXCONF_TARGET_EXTRA_CFLAGS to QT4

2011-07-10 Thread Ladislav Michl
Pass PTXDists' CROSS_{CPP,C,CXX}FLAGS to QT4 build Signed-off-by: Ladislav Michl la...@linux-mips.org --- patches/qt-everywhere-opensource-src-4.7.3/0001-mkspec-for-ptxdist.patch | 14 ++ rules/qt4.make | 2 + 2 files

[ptxdist] [PATCH] Busybox-1.18.5

2011-07-19 Thread Ladislav Michl
Signed-off-by: Ladislav Michl la...@linux-mips.org --- config/busybox/Config.in | 73 +++ config/busybox/archival/Config.in |4 +- config/busybox/console-tools/Config.in | 13 ++ config/busybox/coreutils/Config.in

[ptxdist] [PATCH] configure.ac: Improve curses searching

2012-03-08 Thread Ladislav Michl
This is a resend of an older patch: http://www.mail-archive.com/ptxdist@pengutronix.de/msg03400.html Cygwin-1.7 places curses headers into /usr/include/ncurses. Tested on Debian, MinGW with pdcurses and Cygwin. Signed-off-by: Ladislav Michl la...@linux-mips.org --- configure.ac | 23

Re: [ptxdist] [PATCH] configure.ac: Improve curses searching

2012-03-14 Thread Ladislav Michl
On Mon, Mar 12, 2012 at 09:59:50AM +0100, Michael Olbrich wrote: On Thu, Mar 08, 2012 at 11:07:12AM +0100, Ladislav Michl wrote: This is a resend of an older patch: http://www.mail-archive.com/ptxdist@pengutronix.de/msg03400.html Cygwin-1.7 places curses headers into /usr/include

[ptxdist] [PATCH] scripts/ipkg-push: return nonzero on error

2012-03-14 Thread Ladislav Michl
ipkg-push returns zero when ipkg repository path does not exist causing make continues ignoring error. Signed-off-by: Ladislav Michl la...@linux-mips.org --- ipkg-push |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ipkg-push b/scripts/ipkg-push index 3f8c823

[ptxdist] [PATCH] image_ipkg.make: create repository directory

2012-03-14 Thread Ladislav Michl
Pushing ipks fails when top level repository directory does not exists. Once here, use helper variables for repository paths. Signed-off-by: Ladislav Michl la...@linux-mips.org --- image_ipkg.make | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/rules/post

Re: [ptxdist] [PATCH] [RFC] gammu: add new package

2013-02-05 Thread Ladislav Michl
Any reason to add Gammu instead of Gnokii? Gammu is a Gnokii fork created to add features faster. At that time gnokii developers didn't like to drop code quality in the favour of more features. Well, it is possible that code quality increased meantime. Just asking. Thanks, ladis --

[ptxdist] Check for specific libc version

2015-08-18 Thread Ladislav Michl
Hi there! PTXCONF_GLIBC_VERSION is used for check for specific toolchain. However when left blank, compilation fails with: --- target: glibc.targetinstall --- ptxdist: error: ptxd_make_xpkg_init: please define PKG_VERSION

[ptxdist] [PATCH] v2 networkmanager: enable ppp support

2015-10-21 Thread Ladislav Michl
Changes since v1: - Select also PPP_PLUGINS otherwise plugin option is unknown to pppd Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index b4af2b2..90c2680 100644 --- a/rules/networkmanager.in +++ b

[ptxdist] [PATCH] networkmanager: enable ppp support

2015-10-21 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index b4af2b2..e932547 100644 --- a/rules/networkmanager.in +++ b/rules/networkmanager.in @@ -19,6 +19,7 @@ menuconfig NETWORKMANAGER selec

[ptxdist] [PATCH] networkmanager: add help text to WWAN option

2015-10-21 Thread Ladislav Michl
It is not clear at first sight why selecting WWAN adds --with-modem-manager-1 configure option. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index b4af2b2..6374deb 100644 --- a/rules/networkmanager.in +++ b

[ptxdist] [PATCH] networkmanager: version bump 1.0.0 -> 1.0.6

2015-10-21 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 842c4e2..fcb523e 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkm

[ptxdist] [PATCH] alsa: version bump 1.0.24 -> 1.0.29

2015-09-30 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- b/rules/alsa-lib.make |5 - b/rules/alsa-utils.make |4 - patches/alsa-lib-1.0.24.1/0001-ctlparse-R

[ptxdist] [PATCH] mtd-utils: version bump 1.5.1 -> 1.5.2

2015-09-30 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/patches/mtd-utils-1.5.1/0001-make-ubifs-optional.patch b/patches/mtd-utils-1.5.2/0001-make-ubifs-optional.patch similarity index 100% rename from patches/mtd-utils-1.5.1/0001-make-ubifs-optional.patch rename to patch

Re: [ptxdist] Check for specific libc version

2015-09-30 Thread Ladislav Michl
On Mon, Sep 28, 2015 at 12:29:02PM +0200, Michael Olbrich wrote: > On Tue, Aug 18, 2015 at 12:30:41PM +0200, Ladislav Michl wrote: > > Hi there! > > > > > > PTXCONF_GLIBC_VERSION is used for check for specific toolchain. However > > when

[ptxdist] [PATCH] NetworkManager: update to 1.0.8

2015-12-09 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager.make b/rules/networkmanager.make index dc51188..61c4d28 100644 --- a/rules/networkmanager.make +++ b/rules/networkmanager.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkm

[ptxdist] [PATCH] ModemManager: update to 1.4.12

2015-12-09 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/modemmanager.make b/rules/modemmanager.make index aa29358..8d343b8 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanager.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager # #

Re: [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps

2015-12-14 Thread Ladislav Michl
On Sun, Dec 13, 2015 at 08:37:14PM +0100, Robert Schwebel wrote: > Hi Clemens, > > On Sun, Dec 13, 2015 at 04:34:43PM +0100, Clemens Gruber wrote: > > the used host-xz version was not available anymore, I therefore updated > > it and in the process, decided to update some of the other host > >

[ptxdist] [PATCH] dosfstools: fix url and update to 3.0.28

2016-01-03 Thread Ladislav Michl
Dosfstools moved to github. Once there, update to version 3.0.28 Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- dosfstools.make |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/dosfstools.make b/rules/dosfstools.make index 70d8237..4d77a63

[ptxdist] [PATCH] NetworkManager: update to 1.0.10

2016-01-04 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- networkmanager.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- ptxdist/rules/networkmanager.make 2016-01-03 20:52:27.010362802 +0100 +++ ptxdist-2015.12.0/rules/networkmanager.make 2016-01-04 13:53:04.335

[ptxdist] [PATCH] genimage: Add static UBI volumes support

2016-01-04 Thread Ladislav Michl
to create empty volumes ready for runtime update. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- genimage.c |2 ++ genimage.h |1 + image-ubi.c | 26 -- 3 files changed, 19 insertions(+), 10 deletions(-) diff -ur genimage-8.orig/genim

Re: [ptxdist] Future plans for uClibc-ng?

2016-01-02 Thread Ladislav Michl
Hi, On Thu, Dec 31, 2015 at 12:48:31PM -0800, Bryan Hundven wrote: > Hello, > > I'm curious to know if ptxdist/OSELAS.Toolchain plans to support > uClibc-ng in the future? > > http://www.uclibc-ng.org/ with half a year without commit to uClib git I'm considering it a dead project (I failed to

Re: [ptxdist] Future plans for uClibc-ng?

2016-01-03 Thread Ladislav Michl
On Sun, Jan 03, 2016 at 10:27:52AM +0100, Alexander Dahl wrote: > Hei hei, > > On Sat, Jan 02, 2016 at 10:49:49PM +0100, Ladislav Michl wrote: > > But are there any active uClibc users? > > Do you mean in general or specifically with ptxdist? As far as ptxdist > is

Re: [ptxdist] Bug on ptxdist-2016.05.0

2016-06-09 Thread Ladislav Michl
On Thu, Jun 09, 2016 at 01:07:51PM +, Carsten Schlote wrote: > Hi Raimundo, > > I tried that patch as it really looks like a typo. Anyway, with the patch > applied you get a problem when target-installing the > > kernel modules. It tried to strip module.symbols and obviously fails. Problem

Re: [ptxdist] [PATCH] systemd/udev: fix hardware database generating

2016-06-07 Thread Ladislav Michl
systemd-hwdb-update.service: Unit entered > failed state. > Jun 07 15:45:38 qemu systemd[1]: systemd-hwdb-update.service: Failed with > result 'exit-code'. > > Signed-off-by: Juergen Borleis <j...@pengutronix.de> Indeed, it was annoying, but never that much to look for caus

Re: [ptxdist] [PATCH] networkmanager: add missing dependency to dbus-glib

2016-06-09 Thread Ladislav Michl
On Thu, Jun 09, 2016 at 03:11:17PM +0200, Robert Schwebel wrote: > Signed-off-by: Robert Schwebel > --- > rules/networkmanager.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/networkmanager.in b/rules/networkmanager.in > index 85b1e91..15859c4 100644

[ptxdist] [PATCH] htop: version bump 1.0.3 -> 2.0.1

2016-06-13 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> -- diff --git a/rules/htop.make b/rules/htop.make index 8a4b70a..ed90597 100644 --- a/rules/htop.make +++ b/rules/htop.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_HTOP) += htop # # Paths and names # -HTOP_VERSION := 1.0.3 -HT

Re: [ptxdist] [PATCH 3/3] htop: version bump 1.0.3 -> 2.0.1

2016-06-13 Thread Ladislav Michl
Hi Robert... On Fri, Jun 10, 2016 at 12:11:15AM +0200, Robert Schwebel wrote: > Add defaults for the new configure options. I overlooked your patch, so another one doing the same was sent. However I think you should consider using it instead :-) Thank you, ladis > Signed-off-by:

[ptxdist] [PATCH] openvpn: version bump 2.3.6 -> 2.3.11

2016-06-15 Thread Ladislav Michl
Once there, make 'small' option configurable. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/openvpn.in | 7 +++ rules/openvpn.make | 8 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/rules/openvpn.in b/rules/openvpn.in index 3ad493a..c

[ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-06-23 Thread Ladislav Michl
Get stage fails for all packages built as host-packages only. Steps to reproduce: 1) chose any package build for host only and clean it: $ ptxdist clean host-gettext 2) remove source tarball $ rm src/gettext-0.19.1.tar.xz 3) compile $ ptxdist compile host-gettext -

[ptxdist] [PATCH] js: version bump 1.9.2.16 -> 38.2.1.rc0

2016-02-03 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- patches/mozjs-38.2.1.rc0/0001-Only-use-PYTHON-after-defined-by-MOZ_PYTHON.patch | 121 patches/mozjs-38.2.1.rc0/0002-Only-use-PYTHON-after-defined-by-MOZ_PYTHON-hack.patch | 139 ++ patches/mozjs-38.2

[ptxdist] [RFC] Colons in filenames

2016-02-03 Thread Ladislav Michl
On Fri, Jan 22, 2016 at 09:06:36AM +0100, Michael Olbrich wrote: > On Fri, Jan 22, 2016 at 01:31:37AM +0100, Ladislav Michl wrote: > > Now I'm going to be honest. Previous patch 'Add usb-modeswitch-data package' > > break things - 'ptxdist images' fails as ':' is used as del

[ptxdist] [PATH] usb-modeswitch-data: new package

2016-02-03 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- Notes: - needs tcl on host, but... anyone seen note in rules/tcl.in? - colons in filenames, something to be solved... usb-modeswitch-data.in | 10 ++ usb-modeswitch-data.make

Re: [ptxdist] Check for specific libc version

2016-01-21 Thread Ladislav Michl
On Mon, Sep 28, 2015 at 12:29:02PM +0200, Michael Olbrich wrote: > On Tue, Aug 18, 2015 at 12:30:41PM +0200, Ladislav Michl wrote: [...] > > This problem has side effect: as it seems the only variable used from > > Versions.make is PTXDIST_FULLVERSION composed from PTXDI

[ptxdist] [PATCH] usb_modeswitch: version bump 2.2.1 -> 2.3.0

2016-01-21 Thread Ladislav Michl
Also update help to match official description. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/usb-modeswitch.in | 3 ++- rules/usb-modeswitch.make | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/usb-modeswitch.in b/rules/usb-modeswitch.in

[ptxdist] Semicolon in filenames

2016-01-21 Thread Ladislav Michl
Now I'm going to be honest. Previous patch 'Add usb-modeswitch-data package' break things - 'ptxdist images' fails as ':' is used as delimiter in perms file. Patch bellow escapes semicolon on producer side, anyone cares about consumer? ladis diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh

[ptxdist] [PATCH] Add usb-modeswitch-data package

2016-01-21 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/usb-modeswitch-data.in | 10 ++ rules/usb-modeswitch-data.make | 76 ++ 2 files changed, 86 insertions(+) create mode 100644 rules/usb-modeswitch-data.in create mode 100644 rul

[ptxdist] Colons in filenames

2016-01-22 Thread Ladislav Michl
On Fri, Jan 22, 2016 at 08:18:05AM +0100, Uwe Kleine-König wrote: > Hello, > > On Fri, Jan 22, 2016 at 01:31:37AM +0100, Ladislav Michl wrote: > > Now I'm going to be honest. Previous patch 'Add usb-modeswitch-data package' > > break things - 'ptxdist images' fails as ':'

[ptxdist] [PATCH] usb_modeswitch: udev helper

2016-01-22 Thread Ladislav Michl
Install also udev helper and systemd service file Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/usb-modeswitch.in | 20 +--- rules/usb-modeswitch.make | 13 + 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/rules/usb-modeswitc

[ptxdist] [PATCH v2] usb_modeswitch: udev helper

2016-01-22 Thread Ladislav Michl
Install also udev helper and systemd service file Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- Changelog: - select TCL also depends on RUNTIME - simplify 'or' in makefile's ifdef - targetinstall file from pkgdir, not srcdir (all above pointed by Michael Olbrich, thanks!)

[ptxdist] [PATCH] projectroot: add group shadow

2016-05-21 Thread Ladislav Michl
Recent commit 4613cf9ccd529ea1122d43f25b2c3742820f3664 'rootfs: /etc/(g)shadow: install as group shadow' introduced following build error: ptxdist: error: group id 'shadow' not found in 'ptxdist/projectroot//etc/group' for: '/etc/shadow' Signed-off-by: Ladislav Michl <la...@linux-mips.

[ptxdist] [PATCH] networkmanager-openvpn: version bump 1.2.0 -> 1.2.2

2016-05-20 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager-openvpn.make b/rules/networkmanager-openvpn.make index 69a42d1..24368ff 100644 --- a/rules/networkmanager-openvpn.make +++ b/rules/networkmanager-openvpn.make @@ -16,8 +16,8 @@ PA

[ptxdist] [PATCH] networkmanager: version bump 1.0.12 -> 1.2.0

2016-05-17 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager.in b/rules/networkmanager.in index c9caddc..e1c9b8c 100644 --- a/rules/networkmanager.in +++ b/rules/networkmanager.in @@ -6,16 +6,14 @@ menuconfig NETWORKMANAGER select LIBC_DL

[ptxdist] [PATCH] networkmanager-openvpn: new package

2016-05-17 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/networkmanager-openvpn.in b/rules/networkmanager-openvpn.in new file mode 100644 index 000..df35dab --- /dev/null +++ b/rules/networkmanager-openvpn.in @@ -0,0 +1,7 @@ +## SECTION=networkmanager_plugins + +

[ptxdist] [PATCH] modemmanager: version bump 1.4.12 -> 1.4.14

2016-04-18 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/modemmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index 8d343b8..299e879 100644 --- a/rules/modemmanager.make +++ b/rules/modemmanage

[ptxdist] [PATCH] networkmanager: version bump 1.0.10 -> 1.0.12

2016-04-18 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/networkmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 065b646..6b042a3 100644 --- a/rules/networkmanager.make +++ b

[ptxdist] [PATCH] acl: version bump 2.2.49 -> 2.2.52

2016-04-18 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- ...ildmacros-fix-installation-of-static-libs.patch | 25 -- ...ave-C-and-CPPFLAGS-from-configure-and-use.patch | 0 ...ldmacros-add-tag-CC-to-libtool-invocation.patch | 0 ...buildmacros-fix-install-wit

Re: [ptxdist] [PATCH] use ^_ as separator in perms files

2016-07-28 Thread Ladislav Michl
On Wed, Jul 27, 2016 at 12:59:39PM +0200, Michael Olbrich wrote: > On Mon, Jul 18, 2016 at 01:22:17PM +0200, Ladislav Michl wrote: > > Change separator to allow ':' in filenames. > > I like it in general. But I think we should explicitly error out if we come > across an old com

[ptxdist] js: return of spidermonkey

2016-07-28 Thread Ladislav Michl
Commit a33ab9d2dee7c0cc727279c83e6eaf50eaba5e9e removed js with explanation "It was in staging for a year and nobody cared." A patch to bring it back into life was sent in February: https://www.mail-archive.com/ptxdist@pengutronix.de/msg10388.html (gmane is currently down) Meanwhile SpiderMonkey

[ptxdist] [PATCH v2] use ^_ as separator in perms files

2016-07-31 Thread Ladislav Michl
Change separator to allow ':' in filenames. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- Changes since v1: - bail out when old perm file format is found (Note that if packets are pulled from ipkg repository, running 'ptxdist clean root' will not help) rule

Re: [ptxdist] [PATCH v2] use ^_ as separator in perms files

2016-08-03 Thread Ladislav Michl
On Sun, Jul 31, 2016 at 11:10:37PM +0200, Ladislav Michl wrote: > Change separator to allow ':' in filenames. As 2016.08 should be released this month and this patch needs carefull review and testing, I'm gently pinging anyone responsi

[ptxdist] [PATCH] confuse: fix download url and upgrade to 3.0

2016-08-12 Thread Ladislav Michl
Project moved to github a while ago. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/host-libconfuse.make b/rules/host-libconfuse.make index 26ff6be..184a172 100644 --- a/rules/host-libconfuse.make +++ b/rules/host-libconfuse.make @@ -23,6 +23,7 @@ HOST_PA

[ptxdist] [PATCH] openssh: version bump 7.2p2 ->7.3p1

2016-08-12 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/openssh.make b/rules/openssh.make index d9bfec2..1989163 100644 --- a/rules/openssh.make +++ b/rules/openssh.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_OPENSSH) += openssh # # Paths and names # -OPENSSH_V

Re: [ptxdist] [RFC] Colons in filenames

2016-07-13 Thread Ladislav Michl
On Wed, Feb 10, 2016 at 06:23:47PM +0100, Michael Olbrich wrote: > I think the most readable would be replace the escaping: > > '\:' -> 0x1 > ':' -> 0x2 > 0x1 -> ':' > > and then use 0x2 as separator. > > Well there is also DOPERMISSIONS in rules/post/ptxd_make_image_common.make > which ist

Re: [ptxdist] multiple cmake build setups in one package?

2016-07-19 Thread Ladislav Michl
On Tue, Jul 19, 2016 at 10:41:00AM +0200, Alexander Stein wrote: > Hi, > > is it possible to generate several build setups, e.g. multiple software > components, which requires individual cmake calls, within one ptxdist package? Yes, you can do whatever you want in your compile target. See for

[ptxdist] [PATCH] usb-modeswitch-data: new package

2016-07-18 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- Note: This package uses ':' in filenames (this is just a resend of the same patch sent a few months ago) rules/usb-modeswitch-data.in | 10 ++ rules/usb-modeswitch-data.make | 70 +++

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-09 Thread Ladislav Michl
On Fri, Jul 01, 2016 at 03:24:35PM +0200, Michael Olbrich wrote: > On Fri, Jul 01, 2016 at 02:26:31PM +0200, Ladislav Michl wrote: [...] > > Perhaps I should also mention I'm using collections. Previous output was > > with > > full collection. Once I delete 'selected_co

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2016.06.0 released

2016-06-30 Thread Ladislav Michl
On Thu, Jun 30, 2016 at 09:10:18AM +0200, m.olbr...@pengutronix.de wrote: > On Tue, Jun 28, 2016 at 12:58:35PM +, Bruno Thomsen wrote: > > I had the same compile issue on a Fedora 23 host but got Michaels patch > > working with a minor ")" tweak. > > Attached working patch just-in-case

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-01 Thread Ladislav Michl
On Thu, Jun 30, 2016 at 04:04:20PM +0200, Michael Olbrich wrote: > I can't reproduce this here. Can you please create a file like this: > > $ cat rules/post/zzz.make > foo: > echo $(PTXCONF_HOST_GETTEXT) > echo $(HOST_GETTEXT_SOURCE) > echo $($(HOST_GETTEXT_SOURCE)) > > And

Re: [ptxdist] [BUG] error: empty parameter to 'ptxd_make_get'

2016-07-01 Thread Ladislav Michl
On Fri, Jul 01, 2016 at 12:13:44PM +0200, Michael Olbrich wrote: > On Fri, Jul 01, 2016 at 10:41:10AM +0200, Ladislav Michl wrote: > > I extended it a bit: > > $ cat rules/post/zzz.make > > foo: > > echo $(PTXCONF_HOST_GETTEXT) > > echo $(HOST

Re: [ptxdist] [PATCH v2] use ^_ as separator in perms files

2016-08-15 Thread Ladislav Michl
On Thu, Aug 04, 2016 at 08:51:39AM +0200, Michael Olbrich wrote: > I'm already testing it. Looks good so far. I just need to setup a test-case > to trigger the error path before I push it. Just tested, error path triggered, but 'ptxdist clean root' didn't help. I had to delete *.perms files

Re: [ptxdist] [PATCH v2] use ^_ as separator in perms files

2016-08-15 Thread Ladislav Michl
On Mon, Aug 15, 2016 at 04:54:47PM +0200, Michael Olbrich wrote: > On Mon, Aug 15, 2016 at 04:10:58PM +0200, Ladislav Michl wrote: > > Just tested, error path triggered, but 'ptxdist clean root' didn't help. > > I had to delete *.perms files manually. Is it worth better fix or i

[ptxdist] [PATCH] systemd: select host-chrpath

2016-09-20 Thread Ladislav Michl
commit 217ac8c4c1e8d9b3c653970fa8b4b6d87cfc91a1 introduced dependency on chrpath utility, so select it as a host tool. Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- diff --git a/rules/systemd.in b/rules/systemd.in index d826b7b..86ee545 100644 --- a/rules/systemd.in +++ b

Re: [ptxdist] [PATCH] rsyslog: major update

2016-09-27 Thread Ladislav Michl
Hi, On Tue, Sep 27, 2016 at 02:35:11PM +0200, Clemens Gruber wrote: > On Tue, Sep 27, 2016 at 08:37:58AM +0200, Michael Olbrich wrote: > > On Mon, Sep 26, 2016 at 09:33:34PM +0200, Clemens Gruber wrote: [snip] ... > > > - --disable-omczmq \ > > > - --disable-omrabbitmq \ > > > -

[ptxdist] [PATCH] networkmanager: version bump 1.2.2 -> 1.4.2

2016-12-13 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- ...-sleep-monitor-upower-add-missing-include.patch | 26 -- rules/networkmanager.make | 6 ++--- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/patches/NetworkManager

[ptxdist] [PATCH] libqmi: version bump 1.16.0 -> 1.16.2

2016-12-13 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 4c7b795..0487148 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -16,8 +16,8 @@ PA

[ptxdist] [PATCH] usb-modeswitch: version bump 2.3.0 -> 2.4.0

2016-12-13 Thread Ladislav Michl
Update also usb-modeswitch-data to version 20160803, as it needs new features from usb-modeswitch-2.4.0 Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/usb-modeswitch-data.make | 4 ++-- rules/usb-modeswitch.make | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)

[ptxdist] [PATCH] networkmanager-openvpn: version bump 1.2.2 -> 1.2.6

2016-12-13 Thread Ladislav Michl
Signed-off-by: Ladislav Michl <la...@linux-mips.org> --- rules/networkmanager-openvpn.make | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/networkmanager-openvpn.make b/rules/networkmanager-openvpn.make index 24368ff..d6b2397 100644 --- a/rules/networkm

[ptxdist] [RFC] ptxd_make_get_http: Specify the username and password

2017-01-07 Thread Ladislav Michl
Hi there, I need to pass username and password to download mercurial snapshot from server, so something like this now works: package_URL := https://mercurial.site.com/hg/package/archive/$(package_VERSION).$(package_SUFFIX);user=: Is it acceptable to support it in upstream PTXdist? (it could be

Re: [ptxdist] [PATCH] nettle: Add alternate url

2017-01-09 Thread Ladislav Michl
On Mon, Jan 09, 2017 at 02:33:04PM +0100, Michael Olbrich wrote: > On Sun, Jan 08, 2017 at 08:57:29PM +0100, Ladislav Michl wrote: > > As lysator.liu.se is currently down, add GNU mirror. > > Works (again?) for me. Applied anyways. Indeed, works for me too, now. I guess someone c

Re: [ptxdist] [RFC] ptxd_make_get_http: Specify the username and password

2017-01-08 Thread Ladislav Michl
nything as curl parameter is: --user=: so this problem remains, it does only improve situation for wget. But as wget also accepts credentials in url, I'll forget this until someone needs colon in username. ladis > - Roland > > On 07.01.2017 22:58, Ladislav Michl wrote: > >

[ptxdist] [PATCH] nettle: Add alternate url

2017-01-08 Thread Ladislav Michl
As lysator.liu.se is currently down, add GNU mirror. Signed-off-by: Ladislav Michl <la...@linux-mips.org> diff --git a/rules/nettle.make b/rules/nettle.make index 2d240e657..59df66e15 100644 --- a/rules/nettle.make +++ b/rules/nettle.make @@ -20,12 +20,15 @@ NETTLE_VERSION

  1   2   3   4   5   6   >