FS#32894 - e17 new package wont let me launch into desktop

Attached to Project: Arch Linux
Opened by john (splippity) - Thursday, 29 November 2012, 00:00 GMT
Last edited by Ronald van Haren (pressh) - Tuesday, 04 December 2012, 06:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I cant launch enlightenment17 from slim, kdm or command prompt


Additional info:
* package version(s) 0.17.0alpha6-1
* config and/or log files etc.


Steps to reproduce:
I tried using kdm, slim and even just launching enlightenment_start from the command prompt.
I started by getting an error:
error while loading shared library libudev.so.0 cannot open shared object file no such file or directory

I fixed it by doing ln -sf /usr/lib/libudev.so.1.2.0 /usr/lib/libudev.so.0

then when I try to launch I get the following error:

/usr/bin/enlightenment: symbol lookup error: /usr/lib/libelementary.so.1: undefined symbol: ECORE_X_ATOM_E_ILLUME_CLIPBOARD_STATE

which I cannot figure out how to get past.

No issues till the most recent update of 0.17.0alpha6-1

This task depends upon

Closed by  Ronald van Haren (pressh)
Tuesday, 04 December 2012, 06:58 GMT
Reason for closing:  Not a bug
Additional comments about closing:  User error
Comment by Greg (dolby) - Thursday, 29 November 2012, 02:36 GMT
Make sure your system is up to date and systemd is installed.
You might want to remove the symlink.
Comment by john (splippity) - Thursday, 29 November 2012, 03:57 GMT
my system is fully up to date. And systemd is installed. I even double checked using the migration file. Im migrated. Ive migrated a longtime ago when it was first mentioned. And e17 has ran fine until yesterday.
Comment by john (splippity) - Thursday, 29 November 2012, 04:35 GMT
also I deleted the link and still doesnt work so I dont know what the suggestion is.
Comment by Greg (dolby) - Thursday, 29 November 2012, 12:54 GMT
Hi, what is giving you the libudev error? Please paste the exact output.
Do you still have the udev package installed by any chance? Maybe even consolekit, initscripts, see -Qm output for no longer part of Arch packages.
AFAICT the soname bump happened back when there was a udev 186 package.
Comment by john (splippity) - Friday, 30 November 2012, 01:52 GMT
what package creates the symlinks?
I still cant get it to work. I dont understand what this clipboard issue is.
Comment by john (splippity) - Friday, 30 November 2012, 02:03 GMT
I did have consolekit installed. But not initscripts.
The error I get is:
enlightenment_start
E - PID=18725, valgrind=0
/usr/bin/enlightenment: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

if I dont create the simlink.
If I do create it I get the above error
/usr/bin/enlightenment: symbol lookup error: /usr/lib/libelementary.so.1: undefined symbol: ECORE_X_ATOM_E_ILLUME_CLIPBOARD_STATE


I even changed mirrors to the most up to date mirror on archlinux mirror site.
Comment by john (splippity) - Friday, 30 November 2012, 03:36 GMT
ok so then I ran:
comm -23 <(pacman -Qeq|sort) <(pacman -Qmq|sort) | pacman -S -

to reinstall all packages and it fixed the linking issue but still wont launch because I get that ecore error.
Comment by Ronald van Haren (pressh) - Friday, 30 November 2012, 08:55 GMT
Seems I have that symbol in both my x86_64 and i686 local copies of ecore. Can you check if it is defined on your installed copy (please post output of that command):

objdump -D /usr/lib/libecore_x.so.1.7.2 | grep CLIP
Comment by john (splippity) - Friday, 30 November 2012, 16:59 GMT
objdump -D /usr/lib/libecore_x.so.1.7.2 | grep CLIP
0003f984 <ECORE_X_ATOM_E_ILLUME_CLIPBOARD_OFF>:
0003f988 <ECORE_X_ATOM_E_ILLUME_CLIPBOARD_ON>:
0003f98c <ECORE_X_ATOM_E_ILLUME_CLIPBOARD_GEOMETRY>:
0003f990 <ECORE_X_ATOM_E_ILLUME_CLIPBOARD_STATE>:
0003fa74 <ECORE_X_ATOM_SELECTION_PROP_CLIPBOARD>:
0003fa80 <ECORE_X_ATOM_SELECTION_CLIPBOARD>:


is it caused by my enlightenment folder so I might need to reset to all defaults? Or is it something else? I didnt ever use a clipboard feature in enlightenment that I know of. thanks.
Comment by john (splippity) - Sunday, 02 December 2012, 04:44 GMT
still hasnt worked itself out and cant get past that error
Comment by Ronald van Haren (pressh) - Sunday, 02 December 2012, 20:45 GMT
Have you tried with a clean user or backup/move your e17 config? Nobody else seems to have the same problem so I guess it is something on your machine. I have no good idea though other than trying with a clean user.

Comment by john (splippity) - Monday, 03 December 2012, 00:33 GMT
I removed the entire .e folder and did complete removal of the enlightenment packages. Still same error.

What do you mean by clean user?
Comment by Jan de Groot (JGC) - Monday, 03 December 2012, 12:16 GMT
Please post the output of:
LD_DEBUG=files /usr/bin/enlightenment

Probably that will print some pointers about your incorrectly installed library that causes your bug. My guess is that there's some old library still around in /usr/local or some /opt path that is listed in /etc/ld.so.conf(.d/) which gets loaded instead of the packaged version from our repository.
Comment by john (splippity) - Tuesday, 04 December 2012, 01:28 GMT
LD_DEBUG=files /usr/bin/enlightenment
1958:
1958: file=libecore_x.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_x.so.1 [0]; generating link map
1958: dynamic: 0xb7798014 base: 0xb7759000 size: 0x00040a0c
1958: entry: 0xb776ea40 phdr: 0xb7759034 phnum: 6
1958:
1958:
1958: file=libecore_input.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_input.so.1 [0]; generating link map
1958: dynamic: 0xb7758098 base: 0xb7757000 size: 0x00001230
1958: entry: 0xb77578e0 phdr: 0xb7757034 phnum: 6
1958:
1958:
1958: file=libecore_input_evas.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_input_evas.so.1 [0]; generating link map
1958: dynamic: 0xb7756930 base: 0xb7753000 size: 0x00003c04
1958: entry: 0xb7754370 phdr: 0xb7753034 phnum: 6
1958:
1958:
1958: file=libecore_ipc.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_ipc.so.1 [0]; generating link map
1958: dynamic: 0xb7752aec base: 0xb774b000 size: 0x00007d64
1958: entry: 0xb774c8c0 phdr: 0xb774b034 phnum: 6
1958:
1958:
1958: file=libeio.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libeio.so.1 [0]; generating link map
1958: dynamic: 0xb7748e78 base: 0xb7738000 size: 0x0001131c
1958: entry: 0xb773ad80 phdr: 0xb7738034 phnum: 7
1958:
1958:
1958: file=libeeze.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libeeze.so.1 [0]; generating link map
1958: dynamic: 0xb7737014 base: 0xb7729000 size: 0x0000e4e4
1958: entry: 0xb772cd00 phdr: 0xb7729034 phnum: 6
1958:
1958:
1958: file=libelementary.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libelementary.so.1 [0]; generating link map
1958: dynamic: 0xb771cc50 base: 0xb759e000 size: 0x0018a034
1958: entry: 0xb75cb980 phdr: 0xb759e034 phnum: 7
1958:
1958:
1958: file=libeet.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libeet.so.1 [0]; generating link map
1958: dynamic: 0xb759d318 base: 0xb757e000 size: 0x0001f9b0
1958: entry: 0xb75833f0 phdr: 0xb757e034 phnum: 6
1958:
1958:
1958: file=libevas.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libevas.so.1 [0]; generating link map
1958: dynamic: 0xb75607c0 base: 0xb744b000 size: 0x001328c8
1958: entry: 0xb74652c0 phdr: 0xb744b034 phnum: 6
1958:
1958:
1958: file=libecore.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore.so.1 [0]; generating link map
1958: dynamic: 0xb743b014 base: 0xb7418000 size: 0x00031b74
1958: entry: 0xb741ee30 phdr: 0xb7418034 phnum: 6
1958:
1958:
1958: file=libeina.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libeina.so.1 [0]; generating link map
1958: dynamic: 0xb7417134 base: 0xb73cd000 size: 0x0004adbc
1958: entry: 0xb73d76b0 phdr: 0xb73cd034 phnum: 6
1958:
1958:
1958: file=libecore_evas.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_evas.so.1 [0]; generating link map
1958: dynamic: 0xb73cc2c0 base: 0xb739f000 size: 0x0002df74
1958: entry: 0xb73a92f0 phdr: 0xb739f034 phnum: 6
1958:
1958:
1958: file=libecore_file.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_file.so.1 [0]; generating link map
1958: dynamic: 0xb739e23c base: 0xb7396000 size: 0x000085b4
1958: entry: 0xb73988b0 phdr: 0xb7396034 phnum: 6
1958:
1958:
1958: file=libedje.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libedje.so.1 [0]; generating link map
1958: dynamic: 0xb73945c8 base: 0xb72f6000 size: 0x0009fcf8
1958: entry: 0xb730e330 phdr: 0xb72f6034 phnum: 6
1958:
1958:
1958: file=libefreet.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libefreet.so.1 [0]; generating link map
1958: dynamic: 0xb72f3014 base: 0xb72d2000 size: 0x000227e0
1958: entry: 0xb72d7340 phdr: 0xb72d2034 phnum: 6
1958:
1958:
1958: file=libefreet_mime.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libefreet_mime.so.1 [0]; generating link map
1958: dynamic: 0xb72d105c base: 0xb72cb000 size: 0x00006348
1958: entry: 0xb72cc780 phdr: 0xb72cb034 phnum: 6
1958:
1958:
1958: file=libedbus.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libedbus.so.1 [0]; generating link map
1958: dynamic: 0xb72ca014 base: 0xb72bf000 size: 0x0000b3ec
1958: entry: 0xb72c22e0 phdr: 0xb72bf034 phnum: 6
1958:
1958:
1958: file=libdbus-1.so.3 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libdbus-1.so.3 [0]; generating link map
1958: dynamic: 0xb72bde58 base: 0xb7274000 size: 0x0004a4c4
1958: entry: 0xb7279dc0 phdr: 0xb7274034 phnum: 7
1958:
1958:
1958: file=libecore_imf.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_imf.so.1 [0]; generating link map
1958: dynamic: 0xb727369c base: 0xb726d000 size: 0x000068c8
1958: entry: 0xb726ef60 phdr: 0xb726d034 phnum: 6
1958:
1958:
1958: file=libecore_con.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libecore_con.so.1 [0]; generating link map
1958: dynamic: 0xb726b014 base: 0xb724d000 size: 0x0001e7d8
1958: entry: 0xb7253630 phdr: 0xb724d034 phnum: 6
1958:
1958:
1958: file=libemotion.so.1 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libemotion.so.1 [0]; generating link map
1958: dynamic: 0xb724be98 base: 0xb723f000 size: 0x0000d26c
1958: entry: 0xb72427d0 phdr: 0xb723f034 phnum: 7
1958:
1958:
1958: file=libdl.so.2 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libdl.so.2 [0]; generating link map
1958: dynamic: 0xb723dec4 base: 0xb723a000 size: 0x00004080
1958: entry: 0xb723aad0 phdr: 0xb723a034 phnum: 9
1958:
1958:
1958: file=libm.so.6 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libm.so.6 [0]; generating link map
1958: dynamic: 0xb7238eb4 base: 0xb71fa000 size: 0x0003f090
1958: entry: 0xb71fe490 phdr: 0xb71fa034 phnum: 9
1958:
1958:
1958: file=libpam.so.0 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libpam.so.0 [0]; generating link map
1958: dynamic: 0xb71f8ebc base: 0xb71ec000 size: 0x0000d110
1958: entry: 0xb71edaa0 phdr: 0xb71ec034 phnum: 7
1958:
1958:
1958: file=libpthread.so.0 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libpthread.so.0 [0]; generating link map
1958: dynamic: 0xb71e7eb8 base: 0xb71d0000 size: 0x0001a1fc
1958: entry: 0xb71d5b50 phdr: 0xb71d0034 phnum: 9
1958:
1958:
1958: file=libc.so.6 [0]; needed by /usr/bin/enlightenment [0]
1958: file=libc.so.6 [0]; generating link map
1958: dynamic: 0xb71cbd9c base: 0xb7026000 size: 0x001a9ac4
1958: entry: 0xb703f760 phdr: 0xb7026034 phnum: 10
1958:
1958:
1958: file=libXcursor.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXcursor.so.1 [0]; generating link map
1958: dynamic: 0xb7024ef8 base: 0xb701b000 size: 0x0000a190
1958: entry: 0xb701cf80 phdr: 0xb701b034 phnum: 7
1958:
1958:
1958: file=libXdamage.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXdamage.so.1 [0]; generating link map
1958: dynamic: 0xb7019efc base: 0xb7017000 size: 0x00003050
1958: entry: 0xb7017840 phdr: 0xb7017034 phnum: 7
1958:
1958:
1958: file=libXcomposite.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXcomposite.so.1 [0]; generating link map
1958: dynamic: 0xb7015f04 base: 0xb7013000 size: 0x00003044
1958: entry: 0xb70138d0 phdr: 0xb7013034 phnum: 7
1958:
1958:
1958: file=libXfixes.so.3 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXfixes.so.3 [0]; generating link map
1958: dynamic: 0xb7011f04 base: 0xb700d000 size: 0x00005078
1958: entry: 0xb700df90 phdr: 0xb700d034 phnum: 7
1958:
1958:
1958: file=libXi.so.6 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXi.so.6 [0]; generating link map
1958: dynamic: 0xb700aee4 base: 0xb6ffc000 size: 0x0000f1a0
1958: entry: 0xb6ffda60 phdr: 0xb6ffc034 phnum: 7
1958:
1958:
1958: file=libXinerama.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXinerama.so.1 [0]; generating link map
1958: dynamic: 0xb6ffaf10 base: 0xb6ff8000 size: 0x000030c0
1958: entry: 0xb6ff8800 phdr: 0xb6ff8034 phnum: 7
1958:
1958:
1958: file=libXp.so.6 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXp.so.6 [0]; generating link map
1958: dynamic: 0xb6ff6ef0 base: 0xb6fee000 size: 0x00009204
1958: entry: 0xb6fefc80 phdr: 0xb6fee034 phnum: 7
1958:
1958:
1958: file=libXrandr.so.2 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXrandr.so.2 [0]; generating link map
1958: dynamic: 0xb6feced8 base: 0xb6fe3000 size: 0x0000a0dc
1958: entry: 0xb6fe45a0 phdr: 0xb6fe3034 phnum: 7
1958:
1958:
1958: file=libXrender.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXrender.so.1 [0]; generating link map
1958: dynamic: 0xb6fe1f04 base: 0xb6fd8000 size: 0x0000a1ac
1958: entry: 0xb6fd9410 phdr: 0xb6fd8034 phnum: 7
1958:
1958:
1958: file=libXss.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXss.so.1 [0]; generating link map
1958: dynamic: 0xb6fd6f10 base: 0xb6fd4000 size: 0x000030e0
1958: entry: 0xb6fd4970 phdr: 0xb6fd4034 phnum: 7
1958:
1958:
1958: file=libXtst.so.6 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXtst.so.6 [0]; generating link map
1958: dynamic: 0xb6fd1f04 base: 0xb6fcc000 size: 0x00006170
1958: entry: 0xb6fccf60 phdr: 0xb6fcc034 phnum: 7
1958:
1958:
1958: file=libX11.so.6 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libX11.so.6 [0]; generating link map
1958: dynamic: 0xb6fc8d88 base: 0xb6e96000 size: 0x00135b38
1958: entry: 0xb6eaa280 phdr: 0xb6e96034 phnum: 7
1958:
1958:
1958: file=libXext.so.6 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libXext.so.6 [0]; generating link map
1958: dynamic: 0xb6e94efc base: 0xb6e83000 size: 0x000126c8
1958: entry: 0xb6e85a10 phdr: 0xb6e83034 phnum: 7
1958:
1958:
1958: file=libglib-2.0.so.0 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=libglib-2.0.so.0 [0]; generating link map
1958: dynamic: 0xb6e81e70 base: 0xb6d88000 size: 0x000faca0
1958: entry: 0xb6d9cf40 phdr: 0xb6d88034 phnum: 7
1958:
1958:
1958: file=librt.so.1 [0]; needed by /opt/e17/lib/libecore_x.so.1 [0]
1958: file=librt.so.1 [0]; generating link map
1958: dynamic: 0xb6d86ec8 base: 0xb6d7f000 size: 0x0000824c
1958: entry: 0xb6d80940 phdr: 0xb6d7f034 phnum: 9
1958:
1958:
1958: file=libfreetype.so.6 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libfreetype.so.6 [0]; generating link map
1958: dynamic: 0xb6d7ce90 base: 0xb6ce2000 size: 0x0009b360
1958: entry: 0xb6ce9ea0 phdr: 0xb6ce2034 phnum: 7
1958:
1958:
1958: file=libfribidi.so.0 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libfribidi.so.0 [0]; generating link map
1958: dynamic: 0xb6ce0ee4 base: 0xb6cc8000 size: 0x00019080
1958: entry: 0xb6cc9110 phdr: 0xb6cc8034 phnum: 7
1958:
1958:
1958: file=libgnutls.so.28 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libgnutls.so.28 [0]; generating link map
1958: dynamic: 0xb6cc5c6c base: 0xb6bb6000 size: 0x00111aac
1958: entry: 0xb6bcc390 phdr: 0xb6bb6034 phnum: 7
1958:
1958:
1958: file=libgcrypt.so.11 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libgcrypt.so.11 [0]; generating link map
1958: dynamic: 0xb6bb3ea0 base: 0xb6b32000 size: 0x00083f4c
1958: entry: 0xb6b36b70 phdr: 0xb6b32034 phnum: 7
1958:
1958:
1958: file=libgpg-error.so.0 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libgpg-error.so.0 [0]; generating link map
1958: dynamic: 0xb6b30ef8 base: 0xb6b2d000 size: 0x00004030
1958: entry: 0xb6b2d710 phdr: 0xb6b2d034 phnum: 7
1958:
1958:
1958: file=libz.so.1 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libz.so.1 [0]; generating link map
1958: dynamic: 0xb6b2aec8 base: 0xb6b15000 size: 0x000160fc
1958: entry: 0xb6b169f0 phdr: 0xb6b15034 phnum: 7
1958:
1958:
1958: file=libjpeg.so.8 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libjpeg.so.8 [0]; generating link map
1958: dynamic: 0xb6b03d00 base: 0xb6abe000 size: 0x000561a4
1958: entry: 0xb6ac0b70 phdr: 0xb6abe034 phnum: 7
1958:
1958:
1958: file=libfontconfig.so.1 [0]; needed by /opt/e17/lib/libecore_input_evas.so.1 [0]
1958: file=libfontconfig.so.1 [0]; generating link map
1958: dynamic: 0xb6abced4 base: 0xb6a85000 size: 0x00038cf4
1958: entry: 0xb6a895f0 phdr: 0xb6a85034 phnum: 7
1958:
1958:
1958: file=libcurl.so.4 [0]; needed by /opt/e17/lib/libecore_ipc.so.1 [0]
1958: file=libcurl.so.4 [0]; generating link map
1958: dynamic: 0xb6a83e44 base: 0xb6a25000 size: 0x0005f7dc
1958: entry: 0xb6a2ae50 phdr: 0xb6a25034 phnum: 7
1958:
1958:
1958: file=libudev.so.0 [0]; needed by /opt/e17/lib/libeeze.so.1 [0]
1958: file=libudev.so.0 [0]; generating link map
1958: dynamic: 0xb6a23d34 base: 0xb6a12000 size: 0x00012844
1958: entry: 0xb6a148a0 phdr: 0xb6a12034 phnum: 7
1958:
1958:
1958: file=libmount.so.1 [0]; needed by /opt/e17/lib/libeeze.so.1 [0]
1958: file=libmount.so.1 [0]; generating link map
1958: dynamic: 0xb6a0eea0 base: 0xb69d8000 size: 0x0003866c
1958: entry: 0xb69deb60 phdr: 0xb69d8034 phnum: 8
1958:
1958:
1958: file=libecore_fb.so.1 [0]; needed by /usr/lib/libelementary.so.1 [0]
1958: file=libecore_fb.so.1 [0]; generating link map
1958: dynamic: 0xb69d7014 base: 0xb69d1000 size: 0x00006f10
1958: entry: 0xb69d3970 phdr: 0xb69d1034 phnum: 6
1958:
1958:
1958: file=libefreet_trash.so.1 [0]; needed by /usr/lib/libelementary.so.1 [0]
1958: file=libefreet_trash.so.1 [0]; generating link map
1958: dynamic: 0xb69d0048 base: 0xb69cd000 size: 0x00003268
1958: entry: 0xb69cdee0 phdr: 0xb69cd034 phnum: 6
1958:
1958:
1958: file=libethumb_client.so.1 [0]; needed by /usr/lib/libelementary.so.1 [0]
1958: file=libethumb_client.so.1 [0]; generating link map
1958: dynamic: 0xb69cbec8 base: 0xb69c1000 size: 0x0000b204
1958: entry: 0xb69c39d0 phdr: 0xb69c1034 phnum: 7
1958:
1958:
1958: file=libembryo.so.1 [0]; needed by /opt/e17/lib/libedje.so.1 [0]
1958: file=libembryo.so.1 [0]; generating link map
1958: dynamic: 0xb69bf428 base: 0xb69b4000 size: 0x0000bae4
1958: entry: 0xb69b6010 phdr: 0xb69b4034 phnum: 6
1958:
1958:
1958: file=liblua.so [0]; needed by /opt/e17/lib/libedje.so.1 [0]
1958: file=liblua.so [0]; generating link map
1958: dynamic: 0xb69b37e8 base: 0xb6988000 size: 0x0002bc2c
1958: entry: 0xb698c060 phdr: 0xb6988034 phnum: 6
1958:
1958:
1958: file=libecore_imf_evas.so.1 [0]; needed by /opt/e17/lib/libedje.so.1 [0]
1958: file=libecore_imf_evas.so.1 [0]; generating link map
1958: dynamic: 0xb6987230 base: 0xb6985000 size: 0x000023c8
1958: entry: 0xb6985730 phdr: 0xb6985034 phnum: 6
1958:
1958:
1958: file=libsndfile.so.1 [0]; needed by /opt/e17/lib/libedje.so.1 [0]
1958: file=libsndfile.so.1 [0]; generating link map
1958: dynamic: 0xb697fea0 base: 0xb6913000 size: 0x00071ab0
1958: entry: 0xb6916580 phdr: 0xb6913034 phnum: 7
1958:
1958:
1958: file=libXau.so.6 [0]; needed by /usr/lib/libXp.so.6 [0]
1958: file=libXau.so.6 [0]; generating link map
1958: dynamic: 0xb6910f20 base: 0xb690e000 size: 0x00003090
1958: entry: 0xb690ea70 phdr: 0xb690e034 phnum: 7
1958:
1958:
1958: file=libxcb.so.1 [0]; needed by /usr/lib/libX11.so.6 [0]
1958: file=libxcb.so.1 [0]; generating link map
1958: dynamic: 0xb690ced8 base: 0xb68ec000 size: 0x000211cc
1958: entry: 0xb68f46c0 phdr: 0xb68ec034 phnum: 7
1958:
1958:
1958: file=libpcre.so.1 [0]; needed by /usr/lib/libglib-2.0.so.0 [0]
1958: file=libpcre.so.1 [0]; generating link map
1958: dynamic: 0xb68eaea8 base: 0xb6884000 size: 0x00067154
1958: entry: 0xb6885040 phdr: 0xb6884034 phnum: 7
1958:
1958:
1958: file=libbz2.so.1.0 [0]; needed by /usr/lib/libfreetype.so.6 [0]
1958: file=libbz2.so.1.0 [0]; generating link map
1958: dynamic: 0xb6883060 base: 0xb6874000 size: 0x0000fe44
1958: entry: 0xb6875030 phdr: 0xb6874034 phnum: 6
1958:
1958:
1958: file=libp11-kit.so.0 [0]; needed by /usr/lib/libgnutls.so.28 [0]
1958: file=libp11-kit.so.0 [0]; generating link map
1958: dynamic: 0xb6872ea8 base: 0xb6860000 size: 0x000132b4
1958: entry: 0xb6862010 phdr: 0xb6860034 phnum: 7
1958:
1958:
1958: file=libtasn1.so.6 [0]; needed by /usr/lib/libgnutls.so.28 [0]
1958: file=libtasn1.so.6 [0]; generating link map
1958: dynamic: 0xb685ded8 base: 0xb684b000 size: 0x00013364
1958: entry: 0xb684c8f0 phdr: 0xb684b034 phnum: 7
1958:
1958:
1958: file=libnettle.so.4 [0]; needed by /usr/lib/libgnutls.so.28 [0]
1958: file=libnettle.so.4 [0]; generating link map
1958: dynamic: 0xb6849eb8 base: 0xb6822000 size: 0x00028134
1958: entry: 0xb6825b20 phdr: 0xb6822034 phnum: 7
1958:
1958:
1958: file=libhogweed.so.2 [0]; needed by /usr/lib/libgnutls.so.28 [0]
1958: file=libhogweed.so.2 [0]; generating link map
1958: dynamic: 0xb6820ee8 base: 0xb680e000 size: 0x0001322c
1958: entry: 0xb68117e0 phdr: 0xb680e034 phnum: 7
1958:
1958:
1958: file=libgmp.so.10 [0]; needed by /usr/lib/libgnutls.so.28 [0]
1958: file=libgmp.so.10 [0]; generating link map
1958: dynamic: 0xb6806e7c base: 0xb67a5000 size: 0x000685ac
1958: entry: 0xb67ad960 phdr: 0xb67a5034 phnum: 7
1958:
1958:
1958: file=libexpat.so.1 [0]; needed by /usr/lib/libfontconfig.so.1 [0]
1958: file=libexpat.so.1 [0]; generating link map
1958: dynamic: 0xb67a3ee0 base: 0xb677b000 size: 0x0002906c
1958: entry: 0xb677d2a0 phdr: 0xb677b034 phnum: 7
1958:
1958:
1958: file=libssh2.so.1 [0]; needed by /usr/lib/libcurl.so.4 [0]
1958: file=libssh2.so.1 [0]; generating link map
1958: dynamic: 0xb6778ed4 base: 0xb6751000 size: 0x0002837c
1958: entry: 0xb6754be0 phdr: 0xb6751034 phnum: 7
1958:
1958:
1958: file=libssl.so.1.0.0 [0]; needed by /usr/lib/libcurl.so.4 [0]
1958: file=libssl.so.1.0.0 [0]; generating link map
1958: dynamic: 0xb674ce94 base: 0xb66ef000 size: 0x0006136c
1958: entry: 0xb66fda70 phdr: 0xb66ef034 phnum: 7
1958:
1958:
1958: file=libcrypto.so.1.0.0 [0]; needed by /usr/lib/libcurl.so.4 [0]
1958: file=libcrypto.so.1.0.0 [0]; generating link map
1958: dynamic: 0xb66e49e8 base: 0xb6529000 size: 0x001c5730
1958: entry: 0xb65646c0 phdr: 0xb6529034 phnum: 7
1958:
1958:
1958: file=libblkid.so.1 [0]; needed by /usr/lib/libmount.so.1 [0]
1958: file=libblkid.so.1 [0]; generating link map
1958: dynamic: 0xb6526eb4 base: 0xb64f3000 size: 0x000355f0
1958: entry: 0xb64f7ba0 phdr: 0xb64f3034 phnum: 8
1958:
1958:
1958: file=libuuid.so.1 [0]; needed by /usr/lib/libmount.so.1 [0]
1958: file=libuuid.so.1 [0]; generating link map
1958: dynamic: 0xb64f1edc base: 0xb64ed000 size: 0x000050cc
1958: entry: 0xb64edf70 phdr: 0xb64ed034 phnum: 8
1958:
1958:
1958: file=libethumb.so.1 [0]; needed by /usr/lib/libethumb_client.so.1 [0]
1958: file=libethumb.so.1 [0]; generating link map
1958: dynamic: 0xb64eaeb0 base: 0xb64df000 size: 0x0000c200
1958: entry: 0xb64e1a10 phdr: 0xb64df034 phnum: 7
1958:
1958:
1958: file=libFLAC.so.8 [0]; needed by /usr/lib/libsndfile.so.1 [0]
1958: file=libFLAC.so.8 [0]; generating link map
1958: dynamic: 0xb64de328 base: 0xb648f000 size: 0x0004fde8
1958: entry: 0xb64986e0 phdr: 0xb648f034 phnum: 6
1958:
1958:
1958: file=libvorbisenc.so.2 [0]; needed by /usr/lib/libsndfile.so.1 [0]
1958: file=libvorbisenc.so.2 [0]; generating link map
1958: dynamic: 0xb648df08 base: 0xb6317000 size: 0x0017704c
1958: entry: 0xb631dbf0 phdr: 0xb6317034 phnum: 7
1958:
1958:
1958: file=libvorbis.so.0 [0]; needed by /usr/lib/libsndfile.so.1 [0]
1958: file=libvorbis.so.0 [0]; generating link map
1958: dynamic: 0xb6315ef8 base: 0xb62eb000 size: 0x0002b164
1958: entry: 0xb62ed6f0 phdr: 0xb62eb034 phnum: 7
1958:
1958:
1958: file=libogg.so.0 [0]; needed by /usr/lib/libsndfile.so.1 [0]
1958: file=libogg.so.0 [0]; generating link map
1958: dynamic: 0xb62ea174 base: 0xb62e4000 size: 0x000062f4
1958: entry: 0xb62e5300 phdr: 0xb62e4034 phnum: 6
1958:
1958:
1958: file=libXdmcp.so.6 [0]; needed by /usr/lib/libxcb.so.1 [0]
1958: file=libXdmcp.so.6 [0]; generating link map
1958: dynamic: 0xb62e1f20 base: 0xb62dc000 size: 0x00006078
1958: entry: 0xb62dcf10 phdr: 0xb62dc034 phnum: 7
1958:
1958:
1958: file=libexif.so.12 [0]; needed by /usr/lib/libethumb.so.1 [0]
1958: file=libexif.so.12 [0]; generating link map
1958: dynamic: 0xb62daef0 base: 0xb62a3000 size: 0x00038210
1958: entry: 0xb62aa220 phdr: 0xb62a3034 phnum: 7
1958:
1958: /usr/lib/libelementary.so.1: error: symbol lookup error: undefined symbol: ECORE_X_ATOM_E_ILLUME_CLIPBOARD_STATE (fatal)
/usr/bin/enlightenment: symbol lookup error: /usr/lib/libelementary.so.1: undefined symbol: ECORE_X_ATOM_E_ILLUME_CLIPBOARD_STATE
Comment by john (splippity) - Tuesday, 04 December 2012, 03:09 GMT
awesome looked in /opt/e17 it was a leftover folder from when I tried e17 from aur I removed and Im rocking and rolling

thanks everyone

Loading...