osechet/conan-qt

failed to apt-get some packages

Opened this issue · 0 comments

Trying to conan install Qt/5.8.0@osechet/stable --build Qt

Got error:

dpkg-query: no packages found matching libxcb-keysyms1-dev
dpkg-query: no packages found matching libxcb-image0-dev
dpkg-query: no packages found matching libxcb-shm0-dev
dpkg-query: no packages found matching libxcb-icccm4-dev
dpkg-query: no packages found matching libxrender-dev
dpkg-query: no packages found matching libxcb-render-util0-dev
dpkg-query: no packages found matching libxcb-xinerama0-dev

But dpkg-query actually returns results:

dpkg-query -s libxcb-keysyms1-dev
Package: libxcb-keysyms1-dev
Status: install ok installed
Priority: extra
Section: libdevel
Installed-Size: 66
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Multi-Arch: same
Source: xcb-util-keysyms
Version: 0.4.0-1
Depends: libxcb-keysyms1 (= 0.4.0-1), libxcb1-dev
Description: utility libraries for X C Binding -- keysyms, development files
 This package contains the header and library files needed to build software
 using libxcb-keysyms, providing standard X key constants and conversion to/from
 keycodes.
 .
 The xcb-util module provides a number of libraries which sit on top of
 libxcb, the core X protocol library, and some of the extension
 libraries. These experimental libraries provide convenience functions
 and interfaces which make the raw X protocol more usable. Some of the
 libraries also provide client-side code which is not strictly part of
 the X protocol but which have traditionally been provided by Xlib.
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Homepage: http://xcb.freedesktop.org

It says "status installed" because I installed it manually.

OS: Ubuntu 18.10