<div dir="ltr">Hi Tony, <div style>We need firefox to be installed at build time cause we are targeting the build for deployment. Or we can have your mentioned install script if things don't work out. </div><div style>
Regards </div><div style>Basanta </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 30, 2013 at 1:13 PM, Tony Anderson <span dir="ltr"><<a href="mailto:tony_anderson@usa.net" target="_blank">tony_anderson@usa.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have found it unproductive to try to install Firefox by rebuilding.<br>
It is far easier to update the XO with a bash script from a usb drive.<br>
This also avoids the problem with using a signed release (the basic build is signed).<br>
<br>
I am currently using Firefox 20 on build 12.1.0. The install script is:<br>
<br>
#install firefox<br>
echo 'install firefox'<br>
rm -rf /home/olpc/.mozilla<br>
sudo rm -rf /opt/firefox*<br>
sudo rm -rf /usr/bin/firefox<br>
sudo cp firefox*.tar.bz2 /opt<br>
cd /opt<br>
sudo tar -xvjpf firefox*.tar.bz2<br>
cd /usr/bin<br>
sudo ln -s /opt/firefox/firefox firefox<br>
sudo rm -rf /opt/firefox*.tar.bz2<br>
sudo poweroff<br>
<br>
This script also installs some Sugar activities. The final poweroff<br>
command shows the script is finished and also forces reboot of the XO.<br>
Note: the * after Firefox keeps the script valid when the Firefox release level changes. Naturally, the downloaded tarball is installed on the USB drive.<br>
<br>
Tony<br>
<br>
<br>
On 05/30/2013 08:50 AM, <a href="mailto:devel-request@lists.laptop.org" target="_blank">devel-request@lists.laptop.org</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Message: 1<br>
Date: Thu, 30 May 2013 06:50:19 +0100<br>
From: Peter Robinson<<a href="mailto:pbrobinson@gmail.com" target="_blank">pbrobinson@gmail.com</a>><br>
To: Basanta Shrestha<<a href="mailto:basanta.shrestha@olenepal.org" target="_blank">basanta.shrestha@<u></u>olenepal.org</a>><br>
Cc: OLPC Devel<<a href="mailto:devel@lists.laptop.org" target="_blank">devel@lists.laptop.org</a>>, Sugar Devel<br>
        <<a href="mailto:sugar-devel@lists.sugarlabs.org" target="_blank">sugar-devel@lists.sugarlabs.<u></u>org</a>><br>
Subject: Re: Install Firefox<br>
Message-ID:<br>
        <<u></u>CALeDE9MQvuWr9aZyM2QnYowcn9dYz<u></u>4QMN_YhgNgTX3=<a href="mailto:FfDc9cg@mail.gmail.com" target="_blank">FfDc9cg@mail.<u></u>gmail.com</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<div class="im"><br>
<br>
On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha<br>
<<a href="mailto:basanta.shrestha@olenepal.org" target="_blank">basanta.shrestha@olenepal.org</a><u></u>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
>Please check my repo list at this configuration file.<br>
><a href="http://pastebin.ca/2384881" target="_blank">http://pastebin.ca/2384881</a><br>
><br>
>and xulrunner and firefox version<br>
>xulrunner-13.0-1.fc17.armv7vl<br>
>firefox-12.0-1.fc17.armv7hl<br>
</blockquote>
Firefox and xulrunner 17 are the late known good (and matching) builds<br>
for Fedora 17, you need the major versions to be matching (so<br>
12/13/17) but if you were pulling in all the latest stable updates<br>
into the build you would have matching ones AFAICT from koji so<br>
there's some other issue.<br>
<br>
I'm not sure what the following lines translate to but you should<br>
never use the koji repositories as repos as they contain all sorts of<br>
randomly tagged bits that the release repos don't.<br>
<br>
olpc_frozen_1=0,koji.dist-f17-<u></u>armv7hl<br>
olpc_frozen_2=0,koji.dist-f17-<u></u>armv7hl-updates-12.1.0<br>
<br>
Peter<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
>Thank you.<br>
</blockquote></blockquote><div class="HOEnZb"><div class="h5">
<br>
______________________________<u></u>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.laptop.org" target="_blank">Devel@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/<u></u>listinfo/devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Basanta Shrestha<br>Network Engineer<br>Open Learning Exchange (OLE) Nepal<br>Tel: +977.1.5544441, 5520075 Ext. 303<br>Cell: +977.9818 605110<br><a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a>
</div>