<#1913 documentation for starting klayout is broke...
# openlane-development
g
#1913 documentation for starting klayout is broken Issue created by mattvenn Description running klayout inside docker according to instructions fails https://openlane.readthedocs.io/en/latest/getting_started/installation/installation_ubuntu.html#optional-viewing-test-design-outputs Expected Behavior should show design in klayout Environment report
Copy code
Kernel: Linux v5.15.0-76-generic
Distribution: ubuntu 20.04
Python: v3.8.10 (OK)
Container Engine: docker v20.10.21 (OK)
OpenLane Git Version: 3bc9d02d0b34ad032921553e512fbe4bebf1d833
pip: INSTALLED
python-venv: INSTALLED
---
PDK Version Verification Status: OK
---
Git Log (Last 3 Commits)

3bc9d02 2023-06-26T07:48:24+03:00 Use OpenROAD mirror of `lemon-graph` (#1873) - Kareem Farid -  (grafted, HEAD, tag: 2023.06.26)
---
Git Remotes

origin  <https://github.com/The-OpenROAD-Project/OpenLane.git> (fetch)
origin  <https://github.com/The-OpenROAD-Project/OpenLane.git> (push)
Reproduction material I just used the spm example Relevant log output
Copy code
OpenLane Container (3bc9d02):/openlane$ klayout -e -nn $PDK_ROOT/sky130A/libs.tech/klayout/tech/sky130A.lyt \
>    -l $PDK_ROOT/sky130A/libs.tech/klayout/tech/sky130A.lyp \
>    ./designs/spm/runs/openlane_test/results/final/gds/spm.gds
process 2306: The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.
Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.
  D-Bus not built with -rdynamic so unable to print a backtrace
The-OpenROAD-Project/OpenLane