Re: [fedora-arm] ARM Environment too slow for build

2013-06-30 Thread Basanta Shrestha
Exactly as you suggested, I didn't have to make tarball. Linking the
firefox file to required location did the job. It just required some minor
modifications like os.execl('.launch.sh','DUMMY')  and replacing
"service_name"  with "bundle_id" on activity.info file and I could run the
"EPaath" activity perfectly.

Now there is just a minor problem and that is when I close the activity
after using it is says "EPaath failed to start". I guess it has something
to do with activity not being suitable with new sugar interface.

-Basanta

On Mon, Jun 17, 2013 at 2:59 PM, Peter Robinson wrote:

> > On Mon, Jun 17, 2013 at 11:37 AM, Peter Robinson 
> > wrote:
> >>
> >> On Mon, Jun 17, 2013 at 6:47 AM, Basanta Shrestha
> >>  wrote:
> >> > Hi all,
> >> >
> >> > In order to build OS and some other packages for XO laptop ( ARMv7
> >> > architecture compatible ), I am doing virtualization through QEMU
> using
> >> > Versatile Express. I have a Dell PowerEdge (2 core with 3GB RAM)
> which I
> >> > consider is moderately fast machine. but inside VM I am only getting 1
> >> > CPU
> >> > and 1GB RAM and build process is very very slow. It takes more than 6
> >> > hours
> >> > to build the OS, right now I am building firefox and god know how long
> >> > it
> >> > will take.  Is there a way I can make it faster?I wonder what people
> are
> >> > using in similar cases. Please suggest.
> >>
> >> Why are you rebuilding firefox when we already provide pre build
> >> binaries is my first question?
> >
> >
> > I am looking for a firefox tarball and not a rpm. We have one activity
> that
> > requires the firefox folder ( folder we get when extracting
> > firefox.x.x.tar.gz) to be placed somewhere within that activity folder
> > structures.  Installing rpm will directly copy files to respective
> locations
> > within the system which doesn't do my job.
> >
> > Please do point me to such bundle if it can be found.
>
> I'm not going to do you a tar ball bundle, I've not got the time when
> we provide a perfectly good instance of Firefox that get security
> updates and various other things to protect users. If you explain your
> problem better I might be able to explain to you how to properly deal
> with your Sugar Activity so that you don't need custom builds of
> firefox that will only cause you problems later.
>
> Peter
>
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] [Sugar-devel] Which project to translate at translate.sugarlabs.org

2013-05-29 Thread Basanta Shrestha
Well that will require me to completely change OS on my build machine. I
will not be able to do that soon I am afraid. Any other option you can
suggest?
-Basanta


On Wed, May 29, 2013 at 5:38 PM, Walter Bender wrote:

> Could you test to see if the translations are correct in 13.1?
>
> -walter
>
> On Tue, May 28, 2013 at 11:49 PM, Basanta Shrestha
>  wrote:
> >
> > One example is "About Me" under "My Settings" which comes from
> "sugar.po" .
> > Thank you .
> > -Basanta
> >
> >
> >
> > On Tue, May 28, 2013 at 5:41 PM, Walter Bender 
> > wrote:
> >>
> >> On Tue, May 28, 2013 at 4:04 AM, Basanta Shrestha
> >>  wrote:
> >> > Hi all,
> >> > I have recently built a system(12.1.0) for xo 1.75 with sugar. The
> sugar
> >> > version on the build is 0.96.2. But the translation on the build does
> >> > not
> >> > match the translation from
> http://translate.sugarlabs.org/ne/glucose96/.
> >> > Then I made some alteration at Glucose, Glucose 0.94, Glucose 0.96 and
> >> > even
> >> > Glucose 0.98 and made the build again but the alteration doesn't
> >> > reflect.
> >> > Can anyone suggest from where might the translation be coming from?
> >> >
> >> > -Basanta
> >> >
> >> > ___
> >> > Sugar-devel mailing list
> >> > sugar-de...@lists.sugarlabs.org
> >> > http://lists.sugarlabs.org/listinfo/sugar-devel
> >> >
> >>
> >> There are lots of places where things could be going awry. But most
> >> likely, the new versions of activities incorporating the activities
> >> has not been released. If you could be more specific about where you
> >> are seeing the disconnection, it would be helpful, e.g., in the XYZ
> >> activity, or in the ABC component of Sugar.
> >>
> >> thanks.
> >>
> >> -walter
> >>
> >> --
> >> Walter Bender
> >> Sugar Labs
> >> http://www.sugarlabs.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
>
>
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.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
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] 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  wrote:

> On Wed, 2013-05-29 at 08:08 -0600, Daniel Drake wrote:
> > On Tue, May 28, 2013 at 9:40 PM, Basanta Shrestha
> >  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
> > de...@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
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] [Sugar-devel] Which project to translate at translate.sugarlabs.org

2013-05-28 Thread Basanta Shrestha
One example is "About Me" under "My Settings" which comes from "sugar.po" .
Thank you .
-Basanta



On Tue, May 28, 2013 at 5:41 PM, Walter Bender wrote:

> On Tue, May 28, 2013 at 4:04 AM, Basanta Shrestha
>  wrote:
> > Hi all,
> > I have recently built a system(12.1.0) for xo 1.75 with sugar. The sugar
> > version on the build is 0.96.2. But the translation on the build does not
> > match the translation from http://translate.sugarlabs.org/ne/glucose96/.
> > Then I made some alteration at Glucose, Glucose 0.94, Glucose 0.96 and
> even
> > Glucose 0.98 and made the build again but the alteration doesn't reflect.
> > Can anyone suggest from where might the translation be coming from?
> >
> > -Basanta
> >
> > ___
> > Sugar-devel mailing list
> > sugar-de...@lists.sugarlabs.org
> > http://lists.sugarlabs.org/listinfo/sugar-devel
> >
>
> There are lots of places where things could be going awry. But most
> likely, the new versions of activities incorporating the activities
> has not been released. If you could be more specific about where you
> are seeing the disconnection, it would be helpful, e.g., in the XYZ
> activity, or in the ABC component of Sugar.
>
> thanks.
>
> -walter
>
> --
> Walter Bender
> Sugar Labs
> http://www.sugarlabs.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
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

Re: [fedora-arm] 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  wrote:

> On Wed, May 22, 2013 at 10:36 PM, Basanta Shrestha
>  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
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

[fedora-arm] Which project to translate at translate.sugarlabs.org

2013-05-28 Thread Basanta Shrestha
Hi all,
I have recently built a system(12.1.0) for xo 1.75 with sugar. The sugar
version on the build is 0.96.2. But the translation on the build does not
match the translation from http://translate.sugarlabs.org/ne/glucose96/.
Then I made some alteration at Glucose, Glucose 0.94, Glucose 0.96 and even
Glucose 0.98 and made the build again but the alteration doesn't reflect.
Can anyone suggest from where might the translation be coming from?

-Basanta
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

[fedora-arm] 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
___
arm mailing list
arm@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/arm

[fedora-arm] (no subject)

2013-04-02 Thread Basanta Shrestha
Hi,

I am trying to run fedora arm under virtual box under fedora 18. I am
following http://fedoraproject.org/wiki/Architectures/ARM/HowToQemu .
I get following error. Please help.

# virsh define arm1.xml
Domain arm1 defined from arm1.xml

# virsh start arm1
error: Failed to start domain arm1
error: internal error process exited while connecting to monitor: Error:
Cirrus VGA not available

Regards,
Basanta Shrestha


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