[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2019-06-30 Thread Vassil Peytchev
I hit the diversion problem after upgrading to bionic:

vassil@poca:~$ dpkg -L libgbm1
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
diverted by libgbm1-lts-xenial to: /usr/lib/x86_64-linux-gnu/old.libgbm.so.1.0.0
/usr/share
/usr/share/bug
/usr/share/bug/libgbm1
/usr/share/bug/libgbm1/control
/usr/share/bug/libgbm1/script
/usr/share/doc
/usr/share/doc/libgbm1
/usr/share/doc/libgbm1/changelog.Debian.gz
/usr/share/doc/libgbm1/copyright
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libgbm1
/usr/lib/x86_64-linux-gnu/libgbm.so.1
diverted by libgbm1-lts-xenial to: /usr/lib/x86_64-linux-gnu/old.libgbm.so.1
vassil@poca:~$ sudo dpkg-divert --remove 
/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
Removing 'diversion of /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0 to 
/usr/lib/x86_64-linux-gnu/old.libgbm.so.1.0.0 by libgbm1-lts-xenial'
vassil@poca:~$ sudo dpkg-divert --remove /usr/lib/x86_64-linux-gnu/libgbm.so.1
Removing 'diversion of /usr/lib/x86_64-linux-gnu/libgbm.so.1 to 
/usr/lib/x86_64-linux-gnu/old.libgbm.so.1 by libgbm1-lts-xenial'

This was causing a login loop, once the diversions were removed, and
gdbm1 reinstalled, GUI login worked successfully (lightdm).

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-08-03 Thread Timo Aaltonen
if you're still on trusty running the commands in #15 will break
libgbm1, removing diversions is meant for the upgrade to xenial

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-08-02 Thread Gaurav Sharma
I have successfully executed the 3 comments mentioned in #4 or #15.
But during re-installation I got below errors:

dpkg: error processing archive 
/var/cache/apt/archives/libgbm1_10.1.3-0ubuntu0.6_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0', which is also 
in package libgbm1-lts-wily:amd64 11.0.2-1ubuntu4~trusty1
Errors were encountered while processing:
 /var/cache/apt/archives/libgbm1_10.1.3-0ubuntu0.6_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


** Attachment added: "The attachment shows actual errors"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+attachment/4712399/+files/Errors.png

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-07-07 Thread jvh
I tried the xserver-xorg-core-lts-utopic package (which is the transitional i 
needed) and also the manual fix (using dpkg-divert), but it *still* doesn't 
work. The error I get is:
  rhythmbox: error while loading shared libraries: libgbm.so.1: cannot open 
shared object file: No such file or directory

The output of `dpkg -L libgbm1` is:
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
/usr/share
/usr/share/bug
/usr/share/bug/libgbm1
/usr/share/bug/libgbm1/control
/usr/share/bug/libgbm1/script
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libgbm1
/usr/share/doc
/usr/share/doc/libgbm1
/usr/share/doc/libgbm1/copyright
/usr/share/doc/libgbm1/changelog.Debian.gz
/usr/lib/x86_64-linux-gnu/libgbm.so.1

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-05-03 Thread Pinkesh
@Tim 
This fix works like a charm. Was not able to use "cheese" since a week.
Thanks for the fix. :)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-25 Thread Tim
I don't understand what you have done in comment #13

what you want to do is

sudo dpkg-divert --remove /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
sudo dpkg-divert --remove /usr/lib/x86_64-linux-gnu/libgbm.so.1
sudo dpkg-divert --remove /usr/lib/x86_64-linux-gnu/gbm/gbm_gallium_drm.so

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-25 Thread Levan Chelidze
/.
/usr
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
diverted by libgbm1-lts-wily to: /usr/lib/x86_64-linux-gnu/old.libgbm.so.1.0.0
/usr/share
/usr/share/bug
/usr/share/bug/libgbm1
/usr/share/bug/libgbm1/control
/usr/share/bug/libgbm1/script
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libgbm1
/usr/share/doc
/usr/share/doc/libgbm1
/usr/share/doc/libgbm1/copyright
/usr/share/doc/libgbm1/changelog.Debian.gz
/usr/lib/x86_64-linux-gnu/libgbm.so.1
diverted by libgbm1-lts-wily to: /usr/lib/x86_64-linux-gnu/old.libgbm.so.1

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-24 Thread Tim
"not found" or "no diversion"?

you can check with `dpkg -L libgbm1` if there are diversions in place

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-24 Thread Levan Chelidze
@Tim (darkxst)

Sadly i get "not found" on all of them

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-22 Thread Tim
if you upgraded before the fix landed see Comment #4 for manual fix.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-22 Thread Levan Chelidze
I did and upgrade from 14.04 and totem and rhythmbox  ask for that lib
file.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread Erick Brunzell
It's an umbrella rather than a specific package, so:

lance@lance-AMD-desktop:~$ apt-cache policy xorg-lts*
xserver-xorg-lts-vivid:
  Installed: (none)
  Candidate: 3:10
  Version table:
 3:10 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
xserver-xorg-lts-wily:
  Installed: (none)
  Candidate: 3:10
  Version table:
 3:10 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
xserver-xorg-lts-utopic:
  Installed: (none)
  Candidate: 3:10
  Version table:
 3:10 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread 賴家亨
Where is the xorg-lts-transitional, I can't find it...

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-lts-transitional - 3:10

---
xorg-lts-transitional (3:10) xenial; urgency=medium

  * rules, libgbm1*.postinst.in: Drop libgbm1 diversions. (LP: #1572855)

 -- Timo Aaltonen   Thu, 21 Apr 2016 10:39:39 +0300

** Changed in: xorg-lts-transitional (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread Tim
If you have already upgraded, then probably yes. however note there is also a 
third diversion that should be removed
diversion of /usr/lib/x86_64-linux-gnu/gbm/gbm_gallium_drm.so to 
/usr/lib/x86_64-linux-gnu/gbm/old.gbm_gallium_drm.so by libgbm1-lts-wily

The proper fix has been uploaded and will fix (future) upgrades once it
migrates to -release

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread Mantas Kriaučiūnas
I've fixed this problem with these commands:

Ubuntu-Baltix-14:/var/lib/dpkg# sudo dpkg-divert --remove 
/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
Removing 'diversion of /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0 to 
/usr/lib/x86_64-linux-gnu/old.libgbm.so.1.0.0 by libgbm1-lts-vivid'
Ubuntu-Baltix-14:/var/lib/dpkg# sudo dpkg-divert --remove 
/usr/lib/x86_64-linux-gnu/libgbm.so.1
Removing 'diversion of /usr/lib/x86_64-linux-gnu/libgbm.so.1 to 
/usr/lib/x86_64-linux-gnu/old.libgbm.so.1 by libgbm1-lts-vivid'
Ubuntu-Baltix-14:/var/lib/dpkg# sudo apt-get --reinstall install libgbm1

Is this the best way to fix gnome-shell and other gnome software booting

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xorg-lts-transitional (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1572855] Re: libgbm.so.1: cannot open shared object file

2016-04-21 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1572855

** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-lts-transitional in Ubuntu.
https://bugs.launchpad.net/bugs/1572855

Title:
  libgbm.so.1: cannot open shared object file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-lts-transitional/+bug/1572855/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp