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...