Re: Install Firefox

2013-06-06 Thread Basanta Shrestha
Hi Jerry this is just for the record on the list.
It worked. Thank you very much. I now have firefox working. Now I need to
make adobe_flash to work with it.
-basanta






On Mon, Jun 3, 2013 at 7:52 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Mon, 2013-06-03 at 14:29 +0545, Basanta Shrestha wrote:
  It was reading repository information from file:///root/local but
  packages were not installed.
 
 
  On Mon, Jun 3, 2013 at 2:02 PM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
 
 
 
  On Mon, Jun 3, 2013 at 10:30 AM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
 
 
 
  On Sat, Jun 1, 2013 at 12:40 AM, Jerry Vonau
  jvo...@shaw.ca wrote:
  On Fri, 2013-05-31 at 11:14 +0545, Basanta
  Shrestha wrote:
   Adding fedora=fedora_update and rebuilding
  didn't work.
  
  
   Jerry, As you suggested it installed all the
  required newer
   firefox,xulrunner and nss... packages but
  the resulting image couldn't
   boot the XO. Now I am going for your second
  suggestion. I have created
   a local repo for firefox, xulrunner and
  other dependencies( 9
   altogether) . Could you please check if the
  entries are right?
  
 
 
  Well I'm surprised that I'm the only one to
  answer this, I gave the
  others ample time to respond.
 
  yes, looks like no one takes pride on answering simple
  questions ;)
 
  
   /root/local/.repo
  
 
  Where did you download the rpms to?  Was it
  /root/local/?
  Did you run createrepo /root/local/?
 
 
  yes to /root/local/ and I have done createrepo.
 
  
   --
   [local]
   name=firefox-xulrunner local
   baseurl=file:///root/local/
   gpgcheck=0
   enabled=1
   --
  
 
 
  I don't understand, what are you doing with
  the above code?
 
  
olpc-os-12.1.0-xo1.75.ini
  
  
  
   Right below [repos] section
  
  
   --
   [custom_repo]
   local=1,firefox,file:///root/local/
   --
  
 
 
  No, don't do that, you have to use the OOB
  method of naming the repos in
  [repos].
 
 
  I was following this
  documentation
 http://cainmanor.com/tech/build-a-custom-repository-for-centos/ and they
 had this extra step to create .repo file. so .
 
  [repos]
  fedora_arch=i386
  olpc_frozen_1=0,koji.dist-f17-i686
  olpc_frozen_2=0,koji.dist-f17-i686-updates-12.1.0
  olpc_frozen_3=1,local.12.1.0
  olpc_frozen_4=1,local.12.1.0-xo1.5
  custom_repo_1=0,firefox,file:///root/local/
 
 add_excludes_to=koji.dist-f17-i686,koji.dist-f17-i686-updates-12.1.0
 
  When you run osbuilder.py, early into the
  routine you can see the repos
  being contacted, check to see if your new one
  is being used or there is
  an error present.
 
 
  The repo seems to be working now it is retrieving
  packages form local repo.
  Thanks Jerry you have been a great help for me.
 
 
  Well it was trying to retrieving from file://root/local but it
  didn't install any package. Wonder what is wrong.

 Just like you used yum to install firefox in the field, did you ask OOB
 to install firefox? In your ini file you need to use:

 [custom_packages]
 add_packages=firefox

 Jerry


 
 
  Jerry

Re: Install Firefox

2013-06-03 Thread Basanta Shrestha
On Mon, Jun 3, 2013 at 10:30 AM, Basanta Shrestha 
basanta.shres...@olenepal.org wrote:




 On Sat, Jun 1, 2013 at 12:40 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Fri, 2013-05-31 at 11:14 +0545, Basanta Shrestha wrote:
  Adding fedora=fedora_update and rebuilding didn't work.
 
 
  Jerry, As you suggested it installed all the required newer
  firefox,xulrunner and nss... packages but the resulting image couldn't
  boot the XO. Now I am going for your second suggestion. I have created
  a local repo for firefox, xulrunner and other dependencies( 9
  altogether) . Could you please check if the entries are right?
 

 Well I'm surprised that I'm the only one to answer this, I gave the
 others ample time to respond.

 yes, looks like no one takes pride on answering simple questions ;)


 
  /root/local/.repo
 

 Where did you download the rpms to?  Was it /root/local/?
 Did you run createrepo /root/local/?


 yes to /root/local/ and I have done createrepo.


 
  --
  [local]
  name=firefox-xulrunner local
  baseurl=file:///root/local/
  gpgcheck=0
  enabled=1
  --
 

 I don't understand, what are you doing with the above code?

 
   olpc-os-12.1.0-xo1.75.ini
 
 
 
  Right below [repos] section
 
 
  --
  [custom_repo]
  local=1,firefox,file:///root/local/
  --
 

 No, don't do that, you have to use the OOB method of naming the repos in
 [repos].


 I was following this documentation
 http://cainmanor.com/tech/build-a-custom-repository-for-centos/ and they
 had this extra step to create .repo file. so .


 [repos]
 fedora_arch=i386
 olpc_frozen_1=0,koji.dist-f17-i686
 olpc_frozen_2=0,koji.dist-f17-i686-updates-12.1.0
 olpc_frozen_3=1,local.12.1.0
 olpc_frozen_4=1,local.12.1.0-xo1.5
 custom_repo_1=0,firefox,file:///root/local/
 add_excludes_to=koji.dist-f17-i686,koji.dist-f17-i686-updates-12.1.0

 When you run osbuilder.py, early into the routine you can see the repos
 being contacted, check to see if your new one is being used or there is
 an error present.


 The repo seems to be working now it is retrieving packages form local
 repo.
 Thanks Jerry you have been a great help for me.


Well it was trying to retrieving from file://root/local but it didn't
install any package. Wonder what is wrong.



 Jerry

 
 
 
 
 
 
 
  On Fri, May 31, 2013 at 1:37 AM, Jerry Vonau jvo...@shaw.ca wrote:
  On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
   On Thu, May 30, 2013 at 3:09 PM, Daniel Drake
  d...@laptop.org wrote:
On Wed, May 29, 2013 at 11:50 PM, Peter Robinson
  pbrobin...@gmail.com wrote:
Firefox and xulrunner 17 are the late known good (and
  matching) builds
for Fedora 17, you need the major versions to be matching
  (so
12/13/17) but if you were pulling in all the latest
  stable updates
into the build you would have matching ones AFAICT from
  koji so
there's some other issue.
   
Ah yes, you are right, the latest available versions on
  koji are
matching (v17) and built OK. I didn't spot them in the
  mass of failed
builds. So the Fedora situation is OK.
   
I'm not sure what the following lines translate to but
  you should
never use the koji repositories as repos as they contain
  all sorts of
randomly tagged bits that the release repos don't.
   
olpc_frozen_1=0,koji.dist-f17-armv7hl
olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
   
Don't worry, these are not the koji repos you are thinking
  of. They
are OLPC's frozen versions of fedora repos from the
  release's freeze
date and are not directly from koji - really we should
  change the
naming scheme.
   
And this is the cause of the problem - upon release freeze
  date, the
firefox/xulrunner situation was in inconsistent state;
  this problem
has been frozen in our repos.
   
Basanta, I would advise against adding the official
  fedora-updates
repo into your build as has been suggested in this thread
  - while this
will result in a well matched firefox/xulrunner
  combination, it will
bring in a lot of untested package updates that were not
  part of the
release and have probably not been tested on OLPC XO.
   
 
 
  That is why later in the thread I suggested to download what
  yum
  installed on the XO, then create and use a custom repo for
  OOB.
 
Instead, create a local repo with these 2 packages and add
  it to your
build config:
   
  

Re: Install Firefox

2013-06-03 Thread Basanta Shrestha
It was reading repository information from file:///root/local but
packages were not installed.


On Mon, Jun 3, 2013 at 2:02 PM, Basanta Shrestha 
basanta.shres...@olenepal.org wrote:




 On Mon, Jun 3, 2013 at 10:30 AM, Basanta Shrestha 
 basanta.shres...@olenepal.org wrote:




 On Sat, Jun 1, 2013 at 12:40 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Fri, 2013-05-31 at 11:14 +0545, Basanta Shrestha wrote:
  Adding fedora=fedora_update and rebuilding didn't work.
 
 
  Jerry, As you suggested it installed all the required newer
  firefox,xulrunner and nss... packages but the resulting image couldn't
  boot the XO. Now I am going for your second suggestion. I have created
  a local repo for firefox, xulrunner and other dependencies( 9
  altogether) . Could you please check if the entries are right?
 

 Well I'm surprised that I'm the only one to answer this, I gave the
 others ample time to respond.

 yes, looks like no one takes pride on answering simple questions ;)


 
  /root/local/.repo
 

 Where did you download the rpms to?  Was it /root/local/?
 Did you run createrepo /root/local/?


 yes to /root/local/ and I have done createrepo.


 
  --
  [local]
  name=firefox-xulrunner local
  baseurl=file:///root/local/
  gpgcheck=0
  enabled=1
  --
 

 I don't understand, what are you doing with the above code?

 
   olpc-os-12.1.0-xo1.75.ini
 
 
 
  Right below [repos] section
 
 
  --
  [custom_repo]
  local=1,firefox,file:///root/local/
  --
 

 No, don't do that, you have to use the OOB method of naming the repos in
 [repos].


 I was following this documentation
 http://cainmanor.com/tech/build-a-custom-repository-for-centos/ and they
 had this extra step to create .repo file. so .


 [repos]
 fedora_arch=i386
 olpc_frozen_1=0,koji.dist-f17-i686
 olpc_frozen_2=0,koji.dist-f17-i686-updates-12.1.0
 olpc_frozen_3=1,local.12.1.0
 olpc_frozen_4=1,local.12.1.0-xo1.5
 custom_repo_1=0,firefox,file:///root/local/
 add_excludes_to=koji.dist-f17-i686,koji.dist-f17-i686-updates-12.1.0

 When you run osbuilder.py, early into the routine you can see the repos
 being contacted, check to see if your new one is being used or there is
 an error present.


 The repo seems to be working now it is retrieving packages form local
 repo.
 Thanks Jerry you have been a great help for me.


 Well it was trying to retrieving from file://root/local but it didn't
 install any package. Wonder what is wrong.



 Jerry

 
 
 
 
 
 
 
  On Fri, May 31, 2013 at 1:37 AM, Jerry Vonau jvo...@shaw.ca wrote:
  On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
   On Thu, May 30, 2013 at 3:09 PM, Daniel Drake
  d...@laptop.org wrote:
On Wed, May 29, 2013 at 11:50 PM, Peter Robinson
  pbrobin...@gmail.com wrote:
Firefox and xulrunner 17 are the late known good (and
  matching) builds
for Fedora 17, you need the major versions to be matching
  (so
12/13/17) but if you were pulling in all the latest
  stable updates
into the build you would have matching ones AFAICT from
  koji so
there's some other issue.
   
Ah yes, you are right, the latest available versions on
  koji are
matching (v17) and built OK. I didn't spot them in the
  mass of failed
builds. So the Fedora situation is OK.
   
I'm not sure what the following lines translate to but
  you should
never use the koji repositories as repos as they contain
  all sorts of
randomly tagged bits that the release repos don't.
   
olpc_frozen_1=0,koji.dist-f17-armv7hl
olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
   
Don't worry, these are not the koji repos you are thinking
  of. They
are OLPC's frozen versions of fedora repos from the
  release's freeze
date and are not directly from koji - really we should
  change the
naming scheme.
   
And this is the cause of the problem - upon release freeze
  date, the
firefox/xulrunner situation was in inconsistent state;
  this problem
has been frozen in our repos.
   
Basanta, I would advise against adding the official
  fedora-updates
repo into your build as has been suggested in this thread
  - while this
will result in a well matched firefox/xulrunner
  combination, it will
bring in a lot of untested package updates that were not
  part of the
release and have probably not been tested on OLPC XO.
   
 
 
  That is why later in the thread I suggested to download what
  yum
  installed on the XO, then create and use a 

Re: Install Firefox

2013-06-03 Thread Jerry Vonau
On Mon, 2013-06-03 at 14:29 +0545, Basanta Shrestha wrote:
 It was reading repository information from file:///root/local but
 packages were not installed. 
 
 
 On Mon, Jun 3, 2013 at 2:02 PM, Basanta Shrestha
 basanta.shres...@olenepal.org wrote:
 
 
 
 On Mon, Jun 3, 2013 at 10:30 AM, Basanta Shrestha
 basanta.shres...@olenepal.org wrote:
 
 
 
 On Sat, Jun 1, 2013 at 12:40 AM, Jerry Vonau
 jvo...@shaw.ca wrote:
 On Fri, 2013-05-31 at 11:14 +0545, Basanta
 Shrestha wrote:
  Adding fedora=fedora_update and rebuilding
 didn't work.
 
 
  Jerry, As you suggested it installed all the
 required newer
  firefox,xulrunner and nss... packages but
 the resulting image couldn't
  boot the XO. Now I am going for your second
 suggestion. I have created
  a local repo for firefox, xulrunner and
 other dependencies( 9
  altogether) . Could you please check if the
 entries are right?
 
 
 
 Well I'm surprised that I'm the only one to
 answer this, I gave the
 others ample time to respond.
 
 yes, looks like no one takes pride on answering simple
 questions ;)
  
 
  /root/local/.repo
 
 
 Where did you download the rpms to?  Was it
 /root/local/?
 Did you run createrepo /root/local/?
 
 
 yes to /root/local/ and I have done createrepo.  
 
 
  --
  [local]
  name=firefox-xulrunner local
  baseurl=file:///root/local/
  gpgcheck=0
  enabled=1
  --
 
 
 
 I don't understand, what are you doing with
 the above code?
 
 
   olpc-os-12.1.0-xo1.75.ini
 
 
 
  Right below [repos] section
 
 
  --
  [custom_repo]
  local=1,firefox,file:///root/local/
  --
 
 
 
 No, don't do that, you have to use the OOB
 method of naming the repos in
 [repos].
 
 
 I was following this
 documentation 
 http://cainmanor.com/tech/build-a-custom-repository-for-centos/ and they had 
 this extra step to create .repo file. so .   
 
 [repos]
 fedora_arch=i386
 olpc_frozen_1=0,koji.dist-f17-i686
 olpc_frozen_2=0,koji.dist-f17-i686-updates-12.1.0
 olpc_frozen_3=1,local.12.1.0
 olpc_frozen_4=1,local.12.1.0-xo1.5
 custom_repo_1=0,firefox,file:///root/local/
 
 add_excludes_to=koji.dist-f17-i686,koji.dist-f17-i686-updates-12.1.0
 
 When you run osbuilder.py, early into the
 routine you can see the repos
 being contacted, check to see if your new one
 is being used or there is
 an error present.
 
 
 The repo seems to be working now it is retrieving
 packages form local repo. 
 Thanks Jerry you have been a great help for me.
 
 
 Well it was trying to retrieving from file://root/local but it
 didn't install any package. Wonder what is wrong. 

Just like you used yum to install firefox in the field, did you ask OOB
to install firefox? In your ini file you need

Re: Install Firefox

2013-06-02 Thread Basanta Shrestha
On Sat, Jun 1, 2013 at 12:40 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Fri, 2013-05-31 at 11:14 +0545, Basanta Shrestha wrote:
  Adding fedora=fedora_update and rebuilding didn't work.
 
 
  Jerry, As you suggested it installed all the required newer
  firefox,xulrunner and nss... packages but the resulting image couldn't
  boot the XO. Now I am going for your second suggestion. I have created
  a local repo for firefox, xulrunner and other dependencies( 9
  altogether) . Could you please check if the entries are right?
 

 Well I'm surprised that I'm the only one to answer this, I gave the
 others ample time to respond.

 yes, looks like no one takes pride on answering simple questions ;)


 
  /root/local/.repo
 

 Where did you download the rpms to?  Was it /root/local/?
 Did you run createrepo /root/local/?


yes to /root/local/ and I have done createrepo.


 
  --
  [local]
  name=firefox-xulrunner local
  baseurl=file:///root/local/
  gpgcheck=0
  enabled=1
  --
 

 I don't understand, what are you doing with the above code?

 
   olpc-os-12.1.0-xo1.75.ini
 
 
 
  Right below [repos] section
 
 
  --
  [custom_repo]
  local=1,firefox,file:///root/local/
  --
 

 No, don't do that, you have to use the OOB method of naming the repos in
 [repos].


I was following this documentation
http://cainmanor.com/tech/build-a-custom-repository-for-centos/ and they
had this extra step to create .repo file. so .


 [repos]
 fedora_arch=i386
 olpc_frozen_1=0,koji.dist-f17-i686
 olpc_frozen_2=0,koji.dist-f17-i686-updates-12.1.0
 olpc_frozen_3=1,local.12.1.0
 olpc_frozen_4=1,local.12.1.0-xo1.5
 custom_repo_1=0,firefox,file:///root/local/
 add_excludes_to=koji.dist-f17-i686,koji.dist-f17-i686-updates-12.1.0

 When you run osbuilder.py, early into the routine you can see the repos
 being contacted, check to see if your new one is being used or there is
 an error present.


The repo seems to be working now it is retrieving packages form local repo.
Thanks Jerry you have been a great help for me.


 Jerry

 
 
 
 
 
 
 
  On Fri, May 31, 2013 at 1:37 AM, Jerry Vonau jvo...@shaw.ca wrote:
  On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
   On Thu, May 30, 2013 at 3:09 PM, Daniel Drake
  d...@laptop.org wrote:
On Wed, May 29, 2013 at 11:50 PM, Peter Robinson
  pbrobin...@gmail.com wrote:
Firefox and xulrunner 17 are the late known good (and
  matching) builds
for Fedora 17, you need the major versions to be matching
  (so
12/13/17) but if you were pulling in all the latest
  stable updates
into the build you would have matching ones AFAICT from
  koji so
there's some other issue.
   
Ah yes, you are right, the latest available versions on
  koji are
matching (v17) and built OK. I didn't spot them in the
  mass of failed
builds. So the Fedora situation is OK.
   
I'm not sure what the following lines translate to but
  you should
never use the koji repositories as repos as they contain
  all sorts of
randomly tagged bits that the release repos don't.
   
olpc_frozen_1=0,koji.dist-f17-armv7hl
olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
   
Don't worry, these are not the koji repos you are thinking
  of. They
are OLPC's frozen versions of fedora repos from the
  release's freeze
date and are not directly from koji - really we should
  change the
naming scheme.
   
And this is the cause of the problem - upon release freeze
  date, the
firefox/xulrunner situation was in inconsistent state;
  this problem
has been frozen in our repos.
   
Basanta, I would advise against adding the official
  fedora-updates
repo into your build as has been suggested in this thread
  - while this
will result in a well matched firefox/xulrunner
  combination, it will
bring in a lot of untested package updates that were not
  part of the
release and have probably not been tested on OLPC XO.
   
 
 
  That is why later in the thread I suggested to download what
  yum
  installed on the XO, then create and use a custom repo for
  OOB.
 
Instead, create a local repo with these 2 packages and add
  it to your
build config:
   
  http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
   
  http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355
  
   It will need newer nss*/nspr builds too.
  
   

Re: Install Firefox

2013-05-31 Thread Jerry Vonau
On Fri, 2013-05-31 at 11:14 +0545, Basanta Shrestha wrote:
 Adding fedora=fedora_update and rebuilding didn't work. 
 
 
 Jerry, As you suggested it installed all the required newer
 firefox,xulrunner and nss... packages but the resulting image couldn't
 boot the XO. Now I am going for your second suggestion. I have created
 a local repo for firefox, xulrunner and other dependencies( 9
 altogether) . Could you please check if the entries are right? 
 

Well I'm surprised that I'm the only one to answer this, I gave the
others ample time to respond.

 
 /root/local/.repo 
 

Where did you download the rpms to?  Was it /root/local/?
Did you run createrepo /root/local/?

 
 --
 [local]
 name=firefox-xulrunner local
 baseurl=file:///root/local/
 gpgcheck=0
 enabled=1
 --
 

I don't understand, what are you doing with the above code?

 
  olpc-os-12.1.0-xo1.75.ini
 
 
 
 Right below [repos] section 
 
 
 --
 [custom_repo]
 local=1,firefox,file:///root/local/
 --
 

No, don't do that, you have to use the OOB method of naming the repos in
[repos].

[repos]
fedora_arch=i386
olpc_frozen_1=0,koji.dist-f17-i686
olpc_frozen_2=0,koji.dist-f17-i686-updates-12.1.0
olpc_frozen_3=1,local.12.1.0
olpc_frozen_4=1,local.12.1.0-xo1.5
custom_repo_1=0,firefox,file:///root/local/
add_excludes_to=koji.dist-f17-i686,koji.dist-f17-i686-updates-12.1.0

When you run osbuilder.py, early into the routine you can see the repos
being contacted, check to see if your new one is being used or there is
an error present.

Jerry

 
 
 
 
 
 
 
 On Fri, May 31, 2013 at 1:37 AM, Jerry Vonau jvo...@shaw.ca wrote:
 On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
  On Thu, May 30, 2013 at 3:09 PM, Daniel Drake
 d...@laptop.org wrote:
   On Wed, May 29, 2013 at 11:50 PM, Peter Robinson
 pbrobin...@gmail.com wrote:
   Firefox and xulrunner 17 are the late known good (and
 matching) builds
   for Fedora 17, you need the major versions to be matching
 (so
   12/13/17) but if you were pulling in all the latest
 stable updates
   into the build you would have matching ones AFAICT from
 koji so
   there's some other issue.
  
   Ah yes, you are right, the latest available versions on
 koji are
   matching (v17) and built OK. I didn't spot them in the
 mass of failed
   builds. So the Fedora situation is OK.
  
   I'm not sure what the following lines translate to but
 you should
   never use the koji repositories as repos as they contain
 all sorts of
   randomly tagged bits that the release repos don't.
  
   olpc_frozen_1=0,koji.dist-f17-armv7hl
   olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
  
   Don't worry, these are not the koji repos you are thinking
 of. They
   are OLPC's frozen versions of fedora repos from the
 release's freeze
   date and are not directly from koji - really we should
 change the
   naming scheme.
  
   And this is the cause of the problem - upon release freeze
 date, the
   firefox/xulrunner situation was in inconsistent state;
 this problem
   has been frozen in our repos.
  
   Basanta, I would advise against adding the official
 fedora-updates
   repo into your build as has been suggested in this thread
 - while this
   will result in a well matched firefox/xulrunner
 combination, it will
   bring in a lot of untested package updates that were not
 part of the
   release and have probably not been tested on OLPC XO.
  
 
 
 That is why later in the thread I suggested to download what
 yum
 installed on the XO, then create and use a custom repo for
 OOB.
 
   Instead, create a local repo with these 2 packages and add
 it to your
   build config:
  
 http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
  
 http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355
 
  It will need newer nss*/nspr builds too.
 
  Peter
 
 
 Jerry
 
 
 
 
 
 
 
 
 
 -- 
 Basanta Shrestha
 Network Engineer
 Open Learning Exchange (OLE) Nepal
 Tel: +977.1.551, 5520075 Ext. 303
 Cell: +977.9818 605110
 http://www.olenepal.org


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Basanta Shrestha
# yum install firefox on XO actually downloaded new set of packages listed
below and firefox now works

(1/9): firefox-17.0.1-1.fc17.armv7hl.rpm | 25 MB 05:27
(2/9): nspr-4.9.6-1.fc17.armv7hl.rpm | 94 kB 00:02
(3/9): nss-3.14.3-1.fc17.armv7hl.rpm | 640 kB 00:17
(4/9): nss-softokn-3.14.3-1.fc17.armv7hl.rpm | 210 kB 00:04
(5/9): nss-softokn-freebl-3.14.3-1.fc17.armv7hl.rpm | 130 kB 00:01
(6/9): nss-sysinit-3.14.3-1.fc17.armv7hl.rpm | 39 kB 00:00
(7/9): nss-tools-3.14.3-1.fc17.armv7hl.rpm | 325 kB 00:04
(8/9): nss-util-3.14.3-1.fc17.armv7hl.rpm | 53 kB 00:01
(9/9): xulrunner-17.0.1-3.fc17.armv7hl.rpm | 12 MB 02:29

Now, as a solution I am planning to reside these packages on the build
system and have olpc-os-builder install these packages during build time. I
do I accomplish this?


On Thu, May 30, 2013 at 11:43 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Thu, 2013-05-30 at 06:50 +0100, Peter Robinson wrote:
  On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
   Please check my repo list at this configuration file.
   http://pastebin.ca/2384881
  
   and xulrunner and firefox version
   xulrunner-13.0-1.fc17.armv7vl
   firefox-12.0-1.fc17.armv7hl
 
  Firefox and xulrunner 17 are the late known good (and matching) builds
  for Fedora 17, you need the major versions to be matching (so
  12/13/17) but if you were pulling in all the latest stable updates
  into the build you would have matching ones AFAICT from koji so
  there's some other issue.
 
  I'm not sure what the following lines translate to but you should
  never use the koji repositories as repos as they contain all sorts of
  randomly tagged bits that the release repos don't.
 
  olpc_frozen_1=0,koji.dist-f17-armv7hl
  olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
 
  Peter
 

 Thought that was the official way of using OOB once the release enters
 the frozen state. Please advise.

 Jerry

   Thank you.
  
  
  
   On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau jvo...@shaw.ca wrote:
  
   On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Adding firefox did install firefox but gave following error while
 trying to
 execute on XO:
 
 $ firefox
 Error: Platform version '13.0' is not compatible with
 minVersion = 12.0
 maxVersion = 12.0
 -
   
  
   Hi Basanta,
  
   Think this has something to do with firefox wanting a specific
 xulrunner
   version. Can you confirm what version is installed with: rpm -q
   xulrunner.
  
   I have a workaround that I used with F14 that should still work with
   this situation. Which repos are enabled in olpc-so-builder when you
   generate the image?
  
   Jerry
  
  
Looks like an incompatibility with xulrunner, which hasn't been
successfully built on F17 in a while:
http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
Maybe Peter has some comments.
   
You could try an older version of firefox to match the latest (old)
version of xulrunner available.
   
Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel
  
  
  
  
  
   --
   Basanta Shrestha
   Network Engineer
   Open Learning Exchange (OLE) Nepal
   Tel: +977.1.551, 5520075 Ext. 303
   Cell: +977.9818 605110
   http://www.olenepal.org





-- 
Basanta Shrestha
Network Engineer
Open Learning Exchange (OLE) Nepal
Tel: +977.1.551, 5520075 Ext. 303
Cell: +977.9818 605110
http://www.olenepal.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Jerry Vonau
On Thu, 2013-05-30 at 12:14 +0545, Basanta Shrestha wrote:
 # yum install firefox on XO actually downloaded new set of packages
 listed below and firefox now works
 
 (1/9): firefox-17.0.1-1.fc17.armv7hl.rpm | 25 MB 05:27 
 (2/9): nspr-4.9.6-1.fc17.armv7hl.rpm | 94 kB 00:02 
 (3/9): nss-3.14.3-1.fc17.armv7hl.rpm | 640 kB 00:17 
 (4/9): nss-softokn-3.14.3-1.fc17.armv7hl.rpm | 210 kB 00:04 
 (5/9): nss-softokn-freebl-3.14.3-1.fc17.armv7hl.rpm | 130 kB 00:01 
 (6/9): nss-sysinit-3.14.3-1.fc17.armv7hl.rpm | 39 kB 00:00 
 (7/9): nss-tools-3.14.3-1.fc17.armv7hl.rpm | 325 kB 00:04 
 (8/9): nss-util-3.14.3-1.fc17.armv7hl.rpm | 53 kB 00:01 
 (9/9): xulrunner-17.0.1-3.fc17.armv7hl.rpm | 12 MB 02:29 
 
 
 Now, as a solution I am planning to reside these packages on the build
 system and have olpc-os-builder install these packages during build
 time. I do I accomplish this? 
 
 

Try enabling the fedora-updates repo in OOB, add to your repo definition
above the olpc_frozen definition:

fedora=fedora-updates

After the build check the *package.txt file in build/output to confirm
what was installed and maybe do a diff between an older build to gauge
what else was changed.

Jerry


 On Thu, May 30, 2013 at 11:43 AM, Jerry Vonau jvo...@shaw.ca wrote:
 On Thu, 2013-05-30 at 06:50 +0100, Peter Robinson wrote:
  On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
   Please check my repo list at this configuration file.
   http://pastebin.ca/2384881
  
   and xulrunner and firefox version
   xulrunner-13.0-1.fc17.armv7vl
   firefox-12.0-1.fc17.armv7hl
 
  Firefox and xulrunner 17 are the late known good (and
 matching) builds
  for Fedora 17, you need the major versions to be matching
 (so
  12/13/17) but if you were pulling in all the latest stable
 updates
  into the build you would have matching ones AFAICT from koji
 so
  there's some other issue.
 
  I'm not sure what the following lines translate to but you
 should
  never use the koji repositories as repos as they contain all
 sorts of
  randomly tagged bits that the release repos don't.
 
  olpc_frozen_1=0,koji.dist-f17-armv7hl
  olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
 
  Peter
 
 
 
 Thought that was the official way of using OOB once the
 release enters
 the frozen state. Please advise.
 
 Jerry
 
   Thank you.
  
  
  
   On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau
 jvo...@shaw.ca wrote:
  
   On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Adding firefox did install firefox but gave following
 error while
 trying to
 execute on XO:
 
 $ firefox
 Error: Platform version '13.0' is not compatible with
 minVersion = 12.0
 maxVersion = 12.0
 -
   
  
   Hi Basanta,
  
   Think this has something to do with firefox wanting a
 specific xulrunner
   version. Can you confirm what version is installed with:
 rpm -q
   xulrunner.
  
   I have a workaround that I used with F14 that should
 still work with
   this situation. Which repos are enabled in
 olpc-so-builder when you
   generate the image?
  
   Jerry
  
  
Looks like an incompatibility with xulrunner, which
 hasn't been
successfully built on F17 in a while:
   
 http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
Maybe Peter has some comments.
   
You could try an older version of firefox to match the
 latest (old)
version of xulrunner available.
   
Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel
  
  
  
  
  
   --
   Basanta Shrestha
   Network Engineer
   Open Learning Exchange (OLE) Nepal
   Tel: +977.1.551, 5520075 Ext. 303
   Cell: +977.9818 605110
   http://www.olenepal.org
 
 
 
 
 
 
 
 -- 
 Basanta Shrestha
 Network Engineer
 Open Learning Exchange (OLE) Nepal
 Tel: +977.1.551, 5520075 Ext. 303
 Cell: +977.9818 605110
 http://www.olenepal.org

Re: Install Firefox

2013-05-30 Thread Jerry Vonau
On Thu, 2013-05-30 at 01:50 -0500, Jerry Vonau wrote:
 On Thu, 2013-05-30 at 12:14 +0545, Basanta Shrestha wrote:
  # yum install firefox on XO actually downloaded new set of packages
  listed below and firefox now works
  
  (1/9): firefox-17.0.1-1.fc17.armv7hl.rpm | 25 MB 05:27 
  (2/9): nspr-4.9.6-1.fc17.armv7hl.rpm | 94 kB 00:02 
  (3/9): nss-3.14.3-1.fc17.armv7hl.rpm | 640 kB 00:17 
  (4/9): nss-softokn-3.14.3-1.fc17.armv7hl.rpm | 210 kB 00:04 
  (5/9): nss-softokn-freebl-3.14.3-1.fc17.armv7hl.rpm | 130 kB 00:01 
  (6/9): nss-sysinit-3.14.3-1.fc17.armv7hl.rpm | 39 kB 00:00 
  (7/9): nss-tools-3.14.3-1.fc17.armv7hl.rpm | 325 kB 00:04 
  (8/9): nss-util-3.14.3-1.fc17.armv7hl.rpm | 53 kB 00:01 
  (9/9): xulrunner-17.0.1-3.fc17.armv7hl.rpm | 12 MB 02:29 
  
  
  Now, as a solution I am planning to reside these packages on the build
  system and have olpc-os-builder install these packages during build
  time. I do I accomplish this? 
  
  
 
 Try enabling the fedora-updates repo in OOB, add to your repo definition
 above the olpc_frozen definition:
 
 fedora=fedora-updates
 
 After the build check the *package.txt file in build/output to confirm
 what was installed and maybe do a diff between an older build to gauge
 what else was changed.
 
 Jerry
 

Or you can download those rpms and use a custom repo definition in OOB
to have tighter control over what goes into the image.

Jerry

 
  On Thu, May 30, 2013 at 11:43 AM, Jerry Vonau jvo...@shaw.ca wrote:
  On Thu, 2013-05-30 at 06:50 +0100, Peter Robinson wrote:
   On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
   basanta.shres...@olenepal.org wrote:
Please check my repo list at this configuration file.
http://pastebin.ca/2384881
   
and xulrunner and firefox version
xulrunner-13.0-1.fc17.armv7vl
firefox-12.0-1.fc17.armv7hl
  
   Firefox and xulrunner 17 are the late known good (and
  matching) builds
   for Fedora 17, you need the major versions to be matching
  (so
   12/13/17) but if you were pulling in all the latest stable
  updates
   into the build you would have matching ones AFAICT from koji
  so
   there's some other issue.
  
   I'm not sure what the following lines translate to but you
  should
   never use the koji repositories as repos as they contain all
  sorts of
   randomly tagged bits that the release repos don't.
  
   olpc_frozen_1=0,koji.dist-f17-armv7hl
   olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
  
   Peter
  
  
  
  Thought that was the official way of using OOB once the
  release enters
  the frozen state. Please advise.
  
  Jerry
  
Thank you.
   
   
   
On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau
  jvo...@shaw.ca wrote:
   
On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
 On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
 basanta.shres...@olenepal.org wrote:
  Adding firefox did install firefox but gave following
  error while
  trying to
  execute on XO:
  
  $ firefox
  Error: Platform version '13.0' is not compatible with
  minVersion = 12.0
  maxVersion = 12.0
  -

   
Hi Basanta,
   
Think this has something to do with firefox wanting a
  specific xulrunner
version. Can you confirm what version is installed with:
  rpm -q
xulrunner.
   
I have a workaround that I used with F14 that should
  still work with
this situation. Which repos are enabled in
  olpc-so-builder when you
generate the image?
   
Jerry
   
   
 Looks like an incompatibility with xulrunner, which
  hasn't been
 successfully built on F17 in a while:

  http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
 Maybe Peter has some comments.

 You could try an older version of firefox to match the
  latest (old)
 version of xulrunner available.

 Daniel
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel
   
   
   
   
   
--
Basanta Shrestha
Network Engineer
Open Learning Exchange (OLE) Nepal
Tel

Re: Install Firefox

2013-05-30 Thread Tony Anderson

Hi,

I have found it unproductive to try to install Firefox by rebuilding.
It is far easier to update the XO with a bash script from a usb drive.
This also avoids the problem with using a signed release (the basic 
build is signed).


I am currently using Firefox 20 on build 12.1.0. The install script is:

#install firefox
echo 'install firefox'
rm -rf /home/olpc/.mozilla
sudo rm -rf /opt/firefox*
sudo rm -rf /usr/bin/firefox
sudo cp firefox*.tar.bz2 /opt
cd /opt
sudo tar -xvjpf firefox*.tar.bz2
cd /usr/bin
sudo ln -s /opt/firefox/firefox firefox
sudo rm -rf /opt/firefox*.tar.bz2
sudo poweroff

This script also installs some Sugar activities. The final poweroff
command shows the script is finished and also forces reboot of the XO.
Note: the * after Firefox keeps the script valid when the Firefox 
release level changes. Naturally, the downloaded tarball is installed on 
the USB drive.


Tony


On 05/30/2013 08:50 AM, devel-requ...@lists.laptop.org wrote:

Message: 1
Date: Thu, 30 May 2013 06:50:19 +0100
From: Peter Robinsonpbrobin...@gmail.com
To: Basanta Shresthabasanta.shres...@olenepal.org
Cc: OLPC Develdevel@lists.laptop.org,   Sugar Devel
sugar-de...@lists.sugarlabs.org
Subject: Re: Install Firefox
Message-ID:
CALeDE9MQvuWr9aZyM2QnYowcn9dYz4QMN_YhgNgTX3=ffdc...@mail.gmail.com
Content-Type: text/plain; charset=ISO-8859-1

On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
basanta.shres...@olenepal.org  wrote:

Please check my repo list at this configuration file.
http://pastebin.ca/2384881

and xulrunner and firefox version
xulrunner-13.0-1.fc17.armv7vl
firefox-12.0-1.fc17.armv7hl

Firefox and xulrunner 17 are the late known good (and matching) builds
for Fedora 17, you need the major versions to be matching (so
12/13/17) but if you were pulling in all the latest stable updates
into the build you would have matching ones AFAICT from koji so
there's some other issue.

I'm not sure what the following lines translate to but you should
never use the koji repositories as repos as they contain all sorts of
randomly tagged bits that the release repos don't.

olpc_frozen_1=0,koji.dist-f17-armv7hl
olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0

Peter


Thank you.


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Jerry Vonau
On Thu, 2013-05-30 at 01:56 -0500, Jerry Vonau wrote:
 On Thu, 2013-05-30 at 01:50 -0500, Jerry Vonau wrote:
  On Thu, 2013-05-30 at 12:14 +0545, Basanta Shrestha wrote:
   # yum install firefox on XO actually downloaded new set of packages
   listed below and firefox now works
   
   (1/9): firefox-17.0.1-1.fc17.armv7hl.rpm | 25 MB 05:27 
   (2/9): nspr-4.9.6-1.fc17.armv7hl.rpm | 94 kB 00:02 
   (3/9): nss-3.14.3-1.fc17.armv7hl.rpm | 640 kB 00:17 
   (4/9): nss-softokn-3.14.3-1.fc17.armv7hl.rpm | 210 kB 00:04 
   (5/9): nss-softokn-freebl-3.14.3-1.fc17.armv7hl.rpm | 130 kB 00:01 
   (6/9): nss-sysinit-3.14.3-1.fc17.armv7hl.rpm | 39 kB 00:00 
   (7/9): nss-tools-3.14.3-1.fc17.armv7hl.rpm | 325 kB 00:04 
   (8/9): nss-util-3.14.3-1.fc17.armv7hl.rpm | 53 kB 00:01 
   (9/9): xulrunner-17.0.1-3.fc17.armv7hl.rpm | 12 MB 02:29 
   
   
   Now, as a solution I am planning to reside these packages on the build
   system and have olpc-os-builder install these packages during build
   time. I do I accomplish this? 
   
   
  
  Try enabling the fedora-updates repo in OOB, add to your repo definition
  above the olpc_frozen definition:
  
  fedora=fedora-updates
  
  After the build check the *package.txt file in build/output to confirm
  what was installed and maybe do a diff between an older build to gauge
  what else was changed.
  
  Jerry
  
 
 Or you can download those rpms and use a custom repo definition in OOB
 to have tighter control over what goes into the image.
 

Once you have the rpms downloaded and you have run createrepo against
the directory containing the rpms, add the custom repo definition to
your config file but change the path to suit your machine:

custom_repo_1=1,firefox,file:///some/path/to/repo/

Ensure you have file:/// in path string.

Jerry


 Jerry
 
  
   On Thu, May 30, 2013 at 11:43 AM, Jerry Vonau jvo...@shaw.ca wrote:
   On Thu, 2013-05-30 at 06:50 +0100, Peter Robinson wrote:
On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Please check my repo list at this configuration file.
 http://pastebin.ca/2384881

 and xulrunner and firefox version
 xulrunner-13.0-1.fc17.armv7vl
 firefox-12.0-1.fc17.armv7hl
   
Firefox and xulrunner 17 are the late known good (and
   matching) builds
for Fedora 17, you need the major versions to be matching
   (so
12/13/17) but if you were pulling in all the latest stable
   updates
into the build you would have matching ones AFAICT from koji
   so
there's some other issue.
   
I'm not sure what the following lines translate to but you
   should
never use the koji repositories as repos as they contain all
   sorts of
randomly tagged bits that the release repos don't.
   
olpc_frozen_1=0,koji.dist-f17-armv7hl
olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
   
Peter
   
   
   
   Thought that was the official way of using OOB once the
   release enters
   the frozen state. Please advise.
   
   Jerry
   
 Thank you.



 On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau
   jvo...@shaw.ca wrote:

 On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
  On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
   Adding firefox did install firefox but gave following
   error while
   trying to
   execute on XO:
   
   $ firefox
   Error: Platform version '13.0' is not compatible with
   minVersion = 12.0
   maxVersion = 12.0
   -
 

 Hi Basanta,

 Think this has something to do with firefox wanting a
   specific xulrunner
 version. Can you confirm what version is installed with:
   rpm -q
 xulrunner.

 I have a workaround that I used with F14 that should
   still work with
 this situation. Which repos are enabled in
   olpc-so-builder when you
 generate the image?

 Jerry


  Looks like an incompatibility with xulrunner, which
   hasn't been
  successfully built on F17 in a while:
 
   http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
  Maybe Peter has some comments.
 
  You could try an older version of firefox to match

Re: Install Firefox

2013-05-30 Thread Basanta Shrestha
Hi Tony,
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.
Regards
Basanta


On Thu, May 30, 2013 at 1:13 PM, Tony Anderson tony_ander...@usa.netwrote:

 Hi,

 I have found it unproductive to try to install Firefox by rebuilding.
 It is far easier to update the XO with a bash script from a usb drive.
 This also avoids the problem with using a signed release (the basic build
 is signed).

 I am currently using Firefox 20 on build 12.1.0. The install script is:

 #install firefox
 echo 'install firefox'
 rm -rf /home/olpc/.mozilla
 sudo rm -rf /opt/firefox*
 sudo rm -rf /usr/bin/firefox
 sudo cp firefox*.tar.bz2 /opt
 cd /opt
 sudo tar -xvjpf firefox*.tar.bz2
 cd /usr/bin
 sudo ln -s /opt/firefox/firefox firefox
 sudo rm -rf /opt/firefox*.tar.bz2
 sudo poweroff

 This script also installs some Sugar activities. The final poweroff
 command shows the script is finished and also forces reboot of the XO.
 Note: the * after Firefox keeps the script valid when the Firefox release
 level changes. Naturally, the downloaded tarball is installed on the USB
 drive.

 Tony


 On 05/30/2013 08:50 AM, devel-requ...@lists.laptop.org wrote:

 Message: 1
 Date: Thu, 30 May 2013 06:50:19 +0100
 From: Peter Robinsonpbrobin...@gmail.com
 To: Basanta 
 Shresthabasanta.shrestha@**olenepal.orgbasanta.shres...@olenepal.org
 
 Cc: OLPC Develdevel@lists.laptop.org, Sugar Devel
 sugar-devel@lists.sugarlabs.**orgsugar-de...@lists.sugarlabs.org
 
 Subject: Re: Install Firefox
 Message-ID:
 **CALeDE9MQvuWr9aZyM2QnYowcn9dYz**4QMN_YhgNgTX3=FfDc9cg@mail.**
 gmail.com ffdc...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1


 On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
 basanta.shres...@olenepal.org**  wrote:

 Please check my repo list at this configuration file.
 http://pastebin.ca/2384881
 
 and xulrunner and firefox version
 xulrunner-13.0-1.fc17.armv7vl
 firefox-12.0-1.fc17.armv7hl

 Firefox and xulrunner 17 are the late known good (and matching) builds
 for Fedora 17, you need the major versions to be matching (so
 12/13/17) but if you were pulling in all the latest stable updates
 into the build you would have matching ones AFAICT from koji so
 there's some other issue.

 I'm not sure what the following lines translate to but you should
 never use the koji repositories as repos as they contain all sorts of
 randomly tagged bits that the release repos don't.

 olpc_frozen_1=0,koji.dist-f17-**armv7hl
 olpc_frozen_2=0,koji.dist-f17-**armv7hl-updates-12.1.0

 Peter

  Thank you.


 __**_
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/**listinfo/develhttp://lists.laptop.org/listinfo/devel




-- 
Basanta Shrestha
Network Engineer
Open Learning Exchange (OLE) Nepal
Tel: +977.1.551, 5520075 Ext. 303
Cell: +977.9818 605110
http://www.olenepal.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Daniel Drake
On Wed, May 29, 2013 at 11:50 PM, Peter Robinson pbrobin...@gmail.com wrote:
 Firefox and xulrunner 17 are the late known good (and matching) builds
 for Fedora 17, you need the major versions to be matching (so
 12/13/17) but if you were pulling in all the latest stable updates
 into the build you would have matching ones AFAICT from koji so
 there's some other issue.

Ah yes, you are right, the latest available versions on koji are
matching (v17) and built OK. I didn't spot them in the mass of failed
builds. So the Fedora situation is OK.

 I'm not sure what the following lines translate to but you should
 never use the koji repositories as repos as they contain all sorts of
 randomly tagged bits that the release repos don't.

 olpc_frozen_1=0,koji.dist-f17-armv7hl
 olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0

Don't worry, these are not the koji repos you are thinking of. They
are OLPC's frozen versions of fedora repos from the release's freeze
date and are not directly from koji - really we should change the
naming scheme.

And this is the cause of the problem - upon release freeze date, the
firefox/xulrunner situation was in inconsistent state; this problem
has been frozen in our repos.

Basanta, I would advise against adding the official fedora-updates
repo into your build as has been suggested in this thread - while this
will result in a well matched firefox/xulrunner combination, it will
bring in a lot of untested package updates that were not part of the
release and have probably not been tested on OLPC XO.

Instead, create a local repo with these 2 packages and add it to your
build config:
http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Peter Robinson
On Thu, May 30, 2013 at 3:09 PM, Daniel Drake d...@laptop.org wrote:
 On Wed, May 29, 2013 at 11:50 PM, Peter Robinson pbrobin...@gmail.com wrote:
 Firefox and xulrunner 17 are the late known good (and matching) builds
 for Fedora 17, you need the major versions to be matching (so
 12/13/17) but if you were pulling in all the latest stable updates
 into the build you would have matching ones AFAICT from koji so
 there's some other issue.

 Ah yes, you are right, the latest available versions on koji are
 matching (v17) and built OK. I didn't spot them in the mass of failed
 builds. So the Fedora situation is OK.

 I'm not sure what the following lines translate to but you should
 never use the koji repositories as repos as they contain all sorts of
 randomly tagged bits that the release repos don't.

 olpc_frozen_1=0,koji.dist-f17-armv7hl
 olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0

 Don't worry, these are not the koji repos you are thinking of. They
 are OLPC's frozen versions of fedora repos from the release's freeze
 date and are not directly from koji - really we should change the
 naming scheme.

 And this is the cause of the problem - upon release freeze date, the
 firefox/xulrunner situation was in inconsistent state; this problem
 has been frozen in our repos.

 Basanta, I would advise against adding the official fedora-updates
 repo into your build as has been suggested in this thread - while this
 will result in a well matched firefox/xulrunner combination, it will
 bring in a lot of untested package updates that were not part of the
 release and have probably not been tested on OLPC XO.

 Instead, create a local repo with these 2 packages and add it to your
 build config:
 http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
 http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355

It will need newer nss*/nspr builds too.

Peter
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Jerry Vonau
On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
 On Thu, May 30, 2013 at 3:09 PM, Daniel Drake d...@laptop.org wrote:
  On Wed, May 29, 2013 at 11:50 PM, Peter Robinson pbrobin...@gmail.com 
  wrote:
  Firefox and xulrunner 17 are the late known good (and matching) builds
  for Fedora 17, you need the major versions to be matching (so
  12/13/17) but if you were pulling in all the latest stable updates
  into the build you would have matching ones AFAICT from koji so
  there's some other issue.
 
  Ah yes, you are right, the latest available versions on koji are
  matching (v17) and built OK. I didn't spot them in the mass of failed
  builds. So the Fedora situation is OK.
 
  I'm not sure what the following lines translate to but you should
  never use the koji repositories as repos as they contain all sorts of
  randomly tagged bits that the release repos don't.
 
  olpc_frozen_1=0,koji.dist-f17-armv7hl
  olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
 
  Don't worry, these are not the koji repos you are thinking of. They
  are OLPC's frozen versions of fedora repos from the release's freeze
  date and are not directly from koji - really we should change the
  naming scheme.
 
  And this is the cause of the problem - upon release freeze date, the
  firefox/xulrunner situation was in inconsistent state; this problem
  has been frozen in our repos.
 
  Basanta, I would advise against adding the official fedora-updates
  repo into your build as has been suggested in this thread - while this
  will result in a well matched firefox/xulrunner combination, it will
  bring in a lot of untested package updates that were not part of the
  release and have probably not been tested on OLPC XO.
 

That is why later in the thread I suggested to download what yum
installed on the XO, then create and use a custom repo for OOB.

  Instead, create a local repo with these 2 packages and add it to your
  build config:
  http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
  http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355
 
 It will need newer nss*/nspr builds too.
 
 Peter

Jerry





___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Basanta Shrestha
Adding fedora=fedora_update and rebuilding didn't work.

Jerry, As you suggested it installed all the required newer
firefox,xulrunner and nss... packages but the resulting image couldn't boot
the XO. Now I am going for your second suggestion. I have created a local
repo for firefox, xulrunner and other dependencies( 9 altogether) . Could
you please check if the entries are right?

/root/local/.repo

--
[local]
name=firefox-xulrunner local
baseurl=file:///root/local/
gpgcheck=0
enabled=1
--

 olpc-os-12.1.0-xo1.75.ini

Right below [repos] section

--
[custom_repo]
local=1,firefox,file:///root/local/
--





On Fri, May 31, 2013 at 1:37 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
  On Thu, May 30, 2013 at 3:09 PM, Daniel Drake d...@laptop.org wrote:
   On Wed, May 29, 2013 at 11:50 PM, Peter Robinson pbrobin...@gmail.com
 wrote:
   Firefox and xulrunner 17 are the late known good (and matching) builds
   for Fedora 17, you need the major versions to be matching (so
   12/13/17) but if you were pulling in all the latest stable updates
   into the build you would have matching ones AFAICT from koji so
   there's some other issue.
  
   Ah yes, you are right, the latest available versions on koji are
   matching (v17) and built OK. I didn't spot them in the mass of failed
   builds. So the Fedora situation is OK.
  
   I'm not sure what the following lines translate to but you should
   never use the koji repositories as repos as they contain all sorts of
   randomly tagged bits that the release repos don't.
  
   olpc_frozen_1=0,koji.dist-f17-armv7hl
   olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
  
   Don't worry, these are not the koji repos you are thinking of. They
   are OLPC's frozen versions of fedora repos from the release's freeze
   date and are not directly from koji - really we should change the
   naming scheme.
  
   And this is the cause of the problem - upon release freeze date, the
   firefox/xulrunner situation was in inconsistent state; this problem
   has been frozen in our repos.
  
   Basanta, I would advise against adding the official fedora-updates
   repo into your build as has been suggested in this thread - while this
   will result in a well matched firefox/xulrunner combination, it will
   bring in a lot of untested package updates that were not part of the
   release and have probably not been tested on OLPC XO.
  

 That is why later in the thread I suggested to download what yum
 installed on the XO, then create and use a custom repo for OOB.

   Instead, create a local repo with these 2 packages and add it to your
   build config:
   http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
   http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355
 
  It will need newer nss*/nspr builds too.
 
  Peter

 Jerry








-- 
Basanta Shrestha
Network Engineer
Open Learning Exchange (OLE) Nepal
Tel: +977.1.551, 5520075 Ext. 303
Cell: +977.9818 605110
http://www.olenepal.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-30 Thread Peter Robinson
On Fri, May 31, 2013 at 6:29 AM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Adding fedora=fedora_update and rebuilding didn't work.

And Daniel suggested you didn't do that anyway, there's been a big
change delta since OLPC branched off the F17 release so without
testing I'm not particularly surprised.

 Jerry, As you suggested it installed all the required newer
 firefox,xulrunner and nss... packages but the resulting image couldn't boot
 the XO. Now I am going for your second suggestion. I have created a local
 repo for firefox, xulrunner and other dependencies( 9 altogether) . Could
 you please check if the entries are right?

Does it work if you just yum install them?

 /root/local/.repo

 --
 [local]
 name=firefox-xulrunner local
 baseurl=file:///root/local/
 gpgcheck=0
 enabled=1
 --

  olpc-os-12.1.0-xo1.75.ini

 Right below [repos] section

 --
 [custom_repo]
 local=1,firefox,file:///root/local/
 --





 On Fri, May 31, 2013 at 1:37 AM, Jerry Vonau jvo...@shaw.ca wrote:

 On Thu, 2013-05-30 at 15:22 +0100, Peter Robinson wrote:
  On Thu, May 30, 2013 at 3:09 PM, Daniel Drake d...@laptop.org wrote:
   On Wed, May 29, 2013 at 11:50 PM, Peter Robinson
   pbrobin...@gmail.com wrote:
   Firefox and xulrunner 17 are the late known good (and matching)
   builds
   for Fedora 17, you need the major versions to be matching (so
   12/13/17) but if you were pulling in all the latest stable updates
   into the build you would have matching ones AFAICT from koji so
   there's some other issue.
  
   Ah yes, you are right, the latest available versions on koji are
   matching (v17) and built OK. I didn't spot them in the mass of failed
   builds. So the Fedora situation is OK.
  
   I'm not sure what the following lines translate to but you should
   never use the koji repositories as repos as they contain all sorts of
   randomly tagged bits that the release repos don't.
  
   olpc_frozen_1=0,koji.dist-f17-armv7hl
   olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
  
   Don't worry, these are not the koji repos you are thinking of. They
   are OLPC's frozen versions of fedora repos from the release's freeze
   date and are not directly from koji - really we should change the
   naming scheme.
  
   And this is the cause of the problem - upon release freeze date, the
   firefox/xulrunner situation was in inconsistent state; this problem
   has been frozen in our repos.
  
   Basanta, I would advise against adding the official fedora-updates
   repo into your build as has been suggested in this thread - while this
   will result in a well matched firefox/xulrunner combination, it will
   bring in a lot of untested package updates that were not part of the
   release and have probably not been tested on OLPC XO.
  

 That is why later in the thread I suggested to download what yum
 installed on the XO, then create and use a custom repo for OOB.

   Instead, create a local repo with these 2 packages and add it to your
   build config:
   http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=109570
   http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=116355
 
  It will need newer nss*/nspr builds too.
 
  Peter

 Jerry








 --
 Basanta Shrestha
 Network Engineer
 Open Learning Exchange (OLE) Nepal
 Tel: +977.1.551, 5520075 Ext. 303
 Cell: +977.9818 605110
 http://www.olenepal.org

 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel

___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-29 Thread Daniel Drake
On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Adding firefox did install firefox but gave following error while trying to
 execute on XO:
 
 $ firefox
 Error: Platform version '13.0' is not compatible with
 minVersion = 12.0
 maxVersion = 12.0
 -

Looks like an incompatibility with xulrunner, which hasn't been
successfully built on F17 in a while:
http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
Maybe Peter has some comments.

You could try an older version of firefox to match the latest (old)
version of xulrunner available.

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-29 Thread Jerry Vonau
On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
 On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
 basanta.shres...@olenepal.org wrote:
  Adding firefox did install firefox but gave following error while trying to
  execute on XO:
  
  $ firefox
  Error: Platform version '13.0' is not compatible with
  minVersion = 12.0
  maxVersion = 12.0
  -
 

Hi Basanta,

Think this has something to do with firefox wanting a specific xulrunner
version. Can you confirm what version is installed with: rpm -q
xulrunner. 

I have a workaround that I used with F14 that should still work with
this situation. Which repos are enabled in olpc-so-builder when you
generate the image?

Jerry


 Looks like an incompatibility with xulrunner, which hasn't been
 successfully built on F17 in a while:
 http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
 Maybe Peter has some comments.
 
 You could try an older version of firefox to match the latest (old)
 version of xulrunner available.
 
 Daniel
 ___
 Devel mailing list
 Devel@lists.laptop.org
 http://lists.laptop.org/listinfo/devel


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-29 Thread Basanta Shrestha
Please check my repo list at this configuration file.
http://pastebin.ca/2384881

and xulrunner and firefox version
xulrunner-13.0-1.fc17.armv7vl
firefox-12.0-1.fc17.armv7hl

Thank you.



On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
  On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
   Adding firefox did install firefox but gave following error while
 trying to
   execute on XO:
   
   $ firefox
   Error: Platform version '13.0' is not compatible with
   minVersion = 12.0
   maxVersion = 12.0
   -
 

 Hi Basanta,

 Think this has something to do with firefox wanting a specific xulrunner
 version. Can you confirm what version is installed with: rpm -q
 xulrunner.

 I have a workaround that I used with F14 that should still work with
 this situation. Which repos are enabled in olpc-so-builder when you
 generate the image?

 Jerry


  Looks like an incompatibility with xulrunner, which hasn't been
  successfully built on F17 in a while:
  http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
  Maybe Peter has some comments.
 
  You could try an older version of firefox to match the latest (old)
  version of xulrunner available.
 
  Daniel
  ___
  Devel mailing list
  Devel@lists.laptop.org
  http://lists.laptop.org/listinfo/devel





-- 
Basanta Shrestha
Network Engineer
Open Learning Exchange (OLE) Nepal
Tel: +977.1.551, 5520075 Ext. 303
Cell: +977.9818 605110
http://www.olenepal.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-29 Thread Peter Robinson
On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Please check my repo list at this configuration file.
 http://pastebin.ca/2384881

 and xulrunner and firefox version
 xulrunner-13.0-1.fc17.armv7vl
 firefox-12.0-1.fc17.armv7hl

Firefox and xulrunner 17 are the late known good (and matching) builds
for Fedora 17, you need the major versions to be matching (so
12/13/17) but if you were pulling in all the latest stable updates
into the build you would have matching ones AFAICT from koji so
there's some other issue.

I'm not sure what the following lines translate to but you should
never use the koji repositories as repos as they contain all sorts of
randomly tagged bits that the release repos don't.

olpc_frozen_1=0,koji.dist-f17-armv7hl
olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0

Peter

 Thank you.



 On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau jvo...@shaw.ca wrote:

 On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
  On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
  basanta.shres...@olenepal.org wrote:
   Adding firefox did install firefox but gave following error while
   trying to
   execute on XO:
   
   $ firefox
   Error: Platform version '13.0' is not compatible with
   minVersion = 12.0
   maxVersion = 12.0
   -
 

 Hi Basanta,

 Think this has something to do with firefox wanting a specific xulrunner
 version. Can you confirm what version is installed with: rpm -q
 xulrunner.

 I have a workaround that I used with F14 that should still work with
 this situation. Which repos are enabled in olpc-so-builder when you
 generate the image?

 Jerry


  Looks like an incompatibility with xulrunner, which hasn't been
  successfully built on F17 in a while:
  http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
  Maybe Peter has some comments.
 
  You could try an older version of firefox to match the latest (old)
  version of xulrunner available.
 
  Daniel
  ___
  Devel mailing list
  Devel@lists.laptop.org
  http://lists.laptop.org/listinfo/devel





 --
 Basanta Shrestha
 Network Engineer
 Open Learning Exchange (OLE) Nepal
 Tel: +977.1.551, 5520075 Ext. 303
 Cell: +977.9818 605110
 http://www.olenepal.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-29 Thread Jerry Vonau
On Thu, 2013-05-30 at 06:50 +0100, Peter Robinson wrote:
 On Thu, May 30, 2013 at 6:18 AM, Basanta Shrestha
 basanta.shres...@olenepal.org wrote:
  Please check my repo list at this configuration file.
  http://pastebin.ca/2384881
 
  and xulrunner and firefox version
  xulrunner-13.0-1.fc17.armv7vl
  firefox-12.0-1.fc17.armv7hl
 
 Firefox and xulrunner 17 are the late known good (and matching) builds
 for Fedora 17, you need the major versions to be matching (so
 12/13/17) but if you were pulling in all the latest stable updates
 into the build you would have matching ones AFAICT from koji so
 there's some other issue.
 
 I'm not sure what the following lines translate to but you should
 never use the koji repositories as repos as they contain all sorts of
 randomly tagged bits that the release repos don't.
 
 olpc_frozen_1=0,koji.dist-f17-armv7hl
 olpc_frozen_2=0,koji.dist-f17-armv7hl-updates-12.1.0
 
 Peter
 

Thought that was the official way of using OOB once the release enters
the frozen state. Please advise.

Jerry

  Thank you.
 
 
 
  On Wed, May 29, 2013 at 8:38 PM, Jerry Vonau jvo...@shaw.ca wrote:
 
  On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
   On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
   basanta.shres...@olenepal.org wrote:
Adding firefox did install firefox but gave following error while
trying to
execute on XO:

$ firefox
Error: Platform version '13.0' is not compatible with
minVersion = 12.0
maxVersion = 12.0
-
  
 
  Hi Basanta,
 
  Think this has something to do with firefox wanting a specific xulrunner
  version. Can you confirm what version is installed with: rpm -q
  xulrunner.
 
  I have a workaround that I used with F14 that should still work with
  this situation. Which repos are enabled in olpc-so-builder when you
  generate the image?
 
  Jerry
 
 
   Looks like an incompatibility with xulrunner, which hasn't been
   successfully built on F17 in a while:
   http://arm.koji.fedoraproject.org/koji/packageinfo?packageID=10131
   Maybe Peter has some comments.
  
   You could try an older version of firefox to match the latest (old)
   version of xulrunner available.
  
   Daniel
   ___
   Devel mailing list
   Devel@lists.laptop.org
   http://lists.laptop.org/listinfo/devel
 
 
 
 
 
  --
  Basanta Shrestha
  Network Engineer
  Open Learning Exchange (OLE) Nepal
  Tel: +977.1.551, 5520075 Ext. 303
  Cell: +977.9818 605110
  http://www.olenepal.org


___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-28 Thread Basanta Shrestha
Adding firefox did install firefox but gave following error while trying to
execute on XO:

$ firefox
Error: Platform version '13.0' is not compatible with
minVersion = 12.0
maxVersion = 12.0
-

Here is my entry of configuration file

-
[root@fedora-arm examples]# tail -10 olpc-os-12.1.0-xo1.75.ini
[custom_packages]
add_packages=firefox

[adobe_flash]
plugin_path=/root/libflashplayer.so

[sugar_welcome_activity]

[buildnr_from_file]
path=latestbuild
--









On Thu, May 23, 2013 at 7:40 PM, Daniel Drake d...@laptop.org wrote:

 On Wed, May 22, 2013 at 10:36 PM, Basanta Shrestha
 basanta.shres...@olenepal.org wrote:
  Hi there,
  I use fedora ARM to build OS for XO1.75. I have recently successfully
 built
  OS12.1.0 using olpc-os-12.1.0-xo1.75.ini. Now I am in need of preparing a
  build with firefox and flashplugin. Is it possible? If yes, what
 addition do
  I need to make on which files? Please suggest.

 You can use the olpc-os-builder custom_pkgs module to add firefox, and
 the adobe_flash module to add the flash player plugin for ARM which
 you presumably already have stored separately.

 Daniel




-- 
Basanta Shrestha
Network Engineer
Open Learning Exchange (OLE) Nepal
Tel: +977.1.551, 5520075 Ext. 303
Cell: +977.9818 605110
http://www.olenepal.org
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Re: Install Firefox

2013-05-23 Thread Daniel Drake
On Wed, May 22, 2013 at 10:36 PM, Basanta Shrestha
basanta.shres...@olenepal.org wrote:
 Hi there,
 I use fedora ARM to build OS for XO1.75. I have recently successfully built
 OS12.1.0 using olpc-os-12.1.0-xo1.75.ini. Now I am in need of preparing a
 build with firefox and flashplugin. Is it possible? If yes, what addition do
 I need to make on which files? Please suggest.

You can use the olpc-os-builder custom_pkgs module to add firefox, and
the adobe_flash module to add the flash player plugin for ARM which
you presumably already have stored separately.

Daniel
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel


Install Firefox

2013-05-22 Thread Basanta Shrestha
Hi there,
I use fedora ARM to build OS for XO1.75. I have recently successfully built
OS12.1.0 using olpc-os-12.1.0-xo1.75.ini. Now I am in need of preparing a
build with firefox and flashplugin. Is it possible? If yes, what addition
do I need to make on which files? Please suggest.

Thanks
Basanta
___
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel