| Submitter | Otavio Salvador |
|---|---|
| Date | Jan. 6, 2013, 10:12 p.m. |
| Message ID | <1357510379-14744-1-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/42107/ |
| State | New, archived |
| Headers | show |
Comments
On Sun, Jan 06, 2013 at 08:12:57PM -0200, Otavio Salvador wrote: > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> I've build tested all 3 on jenkins and looks good to me: Acked-By: Martin Jansa <Martin.Jansa@gmail.com> > --- > scripts/firefox-gen-l10n-recipes | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/scripts/firefox-gen-l10n-recipes b/scripts/firefox-gen-l10n-recipes > index 65126a2..c1378df 100755 > --- a/scripts/firefox-gen-l10n-recipes > +++ b/scripts/firefox-gen-l10n-recipes > @@ -21,7 +21,7 @@ for f in $TMPDIR/*.xpi; do > lang_code=$(echo $f | sed "s,$TMPDIR/\([^\.]*\).xpi,\1,g" | tr '[A-Z]' '[a-z]') > > cat > firefox-l10n-${lang_code}_$1.bb <<EOF > -# Copyright (C) 2009-2012, O.S. Systems Software Ltda. All Rights Reserved > +# Copyright (C) 2009-2013, O.S. Systems Software Ltda. All Rights Reserved > # Released under the MIT license (see packages/COPYING) > > require firefox-l10n.inc > -- > 1.7.2.5 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
On Mon, 7 Jan 2013 20:33:40 +0100 Martin Jansa <martin.jansa@gmail.com> wrote: > On Sun, Jan 06, 2013 at 08:12:57PM -0200, Otavio Salvador wrote: > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > > I've build tested all 3 on jenkins and looks good to me: It does the same than the previous version of firefox: root@om-gta04:~# firefox Illegal instruction om-gta04 is an armv7 machine with NEON. I think it's a toolchain issue. Denis.
On Thu, Jan 10, 2013 at 9:39 AM, Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> wrote: > On Mon, 7 Jan 2013 20:33:40 +0100 > Martin Jansa <martin.jansa@gmail.com> wrote: > >> On Sun, Jan 06, 2013 at 08:12:57PM -0200, Otavio Salvador wrote: >> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> >> >> I've build tested all 3 on jenkins and looks good to me: > It does the same than the previous version of firefox: > root@om-gta04:~# firefox > Illegal instruction > > om-gta04 is an armv7 machine with NEON. > I think it's a toolchain issue. What arch is it? Can you check which instruction is it? -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
Hi Denis, Le Thu, 10 Jan 2013 12:39:31 +0100, Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> a écrit : > On Mon, 7 Jan 2013 20:33:40 +0100 > Martin Jansa <martin.jansa@gmail.com> wrote: > > > On Sun, Jan 06, 2013 at 08:12:57PM -0200, Otavio Salvador wrote: > > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > > > > I've build tested all 3 on jenkins and looks good to me: > It does the same than the previous version of firefox: > root@om-gta04:~# firefox > Illegal instruction > > om-gta04 is an armv7 machine with NEON. > I think it's a toolchain issue. > can you test it on your cpuimx51 please ? Eric
On Thu, 10 Jan 2013 17:12:02 +0100 Eric Bénard <eric@eukrea.com> wrote: > Hi Denis, Hi, > Le Thu, 10 Jan 2013 12:39:31 +0100, > Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> a écrit : > > > On Mon, 7 Jan 2013 20:33:40 +0100 > > Martin Jansa <martin.jansa@gmail.com> wrote: > > > > > On Sun, Jan 06, 2013 at 08:12:57PM -0200, Otavio Salvador wrote: > > > > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > > > > > > I've build tested all 3 on jenkins and looks good to me: > > It does the same than the previous version of firefox: > > root@om-gta04:~# firefox > > Illegal instruction > > > > om-gta04 is an armv7 machine with NEON. > > I think it's a toolchain issue. > > > can you test it on your cpuimx51 please ? With which branch? danny? denzil? master? Denis.
On Thu, 10 Jan 2013 09:42:38 -0200 Otavio Salvador <otavio@ossystems.com.br> wrote: > On Thu, Jan 10, 2013 at 9:39 AM, Denis 'GNUtoo' Carikli > <GNUtoo@no-log.org> wrote: > > On Mon, 7 Jan 2013 20:33:40 +0100 > > Martin Jansa <martin.jansa@gmail.com> wrote: > > > >> On Sun, Jan 06, 2013 at 08:12:57PM -0200, Otavio Salvador wrote: > >> > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> > >> > >> I've build tested all 3 on jenkins and looks good to me: > > It does the same than the previous version of firefox: > > root@om-gta04:~# firefox > > Illegal instruction > > > > om-gta04 is an armv7 machine with NEON. > > I think it's a toolchain issue. > > What arch is it? Can you check which instruction is it? last time I tried to debug it it was an issue in the trampoline code for javascript, and was because of thumb issues, I also remember that the safe mode of firefox worked... Denis.
Patch
diff --git a/scripts/firefox-gen-l10n-recipes b/scripts/firefox-gen-l10n-recipes index 65126a2..c1378df 100755 --- a/scripts/firefox-gen-l10n-recipes +++ b/scripts/firefox-gen-l10n-recipes @@ -21,7 +21,7 @@ for f in $TMPDIR/*.xpi; do lang_code=$(echo $f | sed "s,$TMPDIR/\([^\.]*\).xpi,\1,g" | tr '[A-Z]' '[a-z]') cat > firefox-l10n-${lang_code}_$1.bb <<EOF -# Copyright (C) 2009-2012, O.S. Systems Software Ltda. All Rights Reserved +# Copyright (C) 2009-2013, O.S. Systems Software Ltda. All Rights Reserved # Released under the MIT license (see packages/COPYING) require firefox-l10n.inc
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- scripts/firefox-gen-l10n-recipes | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)