Re: [ptxdist] [RFC PATCH 1/2] nettle: add explicit support for libhogweed

2017-03-09 Thread Markus Niebel
Am Donnerstag, den 09.03.2017, 16:19 +0100 schrieb Michael Olbrich: > On Thu, Mar 09, 2017 at 10:37:06AM +0100, Markus Niebel wrote: > > From: Markus Niebel > > > > the libhogweed part requires libgmp. Let's make it configurable. > > > > This seems wrong. My

Re: [ptxdist] [PATCH v2 4/5] kmscube: add new package

2017-03-09 Thread Michael Olbrich
On Thu, Mar 09, 2017 at 12:45:47PM +0100, Markus Niebel wrote: > From: Markus Niebel > > Signed-off-by: Markus Niebel > --- > .../0001-force-autogen-to-look-for-stdc.patch | 29 +++ > .../0002-fix-headers.patch

Re: [ptxdist] [RFC PATCH 1/2] nettle: add explicit support for libhogweed

2017-03-09 Thread Michael Olbrich
On Thu, Mar 09, 2017 at 10:37:06AM +0100, Markus Niebel wrote: > From: Markus Niebel > > the libhogweed part requires libgmp. Let's make it configurable. > This seems wrong. My understanding is, that the --enable-mini-gmp options exists to avoid the libgmp

[ptxdist] [ANNOUNCE] PTXdist 2017.03.0 released

2017-03-09 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2017.03.0. As you may have noticed, I didn't manage to make a release last month. So I decided to make the release at the beginning of the month this time. There is not a lot of stuff this time. Just some more of the usual mix of new

Re: [ptxdist] Issue with install_node creating pipes

2017-03-09 Thread jon.bird
On 2017-03-08, Michael Olbrich wrote: > Hi, > > On Thu, Mar 02, 2017 at 08:25:48AM +, jon.b...@gd-ms.uk wrote: >> There seems to be an issue using install_node to create named pipes, >> previously (with 2012.12.1 release), this worked: >> >> @$(call install_node, syslogparser, 121, 121,

Re: [ptxdist] dependencies not working in ptxdist-2017.01.0

2017-03-09 Thread jon.bird
On 2017-03-08, Michael Olbrich wrote: > Hi, > > On Wed, Mar 01, 2017 at 11:31:13AM +, jon.b...@gd-ms.uk wrote: >> On 2017-02-27, jon.b...@gd-ms.uk wrote: >>> I'm attempting to perform an update from a project based around >>> ptxdist- >>> 2012.12.1 to the latest (2017.01.0) and am

Re: [ptxdist] [PATCH RFC] ptxdist: Toplevel.make: make ptxdist print work again

2017-03-09 Thread Markus Niebel
Hello, Am Donnerstag, den 09.03.2017, 12:53 +0100 schrieb Michael Olbrich: > On Thu, Mar 09, 2017 at 11:16:33AM +0100, Markus Niebel wrote: > > From: Markus Niebel > > > > The changed print rule broke most of the print functionality resulting > > in no output / error

Re: [ptxdist] [PATCH RFC] ptxdist: Toplevel.make: make ptxdist print work again

2017-03-09 Thread Michael Olbrich
On Thu, Mar 09, 2017 at 11:16:33AM +0100, Markus Niebel wrote: > From: Markus Niebel > > The changed print rule broke most of the print functionality resulting > in no output / error return. Splitting the combinded rule into two targets > seems to fix this This seems

[ptxdist] [PATCH v2 3/5] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-09 Thread Markus Niebel
From: Markus Niebel drop not longer needed udev dep Signed-off-by: Markus Niebel --- changes since v1: - cleanup leftovers from git merge conflicts rules/libdrm.in | 2 -- rules/libdrm.make | 5 ++--- 2 files changed, 2

[ptxdist] [PATCH v2 5/5] glmark2: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- ...NativeStateDRM-add-imx-drm-driver-support.patch | 29 .../series | 1 + rules/glmark2.in | 45

[ptxdist] [PATCH v2 4/5] kmscube: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- .../0001-force-autogen-to-look-for-stdc.patch | 29 +++ .../0002-fix-headers.patch | 39 + .../autogen.sh |

[ptxdist] [PATCH v2 1/5] host-system-python: add check for mako

2017-03-09 Thread Markus Niebel
From: Markus Niebel needed for mesa 17 and newer Signed-off-by: Markus Niebel --- rules/host-system-python.in | 3 +++ rules/host-system-python.make | 6 ++ 2 files changed, 9 insertions(+) diff --git a/rules/host-system-python.in

[ptxdist] [PATCH v2 0/5] update drm / mesa support and add testtools

2017-03-09 Thread Markus Niebel
From: Markus Niebel Markus Niebel (5): host-system-python: add check for mako mesalib: version bump 13.0.2 -> 17.0.1 libdrm: version bump 2.7.74 -> 2.7.75 kmscube: add new package glmark2: add new package ...NativeStateDRM-add-imx-drm-driver-support.patch

Re: [ptxdist] [PATCH 2/5] mesalib: version bump 13.0.2 -> 17.0.1

2017-03-09 Thread Markus Niebel
Am Donnerstag, den 09.03.2017, 11:39 +0100 schrieb Marc Kleine-Budde: > * PGP Signed by an unknown key > > On 03/09/2017 11:05 AM, Markus Niebel wrote: > > From: Markus Niebel > > > > - add support for etnaviv > > - update config opts > > - add fallback download URL

[ptxdist] [RFC PATCH 2/2] gnutls: needs libhogweed from nettle

2017-03-09 Thread Markus Niebel
From: Markus Niebel explicitly select NETTLE_LIBHOGWEED to satisfy additional hidden dep from libgmp Signed-off-by: Markus Niebel Conflicts: rules/gnutls.in --- rules/gnutls.in | 1 + 1 file changed, 1 insertion(+) diff --git

[ptxdist] [PATCH 5/5] glmark2: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- ...NativeStateDRM-add-imx-drm-driver-support.patch | 29 .../series | 1 + rules/glmark2.in | 45

[ptxdist] [PATCH 2/5] mesalib: version bump 13.0.2 -> 17.0.1

2017-03-09 Thread Markus Niebel
From: Markus Niebel - add support for etnaviv - update config opts - add fallback download URL (newest mesalib seems to live there) Signed-off-by: Markus Niebel --- rules/host-mesalib.in | 1 + rules/host-mesalib.make | 2 --

[ptxdist] [PATCH 3/5] libdrm: version bump 2.7.74 -> 2.7.75

2017-03-09 Thread Markus Niebel
From: Markus Niebel drop not longer needed udev dep Signed-off-by: Markus Niebel --- rules/libdrm.in | 2 -- rules/libdrm.make | 7 +-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/libdrm.in

[ptxdist] [PATCH RFC] ptxdist: Toplevel.make: make ptxdist print work again

2017-03-09 Thread Markus Niebel
From: Markus Niebel The changed print rule broke most of the print functionality resulting in no output / error return. Splitting the combinded rule into two targets seems to fix this Signed-off-by: Markus Niebel ---

[ptxdist] [PATCH] wayland: add missing dependency to expat

2017-03-09 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- rules/wayland.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/wayland.in b/rules/wayland.in index a8a8932..b798069 100644 --- a/rules/wayland.in +++ b/rules/wayland.in @@

[ptxdist] [PATCH 4/5] kmscube: add new package

2017-03-09 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- .../0001-force-autogen-to-look-for-stdc.patch | 29 +++ .../0002-fix-headers.patch | 39 + .../autogen.sh |

[ptxdist] [RFC PATCH 0/2] fix indirect gnutls dependency

2017-03-09 Thread Markus Niebel
From: Markus Niebel gnutls expects libhogweed from nettle and indirect libgmp. Try to fix this with adding a config for libhogweed and selecting libgmp from nettle for libhogweed support. I'm not really sure if this is the way to go. On the other hand the mini-gmp

[ptxdist] [RFC PATCH 1/2] nettle: add explicit support for libhogweed

2017-03-09 Thread Markus Niebel
From: Markus Niebel the libhogweed part requires libgmp. Let's make it configurable. Signed-off-by: Markus Niebel Conflicts: rules/nettle.in --- rules/nettle.in | 14 +- rules/nettle.make | 11 ++- 2 files

[ptxdist] [PATCH v2 2/2] kernel: depend kernel on having bc installed

2017-03-09 Thread Markus Niebel
From: Markus Niebel This is needed to build kernels newer than 3.10. Select new host-bc rule for kernel target to make sure bc is there before compiling kernel Signed-off-by: Markus Niebel --- platforms/kernel.in | 1 + 1 file changed, 1

[ptxdist] [PATCH v2 0/2] fix kernel build dep from bc

2017-03-09 Thread Markus Niebel
From: Markus Niebel kernel versions newer than 3.10 have bc as build dependency add a new host-system-bc package and let kernel select this package Markus Niebel (2): host-system-bc: add new host-system package kernel: depend kernel on having bc installed

[ptxdist] [PATCH v2 1/2] host-system-bc: add new host-system package

2017-03-09 Thread Markus Niebel
From: Markus Niebel Signed-off-by: Markus Niebel --- rules/host-system-bc.in | 6 ++ rules/host-system-bc.make | 28 2 files changed, 34 insertions(+) create mode 100644 rules/host-system-bc.in create