[e-users] Build python-efl with python 2.6?

2013-12-28 Thread Páder Rezső
Hi all,


it is possible to compile python-efl with python 2.6?
It seems to me, that python 2.6 is not supported.


Best regards,

rezso
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Kai Huuhko
The extensions themselves should be possible to compile with Python 2.6,
and the setup script allows this, we haven't tested this though so that's
why the minimum is documented as 2.7, AFAIK automated test discovery and
maybe some examples won't work though as they use Python 2.7+ features.

Do let us know if you have any trouble compiling.


2013/12/28 Páder Rezső re...@rezso.net

 Hi all,


 it is possible to compile python-efl with python 2.6?
 It seems to me, that python 2.6 is not supported.


 Best regards,

 rezso


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Páder Rezső
Sat, 28 Dec 2013 12:36:34 +0200 -n
Kai Huuhko kai.huu...@gmail.com írta:

 The extensions themselves should be possible to compile with Python 2.6,
 and the setup script allows this, we haven't tested this though so that's
 why the minimum is documented as 2.7, AFAIK automated test discovery and
 maybe some examples won't work though as they use Python 2.7+ features.
 
 Do let us know if you have any trouble compiling.

Checking for Eina: Traceback (most recent call last):
  File ./setup.py, line 94, in module
eina_pkg_config = pkg_config('Eina', 'eina', 1.8.0)
  File ./setup.py, line 31, in pkg_config
ver = subprocess.check_output([pkg-config, --modversion, 
require]).decode(utf-8).strip()
AttributeError: 'module' object has no attribute 'check_output'

subprocess.check_output is added in python 2.7, doesn't exists in 2.6


Best regards,

rezso
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Kai Huuhko
Okay. I'll try to get a Python 2.6 set up ASAP and remove all uses of
non-compatible features. There should be no real reason we wouldn't be able
to drop the requirement to 2.6.


2013/12/28 Páder Rezső re...@rezso.net

 Sat, 28 Dec 2013 12:36:34 +0200 -n
 Kai Huuhko kai.huu...@gmail.com írta:

  The extensions themselves should be possible to compile with Python 2.6,
  and the setup script allows this, we haven't tested this though so that's
  why the minimum is documented as 2.7, AFAIK automated test discovery and
  maybe some examples won't work though as they use Python 2.7+ features.
 
  Do let us know if you have any trouble compiling.

 Checking for Eina: Traceback (most recent call last):
   File ./setup.py, line 94, in module
 eina_pkg_config = pkg_config('Eina', 'eina', 1.8.0)
   File ./setup.py, line 31, in pkg_config
 ver = subprocess.check_output([pkg-config, --modversion,
 require]).decode(utf-8).strip()
 AttributeError: 'module' object has no attribute 'check_output'

 subprocess.check_output is added in python 2.7, doesn't exists in 2.6


 Best regards,

 rezso


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Jeff Hoogland
Is there a reason to support old versions of python? 2.7 has been the
stable release for some time now.

Even Debian stable has 2.7

~Jeff Hoogland
Bodhi Linux - http://www.bodhilinux.com/
On Dec 28, 2013 5:47 AM, Kai Huuhko kai.huu...@gmail.com wrote:

 Okay. I'll try to get a Python 2.6 set up ASAP and remove all uses of
 non-compatible features. There should be no real reason we wouldn't be able
 to drop the requirement to 2.6.


 2013/12/28 Páder Rezső re...@rezso.net

  Sat, 28 Dec 2013 12:36:34 +0200 -n
  Kai Huuhko kai.huu...@gmail.com írta:
 
   The extensions themselves should be possible to compile with Python
 2.6,
   and the setup script allows this, we haven't tested this though so
 that's
   why the minimum is documented as 2.7, AFAIK automated test discovery
 and
   maybe some examples won't work though as they use Python 2.7+ features.
  
   Do let us know if you have any trouble compiling.
 
  Checking for Eina: Traceback (most recent call last):
File ./setup.py, line 94, in module
  eina_pkg_config = pkg_config('Eina', 'eina', 1.8.0)
File ./setup.py, line 31, in pkg_config
  ver = subprocess.check_output([pkg-config, --modversion,
  require]).decode(utf-8).strip()
  AttributeError: 'module' object has no attribute 'check_output'
 
  subprocess.check_output is added in python 2.7, doesn't exists in 2.6
 
 
  Best regards,
 
  rezso
 
 
 
 --
  Rapidly troubleshoot problems before they affect your business. Most IT
  organizations don't have a clear picture of how application performance
  affects their revenue. With AppDynamics, you get 100% visibility into
 your
  Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
  Pro!
 
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 
 

 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Kai Huuhko
There is if someone requests it and it's not too bothersome to support.

I'm going through everything now to see if something is broken with Python
2.6. Tests definitely require at least version 2.7. Examples seem to be in
pretty good shape. There was one incompatible API method we added in 1.8
bindings that I've now disabled, it was untested and has functionality
that's also provided elsewhere. Can be added back if we can figure out how
to do conditional compilation using Python version.

Will push this to master and python-efl-1.8 branches soon.


2013/12/28 Jeff Hoogland jeffhoogl...@linux.com

 Is there a reason to support old versions of python? 2.7 has been the
 stable release for some time now.

 Even Debian stable has 2.7

 ~Jeff Hoogland
 Bodhi Linux - http://www.bodhilinux.com/
 On Dec 28, 2013 5:47 AM, Kai Huuhko kai.huu...@gmail.com wrote:

  Okay. I'll try to get a Python 2.6 set up ASAP and remove all uses of
  non-compatible features. There should be no real reason we wouldn't be
 able
  to drop the requirement to 2.6.
 
 
  2013/12/28 Páder Rezső re...@rezso.net
 
   Sat, 28 Dec 2013 12:36:34 +0200 -n
   Kai Huuhko kai.huu...@gmail.com írta:
  
The extensions themselves should be possible to compile with Python
  2.6,
and the setup script allows this, we haven't tested this though so
  that's
why the minimum is documented as 2.7, AFAIK automated test discovery
  and
maybe some examples won't work though as they use Python 2.7+
 features.
   
Do let us know if you have any trouble compiling.
  
   Checking for Eina: Traceback (most recent call last):
 File ./setup.py, line 94, in module
   eina_pkg_config = pkg_config('Eina', 'eina', 1.8.0)
 File ./setup.py, line 31, in pkg_config
   ver = subprocess.check_output([pkg-config, --modversion,
   require]).decode(utf-8).strip()
   AttributeError: 'module' object has no attribute 'check_output'
  
   subprocess.check_output is added in python 2.7, doesn't exists in 2.6
  
  
   Best regards,
  
   rezso
  
  
  
 
 --
   Rapidly troubleshoot problems before they affect your business. Most IT
   organizations don't have a clear picture of how application performance
   affects their revenue. With AppDynamics, you get 100% visibility into
  your
   Java,.NET,  PHP application. Start your 15-day FREE TRIAL of
 AppDynamics
   Pro!
  
 
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
  
 
 
 --
  Rapidly troubleshoot problems before they affect your business. Most IT
  organizations don't have a clear picture of how application performance
  affects their revenue. With AppDynamics, you get 100% visibility into
 your
  Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
  Pro!
 
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e18 - first impressions

2013-12-28 Thread Mick
On Saturday 28 Dec 2013 14:35:17 Jeff Hoogland wrote:
 Did you recompile forecasts after you built e18? It works here when I do
 that.

Thanks Jeff,

It wants to pull in all these old dependencies:

 # emerge -uaDv x11-plugins/e_modules-forecasts

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N~] dev-libs/eina-1.7.9  USE=mempool-chained-pool mempool-one-
big mmx nls sse sse2 (-altivec) -debug -default-mempool -doc -mempool-buddy -
mempool-fixed-bitmap -mempool-pass-through -static-libs {-test} -valgrind 0 
kB
[ebuild  N~] dev-libs/eet-1.7.9  USE=nls ssl -debug -doc -examples -
gnutls -static-libs {-test} 0 kB
[ebuild  N~] dev-libs/embryo-1.7.9  USE=nls -doc -static-libs 0 kB
[ebuild  N~] media-libs/evas-1.7.9  USE=X bmp eet fontconfig gif ico jpeg 
mmx nls opengl png ppm psd sse tiff xcb (-altivec) -bidi -directfb -doc -fbcon 
-gles -sse3 -static-libs -tga -wayland -xpm 0 kB
[ebuild  N~] dev-libs/ecore-1.7.9  USE=X evas inotify ipv6 nls opengl sdl 
ssl threads xcb -ares -curl -directfb -doc -examples -fbcon -gles -glib -
gnutls -static-libs -tslib -wayland -xinerama -xprint -xscreensaver 0 kB
[ebuild  N~] media-libs/edje-1.7.9  USE=cache nls -debug -doc -static-
libs -vim-syntax 0 kB
[ebuild  rR   *] x11-plugins/e_modules-forecasts-::enlightenment  USE=nls 
-doc 0 kB


 Make sure you are using e18.2 for the suspend issue ton be resolved. Pretty
 sure there was something in the change log about that.

I'm still on enlightenment-0.18.1, but here's something odd:  I tried to 
suspend to RAM once more and there was no problem with it ...

On the other hand, I keep getting these SLEEP messages in ~/.enlightenment-
recurring errors as was mentioned in a previous thread:

ESTART: 1119.78848 [0.01660] - SLEEP

but I can't recall what's causing these or how to fix it.

-- 
Regards,
Mick
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e18 - first impressions

2013-12-28 Thread Mick
On Saturday 28 Dec 2013 16:27:31 Mick wrote:

 On the other hand, I keep getting these SLEEP messages in ~/.enlightenment-
 recurring errors as was mentioned in a previous thread:
 
 ESTART: 1119.78848 [0.01660] - SLEEP
 
 but I can't recall what's causing these or how to fix it.

OK, I minimised its impact by symlinking it to /dev/null for now as suggested 
in a previous thread.


Another think I noticed in the log file:

ESTART: 0.13890 [0.00176] - E_Xkb Init Done
ESTART: 0.13893 [0.3] - E_Dnd Init
ESTART: 0.13921 [0.00028] - E_Dnd Init Done
ESTART: 0.13923 [0.2] - screens: manage roots
ERRevas-gl_commonmodules/evas/engines/gl_common/evas_gl_shader.c:985 : 
GL_INVALID_OPERATION
ERRevas-gl_commonmodules/evas/engines/gl_common/evas_gl_shader.c:985 : 
GL_INVALID_OPERATION
ERRevas-gl_commonmodules/evas/engines/gl_common/evas_gl_shader.c:985 : 
GL_INVALID_OPERATION
... [recurring]

ERRevas-gl_commonmodules/evas/engines/gl_common/evas_gl_shader.c:985 : 
GL_INVALID_OPERATION
ERRevas-gl_commonmodules/evas/engines/gl_common/evas_gl_shader.c:985 : 
GL_INVALID_OPERATION
ERRevas-gl_commonmodules/evas/engines/gl_common/evas_gl_texture.c:477 : 
GL_INVALID_OPERATION
Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 14: reading 
configurations from ~/.fonts.conf is deprecated.
ESTART: 0.36723 [0.22800] - screens: sync
ESTART: 0.36727 [0.5] - Screens Init Done
ESTART: 0.36744 [0.00017] - E_Acpi Init
ESTART: 0.36747 [0.2] - E_Acpi Init Done
ESTART: 0.36747 [0.1] - E_Backlight Init
ESTART: 0.36981 [0.00234] - E_Backlight Init Done
ESTART: 0.36983 [0.2] - E_Screensaver Init
ESTART: 0.36998 [0.00016] - E_Screensaver Init Done
ESTART: 0.36999 [0.1] - E_Dpms Init


Later on this:

ESTART: 0.38592 [0.1] - Run Startup Apps
ESTART: 0.38593 [0.2] - Run Startup Apps Done
ESTART: 0.38594 [0.1] - E_Container Thaw
ESTART: 0.38595 [0.1] - E_Container Thaw Done
ESTART: 0.38596 [0.1] - E_Test Init
ESTART: 0.38597 [0.1] - E_Test Done
ESTART: 0.38597 [0.1] - E_Shelf Init
ESTART: 0.38598 [0.1] - E_Shelf Init Done
ESTART: 0.38599 [0.1] - Manage all windows
ESTART: 0.41060 [0.02461] - MAIN LOOP AT LAST
ESTART: 0.48657 [0.07596] - SLEEP
ERRlib/eina/eina_file_common.c:510 safety check failed: file == NULL
ERRlib/eina/eina_file_common.c:510 safety check failed: file == NULL
ERRlib/eina/eina_file_common.c:510 safety check failed: file == NULL
E_RANDR Event: Screen Change: 1920 1080
Config Timestamp Changed
E_RANDR Event: Output Change
Output: 81
No Crtc
Mode: 0
Output Disconnected
Looping Our Crtc Configs



Finally, these errors are recorded:

ESTART: 1.07977 [0.01674] - SLEEP
ESTART: 1.09630 [0.01652] - SLEEP
ESTART: 1.11302 [0.01672] - SLEEP
ESTART: 1.12977 [0.01675] - SLEEP
ERRlib/eina/eina_file_common.c:510 safety check failed: file == NULL
ESTART: 1.16628 [0.03652] - SLEEP
ESTART: 1.17992 [0.01364] - SLEEP
ERR7485:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting 
all 
properties of org.freedesktop.UDisks2 
/org/freedesktop/UDisks2/block_devices/sda1,
 error message: org.enlightenment.DBus.Canceled Canceled by user.
ESTART: 1.19718 [0.01727] - SLEEP
ERR7485:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting 
all 
properties of org.freedesktop.UDisks2 
/org/freedesktop/UDisks2/block_devices/sda2,
 error message: org.enlightenment.DBus.Canceled Canceled by user.
ERR7485:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting 
all 
properties of org.freedesktop.UDisks2 
/org/freedesktop/UDisks2/block_devices/sda10
, error message: org.enlightenment.DBus.Canceled Canceled by user.
[...snip]

ERR7485:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting 
all properties of org.freedesktop.UDisks2 
/org/freedesktop/UDisks2/block_devices/sda7, error message: 
org.enlightenment.DBus.Canceled Canceled by user.
ERR7485:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting 
all properties of org.freedesktop.UDisks2 
/org/freedesktop/UDisks2/block_devices/sda9, error message: 
org.enlightenment.DBus.Canceled Canceled by user.
ESTART: 1.21369 [0.01651] - SLEEP
ERR7485:eldbus lib/eldbus/eldbus_proxy.c:751 _props_get_all() Error getting 
all properties of org.freedesktop.UDisks2 
/org/freedesktop/UDisks2/drives/ST9500420ASG_5VJ377P2, error message: 
org.enlightenment.DBus.Canceled Canceled by user.
ESTART: 1.25939 [0.04570] - SLEEP
ESTART: 1.27992 [0.02054] - SLEEP
ESTART: 1.29779 [0.01786] - SLEEP
ESTART: 1.31957 [0.02179] - SLEEP
ESTART: 1.33169 [0.01211] - SLEEP

Re: [e-users] Build python-efl with python 2.6?

2013-12-28 Thread Páder Rezső

 Will push this to master and python-efl-1.8 branches soon.

I found your commit, applied, and compiled python-efl successfully with
python 2.6.

Thank you for this very quick patch!


Best regards,

rezso
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e18 - first impressions

2013-12-28 Thread Jeff Hoogland
This is an issue with your package manager, not the source code.

~Jeff Hoogland
Bodhi Linux - http://www.bodhilinux.com/
On Dec 28, 2013 10:29 AM, Mick michaelkintz...@gmail.com wrote:

 On Saturday 28 Dec 2013 14:35:17 Jeff Hoogland wrote:
  Did you recompile forecasts after you built e18? It works here when I do
  that.

 Thanks Jeff,

 It wants to pull in all these old dependencies:

  # emerge -uaDv x11-plugins/e_modules-forecasts

 These are the packages that would be merged, in order:

 Calculating dependencies... done!
 [ebuild  N~] dev-libs/eina-1.7.9  USE=mempool-chained-pool
 mempool-one-
 big mmx nls sse sse2 (-altivec) -debug -default-mempool -doc
 -mempool-buddy -
 mempool-fixed-bitmap -mempool-pass-through -static-libs {-test} -valgrind
 0
 kB
 [ebuild  N~] dev-libs/eet-1.7.9  USE=nls ssl -debug -doc -examples -
 gnutls -static-libs {-test} 0 kB
 [ebuild  N~] dev-libs/embryo-1.7.9  USE=nls -doc -static-libs 0 kB
 [ebuild  N~] media-libs/evas-1.7.9  USE=X bmp eet fontconfig gif ico
 jpeg
 mmx nls opengl png ppm psd sse tiff xcb (-altivec) -bidi -directfb -doc
 -fbcon
 -gles -sse3 -static-libs -tga -wayland -xpm 0 kB
 [ebuild  N~] dev-libs/ecore-1.7.9  USE=X evas inotify ipv6 nls opengl
 sdl
 ssl threads xcb -ares -curl -directfb -doc -examples -fbcon -gles -glib -
 gnutls -static-libs -tslib -wayland -xinerama -xprint -xscreensaver 0 kB
 [ebuild  N~] media-libs/edje-1.7.9  USE=cache nls -debug -doc -static-
 libs -vim-syntax 0 kB
 [ebuild  rR   *] x11-plugins/e_modules-forecasts-::enlightenment
  USE=nls
 -doc 0 kB


  Make sure you are using e18.2 for the suspend issue ton be resolved.
 Pretty
  sure there was something in the change log about that.

 I'm still on enlightenment-0.18.1, but here's something odd:  I tried to
 suspend to RAM once more and there was no problem with it ...

 On the other hand, I keep getting these SLEEP messages in ~/.enlightenment-
 recurring errors as was mentioned in a previous thread:

 ESTART: 1119.78848 [0.01660] - SLEEP

 but I can't recall what's causing these or how to fix it.

 --
 Regards,
 Mick


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e18 - first impressions

2013-12-28 Thread Alan McKinnon
On 28/12/2013 18:27, Mick wrote:
 On Saturday 28 Dec 2013 14:35:17 Jeff Hoogland wrote:
 Did you recompile forecasts after you built e18? It works here when I do
 that.
 
 Thanks Jeff,
 
 It wants to pull in all these old dependencies:
 
  # emerge -uaDv x11-plugins/e_modules-forecasts
 
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
 [ebuild  N~] dev-libs/eina-1.7.9  USE=mempool-chained-pool mempool-one-
 big mmx nls sse sse2 (-altivec) -debug -default-mempool -doc -mempool-buddy -
 mempool-fixed-bitmap -mempool-pass-through -static-libs {-test} -valgrind 0 
 kB
 [ebuild  N~] dev-libs/eet-1.7.9  USE=nls ssl -debug -doc -examples -
 gnutls -static-libs {-test} 0 kB
 [ebuild  N~] dev-libs/embryo-1.7.9  USE=nls -doc -static-libs 0 kB
 [ebuild  N~] media-libs/evas-1.7.9  USE=X bmp eet fontconfig gif ico 
 jpeg 
 mmx nls opengl png ppm psd sse tiff xcb (-altivec) -bidi -directfb -doc 
 -fbcon 
 -gles -sse3 -static-libs -tga -wayland -xpm 0 kB
 [ebuild  N~] dev-libs/ecore-1.7.9  USE=X evas inotify ipv6 nls opengl 
 sdl 
 ssl threads xcb -ares -curl -directfb -doc -examples -fbcon -gles -glib -
 gnutls -static-libs -tslib -wayland -xinerama -xprint -xscreensaver 0 kB
 [ebuild  N~] media-libs/edje-1.7.9  USE=cache nls -debug -doc -static-
 libs -vim-syntax 0 kB
 [ebuild  rR   *] x11-plugins/e_modules-forecasts-::enlightenment  
 USE=nls 
 -doc 0 kB


enlightenment overlay has only been updated for e18 and efl.

All the other stuff in there like external modules is still for e17.
Maintainer probably needs a prod, I dunno who to contact as metadata.xml
says there is no herd :-(


 Make sure you are using e18.2 for the suspend issue ton be resolved. Pretty
 sure there was something in the change log about that.
 
 I'm still on enlightenment-0.18.1, but here's something odd:  I tried to 
 suspend to RAM once more and there was no problem with it ...
 
 On the other hand, I keep getting these SLEEP messages in ~/.enlightenment-
 recurring errors as was mentioned in a previous thread:
 
 ESTART: 1119.78848 [0.01660] - SLEEP
 
 but I can't recall what's causing these or how to fix it.


It's fixed in 0.18.2

You could probably patch it yourself (it's one initialization
statement), the code fix was in a reply to this list in the last 48 hours


-- 
Alan McKinnon
alan.mckin...@gmail.com


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e18 - first impressions

2013-12-28 Thread Mick
On Saturday 28 Dec 2013 21:26:08 Alan McKinnon wrote:
 On 28/12/2013 18:27, Mick wrote:
  On Saturday 28 Dec 2013 14:35:17 Jeff Hoogland wrote:
  Did you recompile forecasts after you built e18? It works here when I do
  that.
  
  Thanks Jeff,
  
  It wants to pull in all these old dependencies:
   # emerge -uaDv x11-plugins/e_modules-forecasts
  
  These are the packages that would be merged, in order:
[...snip]

 enlightenment overlay has only been updated for e18 and efl.
 
 All the other stuff in there like external modules is still for e17.
 Maintainer probably needs a prod, I dunno who to contact as metadata.xml
 says there is no herd :-(
 
  Make sure you are using e18.2 for the suspend issue ton be resolved.
  Pretty sure there was something in the change log about that.
  
  I'm still on enlightenment-0.18.1, but here's something odd:  I tried to
  suspend to RAM once more and there was no problem with it ...
  
  On the other hand, I keep getting these SLEEP messages in
  ~/.enlightenment- recurring errors as was mentioned in a previous
  thread:
  
  ESTART: 1119.78848 [0.01660] - SLEEP
  
  but I can't recall what's causing these or how to fix it.
 
 It's fixed in 0.18.2
 
 You could probably patch it yourself (it's one initialization
 statement), the code fix was in a reply to this list in the last 48 hours

Thanks Alan!  I will send a message to the maintainer.

-- 
Regards,
Mick
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] QA message from e18 compilation

2013-12-28 Thread P Purkayastha
Hi,

   The following QA message is probably automatically generated by the 
portage system of Gentoo. Not sure if it is important. This message was 
generated on compilation of enlightenment-0.18.2.

=
  * QA Notice: Package triggers severe warnings which indicate that it
  *may exhibit random runtime failures.
  * everything/md5.c:153:4: warning: dereferencing type-punned pointer 
will break strict-aliasing rules [-Wstrict-aliasing]
  * everything/md5.c:154:4: warning: dereferencing type-punned pointer 
will break strict-aliasing rules [-Wstrict-aliasing]

  * Please do not file a Gentoo bug and instead report the above QA
  * issues directly to the upstream developers of this software.
  * Homepage: http://www.enlightenment.org/
=


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users