On Wednesday 12 Jul 2017 08:57:30 you wrote:
> On Tue, 11 Jul 2017 23:12:25 +0100 Mick <michaelkintz...@gmail.com> said:
> > I installed e from e_git and noticed multiple entries in
> > ~/.xsession-errors
> > like this:
> > 
> > ERR<4498>:evas-gl_x11 /data/tmp_var/portage/dev-
> > libs/efl-9999/work/efl-9999/src/modules/evas/engines/gl_x11/evas_engine.c:
> > 1997 _native_bind_cb() eglCreateImage() for Pixmap 0x0xa1154e failed:
> > 0x3003
> this above says an egl image create failed. when binding a native pixmap...
> which is how compositing works (and transforms pixmaps to eglimages to then
> textures to use to render with). this generally shouldn't happen unless
> something really bad is going on (pixmap too big? pixmap invalid? driver
> issue? ).

I see.  There are a number of errors, all repeated a few times.  I can 
summarise these as follows:

First eina doesn't like something in my locales:

ERR<4555>:eina_safety /var/tmp/portage/dev-
libs/efl-9999/work/efl-9999/src/lib/efreet/efreet_ini.c:412 
efreet_ini_localestring_get() safety check failed: ini->section == NULL

Then efl and udisks2 have a spat:

ERR<4620>:eldbus /var/tmp/portage/dev-
libs/efl-9999/work/efl-9999/src/lib/eldbus/eldbus_proxy.c:818 _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.

The above is repeated for each partition on the drive.

Then evas has the problem with rendering some image:

ERR<4544>:evas-gl_x11 /var/tmp/portage/dev-
libs/efl-9999/work/efl-9999/src/modules/evas/engines/gl_x11/evas_engine.c:1997 
_native_bind_cb() eglCreateImage() for Pixmap 0x0xa019c5 failed: 0x3003


Nevertheless none of the above limit my enjoyment of the desktop.  :-)


> just a note... can you not paste these in with line wrapping on? yes - they
> are long lines. they tabulize the output and you have long file paths and
> long function names per line/entry ... it's the nature of the data (and the
> full path matters especially for modules so we cant just drop down to
> filename only)

Yes I can remove word wrapping so they look more tidy, attach a txt file 
and/or use pastebin, but ...


> but the top seems wrong. you are missing full debug symbols. you only have
> minimal symbols there. 

I built efl, enlightenment, xorg-server and mesa with:

CLAGS="-O2 -ffast-math -march=native -g -ggdb3"

Do I need more?

> if all the symbols are there and right you should get stuff like:
[snip ...]

>     /usr/local/lib/libeina.so.1 | 
> /home/raster/C/efl/src/lib/eina/eina_log.c      : 2055 @
> eina_log_print_cb_stderr()
[snip ...]

Hmm ... I assume you built efl in /home/raster/C/, while I built it in 
/data/tmp_var/portage/ but this directory is cleared out after the package is 
installed.  Is it necessary to retain all the build time files?

-- 
Regards,
Mick
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to