Hi i'm trying to install openLane using <https://g...
# general
p
Hi i'm trying to install openLane using https://github.com/nickson-jose/openlane_build_script/blob/master/openlane_script_wo_depends.sh , this and manually so i can observe the errors and failure getting generated. However i while doing the, make test (which is in highlighted blue at the bottom). it showed an error. I guess its related to docker and i'm totally new to it. can someone help me to resolve the error, please.
m
Looks like it can't find
/tmp/.X11-unix
. Does that directory exist? What OS are you using?
p
Hi, i'm using Ubuntu 20.04.5 LTS (codename: focal). By using
lsof -U
on terminal, I see
Xorg
as connected to
/tmp/.X11-unix/X0
. From terminal response
Copy code
Xorg       1771  ren    1u  unix 0x0000000000000000      0t0   41352 type=STREAM
Xorg       1771  ren    2u  unix 0x0000000000000000      0t0   41353 type=STREAM
Xorg       1771  ren    3u  unix 0x0000000000000000      0t0   43229 @/tmp/.X11-unix/X0 type=STREAM
Xorg       1771  ren    6u  unix 0x0000000000000000      0t0   40431 @/tmp/.X11-unix/X0 type=STREAM
Xorg       1771  ren    7u  unix 0x0000000000000000      0t0   40432 /tmp/.X11-unix/X0 type=STREAM
Xorg       1771  ren    8u  unix 0x0000000000000000      0t0   44286 @/tmp/.X11-unix/X0 type=STREAM
Xorg       1771  ren   10u  unix 0x0000000000000000      0t0   41452 type=STREAM
Xorg       1771  ren   29u  unix 0x0000000000000000      0t0   46219 @/tmp/.X11-unix/X0 type=STREAM
Xorg       1771  ren   39u  unix 0x0000000000000000      0t0   45158 @/tmp/.X11-unix/X0 type=STREAM
a
Ubuntu of which version?
p
Ubuntu 20.04.5 LTS
a
I have no idea then. Check permissions on .X11-unix files