Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1296)

Issue 1310553008: Avoiding size_t in MIPS. (Closed)

Created:
5 years, 3 months ago by minyue-webrtc
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, hlundin-webrtc, tlegrand-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_mips.c View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
minyue-webrtc
Hi, MIPS compiler shouts out for size_t. It may be best to update the build ...
5 years, 3 months ago (2015-08-31 15:19:51 UTC) #2
jonross
On 2015/08/31 15:19:51, minyue-webrtc wrote: > Hi, > > MIPS compiler shouts out for size_t. ...
5 years, 3 months ago (2015-08-31 15:38:00 UTC) #3
minyue-webrtc
On 2015/08/31 15:19:51, minyue-webrtc wrote: > Hi, > > MIPS compiler shouts out for size_t. ...
5 years, 3 months ago (2015-08-31 15:38:25 UTC) #4
minyue-webrtc
Committed patchset #1 (id:1) manually as 32e2f461b13c530d34f9c434e7e76da6ff3eda83 (presubmit successful).
5 years, 3 months ago (2015-08-31 15:40:23 UTC) #5
kwiberg-webrtc
On 2015/08/31 15:40:23, minyue-webrtc wrote: > Committed patchset #1 (id:1) manually as > 32e2f461b13c530d34f9c434e7e76da6ff3eda83 (presubmit ...
5 years, 3 months ago (2015-08-31 17:55:37 UTC) #6
Peter Kasting
I don't understand how this could even compile. The code in lattice.c forward-declares this function ...
5 years, 3 months ago (2015-08-31 18:26:16 UTC) #7
minyue-webrtc
On 2015/08/31 18:26:16, Peter Kasting wrote: > I don't understand how this could even compile. ...
5 years, 3 months ago (2015-08-31 18:46:18 UTC) #8
Peter Kasting
I'm now more convinced that this is wrong. Here is a timeline: https://chromium.googlesource.com/chromium/src/+/8a0217ea5c60e640290e4f51a05b0b1689cbcb2b - I ...
5 years, 3 months ago (2015-08-31 18:50:03 UTC) #9
ajm
On 2015/08/31 18:46:18, minyue-webrtc wrote: > On 2015/08/31 18:26:16, Peter Kasting wrote: > > I ...
5 years, 3 months ago (2015-08-31 18:51:58 UTC) #10
minyue-webrtc
5 years, 3 months ago (2015-08-31 18:56:21 UTC) #12
Message was sent while issue was closed.
On 2015/08/31 18:50:03, Peter Kasting wrote:
> I'm now more convinced that this is wrong.
> 
> Here is a timeline:
> 
>
https://chromium.googlesource.com/chromium/src/+/8a0217ea5c60e640290e4f51a05b...
> - I roll in the original broken code on MIPS.
>
https://chromium.googlesource.com/chromium/src/+/6e3d2360717f4b96d0172614f25f...
> - I roll in the compile fix.
>
https://chromium.googlesource.com/chromium/src/+/655c81e9f1b7821e1007ecf562d1...
> - Compile fix roll is reverted.
>
https://chromium.googlesource.com/chromium/src/+/1eebe8692daf30d932cd4284bf54...
> - Compile fix is rolled back in.
> 
> Now look at the bot's build log:
>
https://uberchromegw.corp.google.com/i/chromeos/builders/mipsel-o32-generic%2...
> 
> We see the build starts failing to compile, then the compile gets fixed.  Then
a
> day or so later the compile breaks again.  All these line up with the commits
> above.  However, before the compile fix is rolled back in, the bot changes
from
> failing to compile to failing to sync, which happens before the compile step. 
> So the bot never turns green after the compile fix is rolled back in because
> it's not reaching that point.
> 
> So the right answer here is to revert this change and roll the revert into
> Chromium, and separately for someone to figure out why the "emerge" step is
> failing on the MIPS bot.  I don't know who owns that bot to ask about this. 
> Minyue, can you get this looked into?

niklase@ believes that this is an infra problem, he has reverted this CL and is
looking into the true problem

Powered by Google App Engine
This is Rietveld 408576698