Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
lximage-qt configuration error: '/usr/lib/libxcb.so', needed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
javeree
Guru
Guru


Joined: 29 Jan 2006
Posts: 453

PostPosted: Thu Jan 02, 2020 9:06 pm    Post subject: lximage-qt configuration error: '/usr/lib/libxcb.so', needed Reply with quote

I emerge lximage-qt, and get the following error: ninja: error: '/usr/lib/libxcb.so', needed by 'src/lximage-qt', missing and no known rule to make it (full emerge input below).
The trouble is that libxcb.so is installed in /usr/lib64/ instead, so it is not found.
The file /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build/build.ninja contains the reference to the faulty location for libxcb. However, as I don't know how this file is created, I cannot troubleshoot any further than that.

Below, you find the output from emerge, the ninja build file and emerge --info

emerge output:
Quote:
* Package: media-gfx/lximage-qt-0.14.1-r1
* Repository: gentoo
* Maintainer: lxqt@gentoo.org
* USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking lximage-qt-0.14.1.tar.xz to /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work
>>> Source unpacked in /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work
>>> Preparing source in /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1 ...
* Working in BUILD_DIR: "/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build"
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1 ...
* Working in BUILD_DIR: "/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build"
cmake -C /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build/gentoo_toolchain.cmake /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1
loading initial cache file /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 9.2.0
-- The CXX compiler identification is GNU 9.2.0
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2")
-- Checking for module 'libexif'
-- Found libexif, version 0.6.21
-- Found Exif: /usr/lib64/libexif.so (found version "0.6.21")
-- Building with Qt 5.13.2
-- Found X11: /usr/include
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Checking for module 'xfixes'
-- Found xfixes, version 5.0.3
-- <<< Gentoo configuration >>>
Build type Gentoo
Install path /usr
Compiler flags:
C -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer -fdiagnostics-color=always
C++ -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer -fno-exceptions -Wall -Wextra -Wchar-subscripts -Wno-long-long -Wpointer-arith -Wundef -Wformat-security -Wnon-virtual-dtor -Woverloaded-virtual -Wpedantic -fdiagnostics-color=always
Linker flags:
Executable -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common
Module -Wl,--no-undefined -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common
Shared -Wl,--no-undefined -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common

-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1 ...
* Working in BUILD_DIR: "/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build"
ninja -v -j1 -l1
ninja: error: '/usr/lib/libxcb.so', needed by 'src/lximage-qt', missing and no known rule to make it
* ERROR: media-gfx/lximage-qt-0.14.1-r1::gentoo failed (compile phase):
* ninja -v -j1 -l1 failed
*
* Call stack:
* ebuild.sh, line 125: Called src_compile
* environment, line 1925: Called cmake_src_compile
* environment, line 680: Called cmake_build
* environment, line 659: Called eninja
* environment, line 1098: Called die
* The specific snippet of code:
* "$@" || die "${nonfatal_args[@]}" "${*} failed"
*
* If you need support, post the output of `emerge --info '=media-gfx/lximage-qt-0.14.1-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=media-gfx/lximage-qt-0.14.1-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/temp/environment'.
* Working directory: '/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build'
* S: '/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1'


/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build/build.ninja
Quote:

# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.14

# This file contains all the build statements describing the
# compilation DAG.

# =============================================================================
# Write statements declared in CMakeLists.txt:
#
# Which is the root file.
# =============================================================================

# =============================================================================
# Project: lximage-qt
# Configuration: Gentoo
# =============================================================================

#############################################
# Minimal version of Ninja required by this file

ninja_required_version = 1.5

# =============================================================================
# Include auxiliary files.


#############################################
# Include rules file.

include rules.ninja


#############################################
# Utility command for rebuild_cache

build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
COMMAND = cd /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build && /usr/bin/cmake -S/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1 -B/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build
DESC = Running CMake to regenerate build system...
pool = console
restat = 1
build rebuild_cache: phony CMakeFiles/rebuild_cache.util

#############################################
# Utility command for install/strip

build CMakeFiles/install/strip.util: CUSTOM_COMMAND all
COMMAND = cd /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
DESC = Installing the project stripped...
...skipping...


#############################################
#############################################
# Link the executable src/lximage-qt

build src/lximage-qt: CXX_EXECUTABLE_LINKER__lximage-qt src/CMakeFiles/lximage-qt.dir/lximage-qt_autogen/mocs_compilation.cpp.o src/CMakeFiles/lximage-qt.dir/lximage-qt.cpp.o src/CMakeFiles/lximage-qt.dir/mainwindow.cpp.o src/CMakeFiles/lximage-qt.dir/preferencesdialog.cpp.o src/CMakeFiles/lximage-qt.dir/application.cpp.o src/CMakeFiles/lximage-qt.dir/imageview.cpp.o src/CMakeFiles/lximage-qt.dir/modelfilter.cpp.o src/CMakeFiles/lximage-qt.dir/loadimagejob.cpp.o src/CMakeFiles/lximage-qt.dir/saveimagejob.cpp.o src/CMakeFiles/lximage-qt.dir/screenshotdialog.cpp.o src/CMakeFiles/lximage-qt.dir/screenshotselectarea.cpp.o src/CMakeFiles/lximage-qt.dir/screenshotselectareagraphicsview.cpp.o src/CMakeFiles/lximage-qt.dir/settings.cpp.o src/CMakeFiles/lximage-qt.dir/graphicsscene.cpp.o src/CMakeFiles/lximage-qt.dir/mrumenu.cpp.o src/CMakeFiles/lximage-qt.dir/upload/imageshackprovider.cpp.o src/CMakeFiles/lximage-qt.dir/upload/imageshackupload.cpp.o src/CMakeFiles/lximage-qt.dir/upload/imgbbprovider.cpp.o src/CMakeFiles/lximage-qt.dir/upload/imgbbupload.cpp.o src/CMakeFiles/lximage-qt.dir/upload/imgurprovider.cpp.o src/CMakeFiles/lximage-qt.dir/upload/imgurupload.cpp.o src/CMakeFiles/lximage-qt.dir/upload/provider.cpp.o src/CMakeFiles/lximage-qt.dir/upload/upload.cpp.o src/CMakeFiles/lximage-qt.dir/upload/uploaddialog.cpp.o src/CMakeFiles/lximage-qt.dir/applicationadaptor.cpp.o src/CMakeFiles/lximage-qt.dir/lximage-qt_autogen/EWIEGA46WW/qrc_resource.cpp.o | /usr/lib64/libfm-qt.so.6.1.0 /usr/lib64/libQt5Network.so.5.13.2 /usr/lib64/libQt5DBus.so.5.13.2 /usr/lib64/libQt5PrintSupport.so.5.13.2 /usr/lib64/libQt5X11Extras.so.5.13.2 /usr/lib64/libQt5Svg.so.5.13.2 /usr/lib64/libexif.so /usr/lib64/libSM.so /usr/lib64/libICE.so /usr/lib64/libX11.so /usr/lib64/libXext.so /usr/lib64/libglib-2.0.so /usr/lib64/libgio-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgthread-2.0.so /usr/lib64/libmenu-cache.so /usr/lib64/libglib-2.0.so /usr/lib64/libgio-2.0.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgthread-2.0.so /usr/lib64/libmenu-cache.so /usr/lib/libxcb.so /usr/lib64/libexif.so /usr/lib64/libQt5Widgets.so.5.13.2 /usr/lib64/libQt5Gui.so.5.13.2 /usr/lib64/libQt5Core.so.5.13.2 || src/lximage-qt_autogen
FLAGS = -O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer -fno-exceptions -Wall -Wextra -Wchar-subscripts -Wno-long-long -Wpointer-arith -Wundef -Wformat-security -Wnon-virtual-dtor -Woverloaded-virtual -Wpedantic -fdiagnostics-color=always
LINK_FLAGS = -Wl,-Bsymbolic-functions -Wl,-Bsymbolic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -rdynamic
LINK_LIBRARIES = /usr/lib64/libfm-qt.so.6.1.0 /usr/lib64/libQt5Network.so.5.13.2 /usr/lib64/libQt5DBus.so.5.13.2 /usr/lib64/libQt5PrintSupport.so.5.13.2 /usr/lib64/libQt5X11Extras.so.5.13.2 /usr/lib64/libQt5Svg.so.5.13.2 -lexif -lSM -lICE -lX11 -lXext -lXfixes -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lmenu-cache -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lmenu-cache -lxcb -lexif /usr/lib64/libQt5Widgets.so.5.13.2 /usr/lib64/libQt5Gui.so.5.13.2 /usr/lib64/libQt5Core.so.5.13.2
OBJECT_DIR = src/CMakeFiles/lximage-qt.dir
POST_BUILD = :
PRE_LINK = :
TARGET_COMPILE_PDB = src/CMakeFiles/lximage-qt.dir/
TARGET_FILE = src/lximage-qt
TARGET_PDB = src/lximage-qt.pdb

#############################################
# Utility command for rebuild_cache

build src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
COMMAND = cd /var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build/src && /usr/bin/cmake -S/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1 -B/var/tmp/portage/portage/media-gfx/lximage-qt-0.14.1-r1/work/lximage-qt-0.14.1_build
DESC = Running CMake to regenerate build system...
pool = console
restat = 1
build src/rebuild_cache: phony src/CMakeFiles/rebuild_cache.util

#############################################
# Utility command for list_install_components

build src/list_install_components: phony


emerge --info
Quote:

Portage 2.3.79 (python 3.6.9-final-0, default/linux/amd64/17.1/desktop, gcc-9.2.0, glibc-2.29-r7, 5.3.2 x86_64)
=================================================================
System uname: Linux-5.3.2-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-gentoo-2.6
KiB Mem: 1509640 total, 540732 free
KiB Swap: 1301224 total, 1301224 free
Head commit of repository gentoo: b5dba65b9334dfb0306973e0c723a10c50e2243f
sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.30 p5) 2.30.0
app-shells/bash: 4.4_p23-r1::gentoo
dev-java/java-config: 2.2.0-r4::gentoo
dev-lang/perl: 5.30.1::gentoo
dev-lang/python: 2.7.17::gentoo, 3.6.9::gentoo, 3.7.5-r1::gentoo
dev-util/cmake: 3.14.6::gentoo
dev-util/pkgconfig: 0.29.2::gentoo
sys-apps/baselayout: 2.6-r1::gentoo
sys-apps/openrc: 0.41.2::gentoo
sys-apps/sandbox: 2.13::gentoo
sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake: 1.11.6-r3::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils: 2.30-r4::gentoo, 2.31.1-r6::gentoo, 2.32-r1::gentoo
sys-devel/gcc: 8.3.0-r1::gentoo, 9.2.0-r2::gentoo
sys-devel/gcc-config: 2.1::gentoo
sys-devel/libtool: 2.4.6-r3::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers)
sys-libs/glibc: 2.29-r7::gentoo
Repositories:

gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
sync-rsync-extra-opts:
sync-rsync-verify-max-age: 24
sync-rsync-verify-jobs: 1
sync-rsync-verify-metamanifest: yes

portage-overlay-for-all-PCs
location: /mnt/portage/overlay
masters: gentoo
priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/xsessions"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CPPFLAGS="-O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer"
CXXFLAGS="-O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going --verbose-conflicts --jobs=1 --load-average=1"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe -march=k8-sse3 -mmmx -m3dnow -msse -msse2 -msse3 -mcx16 -msahf -mfxsr --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=k8 -fomit-frame-pointer"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
INSTALL_MASK=" /lib/systemd /usr/lib/systemd/"
LANG="nl_BE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common"
LINGUAS=" en en_US en_UK en_GB nl"
MAKEOPTS="-j1 -l1"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp/portage"
USE="X a52 aac acl acpi alsa amd64 avahi berkdb bluetooth branding bzip2 cairo caps cdda cdr cli crypt cups cxx dbus dri drm dts dv dvd dvdr elogind emboss encode exif fam ffmpeg flac fortran gallium gdbm gif gnome-keyring gnutls gpm gtk gtk3 iconv icu id3tag inotify ipod ipv6 ithreads jpeg lame lcms libass libnotify libtirpc libv4l mad matroska mmap mmx mng mp3 mp4 mpeg mtp multilib ncurses nfs nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt5 radio readline rtmp samba scanner seccomp sndfile spell split-usr ssl startup-notification svg system-av1 system-cairo system-ffmpeg system-harfbuzz system-icu system-jpeg system-jsoncpp system-libevent system-libvpx system-lua system-mathjax system-sqlite system-webp tcpd teletext threads thumbnail tiff truetype udev udisks unicode upower usb v4l vdpau vim-syntax vorbis wma wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="canon ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse sse2 sse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="nl" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="BPF NVPTX" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby25" SANE_BACKENDS="mustek_pp" USERLAND="GNU" VIDEO_CARDS="vesa nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CTARGET, CXX, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Fri Jan 03, 2020 3:06 am    Post subject: Reply with quote

Try rebuilding x11-libs/libxcb
Back to top
View user's profile Send private message
javeree
Guru
Guru


Joined: 29 Jan 2006
Posts: 453

PostPosted: Fri Jan 03, 2020 9:02 am    Post subject: Reply with quote

Already rebuilt libxcb, which gets placed in /usr/lib64.
Back to top
View user's profile Send private message
javeree
Guru
Guru


Joined: 29 Jan 2006
Posts: 453

PostPosted: Fri Jan 03, 2020 4:15 pm    Post subject: Reply with quote

I found the problem, and I consider it either an ebuild or an upstream bug.
This system is compiled with ABI_X86="64", so in theory also lxqt should be compiled as such and the ebuild/configuration should therefore also look in /usr/lib64 when checking for libraries.

As a workaround I put this in package.use:
Code:
x11-libs/libxcb-1.13.1 abi_x86_32
=dev-libs/libpthread-stubs-0.4-r1 abi_x86_32
=x11-libs/libXau-1.0.9 abi_x86_32
=x11-libs/libXdmcp-1.1.3 abi_x86_32
=x11-base/xcb-proto-1.13 abi_x86_32
=virtual/pkgconfig-1 abi_x86_32
=dev-util/pkgconfig-0.29.2 abi_x86_32
=dev-libs/glib-2.60.7 abi_x86_32
=dev-libs/libpcre-8.42 abi_x86_32
=sys-libs/zlib-1.2.11-r2 abi_x86_32
=sys-apps/util-linux-2.33.2 abi_x86_32
=virtual/libintl-0-r2 abi_x86_32
=virtual/libffi-3.3_rc0 abi_x86_32
=dev-libs/libffi-3.3_rc0 abi_x86_32
=virtual/libiconv-0-r2 abi_x86_32
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum