Re: koji build of gnome-shell-extension-list fails with meson.build: ERROR

2024-11-02 Thread Sandro
On 02-11-2024 14:55, Martin Gansser wrote: this is the content of cli/get-version.sh #!/bin/bash # SPDX-FileCopyrightText: tuberry # SPDX-License-Identifier: GPL-3.0-or-later RET=$(curl -sSf https://extensions.gnome.org/extension/"$EGO"/ | grep data-svm | sed -e 's/.*: //; s/}}"//') # | xargs

Re: koji build of gnome-shell-extension-list fails with meson.build: ERROR

2024-11-02 Thread Martin Gansser
this is the content of cli/get-version.sh #!/bin/bash # SPDX-FileCopyrightText: tuberry # SPDX-License-Identifier: GPL-3.0-or-later RET=$(curl -sSf https://extensions.gnome.org/extension/"$EGO"/ | grep data-svm | sed -e 's/.*: //; s/}}"//') # | xargs -I{} expr {} + 1) echo "${RET:?'ERROR: Fail

Re: koji build of gnome-shell-extension-list fails with meson.build: ERROR

2024-11-02 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Nov 02, 2024 at 10:30:07AM -, Martin Gansser wrote: > meson.build:16:44: ERROR: Command > `/builddir/build/BUILD/gnome-shell-extension-list-47-build/extension-list-533f83796b448ce6e39433886f0cdfe75c2c7880/cli/get-version.sh` > failed with status 1. This is the error. You should proba

koji build of gnome-shell-extension-list fails with meson.build: ERROR

2024-11-02 Thread Martin Gansser
Hi, when running a koji build of gnome-shell-extension-list [martin@fc41 SPECS]$ koji build --scratch rawhide ../SRPMS/gnome-shell-extension-list-47-1.20241013git533f837.fc41.src.rpm it fails with this error message: + /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib --lib