The-OpenROAD-Project / bazel-orfs

BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Fixed _make_impl environment variable configuration #131

Closed jbylicki closed 2 months ago

jbylicki commented 2 months ago

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)
oharboe commented 2 months ago

@hovind Looks good?

oharboe commented 2 months ago

step by step forward