Christoph Fink
Christoph Fink
For me, also on Arch, the SEGFAULT happens in `libmltsdl.so` : ``` $ gdb python GNU gdb (GDB) 12.1 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL...
``` $ pacman --color=never --deptest 'r>=3.0.0' 'r-backports>=1.1.0' r>=3.0.0 r-backports>=1.1.0 ``` I use the ‘normal’ AUR and the default repos (core, extra, community), nothing else. I acknowledge that r-r5r is not...
I narrowed the problem down a bit: this happens only, when there is an already edited PKGBUILD in `~/.local/share/pikaur/aur_repos/${pkgname}/`, in this case for r-raster (example below) or r-checkmate (previous example...
The in-between package, r-raster, which is a dependency of r-r5r (which I’m trying to install), and which has the version-restricted dependency. Because r-raster is out-of-date (and the referenced sources yield...
I haven’t had the time to actually debug this, and the workaround is very simple (delete edited PKGBUILDs from pikaur cache directory). I have, however, found that this only happens...
I was facing a very similar issue and found that `make clean` solved the problem. (it seems the `configure` script does not invalidate already-compiled parts correctly when the module API...
This is a really good observation! Thank you for reporting it. If you don’t mind, what’s your use case or data source, in which NULL values are frequent? To be...
Indeed, that’s a cryptic error message. I now added a warning if NULL values are contained in an input data set (in the selected field). Could you test whether the...
Great, thanks! I still tested it on Windows 10 (additionally to my own Gnome setup; both only QGIS 3.26), from the screenshot I assume you’re on MacOS. Just submitted a...
(note to self): The error message also still need to be translated! (re #30 )