[Merge] lp:~hackedbellini/ubuntu/wily/xcffib/fix-for-1532883 into lp:ubuntu/wily/xcffib

Thiago Bellini hackedbellini at gmail.com
Mon Jan 11 17:46:28 UTC 2016


Thiago Bellini has proposed merging lp:~hackedbellini/ubuntu/wily/xcffib/fix-for-1532883 into lp:ubuntu/wily/xcffib.

Requested reviews:
  Ubuntu Development Team (ubuntu-dev)
Related bugs:
  Bug #1532883 in xcffib (Ubuntu): "xcffib tries to dlopen an unavailable lib"
  https://bugs.launchpad.net/ubuntu/+source/xcffib/+bug/1532883

For more details, see:
https://code.launchpad.net/~hackedbellini/ubuntu/wily/xcffib/fix-for-1532883/+merge/282207

The file "/usr/lib/python2.7/dist-packages/xcffib/__init__.py" tries to "ffi.dlopen('libxcb.so')", but 'libxcb.so' doesn't exist considering the package's declared dependencies. libxcb1 provides 'libxcb.so.1' and not 'libxcb.so' (that one is only provided by the '-dev' package)

This only affects wily. Looking at the same file on xenial, it seems that it changed the dlopen to use 'libxcb.so.1', which I think is the right solution.
-- 
Your team Ubuntu Development Team is requested to review the proposed merge of lp:~hackedbellini/ubuntu/wily/xcffib/fix-for-1532883 into lp:ubuntu/wily/xcffib.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 1729 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-reviews/attachments/20160111/cf237c6b/attachment-0001.diff>


More information about the Ubuntu-reviews mailing list