This PR addresses issues regarding missing definitions for QT_QPA_PLATFORM_PATH in the environment and a malformed link to libstdbuf.so in klayout.
The error logs for those problems:
[WARNING GUI-0076] Could not find the Qt platform plugin "offscreen" in ""
external/bazel-orfs~~orfs_repositories~docker_orfs/usr/bin/klayout: /home/jbylicki/.cache/bazel/_bazel_jbylicki/1cb0e4ab858bdcd626912cbee0441148/external/bazel-orfs~~orfs_repositories~docker_orfs/usr/bin/../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_ABI_DT_RELR' not found (required by /usr/lib/coreutils/libstdbuf.so)
external/bazel-orfs~~orfs_repositories~docker_orfs/usr/bin/klayout: /home/jbylicki/.cache/bazel/_bazel_jbylicki/1cb0e4ab858bdcd626912cbee0441148/external/bazel-orfs~~orfs_repositories~docker_orfs/usr/bin/../lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /usr/lib/coreutils/libstdbuf.so)
This PR addresses issues regarding missing definitions for
QT_QPA_PLATFORM_PATH
in the environment and a malformed link tolibstdbuf.so
inklayout
.The error logs for those problems: