Re: [ptxdist] rsync3: trap invalid opcode on x86_64 (ptxdist 2023.02.0)

2023-02-15 Thread Christian Melki
Hi Artur. On 2/15/23 21:11, Artur Wiebe wrote: > Hi, > > rsync fails with invalid opcode on my x86_64 target: > traps: rsync[245] trap invalid opcode ip:441a40 sp:7ffef7883068 error:0 in > rsync[403000+51000] > > It works when roll-simd is disabled: > --disable-roll-simd > iiuc it looks like

[ptxdist] rsync3: trap invalid opcode on x86_64 (ptxdist 2023.02.0)

2023-02-15 Thread Artur Wiebe
Hi, rsync fails with invalid opcode on my x86_64 target: traps: rsync[245] trap invalid opcode ip:441a40 sp:7ffef7883068 error:0 in rsync[403000+51000] It works when roll-simd is disabled: --disable-roll-simd Are maybe some host CPU flags used in the build which are not present on the target?

Re: [ptxdist] [PATCH] ptxd_make_world_compile_commands_filter: Fix grep for uptodate check

2023-02-15 Thread Alexander Dahl
Moin, Am Fri, Feb 10, 2023 at 05:02:58PM +0100 schrieb Uwe Kleine-König: > The intend here is to check the return code of grep, no need to call [ > (i.e. test). This fixes an error message: > > environment: line 10: [: syntax error: `-q' unexpected > > Additionally add -e to force

[ptxdist] [PATCH] php8: enable short tags

2023-02-15 Thread Artur Wiebe
Is there any reason not to enable them by default? >From documentation: Short tags are available by default but can be disabled either via the short_open_tag php.ini configuration file directive, or are disabled by default if PHP is built with the --disable-short-tags configuration.

[ptxdist] [PATCH] kexec-tools: version bump 2.0.23 -> 2.0.26

2023-02-15 Thread Artur Wiebe
Signed-off-by: Artur Wiebe --- rules/kexec-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index 71e124f07..71085f049 100644 --- a/rules/kexec-tools.make +++ b/rules/kexec-tools.make @@ -15,8 +15,8 @@

[ptxdist] [PATCH] tpm2-tools: Version bump. 5.4 -> 5.5

2023-02-15 Thread Christian Melki
Minor changes. Nothing interesting. https://github.com/tpm2-software/tpm2-tools/releases/tag/5.5 Signed-off-by: Christian Melki --- rules/tpm2-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tpm2-tools.make b/rules/tpm2-tools.make index

[ptxdist] [PATCH] host-xorg-util-macros: Version bump. 1.19.3 -> 1.20.0.

2023-02-15 Thread Christian Melki
Minor changes. https://gitlab.freedesktop.org/xorg/util/macros/-/commits/cb147377e9341af05232f95814022abdecf14024/ * Change tarball format. bz2 was dropped. Signed-off-by: Christian Melki --- rules/host-xorg-util-macros.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[ptxdist] [PATCH] libdisplay-info: version bump 0.1.0 -> 0.1.1

2023-02-15 Thread Philipp Zabel
Renames display-info.pc to libdisplay-info.pc. Signed-off-by: Philipp Zabel --- rules/libdisplay-info.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdisplay-info.make b/rules/libdisplay-info.make index c9b4c44d2894..b66867bf51b7 100644 ---