New issue
Advanced search Search tips

Issue 843340 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: May 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug
Build-Toolchain



Sign in to add a comment

cros_fuzz_test_env: symlink to llvm-symbolizer is broken

Project Member Reported by manojgupta@chromium.org, May 15 2018

Issue description

The symlink installed is broken.

$ sudo chroot chroot/build/amd64-generic /bin/bash

$ ls -lt /usr/bin/llvm-symbolizer       
lrwxrwxrwx 1 root root 127 May 15 20:48 /usr/bin/llvm-symbolizer -> /usr/local/google/home/manojgupta/host_migration/chroot/build/amd64-generic/usr/libexec/llvm-symbolizer/usr/bin/llvm-symbolizer

It should be pointing to /usr/libexec/llvm-symbolizer/usr/bin/llvm-symbolizer
 
Project Member

Comment 1 by bugdroid1@chromium.org, May 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/chromite/+/4dc1da47ad18caa822fd01f178ac32244474be7c

commit 4dc1da47ad18caa822fd01f178ac32244474be7c
Author: Manoj Gupta <manojgupta@google.com>
Date: Wed May 16 01:53:21 2018

cros_fuzz_test_env: Fix the symlink to llvm-symbolizer.

The symlink was pointing to the absolute path outside the chroot.
Make the symlink use a relative path so that it works everywhere.

BUG= chromium:843340 
TEST=Correct symlink is installed.

Change-Id: I1b6085b6ef3591dbb134c6b01e2a7ce7bb5f2e34
Reviewed-on: https://chromium-review.googlesource.com/1060430
Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
Tested-by: Manoj Gupta <manojgupta@chromium.org>
Trybot-Ready: Manoj Gupta <manojgupta@chromium.org>
Reviewed-by: Caroline Tice <cmtice@chromium.org>
Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org>

[modify] https://crrev.com/4dc1da47ad18caa822fd01f178ac32244474be7c/scripts/cros_fuzz_test_env.py

Status: Verified (was: Untriaged)
Project Member

Comment 3 by bugdroid1@chromium.org, May 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/de67106ba27287f1b29a8094aabe4d275ca3beb6

commit de67106ba27287f1b29a8094aabe4d275ca3beb6
Author: chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Date: Wed May 16 05:36:00 2018

Roll src/third_party/chromite/ 5df4dbc5a..4dc1da47a (1 commit)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/5df4dbc5a5a0..4dc1da47ad18

$ git log 5df4dbc5a..4dc1da47a --date=short --no-merges --format='%ad %ae %s'
2018-05-15 manojgupta cros_fuzz_test_env: Fix the symlink to llvm-symbolizer.

Created with:
  roll-dep src/third_party/chromite
BUG= chromium:843340 


The AutoRoll server is located here: https://chromite-chromium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


TBR=chrome-os-gardeners@chromium.org

Change-Id: Id5bc886de852ae339415b6cffc44633ed8ce3775
Reviewed-on: https://chromium-review.googlesource.com/1060649
Reviewed-by: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#558991}
[modify] https://crrev.com/de67106ba27287f1b29a8094aabe4d275ca3beb6/DEPS

Sign in to add a comment