Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Unity doesn't start after system upgrade #249

Open
ghost opened this issue Dec 3, 2016 · 5 comments
Open

Unity doesn't start after system upgrade #249

ghost opened this issue Dec 3, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Dec 3, 2016

I've done a full system upgrade and now seeing black screen after logging in :(

Seems compiz trying to invoke getCompPluginVTable20090315_unity in /usr/lib/libunity.so:

$ DISPLAY=:0 compiz --debug --replace unity
compiz (core) - Info: Loading plugin: core
compiz (core) - Debug: Trying to load core from: /home/smamontov/.compiz-1/plugins/libcore.so
compiz (core) - Debug: dlopen failed: /home/smamontov/.compiz-1/plugins/libcore.so: cannot open  shared object file: No such file or directory 
compiz (core) - Debug: Trying to load core from: /usr/lib/compiz/libcore.so
compiz (core) - Debug: dlopen failed: /usr/lib/compiz/libcore.so: cannot open shared object file: No such file or directory
compiz (core) - Debug: Trying to load core from: /usr/lib/compiz/libcore.so
compiz (core) - Debug: dlopen failed: /usr/lib/compiz/libcore.so: cannot open shared object file: No such file or directory
compiz (core) - Info: Starting plugin: core
compiz (core) - Debug: Started plugin: core
compiz (core) - Info: Loading plugin: unity
compiz (core) - Debug: Trying to load unity from: /home/smamontov/.compiz-1/plugins/libunity.so
compiz (core) - Debug: dlopen failed: /home/smamontov/.compiz-1/plugins/libunity.so: cannot open shared object file: No such file or directory
compiz (core) - Debug: Trying to load unity from: /usr/lib/compiz/libunity.so
compiz (core) - Debug: dlopen failed: /usr/lib/compiz/libunity.so: cannot open shared object file: No such file or directory
compiz (core) - Debug: Trying to load unity from: /usr/lib/compiz/libunity.so
compiz (core) - Debug: dlopen failed: /usr/lib/compiz/libunity.so: cannot open shared object file: No such file or directory
compiz (core) - Debug: Trying to load unity from: libunity.so
compiz (core) - Debug: Opened library: libunity.so
compiz (core) - Error: dlsym: /usr/lib/libunity.so: undefined symbol: getCompPluginVTable20090315_unity
compiz (core) - Error: Failed to load plugin: unity
compiz (core) - Info: Stopping plugin: core
compiz (core) - Debug: Stopped plugin: core
compiz (core) - Info: Unloading plugin: core
@ghost
Copy link
Author

ghost commented Dec 4, 2016

Hmm, I've rolled back all changes but still seeing undefined symbol: getCompPluginVTable20090315_unity. Any ideas why this can happen?

@horsemanoffaith
Copy link

There's probably a library file that is needed by compiz-ubuntu and possibly some other packages that's causing the problem. I just did a complete rebuild tonight and everything's working correctly.

@ghost
Copy link
Author

ghost commented Dec 11, 2016

@horsemanoffaith thanks, I've had to also do a full reinstall of all of my packages because of this... I just was wondering how this could happen. I think we can close this issue.

@horsemanoffaith
Copy link

If you update your system and a needed library file changes, you have to manually rebuild the packages that require that library. It happened to me recently, but I can't remember the name of the file that did it. I had to rebuild compiz, and even after that it didn't work right. I decided to do a full rebuild because of one of the other issues I posted about.

@ghost
Copy link
Author

ghost commented Dec 11, 2016

Thanks, makes sense! ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant