New issue
Advanced search Search tips

Issue 813808 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Mar 2018
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Build fails for mips64 when using optimizations

Reported by djordje....@mips.com, Feb 20 2018

Issue description

UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Steps to reproduce the problem:
1. Download chromium source
2. gn gen out/Release --args=" mips_use_msa=true target_os=\"android\" target_cpu=\"mips64el\" mips_use_msa=true is_debug=false"
3. ninja -C out/Release system_webview_apk

What is the expected behavior?

What went wrong?
Build fails on libwebp because of unused functions.

Did this work before? N/A 

Chrome version: trunk  Channel: n/a
OS Version: 
Flash Version: n/a

Cherry-picking this solves the problem: crrev.com/c/894366
 
Project Member

Comment 1 by bugdroid1@chromium.org, Feb 22 2018

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

commit db148559378834dcddbc7066d6f899b5e227d426
Author: Djordje Golubovic <djordje.golubovic@mips.com>
Date: Thu Feb 22 02:09:21 2018

libwebp: cherry-pick upstream commit 6de5860

R=jzern@google.com

Bug:  813808 
Change-Id: I20ad85f0ffa23d1420b75fa0d2d811b4957af8fb
Reviewed-on: https://chromium-review.googlesource.com/926661
Reviewed-by: James Zern <jzern@chromium.org>
Commit-Queue: James Zern <jzern@chromium.org>
Cr-Commit-Position: refs/heads/master@{#538313}
[modify] https://crrev.com/db148559378834dcddbc7066d6f899b5e227d426/third_party/libwebp/README.chromium
[modify] https://crrev.com/db148559378834dcddbc7066d6f899b5e227d426/third_party/libwebp/src/dsp/upsampling_msa.c

Status: Fixed (was: Unconfirmed)

Sign in to add a comment