jaeger changed the topic of #crux-devel to: CRUX (https://crux.nu/) development channel | Logs: https://libera.irclog.whitequark.org/crux-devel/
genpaku has quit [Remote host closed the connection]
genpaku has joined #crux-devel
<jaeger> My workaround for the webhook seems to be good
<stenur> GNU make received commit that overcomes the breakage one can see with mailx
<beerman> Nice
<jaeger> Looks like some meson builds are broken now
<jaeger> ImportError: cannot import name 'EnvironmentVariables' from 'mesonbuild.mesonlib' (/usr/lib/python3.10/site-packages/mesonbuild/mesonlib/__init__.py)
<jaeger> That's from mesa, for example
<beerman> oh?
<beerman> haven't anything today, let me check
<beerman> when does this happen? first meson call? because for me its compiling
<jaeger> Looks like it happens at meson setup
<jaeger> same if I run meson outside of any work directory
<beerman> very weird. my meson is recent, i only have to update what jue bumped today.
<jaeger> Same symptom though there's no existing setup.py or .local dir to have garbage in it
<jaeger> completely removing and reinstalling meson seems to have fixed it in my case. Funky
<beerman> Oo
<beerman> was that on 3.6 or 3.7?
<jaeger> 3.7
<jaeger> That was in my "clean" container image, heh
<jaeger> Seems fine now after the remove and reinstall, though. Wonder if I'll run into that on any other systems
<beerman> interesting indeed