The latest, unmasked version of nextcloud-client depends on inkscape, but does not pull in the dependency. This results in a failed build. Reproducible: Always Steps to Reproduce: 1. add "net-misc/nextcloud-client" to package.accept_keywords 2. emerge -av nextcloud-client 3. emerge fails Actual Results: CMake Error at src/gui/CMakeLists.txt:245 (find_program): Could not find INKSCAPE using the following names: inkscape, inkscape.exe Expected Results: portage should pull in Inkscape as dependency if this is required Manually emerging inkscape allows successful emerging of nextcloud-client Message of build failure ================================================================================================================ >>> Verifying ebuild manifests >>> Emerging (1 of 1) net-misc/nextcloud-client-3.2.3::gentoo >>> Failed to emerge net-misc/nextcloud-client-3.2.3, Log file: >>> '/var/tmp/portage/net-misc/nextcloud-client-3.2.3/temp/build.log' * Package: net-misc/nextcloud-client-3.2.3 * Repository: gentoo * Maintainer: voyageur@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nautilus userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Working in BUILD_DIR: "/var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build" * Working in BUILD_DIR: "/var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build" cmake -C /var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/nextcloud-client-3.2.3 -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=yes -DCMAKE_DISABLE_FIND_PACKAGE_KF5=yes -DNO_SHIBBOLETH=yes -DBUILD_UPDATER=OFF -DUNIT_TESTING=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build/gentoo_toolchain.cmake /var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/desktop-3.2.3 loading initial cache file /var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build/gentoo_common_config.cmake -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.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 -- Build of crashreporter disabled. bd337320e3c572ffb358b9a8ee33d0bad8a05bd0 -- GIT_SHA1 bd337320e3c572ffb358b9a8ee33d0bad8a05bd0 Compiling without updater CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (INOTIFY) does not match the name of the calling package (INotify). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindINotify.cmake:24 (find_package_handle_standard_args) CMakeLists.txt:185 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find INOTIFY (missing: INOTIFY_LIBRARY_DIR) -- Found PdfLatex: /usr/bin/pdflatex -- Found OpenSSL: /usr/lib64/libcrypto.so (found suitable version "1.1.1k", minimum required is "1.1") -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") -- Found GLib2: /usr/lib64/libglib-2.0.so -- Checking for module 'gio-2.0' -- Found gio-2.0, version 2.68.2 -- Found Gio libraries: /usr/lib64/libgio-2.0.so -- Found Gio includes : /usr/include/glib-2.0/gio ================> LIBCLOUDPROVIDERS_LIBRARY-NOTFOUND CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (LIBCLOUDPROVIDERS) does not match the name of the calling package (Libcloudproviders). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindLibcloudproviders.cmake:22 (find_package_handle_standard_args) CMakeLists.txt:196 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Could NOT find LIBCLOUDPROVIDERS (missing: LIBCLOUDPROVIDERS_INCLUDE_DIR LIBCLOUDPROVIDERS_LIBRARY) -- Using Qt 5.15.2 (/usr/lib64/qt5/bin/qmake) -- Performing Test WITH_FPIC -- Performing Test WITH_FPIC - Success -- Performing Test WITH_STACK_PROTECTOR -- Performing Test WITH_STACK_PROTECTOR - Success -- Checking for module 'sqlite3' -- Found sqlite3, version 3.35.5 -- Found SQLite3: /usr/lib64/libsqlite3.so (Required is at least version "3.8.0") -- Looking for argp.h -- Looking for argp.h - found -- Looking for utimes -- Looking for utimes - found -- Looking for lstat -- Looking for lstat - found -- Found SQLite3: /usr/lib64/libsqlite3.so;/usr/lib64/libsqlite3.so (Required is at least version "3.9.0") -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success CMake Error at src/gui/CMakeLists.txt:245 (find_program): Could not find INKSCAPE using the following names: inkscape, inkscape.exe -- Configuring incomplete, errors occurred! See also "/var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build/CMakeFiles/CMakeOutput.log". * ERROR: net-misc/nextcloud-client-3.2.3::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 127: Called src_configure * environment, line 2081: Called cmake_src_configure * environment, line 966: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=net-misc/nextcloud-client-3.2.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/nextcloud-client-3.2.3::gentoo'`. * The complete build log is located at '/var/tmp/portage/net-misc/nextcloud-client-3.2.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/nextcloud-client-3.2.3/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/nextcloud-client-3.2.3_build' * S: '/var/tmp/portage/net-misc/nextcloud-client-3.2.3/work/desktop-3.2.3' emerge --info ================================================================================================== Portage 3.0.20 (python 3.9.5-final-0, default/linux/amd64/17.1/desktop/gnome/systemd, gcc-10.3.0, glibc-2.33-r1, 5.10.27-gentoo-v6 x86_64) ================================================================= System uname: Linux-5.10.27-gentoo-v6-x86_64-Intel-R-_Core-TM-_i7-9700K_CPU_@_3.60GHz-with-glibc2.33 KiB Mem: 32832252 total, 24010532 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Tue, 06 Jul 2021 13:45:01 +0000 Head commit of repository gentoo: 5b51424257272145870c7a63d91044da74e1ef8e sh bash 5.1_p8 ld GNU ld (Gentoo 2.35.2 p1) 2.35.2 app-shells/bash: 5.1_p8::gentoo dev-lang/perl: 5.32.1::gentoo dev-lang/python: 2.7.18_p10::gentoo, 3.9.5_p2::gentoo dev-lang/rust: 1.52.1::gentoo dev-util/cmake: 3.18.5::gentoo dev-util/pkgconfig: 0.29.2::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/sandbox: 2.24::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r5::gentoo sys-devel/automake: 1.16.3-r1::gentoo sys-devel/binutils: 2.35.2::gentoo sys-devel/gcc: 10.3.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.10::gentoo (virtual/os-headers) sys-libs/glibc: 2.33-r1::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: yes sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 sync-rsync-extra-opts: ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" 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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=core2 -O2 -pipe -fomit-frame-pointer -mno-tls-direct-seg-refs" DISTDIR="/usr/portage/distfiles" 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 config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8" 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" USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cddb cdr cli colord crypt cups dbus dri dts dvd dvdr eds emboss encode evo exif flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gui iconv icu introspection ipv6 jpeg lcms libglvnd libnotify libsecret libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 readline samba sdl seccomp spell split-usr ssl startup-notification svg sysprof systemd tcpd theora tiff tracker truetype udev udisks unicode upower usb vorbis win32codecs wmf wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="32 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 avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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="efi-64 pc" INPUT_DEVICES="libinput evdev" KERNEL="linux" 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="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS
*** This bug has been marked as a duplicate of bug 800863 ***