Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Michael Olbrich
Hi, On Thu, Dec 20, 2012 at 04:09:34PM +0100, Tim Sander wrote: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some bogus messages that variables are initialized but unused. But they are used later on?

Re: [ptxdist] host-dtc not compiling

2012-12-21 Thread Michael Olbrich
On Fri, Dec 21, 2012 at 03:59:58PM +0100, Tim Sander wrote: As Bernhard already said, you need to patch the Makefile. However, it is unlikely, that you actually need this package. For all new kernels the dtc from the kernel source should be used (PTXCONF_DTC_KERNEL). Ah, thats better,

Re: [ptxdist] Qt 5

2012-12-21 Thread Michael Olbrich
Hi, On Fri, Dec 21, 2012 at 04:32:38PM +0100, Tim Sander wrote: Are there already any efforts on the way to get Qt5 working ? Qt5 would be really nice, especially for my RasperryPi project. But thats currently not a high priority project... but in few weeks i would probably join in. I'm

Re: [ptxdist] Qt 5

2012-12-21 Thread Michael Olbrich
On Fri, Dec 21, 2012 at 07:54:44PM +0100, Thomas Petazzoni wrote: On Fri, 21 Dec 2012 19:46:29 +0100, Michael Olbrich wrote: On Fri, Dec 21, 2012 at 04:32:38PM +0100, Tim Sander wrote: Are there already any efforts on the way to get Qt5 working ? Qt5 would be really nice, especially

Re: [ptxdist] Qt 5

2012-12-24 Thread Michael Olbrich
On Sun, Dec 23, 2012 at 09:12:52PM +0100, Erwin Rol wrote: On 22-12-2012 20:42, Tim Sander wrote: I'm working on it. Not sure, when you'll see something. Thats great news. I could give the rasperry a shot, but not right now... Since you're talking about Qt 5 and OpenGL, my understanding is

Re: [ptxdist] building ptxconfig.qt ptxdist

2012-12-27 Thread Michael Olbrich
Hi, On Thu, Dec 27, 2012 at 09:10:05AM +0200, Ruben Louw wrote: I fixed it by doing the following: 1. google search freetype-2.3.11.tar.bz2 and download. 2. copy step 1 package into directory /usr/local/ptxdist_archives and now it builds. I hope this is the correct work around though.

Re: [ptxdist] PATCH: Fix sqlite conf environment

2013-01-03 Thread Michael Olbrich
On Sat, Dec 08, 2012 at 04:22:27AM +0400, Kirill Smirnov wrote: Please, any feedback on this. Did I do anything wrong? I forgot about this. On 21.11.2012 02:07, Kirill Smirnov wrote: The attached patch correctly sets up CPPFLAGS variable for sqlite package and contains a minor cosmetic fix.

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.01.0 released

2013-01-08 Thread Michael Olbrich
Hi, On Tue, Jan 08, 2013 at 05:00:52PM +0100, Tim Sander wrote: I'm happy to announce that I've just released ptxdist-2013.01.0. This is mostly a bugfix and cleanup release. There are a few new packages, most notably vim and perl. Other than that nothing major. Thanks to all contributers

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.01.0 released

2013-01-09 Thread Michael Olbrich
On Wed, Jan 09, 2013 at 10:41:43AM +0100, Tim Sander wrote: Hi MIchael I just found out that the qt4 package does not contain any isystem flags in qmake conf flags anymore (QMAKE_CFLAGS,QMAKE_CXXFLAGS,QMAKE_LFLAGS). So a external build with the qmake-cross fails. If i remember

Re: [ptxdist] AUFS tools

2013-01-09 Thread Michael Olbrich
Hi, On Wed, Jan 09, 2013 at 02:08:46PM +0100, Erwin Rol wrote: I have a custom kernel with AUFS and a userpsace package that needs kernel headers. I now have a very bad (works for me only) hack that does the following in the aufs3-util.make ; CFLAGS='$(CROSS_CFLAGS)

Re: [ptxdist] adding md5 list to final image

2013-01-09 Thread Michael Olbrich
On Wed, Jan 09, 2013 at 02:32:01PM +0100, Erwin Rol wrote: I hacked scripts/lib/ptxd_make_image_prepare_work_dir.sh to add a /.md5 file to the image that holds all MD5's of all files, so I can verify on a running system if everything really is OK. Of course ptxdist is a moving target and

Re: [ptxdist] MD5 sums for local directories

2013-01-10 Thread Michael Olbrich
Hi, On Wed, Jan 09, 2013 at 10:33:15AM +0100, Stefan Frick wrote: we just transfered our project to a newer version of ptxdist, which now checks for MD5 sums of packages. However, our source code is in a local directroy and I couldn't figure out how to tell ptxdist the right MD5 sum or maybe

Re: [ptxdist] Gdb debugging helper

2013-01-11 Thread Michael Olbrich
Hi, On Fri, Jan 11, 2013 at 10:47:07AM +0200, Ruben Louw wrote: hmm. makes sense to be on host. But I think this should be included when build the toolchain or something, The gdb in OSELAT.Toolchain is built with python support if the Python headers are found. Michael -- Pengutronix e.K.

Re: [ptxdist] Gdb debugging helper [PATCH]

2013-01-11 Thread Michael Olbrich
Hi, On Fri, Jan 11, 2013 at 12:57:45PM +0200, Ruben Louw wrote: Thanks for the advice. Just to be sure. Python was not enabled (default) then as the helper? Could it be I was correct? So then I need to rebuild the toolchain, with Python enabled (example below)? Or is there a quick hack for me

Re: [ptxdist] Gdb debugging helper [PATCH]

2013-01-11 Thread Michael Olbrich
On Fri, Jan 11, 2013 at 02:37:01PM +0200, Ruben Louw wrote: I'm trying to get my mind wrapped around this. I ran your command and this is what it outputs: Dynamic section at offset 0x3f1df8 contains 25 entries: TagType Name/Value 0x0001

Re: [ptxdist] Gdb debugging helper [PATCH]

2013-01-11 Thread Michael Olbrich
Hi, On Fri, Jan 11, 2013 at 03:02:50PM +0200, Ruben Louw wrote: Thats what you meant by it installs it if it can find the headers, right? so if i have python-dev installed on my host, and python is enabled in cross-gdb.make, then it will link python and all that, right? Actually, you don't

Re: [ptxdist] Wrong md5sum for klibc 1.5.25 tarball in rule file

2013-01-21 Thread Michael Olbrich
Hi, On Fri, Jan 18, 2013 at 06:17:20PM +0100, dennis.herbr...@hytera.de wrote: Downloading klibc-1.5.25[0] as defined in the current ptxdist-git rulefile yields a file of 611938 bytes and an md5sum of 0c11c9c9d0c8b9e55c6689f43cee5a23. However, the rulefile expects

Re: [ptxdist] Creating links in the root filesystem

2013-01-21 Thread Michael Olbrich
Hi, On Mon, Jan 21, 2013 at 10:07:09AM +, Matthias Klein wrote: I try to put links into the read-only rootfs which should point into a RAM filesystem. For example I want to put the resolv.conf file into the tmpfs which is mounted at /tmp that the DHCP client can modify that file at

Re: [ptxdist] [PATCH] libnl3: new package

2013-01-21 Thread Michael Olbrich
On Sun, Jan 20, 2013 at 06:14:50PM +0100, Alexander Aring wrote: New package for libnl3 version 3.2.19. There is already a libnl package version 1.1. Some applications have a dependency to libnl3. Others applications like 'networkmanager' can uses libnl or libnl3. Eventually we should

Re: [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0

2013-01-23 Thread Michael Olbrich
Hi, On Wed, Jan 23, 2013 at 10:33:52AM +0100, Tim Sander wrote: file: file libgpg-error.so.0.5.0: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked, not stripped The same stuff works with a OSELAS.Toolchain-2011.03.1/arm-1136jfs- linux-gnueabi toolchain.

Re: [ptxdist] glibc error with arm-1136jfs-linux-gnueabihf

2013-01-23 Thread Michael Olbrich
Hi, On Thu, Jan 24, 2013 at 12:10:41AM +0100, Tim Sander wrote: Here is another error when installing glibc with the OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf toolchain in glibc.targetinstall it complains about install_copy_toolchain_lib: ld-linux.so.3 not found make: ***

Re: [ptxdist] [PATCH 2/2] lighttpd: Add config option to select modules explicitly

2013-01-25 Thread Michael Olbrich
Hi, On Wed, Jan 23, 2013 at 01:28:26PM +0100, Alexander Stein wrote: On Wednesday 23 January 2013 12:26:24, Michael Olbrich wrote: What's the usecase for this? This are a lot of options and hard to maintain. And the plugins are so small, that I don't think it's worth it to save the space

Re: [ptxdist] glibc error with arm-1136jfs-linux-gnueabihf

2013-01-25 Thread Michael Olbrich
Hi, On Fri, Jan 25, 2013 at 04:34:14PM +0100, Tim Sander wrote: ld-linux-armhf.so.3 is correct but gcc reports the wrong name. This is a bug in the toolchain. It's fixed in git and I'm currently collecting other issued that I want to fix for a 2012.12.1 release. Mh, i have just compiled

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-01-29 Thread Michael Olbrich
On Sun, Jan 27, 2013 at 06:09:49PM +0100, Alexander Aring wrote: This package provides utils to set up ieee802.15.4 devices. Add option do not install test-utils. These test-utils depends on python. Currently the buildsystem of lowpan-tools can't disable building of test-tools, which makes a

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-01-30 Thread Michael Olbrich
On Wed, Jan 30, 2013 at 12:12:43PM +0100, Alexander Aring wrote: Hi, thanks for reviewing this one. On Tue, Jan 29, 2013 at 11:40:00PM +0100, Michael Olbrich wrote: On Sun, Jan 27, 2013 at 06:09:49PM +0100, Alexander Aring wrote: This package provides utils to set up ieee802.15.4

Re: [ptxdist] [PATCHv3] lowpan-tools: new package

2013-02-03 Thread Michael Olbrich
On Wed, Jan 30, 2013 at 11:34:00PM +0100, Alexander Aring wrote: This package provides utils to set up ieee802.15.4 devices. Add option do not install test-utils. These test-utils depends on python. tnx. Applied. Michael Signed-off-by: Alexander Aring alex.ar...@gmail.com --- v3: -

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

2013-02-03 Thread Michael Olbrich
On Thu, Jan 31, 2013 at 11:14:26AM +0100, Bernhard Sessler wrote: 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

Re: [ptxdist] [PATCH] ptxd_make_world_patchin.sh: overwrite global diff.renames git option

2013-02-03 Thread Michael Olbrich
On Thu, Jan 31, 2013 at 11:46:05AM +0100, Andreas Bießmann wrote: When working with pure git work flow the git parameter diff.renames may save space when sending patches or storing them. However using a patch generated with this parameter in a mixed git/quilt/patch work flow is useless cause

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

2013-02-04 Thread Michael Olbrich
On Mon, Feb 04, 2013 at 12:27:40PM +0100, Josef Holzmayr wrote: Signed-off-by: Josef Holzmayr holzm...@rsi-elektrotechnik.de --- rules/gammu.in | 434 +++ rules/gammu.make | 424 + 2

Re: [ptxdist] Platformconfig CPU architecture for x86_64

2013-02-07 Thread Michael Olbrich
On Thu, Feb 07, 2013 at 01:32:32PM +0100, Albert Antony wrote: I am trying to build the kernel and userland for an x86_64 target using PTXdist 2013.01.0 and the x86_64 OSELAS toolchain. Which CPU architecture and optimization should I select in platformconfig? There isn't an x86_64 option

Re: [ptxdist] [PATCH] libmodbus: fix remote buffer overflow vulnerabulity

2013-02-07 Thread Michael Olbrich
On Mon, Feb 04, 2013 at 12:26:08PM +0100, Josef Holzmayr wrote: Signed-off-by: Josef Holzmayr holzm...@rsi-elektrotechnik.de --- ...Add-register-count-checks-to-modbus_reply.patch | 90 ++ patches/libmodbus-3.0.3/series | 1 + 2 files changed, 91

Re: [ptxdist] [PATCH] wavemon: New package

2013-02-13 Thread Michael Olbrich
On Mon, Feb 11, 2013 at 07:31:26PM +0100, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de Tnx. Applied. Michael --- rules/wavemon.in | 11 ++ rules/wavemon.make | 60 ++ 2 files changed, 71

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

2013-02-15 Thread Michael Olbrich
. Enjoy, Michael The complete shortlog: Michael Olbrich (7): gcc-4.7.2: add patch to fix specs for arm-1136jfs-linux-gnueabihf ptxconfig: i686-atom-linux-gnu: don't use movbe by default ptxconfig: i686-atom-linux-gnu: fix typo in the last commit gcc: add patch for: Bug 55981

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

2013-02-20 Thread Michael Olbrich
On Sat, Feb 16, 2013 at 12:36:30PM +0100, Bernhard Walle wrote: * Michael Olbrich m.olbr...@pengutronix.de [2013-02-15 12:57]: I've uploaded the tarball for the latest OSELAS.Toolchain stable release. It's v2012.12.1 and can be downloaded here: http://www.pengutronix.de/oselas/toolchain

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

2013-02-20 Thread Michael Olbrich
On Sat, Feb 16, 2013 at 12:33:28PM +0100, Bernhard Walle wrote: Darwin 12.2.0 (Mac OS 10.8) defines CIRCLEQ_HEAD but doesn't define CIRCLEQ_HEAD_INITIALIZER. Since mconf.c uses CIRCLEQ_HEAD_INITIALIZER, the build fails. A simple and safe fix is to always use our own copy of the CIRCLEQ_

Re: [ptxdist] [PATCH] Add ${SYSROOT}/kernel-headers to include path

2013-02-20 Thread Michael Olbrich
On Tue, Feb 19, 2013 at 09:48:16AM +0100, Alexander Stein wrote: This is needed to use the kernel-headers in cmake based projects. I understand why you want this, however, this will likly break other packages. This adds the kernel headers to the search path of all packages, and there will be

Re: [ptxdist] extract tarballs with no toplevel directory

2013-03-04 Thread Michael Olbrich
On Thu, Feb 28, 2013 at 05:52:39PM -0500, Jon Ringle wrote: Most source tarballs have a top level directory in the form of package-version, but I've run into one that doesn't conform to this standard practice. I'm trying to build a .make file for pugixml-1.2 (

Re: [ptxdist] [PATCH] iw: Change download URL

2013-03-04 Thread Michael Olbrich
On Thu, Feb 28, 2013 at 05:32:32PM +0100, Bernhard Walle wrote: The old URL doesn't work any more. tnx, applied Michael 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

Re: [ptxdist] [PATCH v2] lowpan_tools: add patch to avoid crashing

2013-03-04 Thread Michael Olbrich
On Thu, Feb 28, 2013 at 06:20:12PM +0100, Alexander Aring wrote: Add a non-mainlined lowpan_tools patch to avoid crashing in izcoordinator. tnx, applied Michael Signed-off-by: Alexander Aring alex.ar...@gmail.com --- .../0001-Avoid-crashing-in-izcoordinator.patch | 139

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

2013-03-04 Thread Michael Olbrich
On Fri, Mar 01, 2013 at 02:14:07PM +0100, Bernhard Walle wrote: 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. tnx, applied Michael Signed-off-by: Bernhard Walle bernh...@bwalle.de ---

Re: [ptxdist] [PATCH] dhcp client: comment out example options in dhclient.conf

2013-03-04 Thread Michael Olbrich
On Mon, Mar 04, 2013 at 04:15:55PM +0100, Jan Luebbe wrote: The options are only intended as an example and should not be used unmodified. tnx, applied Michael Signed-off-by: Jan Luebbe j...@pengutronix.de --- generic/etc/dhclient.conf | 64

Re: [ptxdist] [PATCH v2] mtd-utils: allow building and installing of flash_otp_{lock, write}

2013-03-04 Thread Michael Olbrich
On Thu, Feb 28, 2013 at 02:39:53PM +0100, Uwe Kleine-König wrote: Also fix a few flaws in flash_otp that are only relevant for writing to NAND chips. tnx, applied Michael Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, changes since (implicit) v1: - add a

Re: [ptxdist] gettext libintl issues

2013-03-05 Thread Michael Olbrich
Hi, On Tue, Mar 05, 2013 at 11:35:48AM +0100, Alexander Aring wrote: I have some trouble to port some software and getting a undefined reference to `textdomain(char const*)' error. The textdomain function is a part of libintl, so far as I know. In file rules/gettext.in is a useless config

[ptxdist] [ANNOUNCE] PTXdist 2013.03.0 released

2013-03-05 Thread Michael Olbrich
the necessary tools should be there. We've also added wrapper scripts for the host compiler etc. The rest is the usual collection of version bumps, bug fixes and a few new packages. Thanks to all contributers and - as always - the shortlog below. Enjoy, Michael Olbrich Alexander Aring (4): libnl3

[ptxdist] [ANNOUNCE] PTXdist 2012.12.1 released

2013-03-05 Thread Michael Olbrich
, Michael Olbrich Alexander Aring (1): configure.ac: change regex for sed version -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121

Re: [ptxdist] gettext libintl issues

2013-03-05 Thread Michael Olbrich
On Tue, Mar 05, 2013 at 09:27:45PM +0100, Alexander Aring wrote: On Tue, Mar 05, 2013 at 12:18:19PM +0100, Michael Olbrich wrote: On Tue, Mar 05, 2013 at 11:35:48AM +0100, Alexander Aring wrote: I have some trouble to port some software and getting a undefined reference to `textdomain

Re: [ptxdist] [PATCH v2] strongswan: add package

2013-03-06 Thread Michael Olbrich
On Tue, Mar 05, 2013 at 08:37:02PM +0100, Christoph Fritz wrote: Signed-off-by: Christoph Fritz chf.fr...@googlemail.com --- rules/strongswan.in | 10 rules/strongswan.make | 62 + 2 files changed, 72 insertions(+) create

Re: [ptxdist] [PATCH] git-ptx-patches: add --notes to git-format-patch if it's supported

2013-03-07 Thread Michael Olbrich
On Wed, Mar 06, 2013 at 10:54:26PM +0100, Uwe Kleine-König wrote: On Wed, Mar 06, 2013 at 10:21:06PM +0100, Marc Kleine-Budde wrote: On 03/06/2013 09:00 PM, Uwe Kleine-König wrote: While at it also document minimal git version needed for --no-signature. Signed-off-by: Uwe Kleine-König

Re: [ptxdist] libfakeroot problem

2013-03-13 Thread Michael Olbrich
/bin/ mfg, Michael Olbrich -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 2686

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

2013-03-19 Thread Michael Olbrich
On Tue, Mar 19, 2013 at 03:49:36PM +0100, Thomas Weber wrote: The patch for building lpc21isp on ARM Linux is included in the sources. This fails to apply here. Michael Signed-off-by: Thomas Weber thomas.we...@corscience.de --- patches/lpc21isp_183/lpc21isp-fix-arm.diff | 27

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-19 Thread Michael Olbrich
On Thu, Mar 14, 2013 at 01:16:36PM +0100, Alexander Dahl wrote: We use -Wcast-align on ARMv5 platform and libmodbus3 sets -Werror which leads to a failing build in one case. This patch fixes the alignment problem. Upstream pull requested. Hmm, this is just unit test stuff, right? We don't

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-19 Thread Michael Olbrich
On Tue, Mar 19, 2013 at 04:55:37PM +0100, Alexander Dahl wrote: Hei Michael, Am 2013-03-19 16:32, schrieb Michael Olbrich: On Thu, Mar 14, 2013 at 01:16:36PM +0100, Alexander Dahl wrote: We use -Wcast-align on ARMv5 platform and libmodbus3 sets -Werror which leads to a failing build

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

2013-03-20 Thread Michael Olbrich
On Tue, Mar 19, 2013 at 07:34:49PM +0100, Thomas Weber wrote: Hello Michael, On 03/19/2013 04:38 PM, Bernhard Walle wrote: Hi, * Michael Olbrich m.olbr...@pengutronix.de [2013-03-19 16:28]: On Tue, Mar 19, 2013 at 03:49:36PM +0100, Thomas Weber wrote: The patch for building lpc21isp

Re: [ptxdist] [PATCH v3] strongswan: add package

2013-03-20 Thread Michael Olbrich
On Wed, Mar 06, 2013 at 11:54:02PM +0100, Christoph Fritz wrote: Signed-off-by: Christoph Fritz chf.fr...@googlemail.com --- rules/strongswan.in | 46 +++ rules/strongswan.make | 217 + 2 files changed, 263 insertions(+)

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

2013-03-21 Thread Michael Olbrich
On Thu, Mar 21, 2013 at 05:21:26PM +0100, Bernhard Walle wrote: * Michael Olbrich m.olbr...@pengutronix.de [2013-03-21 16:47]: ptxd_install_file ${src} ${dst}/${filename} ${usr} ${grp} ${mod} +src=$(readlink -f ${src}) find $(dirname ${src}) -maxdepth 1 -type l

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

2013-03-22 Thread Michael Olbrich
On Thu, Mar 21, 2013 at 07:34:09PM +0100, Bernhard Walle wrote: When ${src} is a symlink to some other directory, then not all symbolic links to the library are installed. In my case I'm using a ct-ng-based toolchain where ${TOOLCHAIN_BASE}/arm-unknown-linux-gnueabi/lib/ is a symbolic link

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

2013-03-22 Thread Michael Olbrich
On Fri, Mar 22, 2013 at 03:31:52PM +0100, Bernhard Walle wrote: * Marc Kleine-Budde m...@pengutronix.de [2013-03-22 15:17]: We don't want to have this loop in the hot path. Iff we agree on the real/X instead of X.real solution, then you should convert all (host and cross) to use real/X

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

2013-03-22 Thread Michael Olbrich
On Fri, Mar 22, 2013 at 04:18:45PM +0100, Bernhard Walle wrote: On Gentoo, the host compiler can only be executed if basename(argv[0]) is 'gcc' (or 'g++' etc.), not if it's 'gcc.real'. Then it invokes gcc-config and fails: | % ln -s /usr/bin/gcc gcc.real | % ./gcc.real --version | |

Re: [ptxdist] [PATCH] openssl: bump to 1.0.0k

2013-03-23 Thread Michael Olbrich
On Thu, Mar 21, 2013 at 07:35:51PM +0100, Bernhard Walle wrote: Fixes CVE-2013-0166 and CVE-2013-0169. See http://www.openssl.org/news/secadv_20130205.txt. Thanks, applied. You might want to sent such a patch with -M (Detect renames) in the future. That makes it easier to review. Michael

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

2013-03-23 Thread Michael Olbrich
On Sat, Mar 23, 2013 at 12:45:09PM +0100, Bernhard Walle wrote: 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

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

2013-03-23 Thread Michael Olbrich
On Sat, Mar 23, 2013 at 12:45:10PM +0100, Bernhard Walle wrote: 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

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

2013-03-23 Thread Michael Olbrich
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-options enabled. :-) targetinstall contains the old version in some of

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

2013-03-24 Thread Michael Olbrich
On Sat, Mar 23, 2013 at 10:11:27PM +0100, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de Thanks, both applied with cosmetic changes. Michael --- rules/usb-modeswitch.in | 10 rules/usb-modeswitch.make | 58 +++

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

2013-03-24 Thread Michael Olbrich
On Sat, Mar 23, 2013 at 10:23:55PM +0100, Bernhard Walle wrote: * 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

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-27 Thread Michael Olbrich
On Tue, Mar 26, 2013 at 10:04:30AM +0100, Alexander Dahl wrote: Am 2013-03-19 17:27, schrieb Michael Olbrich: LIBMODBUS3_MAKE_OPT := -C src LIBMODBUS3_INSTALL_OPT := -C src install My colleague removed 'tests' from Makefile.am, I don't know which one would be the best choice

Re: [ptxdist] [PATCH 2/2] qt4: install libqnmbearer only when networkmanager is selected

2013-03-27 Thread Michael Olbrich
On Mon, Mar 25, 2013 at 05:54:19PM +0100, Hubert Feurstein wrote: Signed-off-by: Hubert Feurstein h.feurst...@gmail.com --- rules/qt4.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/qt4.make b/rules/qt4.make index c1174f2..b5ae03a 100644 --- a/rules/qt4.make +++

Re: [ptxdist] [PATCH v4] strongswan: add package

2013-03-27 Thread Michael Olbrich
On Tue, Mar 26, 2013 at 12:21:13PM +0100, Christoph Fritz wrote: Signed-off-by: Christoph Fritz chf.fr...@googlemail.com Thanks, applied with small changes. Michael --- rules/strongswan.in | 45 + rules/strongswan.make | 257

Re: [ptxdist] [PATCH] v4l-utils: make libjpeg dependency optional

2013-03-27 Thread Michael Olbrich
On Mon, Mar 25, 2013 at 05:55:01PM +0100, Hubert Feurstein wrote: Signed-off-by: Hubert Feurstein h.feurst...@gmail.com --- rules/v4l-utils.in | 8 +++- rules/v4l-utils.make | 4 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/rules/v4l-utils.in

Re: [ptxdist] dropbear: fixing some stuff, version bump, new hashes

2013-03-27 Thread Michael Olbrich
On Tue, Mar 26, 2013 at 02:05:21PM +0100, Alexander Dahl wrote: This patch series addresses some problems I came across when updating dropbear to the newest upstream release. First removes some options I could not even find in the upstream version control anymore (changed from anything to

Re: [ptxdist] [PATCH] kernel-headers: switch to XZ compressed archives

2013-03-27 Thread Michael Olbrich
On Thu, Mar 21, 2013 at 02:19:31PM +0100, Andreas Bießmann wrote: Since ptxdist switched to XZ compression for kernel archives it makes sense to switch in OSELAS.Toolchain too. I've added this locally, but not pushed yet because it requires updates to the md5sums. Signed-off-by: Andreas

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-28 Thread Michael Olbrich
Hi, On Thu, Mar 28, 2013 at 08:46:59AM +0100, Alexander Dahl wrote: Am 2013-03-27 18:57, schrieb Michael Olbrich: When does this issue happen anyways? I've never seen it. The problem is in one of the test programs, code was like this before: uint16_t *tab_rp_registers; /* load some

Re: [ptxdist] [PATCH] libftdi1: new package

2013-03-28 Thread Michael Olbrich
On Thu, Mar 28, 2013 at 11:41:11AM +0100, Andreas Helmcke wrote: Am 28.03.2013 10:36, schrieb Michael Olbrich: On Tue, Mar 26, 2013 at 08:47:07PM +0100, Andreas Helmcke wrote: +ifdef PTXCONF_LIBFTDI1_EXAMPLES + @for i in $(shell find $(LIBFTDI1_DIR)-build/examples -maxdepth 1 -type f

Re: [ptxdist] [PATCH-v2] libftdi1: new package

2013-03-31 Thread Michael Olbrich
On Thu, Mar 28, 2013 at 11:44:20AM +0100, Andreas Helmcke wrote: Signed-off-by: Andreas Helmcke a...@helmcke.name Thanks, applied. Michael --- rules/libftdi1.in | 42 ++ rules/libftdi1.make | 81 +++ 2 files

Re: [ptxdist] [PATCH v2] glew: link against libX11

2013-04-02 Thread Michael Olbrich
On Sun, Mar 31, 2013 at 09:11:28PM +0200, Robert Schwebel wrote: src/visualinfo.c and src/glewinfo.c call XDestroyWindow, so we need to link against libX11. Otherwhise this breaks down with

[ptxdist] [ANNOUNCE] PTXdist 2013.04.0 released

2013-04-08 Thread Michael Olbrich
. Enjoy, Michael Olbrich Alexander Aring (1): gettext: remove useless GETTEXT_LIBINTL config Alexander Dahl (4): remove long gone options fix renamed macros bump upstream version and recreate patch series add options for recently added SHA256 and SHA512 hashes Andreas

Re: [ptxdist] Howto integrate custom kernel module into the kernel_modules*.ipk package

2013-04-08 Thread Michael Olbrich
Hi, On Fri, Apr 05, 2013 at 01:47:33PM +0200, Matthias Klein wrote: I have a custom kernel module which doesn't came with a nice Makefile for integration into ptxdist. I had no problem to create a rule file around the build process for that module. But I don't know how to get my finish

Re: [ptxdist] Multiple images build from one project?

2013-04-08 Thread Michael Olbrich
Hi, On Fri, Apr 05, 2013 at 10:55:03AM +0200, Markus Wolters wrote: I need to build multiple images from one project. If I got the docu right, I can use collections to choose different package configurations. But I think a : ptxdist go ptxdist --collectionconfig='foo' images ptxdist

Re: [ptxdist] Setting custom PTXDIST_TEMPDIR for large image gen?

2013-04-09 Thread Michael Olbrich
Hi, On Tue, Apr 09, 2013 at 05:49:11PM +0200, dennis.herbr...@hytera.de wrote: I configured ptxdist 2013.03.0 to generate a rather large (8GB) hd.img for me, but genext2fs fails: Creating root.ext2 from working dir.../home/herbrich/AEOS2/platform-evoc-x86/sysroot-host/bin/genext2fs:

Re: [ptxdist] Setting custom PTXDIST_TEMPDIR for large image gen?

2013-04-09 Thread Michael Olbrich
On Tue, Apr 09, 2013 at 09:07:57PM +0200, Erwin Rol wrote: On 9-4-2013 20:55, Michael Olbrich wrote: On Tue, Apr 09, 2013 at 05:49:11PM +0200, dennis.herbr...@hytera.de wrote: I configured ptxdist 2013.03.0 to generate a rather large (8GB) hd.img for me, but genext2fs fails: Last time

Re: [ptxdist] [PATCH] systemd: version bump 201

2013-04-16 Thread Michael Olbrich
On Tue, Apr 16, 2013 at 09:33:15AM -0400, j...@ringle.org wrote: From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com --- rules/systemd.in | 2 ++ rules/systemd.make | 12 ++-- rules/udev.make| 5 +++-- 3 files changed, 11 insertions(+),

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

2013-05-03 Thread Michael Olbrich
On Wed, May 01, 2013 at 08:51:32PM +0200, Bernhard Walle wrote: 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. tnx, both

Re: [ptxdist] [PATCH] libkmod: avoid calling syscall() with -1

2013-05-03 Thread Michael Olbrich
On Thu, May 02, 2013 at 10:05:15PM +0200, Jan Luebbe wrote: This fixes an illegal instruction error on qemu ARM. Thanks, applied. Michael Signed-off-by: Jan Luebbe j...@pengutronix.de --- It seems this patch has been applied upstream:

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

2013-05-03 Thread Michael Olbrich
On Mon, Apr 29, 2013 at 01:27:09PM +0200, Bernhard Walle wrote: Since kernel.org provides their patches as .xz-compressed files, that's quite useful. Thanks, applied. Michael Signed-off-by: Bernhard Walle bernh...@bwalle.de --- scripts/lib/ptxd_make_world_patchin.sh | 5 - 1 file

[ptxdist] [ANNOUNCE] PTXdist 2013.05.0 released

2013-05-07 Thread Michael Olbrich
, I got some reports where the host compiler could not be detected correctly and building failed in host-pkg-config. That should be fixed as well. Thanks to all contributors and - as always - the shortlog below. Enjoy, Michael Olbrich Bernhard Walle (3): Add new top-level group 'Security

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

2013-05-13 Thread Michael Olbrich
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...@corscience.de --- rules/parted.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [ptxdist] [PATCH] strongswan: update to 5.0.4

2013-05-13 Thread Michael Olbrich
On Thu, May 02, 2013 at 04:01:17PM +0200, Jan Luebbe wrote: The security bug fixed in 5.0.4 affected only the openssl plugin, which is disabled in this package. Thanks, applied. Michael --- rules/strongswan.make | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-)

Re: [ptxdist] [PATCH] lm_sensors: bump to v3.3.3

2013-05-13 Thread Michael Olbrich
On Wed, May 08, 2013 at 12:32:48AM +0200, Alexander Dahl wrote: Signed-off-by: Alexander Dahl p...@lespocky.de Thanks, applied. Michael --- rules/lm_sensors.make |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make

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

2013-05-13 Thread Michael Olbrich
On Sat, May 11, 2013 at 09:19:46AM +0200, Andreas Bießmann wrote: From: Bernhard Walle bernh...@bwalle.de Darwin 12.2.0 (Mac OS 10.8) defines CIRCLEQ_HEAD but doesn't define CIRCLEQ_HEAD_INITIALIZER. Since mconf.c uses CIRCLEQ_HEAD_INITIALIZER, the build fails. A simple and safe fix is to

Re: [ptxdist] [PATCH] lowpan-tools: update lowpan-patches

2013-05-13 Thread Michael Olbrich
On Sun, May 12, 2013 at 09:29:39PM +0200, Alexander Aring wrote: Currently there is no way to make a new lowpan-tools release. This patch synchronize the patches from version 0.3 with current git master. Signed-off-by: Alexander Aring alex.ar...@gmail.com ---

Re: [ptxdist] [RFC PATCH] kernel: add build support for device trees

2013-05-13 Thread Michael Olbrich
On Fri, Apr 19, 2013 at 05:23:13PM +0200, Hubert Feurstein wrote: This patch adds direct build support for device trees within the kernel tree. Since kernel version 3.10 the ARM device trees can not be directly processed by dtc anymore. They have to pass a CPP stage first. The kernel makefile

Re: [ptxdist] [PATCH] lowpan-tools: update lowpan-patches

2013-05-13 Thread Michael Olbrich
On Mon, May 13, 2013 at 10:46:49AM +0200, Alexander Aring wrote: Hi Michael, On Mon, May 13, 2013 at 09:42:04AM +0200, Michael Olbrich wrote: On Sun, May 12, 2013 at 09:29:39PM +0200, Alexander Aring wrote: Currently there is no way to make a new lowpan-tools release. This patch

Re: [ptxdist] [PATCH v2] lowpan-tools: update lowpan-patches

2013-05-13 Thread Michael Olbrich
On Mon, May 13, 2013 at 02:38:10PM +0200, Alexander Aring wrote: Currently there is no way to make a new lowpan-tools release. This patch synchronize the patches from version 0.3 with current git master. Delete Patch 0001-Avoid-crashing-in-izcoordinator.patch. Which is replaced by upstream

Re: [ptxdist] ptxdist 2013.05.0: libkmod + host-libkmod prepare/configure failed

2013-05-13 Thread Michael Olbrich
Hi, On Mon, May 13, 2013 at 04:34:16PM +0200, Bernhard Walle wrote: * Matthias Klein matthias.kl...@optimeas.de [2013-05-13 15:54]: I tried to update our BSP from ptxdist 2013.01.0 to 2013.05.0 and libkmod failed to configure with the following error: checking for xsltproc... no

Re: [ptxdist] [PATCH] Add gSOAP 2.8.12, C/C++ SOAP library.

2013-05-22 Thread Michael Olbrich
On Tue, May 21, 2013 at 01:12:51PM +0200, Joris Dobbelsteen wrote: Add gSOAP C/C++ Library. Host part includes soapcpp2 and wsdl2h compilers, which generate C/C++ code. Target parts contains the static libraries and headers. So no target package. Given this is my first patch here,

Re: [ptxdist] [PATCH v2] Add gSOAP 2.8.12, C/C++ SOAP library

2013-05-31 Thread Michael Olbrich
On Wed, May 22, 2013 at 01:44:48PM +0200, Joris Dobbelsteen wrote: Add gSOAP 2.8.12, C/C++ SOAP library. - Includes patch to support cross-compile, using host code generators instead of just compiled ones. - soapccp2/wsdl2h code generators as host tools Updated dependencies as well. This

Re: [ptxdist] [PATCH] openssl: Fix build with Perl 5.18.0

2013-06-03 Thread Michael Olbrich
On Sun, Jun 02, 2013 at 02:53:39PM +0200, Alexander Aring wrote: Hi, have the same issue. This patch helped me alot. Good to know. It will be part of the next release. Michael Thanks. Alex On Thu, May 23, 2013 at 04:53:13PM +0200, Bernhard Walle wrote: My Arch Linux updated to

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

2013-06-03 Thread Michael Olbrich
On Sat, May 25, 2013 at 10:09:45AM +0200, Bernhard Walle wrote: Signed-off-by: Bernhard Walle bernh...@bwalle.de I'll merge this after the release. New cmake releases occasionally break finding things in a cross-compile environment. I think, I fixed finding the correct python version 3 times so

Re: [ptxdist] [PATCH] wireshark: rework and update to wireshark 1.8.7

2013-06-03 Thread Michael Olbrich
41a94e0551b266e3e993c373f6b04f158848e643 Mon Sep 17 00:00:00 2001 -From: Michael Olbrich m.olbr...@pengutronix.de -Date: Thu, 14 Jan 2010 19:33:20 +0100 -Subject: [PATCH 1/3] remove prefix from search paths - -configure adds prefix/include and prefix/lib to the search paths. -This breaks

Re: [ptxdist] [PATCH] libpcap: version bump to 1.4.0

2013-06-03 Thread Michael Olbrich
@@ -1,34 +0,0 @@ -From: Michael Olbrich m.olbr...@pengutronix.de -Subject: build and install share lib only - -This patch removes the static library from the dependency list -for all and install. This way libpcap.a is not built and -tcpdump cannot link against it. - -Signed-off-by: Michael

Re: [ptxdist] [PATCH] util-linux-ng: fsck depends on libmount

2013-06-05 Thread Michael Olbrich
On Mon, Jun 03, 2013 at 03:49:49PM +0200, Uwe Kleine-König wrote: Without this selecting UTIL_LINUX_NG_FSCK but not UTIL_LINUX_NG_LIBMOUNT results in a build failure: configure: error: libmount is needed to build fsck Thanks, applied. Michael Signed-off-by: Uwe Kleine-König

<    3   4   5   6   7   8   9   10   11   12   >