Re: [e-users] symbol lookup error
Thanks SeoZ. Here are the results: 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI: ./eina-1/eina/eina_log.h:945:extern EAPI const char *_eina_log_state_shutdown; ./eina-1/eina/eina_log.h:948:#define EINA_LOG_STATE_SHUTDOWN _eina_log_state_shutdown 2. /opt/efl/lib$ nm libeina.so | grep _eina_log_state_shutdown: 0025af20 D _eina_log_state_shutdown fwiw, I'm on Debian sid, amd64. On 06/11/2013 01:15 AM, Daniel Juyung Seo wrote: > Can you grep "_eina_log_state_shutdown"? > 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI > 2. /opt/efl/lib$ nm libeina.so|grep _eina_log_state_shutdown > > Thanks. > > Daniel Juyung Seo (SeoZ) > > > On Tue, Jun 11, 2013 at 8:45 AM, mh wrote: > >> Tried again a couple times, same result. I'm using Debian sid, amd64. >> Cedric, does this ring any bells? Thanks. >> >> On 06/10/2013 07:54 AM, mh wrote: >>> Compiled e from git into /opt/efl, fails to start with this error in >>> .xsession-errors, not sure how to fix: >>> >>> /opt/efl/bin/enlightenment: symbol lookup error: >>> /opt/efl/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown >>> >>> >>> >>> >>> >>> >> -- >>> How ServiceNow helps IT people transform IT departments: >>> 1. A cloud service to automate IT design, transition and operations >>> 2. Dashboards that offer high-level views of enterprise services >>> 3. A single system of record for all IT processes >>> http://p.sf.net/sfu/servicenow-d2d-j >>> ___ >>> enlightenment-users mailing list >>> enlightenment-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> >> >> -- >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> ___ >> enlightenment-users mailing list >> enlightenment-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> > -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] symbol lookup error
Weird... Did you run this? $ sudo ldconfig Or can you wipe out /opt/efl and install efl libraries again? Daniel Juyung Seo (SeoZ) On Tue, Jun 11, 2013 at 8:42 PM, mh wrote: > Thanks SeoZ. Here are the results: > > 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI: > > ./eina-1/eina/eina_log.h:945:extern EAPI const char > *_eina_log_state_shutdown; > ./eina-1/eina/eina_log.h:948:#define EINA_LOG_STATE_SHUTDOWN > _eina_log_state_shutdown > > 2. /opt/efl/lib$ nm libeina.so | grep _eina_log_state_shutdown: > > 0025af20 D _eina_log_state_shutdown > > fwiw, I'm on Debian sid, amd64. > > On 06/11/2013 01:15 AM, Daniel Juyung Seo wrote: > > Can you grep "_eina_log_state_shutdown"? > > 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI > > 2. /opt/efl/lib$ nm libeina.so|grep _eina_log_state_shutdown > > > > Thanks. > > > > Daniel Juyung Seo (SeoZ) > > > > > > On Tue, Jun 11, 2013 at 8:45 AM, mh wrote: > > > >> Tried again a couple times, same result. I'm using Debian sid, amd64. > >> Cedric, does this ring any bells? Thanks. > >> > >> On 06/10/2013 07:54 AM, mh wrote: > >>> Compiled e from git into /opt/efl, fails to start with this error in > >>> .xsession-errors, not sure how to fix: > >>> > >>> /opt/efl/bin/enlightenment: symbol lookup error: > >>> /opt/efl/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown > >>> > >>> > >>> > >>> > >>> > >>> > >> > -- > >>> How ServiceNow helps IT people transform IT departments: > >>> 1. A cloud service to automate IT design, transition and operations > >>> 2. Dashboards that offer high-level views of enterprise services > >>> 3. A single system of record for all IT processes > >>> http://p.sf.net/sfu/servicenow-d2d-j > >>> ___ > >>> enlightenment-users mailing list > >>> enlightenment-users@lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > >> > >> > -- > >> This SF.net email is sponsored by Windows: > >> > >> Build for Windows Store. > >> > >> http://p.sf.net/sfu/windows-dev2dev > >> ___ > >> enlightenment-users mailing list > >> enlightenment-users@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >> > > > -- > > This SF.net email is sponsored by Windows: > > > > Build for Windows Store. > > > > http://p.sf.net/sfu/windows-dev2dev > > ___ > > enlightenment-users mailing list > > enlightenment-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] symbol lookup error
Yeah, I did sudo ldconfig in the script. What I just tried was delete all directories in /opt/efl, and then install efl, evas_generic_loaders, enlightenment, and elementary by hand: autogen.sh, configure.sh, make, and then sudo make install and sudo ldconfig. Same result. On 06/11/2013 08:43 AM, Daniel Juyung Seo wrote: > Weird... > Did you run this? > $ sudo ldconfig > > Or can you wipe out /opt/efl and install efl libraries again? > > Daniel Juyung Seo (SeoZ) > > > On Tue, Jun 11, 2013 at 8:42 PM, mh wrote: > >> Thanks SeoZ. Here are the results: >> >> 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI: >> >> ./eina-1/eina/eina_log.h:945:extern EAPI const char >> *_eina_log_state_shutdown; >> ./eina-1/eina/eina_log.h:948:#define EINA_LOG_STATE_SHUTDOWN >> _eina_log_state_shutdown >> >> 2. /opt/efl/lib$ nm libeina.so | grep _eina_log_state_shutdown: >> >> 0025af20 D _eina_log_state_shutdown >> >> fwiw, I'm on Debian sid, amd64. >> >> On 06/11/2013 01:15 AM, Daniel Juyung Seo wrote: >>> Can you grep "_eina_log_state_shutdown"? >>> 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI >>> 2. /opt/efl/lib$ nm libeina.so|grep _eina_log_state_shutdown >>> >>> Thanks. >>> >>> Daniel Juyung Seo (SeoZ) >>> >>> >>> On Tue, Jun 11, 2013 at 8:45 AM, mh wrote: >>> Tried again a couple times, same result. I'm using Debian sid, amd64. Cedric, does this ring any bells? Thanks. On 06/10/2013 07:54 AM, mh wrote: > Compiled e from git into /opt/efl, fails to start with this error in > .xsession-errors, not sure how to fix: > > /opt/efl/bin/enlightenment: symbol lookup error: > /opt/efl/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown > > > > > > >> -- > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> -- >>> This SF.net email is sponsored by Windows: >>> >>> Build for Windows Store. >>> >>> http://p.sf.net/sfu/windows-dev2dev >>> ___ >>> enlightenment-users mailing list >>> enlightenment-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> >> >> -- >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> ___ >> enlightenment-users mailing list >> enlightenment-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> > -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users
Re: [e-users] symbol lookup error
Not sure if this was the problem, but I had an e17.conf and e18.conf file(s) in /etc/ld.so.conf.d, in addition to an efl.conf. I deleted those and ran sudo ldconf in build directories. That, and a reboot, and I'm good. Could the multiple e*.conf files have caused the problem? On 06/11/2013 03:05 PM, mh wrote: > Yeah, I did sudo ldconfig in the script. What I just tried was delete > all directories in /opt/efl, and then install efl, evas_generic_loaders, > enlightenment, and elementary by hand: autogen.sh, configure.sh, make, > and then sudo make install and sudo ldconfig. Same result. > > > On 06/11/2013 08:43 AM, Daniel Juyung Seo wrote: >> Weird... >> Did you run this? >> $ sudo ldconfig >> >> Or can you wipe out /opt/efl and install efl libraries again? >> >> Daniel Juyung Seo (SeoZ) >> >> >> On Tue, Jun 11, 2013 at 8:42 PM, mh wrote: >> >>> Thanks SeoZ. Here are the results: >>> >>> 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI: >>> >>> ./eina-1/eina/eina_log.h:945:extern EAPI const char >>> *_eina_log_state_shutdown; >>> ./eina-1/eina/eina_log.h:948:#define EINA_LOG_STATE_SHUTDOWN >>> _eina_log_state_shutdown >>> >>> 2. /opt/efl/lib$ nm libeina.so | grep _eina_log_state_shutdown: >>> >>> 0025af20 D _eina_log_state_shutdown >>> >>> fwiw, I'm on Debian sid, amd64. >>> >>> On 06/11/2013 01:15 AM, Daniel Juyung Seo wrote: Can you grep "_eina_log_state_shutdown"? 1. /opt/efl/include$ grep _eina_log_state_shutdown . -rnI 2. /opt/efl/lib$ nm libeina.so|grep _eina_log_state_shutdown Thanks. Daniel Juyung Seo (SeoZ) On Tue, Jun 11, 2013 at 8:45 AM, mh wrote: > Tried again a couple times, same result. I'm using Debian sid, amd64. > Cedric, does this ring any bells? Thanks. > > On 06/10/2013 07:54 AM, mh wrote: >> Compiled e from git into /opt/efl, fails to start with this error in >> .xsession-errors, not sure how to fix: >> >> /opt/efl/bin/enlightenment: symbol lookup error: >> /opt/efl/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown >> >> >> >> >> >> >>> -- >> How ServiceNow helps IT people transform IT departments: >> 1. A cloud service to automate IT design, transition and operations >> 2. Dashboards that offer high-level views of enterprise services >> 3. A single system of record for all IT processes >> http://p.sf.net/sfu/servicenow-d2d-j >> ___ >> enlightenment-users mailing list >> enlightenment-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >>> -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > >>> -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users >>> >>> -- >>> This SF.net email is sponsored by Windows: >>> >>> Build for Windows Store. >>> >>> http://p.sf.net/sfu/windows-dev2dev >>> ___ >>> enlightenment-users mailing list >>> enlightenment-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >>> >> -- >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> ___ >> enlightenment-users mailing list >> enlightenment-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > -- > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > ___ > enlightenment-users mailing list > enlightenment-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-users -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-d