Rasmus Thomsen
Rasmus Thomsen
Oh heh, that sure was good timing :p Sure, I can give that a shot in a bit :)
It might take me a while to get to this, so feel free to take this one if you want :) > On Thursday, Mar 03, 2022 at 7:52 PM,...
```Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3)``` Those are native dependencies, you have to install those with your system package manager ( APT, DNF etc. depending on your...
Sorry, but doesn't pirant already work with python >=3? At least all tests pass here with python 3.6
Heja, I have the same problem w/ Conan and Ubuntu 22.04. The configure cmdline is: ``` source_subfolder/configure '--enable-relocatable' '--disable-nls' '--datarootdir=/home/dev/.conan/data/bison/3.8.2/_/_/package/2ee0a31eb4f26154d5ef39493ec07c75d5b460fa/res' '--prefix=/home/dev/.conan/data/bison/3.8.2/_/_/package/2ee0a31eb4f26154d5ef39493ec07c75d5b460fa' '--bindir=${prefix}/bin' '--sbindir=${prefix}/bin' '--libexecdir=${prefix}/bin' '--libdir=${prefix}/lib' '--includedir=${prefix}/include' '--oldincludedir=${prefix}/include' ``` I've attached...
It appears that building flex (v2.6.4) as static lib instead of as shared lib works around the issue.
It appears that this happens for multiple Alpine users, so I don't think this is localized to my system - it might be to Alpine (as a host?) though. I'm...
Doesn't it use the tooling from the flatpak SDK though?
Ah yes, it works fine with `--disable-rofiles-fuse`, thanks for the workaround :)
We'll just force-disable rofiles-fuse on Alpine for now, see https://gitlab.alpinelinux.org/alpine/aports/merge_requests/5738.