Closed
Bug 1062259
Opened 10 years ago
Closed 10 years ago
OpenH264 plugin is not installing on Firefox 33b1, 34.0a2 and 35.0a1
Categories
(AUS Graveyard :: General, defect)
Tracking
(firefox32 unaffected, firefox33+ fixed, firefox34+ fixed, firefox35+ fixed)
RESOLVED
WORKSFORME
People
(Reporter: adalucinet, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Reproducible on:
Firefox 33 beta 1 (BuildID: 20140902214533):
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0
latest Aurora 34.0a2 (Build ID: 20140903004002):
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:34.0) Gecko/20100101 Firefox/34.0
latest Nightly 35.0a1 (Build ID: 20140902121319):
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:35.0) Gecko/20100101 Firefox/35.0
STR:
1. Launch Firefox.
2. Go to Add-ons Manager -> Plugins and wait for openH264 plugin to install.
Expected results: OpenH264 plugin is installed.
Actual results: OpenH264 plugin is not installed. The “Will be installed shortly” message is displayed.
Notes:
1. Reproducible also on Windows 7 64-bit and Ubuntu 12.04 32-bit.
2. Logs: https://pastebin.mozilla.org/6292542
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(mreavy)
Comment 1•10 years ago
|
||
Note that the update.xml in the log above contains is empty, so this seems to be a server-side issue:
https://aus4.mozilla.org/update/3/GMP/33.0/20140902214533/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/beta/Darwin%2013.3.0/default/default/update.xml
Updated•10 years ago
|
Flags: needinfo?(mreavy) → needinfo?(bhearsum)
Product: Firefox → AUS
Version: Trunk → 3.0
Comment 2•10 years ago
|
||
Also needinfo'ing catlee since I think bhearsum gets involved with openh264 server issues when catlee is unavailable.
(Also, adding Ethan to the cc just so we knows we're aware of the server issue.)
Flags: needinfo?(catlee)
Comment 3•10 years ago
|
||
We need to adjust some version numbers after all the uplifts yesterday. Ben will get to this shortly.
Flags: needinfo?(catlee)
Updated•10 years ago
|
Comment 4•10 years ago
|
||
This should be fixed now, and also includes the new plugin from bug 1061808.
Flags: needinfo?(bhearsum)
Comment 5•10 years ago
|
||
Will changes of this sort be required before every uplift, or is this a special case? Otherwise we should make this part of the uplift checklist in some form.
Flags: needinfo?(bhearsum)
Comment 6•10 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #5)
> Will changes of this sort be required before every uplift, or is this a
> special case? Otherwise we should make this part of the uplift checklist in
> some form.
I don't know yet. It depends in part of the outcome of bug 1021021. It also depends on how plugin versions track. Ie, do we serve them based on incoming version, or channel? There's still a question of how we serve the right plugin version for builds of the same version+channel but different buildids.
Flags: needinfo?(bhearsum)
Comment 7•10 years ago
|
||
(In reply to Ben Hearsum [:bhearsum] from comment #4)
> This should be fixed now, and also includes the new plugin from bug 1061808.
I just saw this scroll by:
> 1409754176270 GMPInstallManager.GMPDownloader._verifyDownload INFO _verifyDownload called
> 1409754176270 GMPInstallManager.GMPDownloader._verifyDownload INFO for path: /Users/gfritzsche/Library/Caches/TemporaryItems/gmp-gmpopenh264.zip
> 1409754176273 GMPInstallManager.GMPDownloader._verifyDownload WARN hashes do not match! Got: `37db5840f9de507bb76866659598184337745eb0242ecad4924cf7e5764e3a243dae77beba6f040420fddf2cacaa9d56ae3ca9519404508aaec55233e1970cfc`, expected: `37db5840f9de507bb76866659598184337745eb0242ecad4924cf7e5764e3a243dae77beba6f040420fddf2cacaa9d56ae3ca9519404508aaec55233e1970cf`
Did you update the hashes?
Comment 8•10 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] from comment #7)
> (In reply to Ben Hearsum [:bhearsum] from comment #4)
> > This should be fixed now, and also includes the new plugin from bug 1061808.
>
> I just saw this scroll by:
> > 1409754176270 GMPInstallManager.GMPDownloader._verifyDownload INFO _verifyDownload called
> > 1409754176270 GMPInstallManager.GMPDownloader._verifyDownload INFO for path: /Users/gfritzsche/Library/Caches/TemporaryItems/gmp-gmpopenh264.zip
> > 1409754176273 GMPInstallManager.GMPDownloader._verifyDownload WARN hashes do not match! Got: `37db5840f9de507bb76866659598184337745eb0242ecad4924cf7e5764e3a243dae77beba6f040420fddf2cacaa9d56ae3ca9519404508aaec55233e1970cfc`, expected: `37db5840f9de507bb76866659598184337745eb0242ecad4924cf7e5764e3a243dae77beba6f040420fddf2cacaa9d56ae3ca9519404508aaec55233e1970cf`
>
> Did you update the hashes?
Yes, but it looks like I mispasted some that one. Try again?
Comment 9•10 years ago
|
||
Yes, works fine now.
However, i got an empty update.xml for an older nightly i was using for something else:
https://aus4.mozilla.org/update/3/GMP/34.0a1/20140810030204/Darwin_x86_64-gcc3-u-i386-x86_64/en-US/nightly/Darwin%2013.3.0/default/default/update.xml
Do we want to support that? I think we'll run into pain points with regression hunting otherwise.
Comment 10•10 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] from comment #9)
> Yes, works fine now.
>
> However, i got an empty update.xml for an older nightly i was using for
> something else:
> https://aus4.mozilla.org/update/3/GMP/34.0a1/20140810030204/Darwin_x86_64-
> gcc3-u-i386-x86_64/en-US/nightly/Darwin%2013.3.0/default/default/update.xml
>
> Do we want to support that? I think we'll run into pain points with
> regression hunting otherwise.
Unless there's an urgent need, I'm not going to address this until bug 1021021 is fixed.
Reporter | ||
Comment 11•10 years ago
|
||
Verified fixed on Firefox 33 beta 1 (Build ID: 20140902214533), latest Nightly 35.0a1 (Build ID: 20140903030206) and Aurora 34.0a2 (Build ID: 20140903004002) on the following platforms: Mac OS X 10.9.4, Windows 7 64-bit, Windows 8.1 32-bit, Ubuntu 12.04 32-bit and 14.04 64-bit.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
status-firefox33:
--- → fixed
status-firefox34:
--- → fixed
status-firefox35:
--- → fixed
tracking-firefox35:
--- → +
You need to log in
before you can comment on or make changes to this bug.
Description
•