Re: [ptxdist] [PATCH] fio: select ZLIB

2021-05-21 Thread Michael Olbrich
Hi, On Tue, May 04, 2021 at 10:35:06PM +0200, Lucas Stach wrote: > fio uses zlib when it is found, make the dependency explicit to > get stable build results. >· > Signed-off-by: Lucas Stach So I tested this and immediately found another dependency like that to libaio :-/. Probably uncovered by

[ptxdist] [PATCH 1/2] wrapper: add package variable to blacklist compiler flags

2021-05-21 Thread Michael Olbrich
Another option to prevent unwanted implicit dependencies. Signed-off-by: Michael Olbrich --- doc/ref_make_variables.rst | 8 rules/post/ptxd_make_world_common.make | 1 + scripts/wrapper/libwrapper.sh | 6 ++ 3 files changed, 15 insertions(+) diff --git

[ptxdist] [PATCH 2/2] fio: don't try to use zlib or aio

2021-05-21 Thread Michael Olbrich
Signed-off-by: Michael Olbrich --- rules/fio.make | 4 1 file changed, 4 insertions(+) diff --git a/rules/fio.make b/rules/fio.make index b52555e291e2..6c40524f1f28 100644 --- a/rules/fio.make +++ b/rules/fio.make @@ -46,6 +46,10 @@ FIO_CONF_OPT := \ --disable-libzbc \

Re: [ptxdist] [PATCH 7/9] unzip: version bump 5.52 -> 6.00

2021-05-21 Thread Michael Olbrich
On Sun, May 16, 2021 at 08:52:30PM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber ptxdist: error: checksum of license file '/build-target/unzip-6.00/LICENSE' changed: 28dcc51d0d279f531e4be676efb0071f -> 94caec5a51ef55ef711ee4e8b1c69e29 Michael > --- > rules/unzip.make | 6

Re: [ptxdist] [PATCH 1/2] bind: new package

2021-05-21 Thread Michael Olbrich
On Mon, May 17, 2021 at 10:59:07PM +0200, Roland Hieber wrote: > Newer ISC DHCP versions try to build a packaged BIND library, but fail > at it. Outsource the BIND libs into an extra recipe so we can set the > configure options and BUILD_CC appropriately. This package only builds > the static BIND

Re: [ptxdist] [PATCH 2/2] fio: don't try to use zlib or aio

2021-05-21 Thread Lucas Stach
Am Freitag, dem 21.05.2021 um 09:28 +0200 schrieb Michael Olbrich: > Signed-off-by: Michael Olbrich > --- > rules/fio.make | 4 > 1 file changed, 4 insertions(+) > > diff --git a/rules/fio.make b/rules/fio.make > index b52555e291e2..6c40524f1f28 100644 > --- a/rules/fio.make > +++

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-05-21 Thread Christian Melki
On 5/21/21 12:40 PM, Michael Olbrich wrote: On Tue, May 18, 2021 at 03:34:01PM +0200, Christian Melki wrote: Was installing libraries into wrong directories. Signed-off-by: Christian Melki --- rules/pre/Rules.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/pre/Rules.make

Re: [ptxdist] [PATCH] mesalib: version bump 21.0.3 -> 21.1.1

2021-05-21 Thread Michael Olbrich
On Thu, May 20, 2021 at 04:06:34PM +0200, Philipp Zabel wrote: > - Make Vulkan layers configurable. > - The license file was modified trivially in commit 2f42c21221cf > ("docs: Xorg -> X.Org") > I need: diff --git a/rules/mesalib.in b/rules/mesalib.in index 7c0b99f5a895..a21fde235ebc 100644

Re: [ptxdist] [PATCH] Add missing install CROSS_LIB_DIR for CMAKE environments.

2021-05-21 Thread Christian Melki
On 5/21/21 12:52 PM, Christian Melki wrote: On 5/21/21 12:40 PM, Michael Olbrich wrote: On Tue, May 18, 2021 at 03:34:01PM +0200, Christian Melki wrote: Was installing libraries into wrong directories. Signed-off-by: Christian Melki ---   rules/pre/Rules.make | 1 +   1 file changed, 1