Re: [ptxdist] host-elf-h-compat: Upstream server seems to be unstable

2021-08-16 Thread Bernhard Walle
Hello again, > Am 16.08.2021 um 11:05 schrieb Roland Hieber : > > (+Cc Bernhard Walle) > > On Sun, Aug 15, 2021 at 10:47:14AM +0200, Felix Mellmann wrote: >> Hi, >> >> I've just encountered, that retrieving the sources of the host-elf-h-compat >

Re: [ptxdist] host-elf-h-compat: Upstream server seems to be unstable

2021-08-16 Thread Bernhard Walle
Hi, > Am 16.08.2021 um 11:06 schrieb Roland Hieber : > > (+Cc Bernhard Walle) > >> On Sun, Aug 15, 2021 at 10:47:14AM +0200, Felix Mellmann wrote: >> Hi, >> >> I've just encountered, that retrieving the sources of the host-elf-h-compat >> package i

[ptxdist] [PATCH] Add rapidjson package

2019-01-15 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- .../0001-Remove-march-native-from-c-xx-flags.patch | 22 ...02-Remove-Wextra-and-Werror-from-cxxflags.patch | 25 + .../0003-Add-a-void-case-in-memcpy.patch | 35 ++ patches/rapidjson-1.1.0/series

Re: [ptxdist] [PATCH] bzip2: fix URL (bzip.org archive gone, use Gentoo as mirror)

2018-10-02 Thread Bernhard Walle
lots of downloads will be pointed to web.archive.org. Not a good idea, in my opinion. Regards, Bernhard ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] host-localedef: Fix build with glibc 2.26

2017-10-02 Thread Bernhard Walle
Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- .../0003-Don-t-include-xlocale.h.patch | 47 ++ patches/localedef-eglibc-2.14.1-r17443-ptx1/series | 3 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 patches/localedef-eglibc-

[ptxdist] [PATCH] host-ncurses: Build without C++ bindings

2017-07-24 Thread Bernhard Walle
The C++ bindings of ncurses don't build with gcc 7.1.1 which is the current default compiler on Arch Linux. Instead of patching ncurses we just disable the build of the C++ bindings since they are not needed for host tools. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rule

[ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename

2017-03-11 Thread Bernhard Walle
Avoid the usual file clash with ubirename from busybox and ubirename from mtd-utils. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/mtd-utils.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index ad9c0d916..4d76f5c68

[ptxdist] [PATCH] mtd-utils.in: Add busybox dependency for ubirename

2016-12-18 Thread Bernhard Walle
Avoid the usual file clash with ubirename from busybox and ubirename from mtd-utils. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/mtd-utils.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index ad9c0d916..898d7069f 100644 --- a

[ptxdist] [PATCH] host-lzop: Fix build with gcc 6.1

2016-05-11 Thread Bernhard Walle
See also https://bugs.archlinux.org/task/49287. Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/host-lzop.make | 4 1 file changed, 4 insertions(+) diff --git a/rules/host-lzop.make b/rules/host-lzop.make index a31609c..08e0a20 100644 --- a/rules/host-lzop.make +++ b

[ptxdist] [PATCH] libcap-ng: Bump version to 0.7.7

2016-03-19 Thread Bernhard Walle
Signed-off-by: Bernhard Walle <bernh...@bwalle.de> --- rules/libcap-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make index a15633f..d2abfaa 100644 --- a/rules/libcap-ng.make +++ b/rules/libcap-ng.make @@ -16,8

Re: [ptxdist] [PATCH v3] procps: switch from procps to procps-ng

2015-07-06 Thread Bernhard Walle
Am 06.07.15 um 20:25 schrieb Clemens Gruber: - Use the correct SF URL to have a procps-ng version number I think this is much better than using the auto-generated git snapshot. Thanks! Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] mtd-utils: Add attr dependency if mkfs.ubifs is built

2015-06-23 Thread Bernhard Walle
mkfs.ubifs includes attr/xattr.h unconditionally. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/mtd-utils.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index d1c46bd..12b2ed3 100644 --- a/rules/mtd-utils.in +++ b/rules/mtd-utils.in

[ptxdist] [PATCH 3/3] host-mtd-utils: Fix build with gcc 5.1

2015-05-02 Thread Bernhard Walle
the issue. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-mtd-utils.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make index 64a0468..e6a57c3 100644 --- a/rules/host-mtd-utils.make +++ b/rules/host-mtd

[ptxdist] [PATCH 1/3] host-ncurses: Fix build with gcc 5.1

2015-05-02 Thread Bernhard Walle
to gcc invocations fixes that issue. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-ncurses.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make index 2218b7c..67dbf5b 100644 --- a/rules/host-ncurses.make +++ b/rules/host

[ptxdist] [PATCH 2/3] host-localedef: Fix build with gcc 5.1

2015-05-02 Thread Bernhard Walle
the issue. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-localedef.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/host-localedef.make b/rules/host-localedef.make index f3ccb87..29022e8 100644 --- a/rules/host-localedef.make +++ b/rules/host

[ptxdist] [PATCH] ptxd_lib_dgen.awk: Fix warning

2015-04-29 Thread Bernhard Walle
| substitution is performed. If how is zero, gawk issues a warning | message. So the fix should be safe. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_lib_dgen.awk | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/lib/ptxd_lib_dgen.awk b

Re: [ptxdist] ptxdist and Rpi

2015-03-30 Thread Bernhard Walle
Hello, there's already a BSP for RPi http://git.pengutronix.de/?p=DistroKit.git;a=summary http://git.pengutronix.de/?p=platform-pengutronix-raspberrypi.git;a=summary and Regards, Bernhard Am 2015-03-30 12:04, schrieb Alejandro Vázquez: Hello! I am trying to create an image

[ptxdist] [PATCH] picocom: New package

2015-02-24 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/picocom.in | 7 ++ rules/picocom.make | 64 ++ 2 files changed, 71 insertions(+) create mode 100644 rules/picocom.in create mode 100644 rules/picocom.make diff --git a/rules

[ptxdist] [PATCH 1/5] Update host-cmake to 3.1.1

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 4925264..b13dccf 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,11 +17,11

[ptxdist] [PATCH 2/5] sqlite: version bump 3.8.7.1 - 3.8.8.1

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/sqlite.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 2170cf7..bd2ada0 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -20,11 +20,11 @@ PACKAGES

[ptxdist] [PATCH 5/5] pyserial3: Provide pyserial package for Python 3

2015-01-25 Thread Bernhard Walle
are not installed as renaming all of them wasn't worth the effort in my opinion. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/pyserial3.in | 26 + rules/pyserial3.make | 105 +++ 2 files changed, 131 insertions(+) create

[ptxdist] [PATCH 3/5] pyserial: Version bump 2.6 - 2.7

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/pyserial.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pyserial.make b/rules/pyserial.make index 6d203f5..110e3d2 100644 --- a/rules/pyserial.make +++ b/rules/pyserial.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH 4/5] python3: Add menu for python3 3rd-party modules

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/python3.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/python3.in b/rules/python3.in index bcb2ca5..b8bde82 100644 --- a/rules/python3.in +++ b/rules/python3.in @@ -60,3 +60,7 @@ config PYTHON3_DISTUTILS prompt

[ptxdist] [PATCH] lighttpd: Implement 'restart' in init script

2015-01-08 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- generic/etc/init.d/lighttpd | 46 ++--- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/generic/etc/init.d/lighttpd b/generic/etc/init.d/lighttpd index d776c58..24a17e2 100644

[ptxdist] [PATCH] libconfig: New package

2014-11-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/libconfig.in | 14 rules/libconfig.make | 62 2 files changed, 76 insertions(+) create mode 100644 rules/libconfig.in create mode 100644 rules/libconfig.make diff

[ptxdist] [PATCH] sqlite: version bump 3.8.2.0 - 3.8.7.1

2014-11-05 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/sqlite.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 7e35143..2170cf7 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -20,11 +20,11 @@ PACKAGES

[ptxdist] [PATCH] openssl: version bump 1.0.1h - 1.0.1i

2014-08-07 Thread Bernhard Walle
Fixes CVE-2014-3508. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- patches/openssl-1.0.1h/0001-ca.patch | 31 patches/openssl-1.0.1h/0002-debian-targets.patch | 80 - patches/openssl-1.0.1h/0003-engines-path.patch | 92 -- patches/openssl-1.0.1h

Re: [ptxdist] [PATCH] ptxdist: Create symlinks for toolchain-related tools

2014-08-05 Thread Bernhard Walle
with QtCreator. I had problems with QtCreator, too. So i tested this patch and it solved my problems. So.. Tested-by: Tim Niemeyer tim.nieme...@corscience.de It's already in ptxdist 2014.08... :) Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] ptxdist: Create symlinks for toolchain-related tools

2014-07-22 Thread Bernhard Walle
) that expects all programs to be at the same location (because some very complicated magic...). Apart from that, I think the solution to have all tools at the same place is cleaner and the patch is very small. So it would be nice if it could be accepted. Signed-off-by: Bernhard Walle bernh...@bwalle.de

Re: [ptxdist] [PATCH] netcat: Fix path to NETCAT_SOURCE

2014-07-15 Thread Bernhard Seßler
Hi, On 10.07.2014 10:50, Michael Olbrich wrote: Hi, On Tue, Jul 08, 2014 at 12:30:51PM +0200, Bernhard Seßler wrote: yes, I did have issues with the original rule - ptxdist-2014.07.0 tried to download netcat-openbsd-1.105.tar.gz when it should have downloaded netcat-openbsd-1.105

[ptxdist] [PATCH] netcat: Fix path to NETCAT_SOURCE

2014-07-08 Thread Bernhard Sessler
Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/netcat.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/netcat.make b/rules/netcat.make index 6cbf0aa..dbdd9e3 100644 --- a/rules/netcat.make +++ b/rules/netcat.make @@ -22,7 +22,7 @@ NETCAT

Re: [ptxdist] [PATCH] netcat: Fix path to NETCAT_SOURCE

2014-07-08 Thread Bernhard Seßler
the packages ptxdist needs to download. So it may work with the default ptxdist setup - I didn't try that. Regards, Bernhard On 08.07.2014 12:08, Alexander Aring wrote: Hi Bernhard, On Tue, Jul 08, 2014 at 11:47:04AM +0200, Bernhard Sessler wrote: Signed-off-by: Bernhard Sessler bernhard.sess

Re: [ptxdist] [PATCH] netcat: Fix path to NETCAT_SOURCE

2014-07-08 Thread Bernhard Seßler
And me again, On 08.07.2014 12:34, Bernhard Seßler wrote: Hi, On 08.07.2014 12:21, Alexander Aring wrote: Again me, On Tue, Jul 08, 2014 at 12:08:44PM +0200, Alexander Aring wrote: Hi Bernhard, On Tue, Jul 08, 2014 at 11:47:04AM +0200, Bernhard Sessler wrote: Signed-off-by: Bernhard

Re: [ptxdist] Which versionS should i use?

2014-07-01 Thread Bernhard Walle
, i.e. % cd OSELAS-Toolchain-xxx % curl -O \ http://ptxdist.org/software/ptxdist/download/ptxdist-2013.12.0.tar.bz2 % cd ptxdist-2013.12.0 % ./configure make % cd .. % ln -s ptxdist-2013.12.0/bin/ptxdist p % ./p select ptxconfigs/... % ./p go Regards, Bernhard -- ptxdist mailing list

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

2014-05-07 Thread Bernhard Walle
Am 2014-05-07 14:15, schrieb Michael Olbrich: Well, I don't think I have any ptxdist based project without a 'p' link pointing to the correct ptxdist version... :-) http://comments.gmane.org/gmane.comp.embedded.ptxdist.devel/8002 :) Regards, Bernhard -- ptxdist mailing list ptxdist

Re: [ptxdist] [PATCH] flashbench: print strerror(3)

2014-04-26 Thread Bernhard Walle
Am 23.04.14 14:52, schrieb Michael Olbrich: Bernhard, I realized this code is on your server. Would you build a new version with this attached patch applied? Bernhard, you created a tarball. Are you our upstream or is this from somewhere else? No, it's from the git tree. Don't ask me about

Re: [ptxdist] [PATCH] perl: Make it possible to enable thread support

2014-04-23 Thread Bernhard Walle
, PTXCONF_PERL_THREADS, -Dusethreads, ) \ + $(call ptx/ifdef, PTXCONF_PERL_THREADS, -A ldflags=-pthread, ) You got a link error here because -lpthread is missing, right? Correct. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] perl: Enable thread support

2014-04-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/perl.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/perl.make b/rules/perl.make index 86a0ff7..6a6ecf2 100644 --- a/rules/perl.make +++ b/rules/perl.make @@ -65,7 +65,8 @@ PERL_CONF_OPT

Re: [ptxdist] how to configure perl scripting to compile with thread support?

2014-04-22 Thread Bernhard Walle
with threads after that modification. I didn't test on a target (or QEMU), though. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] how to configure perl scripting to compile with thread support?

2014-04-22 Thread Bernhard Walle
a ptxdist distclean, rebuild and post the result, just to make sure. But this will take a while on my machine. Can you run 'readelf -d /usr/bin/perl' on the target (or on the host, but be sure that's the same binary as on the target). At least here it links against pthread.so. Regards, Bernhard

Re: [ptxdist] how to configure perl scripting to compile with thread support?

2014-04-22 Thread Bernhard Walle
) Shared library: [libpthread.so.0] Do you have a Perl one-liner to test if threads are enabled? Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] perl: Add missing dependencies

2014-04-22 Thread Bernhard Walle
(NEEDED) Shared library: [libgcc_s.so.1] 0x0001 (NEEDED) Shared library: [libc.so.6] 0x0001 (NEEDED) Shared library: [ld-linux.so.3] So add the missing glibc/gcc libs as dependency. Signed-off-by: Bernhard Walle bernh

[ptxdist] [PATCH] tclap: New package

2014-03-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tclap.in | 21 + rules/tclap.make | 40 2 files changed, 61 insertions(+) create mode 100644 rules/tclap.in create mode 100644 rules/tclap.make diff --git a/rules/tclap.in

[ptxdist] [PATCH v2 2/2] tntnet: Add host package

2014-02-17 Thread Bernhard Sessler
This host package builds the tntnet SDK, which is required in order to generate the pre-compiled C++ modules. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/host-tntnet.in | 8 rules/host-tntnet.make | 44 2 files

Re: [ptxdist] [PATCH] tntnet: Add host package

2014-02-16 Thread Bernhard Seßler
will drop the help text (as already stated it's not visible anywhere and one might also look up the help text in the target package). And I will add a dependency to a host cxxtools package (don't know why I've not seen this myself). Thanks for the hints. Regards, Bernhard -- ptxdist mailing list

[ptxdist] [PATCH 2/2] tntnet: Add new package

2014-02-05 Thread Bernhard Sessler
Tntnet is a web application framework for C++. It can generate dynamic content via pre-compiled C++ modules. These modules can either be loaded by the standalone tntnet server executable or built to actually _be_ standalone server executables. Signed-off-by: Bernhard Sessler bernhard.sess

[ptxdist] [PATCH 1/2] cxxtools: Add new package

2014-02-05 Thread Bernhard Sessler
Cxxtools is a comprehensive C++ class library for Unix and Linux. The library includes classes for serialization, unicode text, multi threading, networking, rpc, http client and server, xml, logging and many more. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules

[ptxdist] [PATCH] tntnet: Add host package

2014-02-05 Thread Bernhard Sessler
This host package builds the tntnet SDK, which is required in order to generate the pre-compiled C++ modules. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/host-tntnet.in | 9 + rules/host-tntnet.make | 44 2

[ptxdist] [PATCH] cppunit: version bump 1.12.1 - 1.13.2

2014-02-05 Thread Bernhard Sessler
CppUnit is now maintained by the Document Foundation, as the original project seems to be pretty much dead. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/cppunit.in | 3 +-- rules/cppunit.make | 19 --- 2 files changed, 9 insertions(+), 13 deletions

[ptxdist] Extract a list of all packages

2014-01-30 Thread Bernhard Bender
Hello all, I would like to extract a list of all packages configured for my project from ptxdist. How cam I do this? The list should include the package name, version and URL, if possible. Thanks for any hinst. Bernhard Bender Entwicklung Bytec Medizintechnik GmbH Hermann-Hollerith-Str. 11

Re: [ptxdist] Extract a list of all packages

2014-01-30 Thread Bernhard Bender
with all the make variable visible in the environment? Running ptxdist print again for each var ist extremely slow.. Thx Bernhard Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten

Re: [ptxdist] 32 or 64 bits file offsets?

2013-12-07 Thread Bernhard Walle
for programs that support it. Grep for 'PTXCONF_GLOBAL_LARGE_FILE' and 'GLOBAL_LARGE_FILE_OPTION'. It doesn't set compile flags directly. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] No tty devices present

2013-08-16 Thread Bernhard Walle
tty devices? Do I need to use mknod and add them myself or is there an option I've been missing? Do you have *any* devices in /dev (except /dev/null and a few ones usually created statically)? Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] glibc: Make it possible to install ldd

2013-08-14 Thread Bernhard Walle
. The patch also adds some guard for the standalone ldd to avoid selecting both variants in the configuration. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/glibc.in | 7 +++ rules/glibc.make | 5 + rules/ldd.in | 4 3 files changed, 16 insertions(+) diff --git a/rules

[ptxdist] [PATCH] busybox: Fix permission of /etc/sysctl.conf

2013-06-04 Thread Bernhard Walle
It's not necessary to make /etc/sysctl.conf executable. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/busybox.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/busybox.make b/rules/busybox.make index 48b0a23..203aa52 100644 --- a/rules/busybox.make +++ b

Re: [ptxdist] [PATCH] zlib: Bump version to 1.2.8

2013-06-03 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2013-06-03 13:06]: On Thu, May 23, 2013 at 04:56:56PM +0200, Bernhard Walle wrote: Also change the compression format to xz since bz2 is no longer available. I also verified that the libpng site mirrors the xz version. Does this contain any

[ptxdist] [PATCH] Update host-cmake to 2.8.11

2013-05-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index b51cc51..4925264 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8

[ptxdist] [PATCH] zlib: Bump version to 1.2.8

2013-05-23 Thread Bernhard Walle
Also change the compression format to xz since bz2 is no longer available. I also verified that the libpng site mirrors the xz version. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/zlib.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/zlib.make b

Re: [ptxdist] [PATCH] parted: bump to version 3.1

2013-05-21 Thread Bernhard Seßler
Hi, sorry, I was on holiday last week. I'll check it out. Regards, Bernhard On 13.05.2013 09:32, Michael Olbrich wrote: Hi, this fails in the prepare stage for me. Michael On Tue, Apr 30, 2013 at 12:19:56PM +0200, Bernhard Sessler wrote: Signed-off-by: Bernhard Sessler bernhard.sess

[ptxdist] [PATCH v2] parted: bump to version 3.1

2013-05-21 Thread Bernhard Sessler
Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- We use parted as host tool only, that's why the error at the prepare stage slipped through. This patch has now been tested with ptxdist 2012.07.0. since V1: * Remove -disable-Werror configure switch, as it obviously does

[ptxdist] [PATCH 1/2] Add new top-level group 'Security'

2013-05-01 Thread Bernhard Walle
The SELinux stuff is now a subgroup. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/Kconfig b/rules/Kconfig index b8aed5f..6ebc681 100644 --- a/rules/Kconfig +++ b/rules/Kconfig @@ -86,9 +86,11 @@ menu System

[ptxdist] [PATCH 2/2] tomoyo-tools: New package

2013-05-01 Thread Bernhard Walle
This are the userspace tools needed to use the TOMOYO security module that is included in the Linux kernel = 3.2. In addition, we modify Kconfig to include the tomoyo-tools package directly beyond the Security group. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/Kconfig

[ptxdist] [PATCH] parted: bump to version 3.1

2013-04-30 Thread Bernhard Sessler
Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/parted.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/parted.make b/rules/parted.make index 6bfdc85..5c12d67 100644 --- a/rules/parted.make +++ b/rules/parted.make @@ -16,10 +16,10

[ptxdist] [PATCH] tomoyo-tools: New package

2013-04-30 Thread Bernhard Walle
This are the userspace tools needed to use the TOMOYO security module that is included in the Linux kernel = 3.2. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- Maybe it would make sense to create a new group 'Security' and move the SELinux stuff there, too? rules/tomoyo-tools.in | 8

Re: [ptxdist] [PATCH] Add support for xz'd patches

2013-04-29 Thread Bernhard Walle
* Marc Kleine-Budde m...@pengutronix.de [2013-04-29 13:29]: On 04/29/2013 01:27 PM, Bernhard Walle wrote: Since kernel.org provides their patches as .xz-compressed files, that's quite useful. Signed-off-by: Bernhard Walle bernh...@bwalle.de Does quilt support .xz'ed patches? Yes

Re: [ptxdist] [PATCH] Add support for xz'd patches

2013-04-29 Thread Bernhard Walle
Am 2013-04-29 13:35, schrieb Bernhard Walle: _ Bernhard Walle Tel. +49 XX (o_ Buckenhofer Weg 63 Fax +49 XX //\ D-91058 ErlangenMobil +49 XXX XXX

Re: [ptxdist] Patch Kernet with preempt_rt patch

2013-03-26 Thread Bernhard Walle
of % ptxdist print PTXCONF_KERNEL_VERSION Do you have a patches/linux-3.2/series file? What's the contents of that series file? Regards, Bernhard PS: Please disable HTML mails. -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 1/2] usb-modeswitch: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/usb-modeswitch.in | 10 +++ rules/usb-modeswitch.make | 69 +++ 2 files changed, 79 insertions(+) create mode 100644 rules/usb-modeswitch.in create mode 100644 rules/usb-modeswitch.make

[ptxdist] [PATCH 2/2] comgt: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- .../comgt.0.32/0001-Fix-cross-compilation.patch| 22 +++ patches/comgt.0.32/series | 4 ++ rules/comgt.in | 7 +++ rules/comgt.make | 67

[ptxdist] [PATCH 1/2] usb-modeswitch: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/usb-modeswitch.in | 10 rules/usb-modeswitch.make | 58 +++ 2 files changed, 68 insertions(+) create mode 100644 rules/usb-modeswitch.in create mode 100644 rules/usb-modeswitch.make

[ptxdist] [PATCH 2/2] comgt: New package

2013-03-23 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- .../comgt.0.32/0001-Fix-cross-compilation.patch| 22 patches/comgt.0.32/series | 4 ++ rules/comgt.in | 7 +++ rules/comgt.make | 63

[ptxdist] [PATCH] gnuplot: bump to 4.6.2

2013-03-23 Thread Bernhard Walle
And also fix a build error with new texinfo (makeinfo) installed on the host by disabling building the info page which is not needed. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- ...ld-documentation-generator-tools-with-CC_.patch | 99 -- patches/gnuplot-4.4.3

Re: [ptxdist] [PATCH] gnuplot: bump to 4.6.2

2013-03-23 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2013-03-23 20:29]: On Sat, Mar 23, 2013 at 06:58:16PM +0100, Bernhard Walle wrote: And also fix a build error with new texinfo (makeinfo) installed on the host by disabling building the info page which is not needed. Try to build with all sub

[ptxdist] [PATCH] Fix (host) gcc wrapper on Gentoo Linux

2013-03-22 Thread Bernhard Walle
) cross-compiler doesn't have that problem. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- bin/ptxdist | 5 +++-- scripts/wrapper/libwrapper.sh | 9 - 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index 95382e6..a6317bf 100755

Re: [ptxdist] [PATCH] Fix (host) gcc wrapper on Gentoo Linux

2013-03-22 Thread Bernhard Walle
sending a new patch. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] Fix (host) gcc wrapper on Gentoo Linux

2013-03-22 Thread Bernhard Walle
cannot explain further details. This patch makes ptxdist working on Gentoo by changing the symbolic link from name.real to real/name, i.e. moving the final toolchain symlink to some other directory, keeping the basename. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- v2: - create directory

[ptxdist] [PATCH] ptxd_install_shared: Fix missing links when ${src} is a symlink itself

2013-03-21 Thread Bernhard Walle
++.so doesn't install the libstdc++.so.6 symbolic link and so C++ programs don't start. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_make_xpkg_pkg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib/ptxd_make_xpkg_pkg.sh

Re: [ptxdist] [PATCH] ptxd_install_shared: Fix missing links when ${src} is a symlink itself

2013-03-21 Thread Bernhard Walle
too, right: find -H $(dirname ${src}) -maxdepth 1 -type l | while read file; do That works indeed. Should I send a new patch? Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] ptxd_install_shared: Fix missing links when ${src} is a symlink itself

2013-03-21 Thread Bernhard Walle
++.so doesn't install the libstdc++.so.6 symbolic link and so C++ programs don't start. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_make_xpkg_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_xpkg_pkg.sh b/scripts/lib

Re: [ptxdist] [PATCH] lpc21isp: Update to 1.85

2013-03-19 Thread Bernhard Walle
to send the patch as attached gzip file. http://www.mail-archive.com/ptxdist@pengutronix.de/msg04539.html Or he finds the git options I didn't find last year. :) Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] tree: New package

2013-03-08 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tree.in | 9 + rules/tree.make | 59 + 2 files changed, 68 insertions(+) create mode 100644 rules/tree.in create mode 100644 rules/tree.make diff --git a/rules/tree.in

[ptxdist] [PATCH] tree: New package

2013-03-08 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tree.in | 9 + rules/tree.make | 59 + 2 files changed, 68 insertions(+) create mode 100644 rules/tree.in create mode 100644 rules/tree.make diff --git a/rules/tree.in

[ptxdist] [PATCH] wpa_supplicant: Update to 2.0

2013-03-08 Thread Bernhard Walle
Tested on an i.MX53 board with wext and cfg80211.. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/wpa_supplicant.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpa_supplicant.make b/rules/wpa_supplicant.make index 0607696..d007279 100644

[ptxdist] [PATCH] bluez: Make it possible to deselect USB support

2013-03-01 Thread Bernhard Walle
When using a Bluetooth module that is not connected with USB, it makes sense to deselect support for it. This saves building libusb and libusb-compat. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/bluez.in | 9 - rules/bluez.make | 2 +- 2 files changed, 9 insertions(+), 2

[ptxdist] [PATCH] iw: Change download URL

2013-02-28 Thread Bernhard Walle
The old URL doesn't work any more. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/iw.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/iw.make b/rules/iw.make index 6020702..9472a2e 100644 --- a/rules/iw.make +++ b/rules/iw.make @@ -20,7 +20,7

[ptxdist] [PATCH] kconfig: Fix build on Darwin

2013-02-16 Thread Bernhard Walle
. That works also on Linux, verified on current Arch Linux with glibc 2.17. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/kconfig/expr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 59402a3..041b08e 100644 --- a/scripts

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

2013-02-16 Thread Bernhard Walle
at least for v2012.12.2? Reason: I always have to edit the configure script because of the configure check for sed on up-to-date hosts (ptxdist commit http://git.pengutronix.de/?p=ptxdist.git;a=commit;h=2a89985c97422af3569eb6d268e3ccdc9c3fb0e5). Regards, Bernhard -- ptxdist mailing list ptxdist

[ptxdist] [PATCH] Bump SQLite3 to 3.7.15.2

2013-02-15 Thread Bernhard Sessler
Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/sqlite.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 0ff4c86..26760db 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -20,8 +20,8

[ptxdist] [PATCH] wavemon: New package

2013-02-11 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/wavemon.in | 11 ++ rules/wavemon.make | 60 ++ 2 files changed, 71 insertions(+) create mode 100644 rules/wavemon.in create mode 100644 rules/wavemon.make diff --git

Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10.2

2013-02-07 Thread Bernhard Walle
Am 07.02.13 19:11, schrieb Michael Olbrich: On Wed, Feb 06, 2013 at 09:11:50AM +0100, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host

Re: [ptxdist] Writing rules for x86 architecture

2013-02-07 Thread Bernhard Walle
. Since the ptxconfig doesn't have any architecture this cannot work. The make rule only ensures that the package isn't built if you have a different architecture, even if it's selected in the ptxconfig. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10

2013-02-06 Thread Bernhard Walle
* Alexander Dahl p...@lespocky.de [2013-02-06 08:01]: Hei Bernhard, On Tue, Feb 05, 2013 at 09:45:37PM +0100, Bernhard Walle wrote: +HOST_CMAKE_VERSION := 2.8.10 Why not 2.8.10.2, the latest bugfix release of cmake? They usually don't do these point releases but there were some little

[ptxdist] [PATCH] Update host-cmake to 2.8.10.2

2013-02-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 5599543..b51cc51 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8

[ptxdist] [PATCH] procps: Fix selection of PROCPS_PGREP

2013-02-05 Thread Bernhard Walle
Just a copy and paste typo. Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/procps.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/procps.in b/rules/procps.in index 11886be..baf6514 100644 --- a/rules/procps.in +++ b/rules/procps.in @@ -62,7 +62,7

[ptxdist] [PATCH] wavemon: New package

2013-02-05 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/wavemon.in | 11 +++ rules/wavemon.make | 52 2 files changed, 63 insertions(+) create mode 100644 rules/wavemon.in create mode 100644 rules/wavemon.make diff --git a/rules

[ptxdist] [PATCH] Update host-cmake to 2.8.10

2013-02-05 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 5599543..8415cf0 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,8 +17,8

Re: [ptxdist] [PATCHv2] log4cplus: Add new package

2013-01-31 Thread Bernhard Walle
* Andreas Bießmann andreas.biessm...@corscience.de [2013-01-31 10:42]: + select QT4 if LOG4CPLUS_QT4 Shouldn't we move that select QT4 down to the LOG4CPLUS_QT4 switch? That doesn't work. Regards, Bernhard -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCHv2] log4cplus: Add new package

2013-01-31 Thread Bernhard Walle
* Bernhard Sessler bernhard.sess...@corscience.de [2013-01-30 13:32]: log4cplus is an excellent port of the popular log4j logging library to C++. [...] + +menuconfig LOG4CPLUS + tristate + prompt log4cplus + select GLIBC_PTHREAD You're probably missing

Re: [ptxdist] [PATCHv2] log4cplus: Add new package

2013-01-31 Thread Bernhard Seßler
Yes, probably... :) Thanks for all the hints to what I did wrong. I'll submit an updated patch. Regards, Bernhard On 31/01/13 10:46, Bernhard Walle wrote: * Bernhard Sessler bernhard.sess...@corscience.de [2013-01-30 13:32]: snip + +menuconfig LOG4CPLUS +tristate +prompt log4cplus

[ptxdist] [PATCHv3] log4cplus: Add new package

2013-01-31 Thread Bernhard Sessler
log4cplus is an excellent port of the popular log4j logging library to C++. Signed-off-by: Bernhard Sessler bernhard.sess...@corscience.de --- rules/log4cplus.in | 25 rules/log4cplus.make | 67 2 files changed, 92

  1   2   3   4   >