New issue
Advanced search Search tips

Issue 862500 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Jul 12
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Fail to build unstable_deb target when target_cpu="arm64"

Reported by halton....@gmail.com, Jul 11

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3472.3 Safari/537.36

Steps to reproduce the problem:
1. Get latest chromium code e2fcd4b0fce6f48b
2. gn gen --args='target_cpu="arm64" is_debug=false is_component_build=false' out/arm64_release
3. ninja -C out/arm64_release chrome unstable_deb

What is the expected behavior?
Able to build out the arm64 chrome deb package.

What went wrong?
//chrome/installer/linux:calculate_deb_dependencies(//build/toolchain/linux:clang_arm64)
FAILED: deb_chrome_sandbox.deps 
python ../../chrome/installer/linux/debian/calculate_package_deps.py chrome_sandbox ../../build/linux/debian_sid_arm64-sysroot arm64 deb_chrome_sandbox.deps
Unsupported architecture arm64
[68/73] ACTION //chrome/installer/linux:calculate_deb_dependencies(//build/toolchain/linux:clang_arm64)
FAILED: deb_chrome.deps 
python ../../chrome/installer/linux/debian/calculate_package_deps.py chrome ../../build/linux/debian_sid_arm64-sysroot arm64 deb_chrome.deps
Unsupported architecture arm64
ninja: build stopped: subcommand failed.

Did this work before? N/A 

Chrome version: 69.0.3472.3  Channel: canary
OS Version: 
Flash Version:
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 12

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

commit c621f6274616b050108d3cbb3b9d24bfa2c56233
Author: Halton Huo <halton.huo@gmail.com>
Date: Thu Jul 12 02:49:50 2018

Fix debain package issue for ARM64.

Bug:  862500 
Change-Id: Ib456bdb3773cf9f50d7de85275804700c807f18e
Reviewed-on: https://chromium-review.googlesource.com/1134578
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574469}
[modify] https://crrev.com/c621f6274616b050108d3cbb3b9d24bfa2c56233/chrome/installer/linux/debian/build.sh
[modify] https://crrev.com/c621f6274616b050108d3cbb3b9d24bfa2c56233/chrome/installer/linux/debian/calculate_package_deps.py

Status: Fixed (was: Unconfirmed)

Sign in to add a comment