<@U020J2W6Q84> When we try to build one of the new...
# openlane
h
@donn When we try to build one of the newer OpenLane builds (for our Docker, where we also compile OpenROAD and don’t use the dockerized version) the build of OpenROAD crashes, which looks like code issues. Error is
Copy code
/openroad/src/par/src/autocluster.cpp:1441:12: error: 'LibertyCellSequentialIterator' is not a member of 'sta'; did you mean 'LibertyCellPgPortIterator'?
#0 154.8  1441 |       sta::LibertyCellSequentialIterator seq_iter(lib_cell);
#0 154.8       |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#0 154.8       |            LibertyCellPgPortIterator
#0 154.8 /openroad/src/par/src/autocluster.cpp:1442:14: error: 'seq_iter' was not declared in this scope; did you mean 'leaf_iter'?
#0 154.8  1442 |       while (seq_iter.hasNext()) {
#0 154.8       |              ^~~~~~~~
#0 154.8       |              leaf_iter
Any idea why that is? We use the OpenROAD hash from the
tool_metadata.yml
of the corresponding OpenLane commit. (cc @Georg Zachl)