Satadru Pramanik, DO, MPH, MEng
Satadru Pramanik, DO, MPH, MEng
Where is `libversion/version.h` ?
Do you have the wrong locale set?
Mutter loads with the following set: `__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json` `MUTTER_DEBUG_FORCE_EGL_STREAM=1` However, `eglinfo` fails when mesa's llvmpipe driver is bypassed with `__EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json` set.
When in Xorg, eglinfo seems to be working: ``` __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/10_nvidia.json eglinfo -B Wayland platform: eglinfo: eglInitialize failed X11 platform: EGL API version: 1.5 EGL vendor string: NVIDIA EGL version string:...
The patch that closed this fixed eglstreams in mutter (which should be in 48 final, hopefully.) https://gitlab.gnome.org/GNOME/mutter/-/issues/3958 Setting `MUTTER_DEBUG_FORCE_EGL_STREAM=1` in /etc/environment enables before starting mutter enables the egl stream based...
The EGL Streams (as opposed to GBM based) Wayland implementation in Gnome, which predates the NVIDIA gbm functionality in the 5xx series drivers, was broken at some point recently, and...
Thanks for the feedback, @scaronni. I have a Kepler dGPU on my MacBookPro11,3, and the Nouveau driver doesn't offer much support for hardware acceleration. I'm using the Nvidia 470 drivers,...
Can confirm the same when building with mold 2.37 and LTO trying to build LLVM 20.1. ```bash mold: error: duplicate symbol: /usr/local/lib/gcc/i686-cros-linux-gnu/14/libgcc.a(_sd_to_hf.o): /usr/local/lib/gcc/i686-cros-linux-gnu/14/crtbeginS.o: __x86.get_pc_thunk.bx mold: error: duplicate symbol: /usr/local/lib/gcc/i686-cros-linux-gnu/14/libgcc.a(_td_to_dd.o): /usr/local/lib/gcc/i686-cros-linux-gnu/14/crtbeginS.o:...
Reverting to mold 2.36 resolves the issue.
Sorry to necrobump, but i'm seeing this error again trying to compile the current version of git (2.52.0) on armv7l with mold 2.40.4 and GCC 15.2. ``` [771/1057] Linking target...