Closed
Bug 383263
Opened 18 years ago
Closed 18 years ago
Wrong install.rdf in lightning-wcap.xpi and wcap-enabler.xpi - not installable on Linux/Mac
Categories
(Calendar :: Lightning Only, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: gregory.rocher, Assigned: cmtalbert)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061201 (CK-Ifremer) Firefox/2.0.0.4 (Ubuntu-feisty)
Build Identifier:
I think the install.rdf for lightning-wcap 0.5RC1 linux and Mac version :
* http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.5rc1/lightning-wcap/lightning-0.5-linux-i686-wcap.xpi
* http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/0.5rc1/lightning-wcap/lightning-0.5-mac-wcap.xpi
contains a typo that prevent installing :
Excerpt from install.rdf :
<em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
Reproducible: Always
Steps to Reproduce:
1. try installing lightning-wcap 05RC1 on linux
2. Error : It wont install because its not compatible with your Thunderbird build type (Linux_x86-gcc3)
Comment 1•18 years ago
|
||
Confirmed.
The WCAP enabled lightning.xpi was packaged using the wrong install.rdf file.
For Linux all install.rdf should contain:
<em:targetPlatform>Linux_x86-gcc3</em:targetPlatform>
For Mac OS X should contain:
<em:targetPlatform>Darwin_ppc-gcc3</em:targetPlatform>
<em:targetPlatform>Darwin_x86-gcc3</em:targetPlatform>
Same applies to <em:updateURL> element.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-calendar0.5?
OS: Linux → All
Summary: typo in install.rdf for lightning-0.5 for Linux and Mac -> can't install → Wrong install.rdf in lightning-wcap.xpi - not installable on Linux/Mac
Comment 2•18 years ago
|
||
Also wrong install.rdf in wcap-enabler.xpi.
Summary: Wrong install.rdf in lightning-wcap.xpi - not installable on Linux/Mac → Wrong install.rdf in lightning-wcap.xpi and wcap-enabler.xpi - not installable on Linux/Mac
Updated•18 years ago
|
Assignee: nobody → ctalbert
This is something that was a screw-up on my part since I have to hand-pack the lightning-wcap.xpi's. Since it is easy to open the XPI and correct the target platform setting in the install.rdf, I don't see a need to fix the RC1's that are currently on stage. I will fix this when I hand-pack the RC2 xpi's. Let me know if you want a re-packed RC1, but in my opinion I think it would be a better use of time to wait for RC2 before doing that given that there are other blockers.
(In reply to comment #1)
> Confirmed.
> The WCAP enabled lightning.xpi was packaged using the wrong install.rdf file.
>
> For Linux all install.rdf should contain:
> <em:targetPlatform>Linux_x86-gcc3</em:targetPlatform>
>
As original reporter, manual fix works for me
Thanks for lightning
Comment 6•18 years ago
|
||
I checked it on Lightning 0.5 RC2. Now works fine.
Comment 7•18 years ago
|
||
...on Linux build.
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 9•18 years ago
|
||
Please also test and verify for both Mac OS X platforms once the builds are available.
Updated•17 years ago
|
Flags: blocking-calendar0.5+
You need to log in
before you can comment on or make changes to this bug.
Description
•