[ptxdist] [PATCH] mesalib: fix glvnd-vendor-name and shader-cache-max-size options

2021-04-22 Thread Philipp Zabel
These have been renamed in 21.0 from glvnd-name and shader-max-cache-size, respectively. Fixes: 97981367fe85 ("mesalib: version bump 20.3.3 -> 21.0.1") Signed-off-by: Philipp Zabel --- rules/mesalib.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[ptxdist] [PATCH] libdrm: version bump 2.4.104 -> 2.4.105

2021-04-22 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/libdrm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.make b/rules/libdrm.make index 8d70cbe7c68c..a70312d6f308 100644 --- a/rules/libdrm.make +++ b/rules/libdrm.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBDRM) +=

[ptxdist] fakeroot does not build on glibc-2.33 hosts.

2021-04-22 Thread Christian Melki
glibc-2.33 removed _STAT_VER. https://bugs.archlinux.org/task/69572 Upgraded to fakeroot 1.25.3 and added glibc-2.33 patches from: https://github.com/archlinux/svntogit-packages/commits/packages/fakeroot/trunk ___ ptxdist mailing list

[ptxdist] pkg-config-wrapper breakage.

2021-04-22 Thread Christian Melki
I'm having trouble building. Reverting this commit fixes my issue. https://git.pengutronix.de/cgit/ptxdist/commit/scripts/pkg-config-wrapper?id=ee2867017402a411c279095a0bd7669693c98352 whitelist source is not empty, first option is not help or version. Hence next call fails because it mixes

[ptxdist] pkg-config-wrapper libdir confusion, ABI dynamic-linker path.

2021-04-22 Thread Christian Melki
I'm using a crosstool-ng toolchain which adheres to the ld.so ABI path for x86_64 (glibc). Afaiu, ptxdist does not like multilib. But it will happily get the dynamic-linker path which contain a multilib description or just a regular lib64 path.

Re: [ptxdist] [PATCH v3] chrony: Fix location of config files

2021-04-22 Thread Bruno Thomsen
Den man. 19. apr. 2021 kl. 18.31 skrev Uwe Kleine-König : > > chrony uses /etc/chrony.conf since (at least) the start of its git history > in 2006. > > Signed-off-by: Uwe Kleine-König The old /etc/chrony/chrony.{conf,keys} locations are also in the help text in Kconfig (rules/chrony.in), but if

[ptxdist] [PATCH] mesalib: version bump 21.0.2 -> 21.0.3

2021-04-22 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 530d22d855cd..d6f8230c5d4f 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@