New issue
Advanced search Search tips

Issue 924355 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

/usr/lib/debug symlink not created correctly

Project Member Reported by saklein@chromium.org, Today (6 hours ago)

Issue description

Building and testing an image currently produces the following error message:

ERROR: Insecure symlink: /usr/lib/debug/debug -> /usr/local/usr/lib/debug

/usr/lib/debug is meant to be a symlink to /usr/local/usr/lib/debug, but the /usr/lib/debug directory is being created and populated at some point before build_image can be run, causing the symlink to nest inside the directory.
 

Sign in to add a comment