Skip to content

Detect runtime linker (ld.so)

Simon McVittie requested to merge wip/detect-ldso into master
  • json-utils: Factor out a function to serialize a GError as JSON

  • locale: Use G_DEFINE_QUARK

    We have a backport of this, so we can use it even in older GLib.

  • system-info: Detect whether the expected runtime linker is present

    On operating systems with unusual path layouts, such as Exherbo and NixOS, the de facto standard path for the runtime linker is not necessarily present for all architectures.

    (Of course, if the x86_64 runtime linker is not present, we won't normally be able to run steam-runtime-system-info either, but at least users of such operating systems can compile it from source code if they need to provide diagnostics.)


/cc @denittis

Merge request reports

Loading