Re: [E-devel] Problem with evas 1.7 on ARM

2013-05-16 Thread Martin Jansa
On Tue, May 07, 2013 at 05:23:40PM +0100, Daniel Willmann wrote:
 On 07/05/13 17:12, Martin Jansa wrote:
  On Tue, May 07, 2013 at 10:54:24AM +0100, Daniel Willmann wrote:
  On 05/05/13 09:11, Jérôme Pinot wrote:
 
  Anyway, it becomes obvious that evas was the actual culprit as
  reverting
  it for the 1.7.5 version makes e17 happy again. So I started to bisect
  the
  damn thing which proves to be quite painful under qemu, even with the
  help of distcc. And just because it doesn't happend so much these
  days:
  THANK YOU GIT FOR YOUR MARVELLOUS BISECT FEATURE!
 
  So the commit that gives problem is:
 
   8 
  From 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31 Mon Sep 17 00:00:00 2001
  From: Stefan Schmidt ste...@datenfreihafen.org
  Date: Fri, 08 Feb 2013 16:02:51 +
  Subject: Backport rev 83789
 
  SVN revision: 83793
   8 
 
  Link:
 
  http://git.enlightenment.org/legacy/evas.git/commit/?id=9a7a28b7582f516c67
  b23c4bb1a016cfc2ec5b31
 
  Ouch, that should have been reverted some time ago as it caused other
  issues as well (and wasn't actually a fix).
 
  I reverted it now.
  
  Did you forget to push it?
 
 I did push it. gitk shows me it's upstream
 
  I don't see it at
  http://git.enlightenment.org/legacy/evas.git/log/
 
 Maybe another effect of the diskspace-issue earlier?
 
 I just cloned the repo and it's definitely there. I will check about cgit.

In evas-1.7 branch? I still don't see it there..

$ git log origin/evas-1.7 -- 
src/modules/engines/software_x11/evas_xlib_outbuf.c | head
commit 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31
Author: Stefan Schmidt ste...@datenfreihafen.org
Date:   Fri Feb 8 16:02:51 2013 +

Backport rev 83789

SVN revision: 83793

  Thanks
  
  Some people on IRC told me they were already using last git on ARM
  without trouble, so I wonder. Maybe the gcc optimizations? I build on
  ARM using -march=armv4 -mtune=xscale.
 
  Hmm, it would only cause problems if you are using the evas rotation
  support so maybe that's the difference?
 
 Daniel
 
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and 
 their applications. This 200-page book is written by three acclaimed 
 leaders in the field. The early access version is available now. 
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem with evas 1.7 on ARM

2013-05-16 Thread Daniel Willmann
On 16/05/13 09:36, Martin Jansa wrote:
 On Tue, May 07, 2013 at 05:23:40PM +0100, Daniel Willmann wrote:
 On 07/05/13 17:12, Martin Jansa wrote:

 I don't see it at
 http://git.enlightenment.org/legacy/evas.git/log/

 Maybe another effect of the diskspace-issue earlier?

 I just cloned the repo and it's definitely there. I will check about
 cgit.
 
 In evas-1.7 branch? I still don't see it there..

Haha! Layer 8 issue, I still had my migration repo set as remote.

 $ git log origin/evas-1.7 --
 src/modules/engines/software_x11/evas_xlib_outbuf.c | head
 commit 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31
 Author: Stefan Schmidt ste...@datenfreihafen.org
 Date:   Fri Feb 8 16:02:51 2013 +
 
 Backport rev 83789
 
 SVN revision: 83793
 

It is fixed now. http://git.enlightenment.org/legacy/evas.git/ shows it.

Thanks for checking again, I would have forgotten!



Regards,
Daniel

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem with evas 1.7 on ARM

2013-05-16 Thread Martin Jansa
On Thu, May 16, 2013 at 10:27:22AM +0100, Daniel Willmann wrote:
 On 16/05/13 09:36, Martin Jansa wrote:
  On Tue, May 07, 2013 at 05:23:40PM +0100, Daniel Willmann wrote:
  On 07/05/13 17:12, Martin Jansa wrote:
 
  I don't see it at
  http://git.enlightenment.org/legacy/evas.git/log/
 
  Maybe another effect of the diskspace-issue earlier?
 
  I just cloned the repo and it's definitely there. I will check about
  cgit.
  
  In evas-1.7 branch? I still don't see it there..
 
 Haha! Layer 8 issue, I still had my migration repo set as remote.
 
  $ git log origin/evas-1.7 --
  src/modules/engines/software_x11/evas_xlib_outbuf.c | head
  commit 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31
  Author: Stefan Schmidt ste...@datenfreihafen.org
  Date:   Fri Feb 8 16:02:51 2013 +
  
  Backport rev 83789
  
  SVN revision: 83793
  
 
 It is fixed now. http://git.enlightenment.org/legacy/evas.git/ shows it.
 
 Thanks for checking again, I would have forgotten!

pity it didn't make it to 1.7.7 release :/

Rafael: would you mind spinning 1.7.7.1 with this?

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem with evas 1.7 on ARM

2013-05-07 Thread Daniel Willmann
On 05/05/13 09:11, Jérôme Pinot wrote:

 Anyway, it becomes obvious that evas was the actual culprit as reverting
 it for the 1.7.5 version makes e17 happy again. So I started to bisect the
 damn thing which proves to be quite painful under qemu, even with the
 help of distcc. And just because it doesn't happend so much these days:
 THANK YOU GIT FOR YOUR MARVELLOUS BISECT FEATURE!
 
 So the commit that gives problem is:
 
  8 
 From 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31 Mon Sep 17 00:00:00 2001
 From: Stefan Schmidt ste...@datenfreihafen.org
 Date: Fri, 08 Feb 2013 16:02:51 +
 Subject: Backport rev 83789
 
 SVN revision: 83793
  8 

 Link: 
 http://git.enlightenment.org/legacy/evas.git/commit/?id=9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31

Ouch, that should have been reverted some time ago as it caused other
issues as well (and wasn't actually a fix).

I reverted it now.

 Some people on IRC told me they were already using last git on ARM
 without trouble, so I wonder. Maybe the gcc optimizations? I build on
 ARM using -march=armv4 -mtune=xscale.

Hmm, it would only cause problems if you are using the evas rotation
support so maybe that's the difference?


Regards,
Daniel


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem with evas 1.7 on ARM

2013-05-07 Thread Martin Jansa
On Tue, May 07, 2013 at 10:54:24AM +0100, Daniel Willmann wrote:
 On 05/05/13 09:11, Jérôme Pinot wrote:
 
  Anyway, it becomes obvious that evas was the actual culprit as reverting
  it for the 1.7.5 version makes e17 happy again. So I started to bisect the
  damn thing which proves to be quite painful under qemu, even with the
  help of distcc. And just because it doesn't happend so much these days:
  THANK YOU GIT FOR YOUR MARVELLOUS BISECT FEATURE!
  
  So the commit that gives problem is:
  
   8 
  From 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31 Mon Sep 17 00:00:00 2001
  From: Stefan Schmidt ste...@datenfreihafen.org
  Date: Fri, 08 Feb 2013 16:02:51 +
  Subject: Backport rev 83789
  
  SVN revision: 83793
   8 
 
  Link: 
  http://git.enlightenment.org/legacy/evas.git/commit/?id=9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31
 
 Ouch, that should have been reverted some time ago as it caused other
 issues as well (and wasn't actually a fix).
 
 I reverted it now.

Did you forget to push it?

I don't see it at
http://git.enlightenment.org/legacy/evas.git/log/

Thanks

  Some people on IRC told me they were already using last git on ARM
  without trouble, so I wonder. Maybe the gcc optimizations? I build on
  ARM using -march=armv4 -mtune=xscale.
 
 Hmm, it would only cause problems if you are using the evas rotation
 support so maybe that's the difference?
 
 
 Regards,
 Daniel
 
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and 
 their applications. This 200-page book is written by three acclaimed 
 leaders in the field. The early access version is available now. 
 Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem with evas 1.7 on ARM

2013-05-07 Thread Daniel Willmann
On 07/05/13 17:12, Martin Jansa wrote:
 On Tue, May 07, 2013 at 10:54:24AM +0100, Daniel Willmann wrote:
 On 05/05/13 09:11, Jérôme Pinot wrote:

 Anyway, it becomes obvious that evas was the actual culprit as
 reverting
 it for the 1.7.5 version makes e17 happy again. So I started to bisect
 the
 damn thing which proves to be quite painful under qemu, even with the
 help of distcc. And just because it doesn't happend so much these
 days:
 THANK YOU GIT FOR YOUR MARVELLOUS BISECT FEATURE!

 So the commit that gives problem is:

  8 
 From 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31 Mon Sep 17 00:00:00 2001
 From: Stefan Schmidt ste...@datenfreihafen.org
 Date: Fri, 08 Feb 2013 16:02:51 +
 Subject: Backport rev 83789

 SVN revision: 83793
  8 

 Link:

 http://git.enlightenment.org/legacy/evas.git/commit/?id=9a7a28b7582f516c67
 b23c4bb1a016cfc2ec5b31

 Ouch, that should have been reverted some time ago as it caused other
 issues as well (and wasn't actually a fix).

 I reverted it now.
 
 Did you forget to push it?

I did push it. gitk shows me it's upstream

 I don't see it at
 http://git.enlightenment.org/legacy/evas.git/log/

Maybe another effect of the diskspace-issue earlier?

I just cloned the repo and it's definitely there. I will check about cgit.

 Thanks
 
 Some people on IRC told me they were already using last git on ARM
 without trouble, so I wonder. Maybe the gcc optimizations? I build on
 ARM using -march=armv4 -mtune=xscale.

 Hmm, it would only cause problems if you are using the evas rotation
 support so maybe that's the difference?

Daniel


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Problem with evas 1.7 on ARM

2013-05-05 Thread Jérôme Pinot
A nice ARMdventure,

Building the ARM packages for Slackware of the EFL/E from the1.7/0.17
branches, I got a problem that I didn't have with i486 and x86_64: E17
wouldn't launch anymore, showing only the mouse cursor over a black
screen.

As building for a release without debug symbols, e-crashdump was not
really talkative with a mere:

 8 
Thread 1 (Thread 0xb5c12000 (LWP 3643)):
#0  0xb5ed92bc in pause () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb5ed7e3c in __pthread_enable_asynccancel () from /lib/libpthread.so.0
No symbol table info available.
#2  0x000a in ?? ()
No symbol table info available.
#3  0x000a in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Detaching from program: /usr/bin/enlightenment, process 3643
 8 

Anyway, it becomes obvious that evas was the actual culprit as reverting
it for the 1.7.5 version makes e17 happy again. So I started to bisect the
damn thing which proves to be quite painful under qemu, even with the
help of distcc. And just because it doesn't happend so much these days:
THANK YOU GIT FOR YOUR MARVELLOUS BISECT FEATURE!

So the commit that gives problem is:

 8 
From 9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31 Mon Sep 17 00:00:00 2001
From: Stefan Schmidt ste...@datenfreihafen.org
Date: Fri, 08 Feb 2013 16:02:51 +
Subject: Backport rev 83789

SVN revision: 83793
 8 

Link: 
http://git.enlightenment.org/legacy/evas.git/commit/?id=9a7a28b7582f516c67b23c4bb1a016cfc2ec5b31
 

I confirm that reverting this patch on top of the last legacy/evas.git
solved my problem on ARM.

Some people on IRC told me they were already using last git on ARM
without trouble, so I wonder. Maybe the gcc optimizations? I build on
ARM using -march=armv4 -mtune=xscale.



-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel