Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 813651 - =kde-frameworks/khtml-5.86.0 - CMAKE_DISABLE_FIND_PACKAGE_X11 is enabled. A REQUIRED package cannot be disabled.
Summary: =kde-frameworks/khtml-5.86.0 - CMAKE_DISABLE_FIND_PACKAGE_X11 is enabled. A ...
Status: RESOLVED DUPLICATE of bug 813450
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-18 14:08 UTC by Michael Mair-Keimberger (iamnr3)
Modified: 2021-09-22 11:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
khtml-5.86.0.log (khtml-build.log,9.54 KB, text/x-log)
2021-09-18 14:08 UTC, Michael Mair-Keimberger (iamnr3)
Details
kio-5.86.0.log (kio-build.log,12.58 KB, text/x-log)
2021-09-18 14:08 UTC, Michael Mair-Keimberger (iamnr3)
Details
kinit-5.86.0.log (kinit-build.log,7.59 KB, text/x-log)
2021-09-18 14:09 UTC, Michael Mair-Keimberger (iamnr3)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mair-Keimberger (iamnr3) 2021-09-18 14:08:00 UTC
Created attachment 739803 [details]
khtml-5.86.0.log

Hi,

I've updated kde today but got a few build failures because these packages require `X` now:
(i've attached the build.log from kio and kinit too)


kde-frameworks/khtml-5.86.0:
 * Package:    kde-frameworks/khtml-5.86.0
 * Repository: gentoo
 * Maintainer: kde@gentoo.org
 * Upstream:   https://bugs.kde.org/
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking khtml-5.86.0.tar.xz to /var/tmp/portage/kde-frameworks/khtml-5.86.0/work
>>> Source unpacked in /var/tmp/portage/kde-frameworks/khtml-5.86.0/work
>>> Preparing source in /var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0_build"
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0_build"
cmake -C /var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DKDE_INSTALL_DOCBUNDLEDIR=/usr/share/help -DCMAKE_DISABLE_FIND_PACKAGE_X11=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0_build/gentoo_toolchain.cmake  /var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0
loading initial cache file /var/tmp/portage/kde-frameworks/khtml-5.86.0/work/khtml-5.86.0_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- 

-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_DATE_TIME
-- Performing Test HAVE_DATE_TIME - Success
-- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE
-- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE - Success
-- Found Gettext: /usr/bin/msgmerge (found version "0.21") 
CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package):
  find_package for module X11 called with REQUIRED, but
  CMAKE_DISABLE_FIND_PACKAGE_X11 is enabled.  A REQUIRED package cannot be
  disabled.
Call Stack (most recent call first):
  /usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake:54 (find_dependency)
  CMakeLists.txt:35 (find_package)


CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package):
  find_package for module X11 called with REQUIRED, but
  CMAKE_DISABLE_FIND_PACKAGE_X11 is enabled.  A REQUIRED package cannot be
  disabled.
Call Stack (most recent call first):
  /usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake:54 (find_dependency)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package)
  /usr/lib64/cmake/KF5Parts/KF5PartsConfig.cmake:38 (find_dependency)
  CMakeLists.txt:38 (find_package)


CMake Error at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:47 (find_package):
  find_package for module X11 called with REQUIRED, but
  CMAKE_DISABLE_FIND_PACKAGE_X11 is enabled.  A REQUIRED package cannot be
  disabled.
Call Stack (most recent call first):
  /usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake:45 (find_dependency)
  CMakeLists.txt:43 (find_package)






emerge --info:
Portage 3.0.23 (python 3.9.7-final-0, default/linux/amd64/17.1, gcc-11.2.0, glibc-2.33-r7, 5.14.5-gentoo x86_64)
=================================================================
System uname: Linux-5.14.5-gentoo-x86_64-AMD_FX-tm-8350_Eight-Core_Processor-with-glibc2.33
KiB Mem:    16383356 total,   8154160 free
KiB Swap:    8388604 total,   8388604 free
Timestamp of repository gentoo: Fri, 17 Sep 2021 20:36:25 +0000
Head commit of repository gentoo: 2e211bbe025910395caf3b1d1bb86eecf45d4b67

Head commit of repository local: 53d10028385625f8d93268aaf6068be88a637ff2

Timestamp of repository steam-overlay: Wed, 15 Sep 2021 00:07:59 +0000
Head commit of repository steam-overlay: b88e9539266bae5a318ef921c24615f1dbf0c032
sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
app-shells/bash:          5.1_p8::gentoo
dev-lang/perl:            5.34.0-r2::gentoo
dev-lang/python:          2.7.18_p13::gentoo, 3.9.7::gentoo, 3.10.0_rc2::gentoo
dev-lang/rust:            1.55.0::gentoo
dev-util/cmake:           3.21.2::gentoo
sys-apps/baselayout:      2.7-r3::gentoo
sys-apps/openrc:          0.44.4::gentoo
sys-apps/sandbox:         2.25::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:       1.16.4::gentoo
sys-devel/binutils:       2.37_p1::gentoo
sys-devel/gcc:            11.2.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.14::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo.git
    priority: -1000
    sync-git-verify-commit-signature: true

local
    location: /var/db/repos/local
    sync-type: git
    sync-uri: git://s2/local.git
    masters: gentoo

steam-overlay
    location: /var/db/repos/steam-overlay
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/steam-overlay.git
    masters: gentoo

Installed sets: @wine
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=bdver2 -mprefer-avx128"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/pulse/default.pa /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /usr/share/themes/oxygen-gtk/gtk-3.0"
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"
CXXFLAGS="-O2 -pipe -march=bdver2 -mprefer-avx128"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=4 --load-average 8"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH 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"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance 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 qa-unresolved-soname-deps sandbox sfperms sign strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en"
MAKEOPTS="-j9"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--info=progress2,name0,del0"
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"
USE="acl alsa amd64 bzip2 cli crypt dbus dri elogind flac fortran gdbm iconv ipv6 jpeg libglvnd libtirpc mp3 multilib ncurses nls nptl opengl openmp pam pcre png readline sdl seccomp split-usr ssl svg tcpd threads udev unicode vim-syntax vulkan wayland webp xattr xml zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" CURL_SSL="gnutls" 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" GRUB_PLATFORMS="pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27 ruby30" USERLAND="GNU" VIDEO_CARDS="radeon radeonsi amdgpu" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, RUSTFLAGS
Comment 1 Michael Mair-Keimberger (iamnr3) 2021-09-18 14:08:40 UTC
Created attachment 739806 [details]
kio-5.86.0.log
Comment 2 Michael Mair-Keimberger (iamnr3) 2021-09-18 14:09:03 UTC
Created attachment 739809 [details]
kinit-5.86.0.log
Comment 3 Andreas Sturmlechner gentoo-dev 2021-09-22 11:15:27 UTC
Same problem as the linked bug.

*** This bug has been marked as a duplicate of bug 813450 ***