Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 560286 Details for
Bug 674826
media-sound/tomahawk-0.9.0_pre20181030 - CMake Error at CMakeLists.txt:5 (CMAKE_POLICY): Policy "CMP0075" is not known to this version of CMake.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 8.61 KB, created by
Progenyx
on 2019-01-07 21:04:58 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Progenyx
Created:
2019-01-07 21:04:58 UTC
Size:
8.61 KB
patch
obsolete
> * Package: media-sound/tomahawk-0.9.0_pre20181030 > * Repository: gentoo > * Maintainer: kde@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux telepathy userland_GNU xmpp > * FEATURES: preserve-libs sandbox selinux sesandbox userpriv usersandbox > * Applying tomahawk-0.9.0_pre20181030-fix-warning.patch ... > [ ok ] >>>> Working in BUILD_DIR: "/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build" >cmake -C /var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DWITH_CRASHREPORTER=OFF -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_HATCHET=OFF -DWITH_TelepathyQt=yes -DWITH_Jreen=yes -DBUILD_RELEASE=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build/gentoo_toolchain.cmake /var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-777b31219179b43f56c7b95857d2fbd7f33199aa >loading initial cache file /var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build/gentoo_common_config.cmake >-- The C compiler identification is GNU 7.3.0 >-- The CXX compiler identification is GNU 7.3.0 >-- Check for working C compiler: /usr/bin/gcc >-- Check for working C compiler: /usr/bin/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/g++ >-- Check for working CXX compiler: /usr/bin/g++ -- works >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Detecting CXX compile features >-- Detecting CXX compile features - done >CMake Error at CMakeLists.txt:5 (CMAKE_POLICY): > Policy "CMP0075" is not known to this version of CMake. > > >CMake Error at CMakeLists.txt:12 (CMAKE_POLICY): > Policy "CMP0071" is not known to this version of CMake. > > >CMake Deprecation Warning at CMakeLists.txt:16 (CMAKE_POLICY): > The OLD behavior for policy CMP0020 will be removed from a future version > of CMake. > > The cmake-policies(7) manual explains that the OLD behaviors of all > policies are deprecated and that a policy should be set to OLD only under > specific short-term circumstances. Projects should be ported to the NEW > behavior and not rely on setting a policy to OLD. > > >-- Build of crashreporter disabled. >-- Building Tomahawk 0.8.99 *** >-- Boost version: 1.65.0 >-- Found the following Boost libraries: >-- filesystem >-- system >-- Found Lucene++ core library: /usr/lib/liblucene++.so >-- Found Lucene++ contrib library: /usr/lib/liblucene++-contrib.so >-- Found Lucene++ include dir: /usr/include >-- Found Lucene++ library dir: /usr/lib64 >-- Found Lucene++: /usr/lib/liblucene++.so;/usr/lib/liblucene++-contrib.so;/usr/lib/libboost_system-mt.so version >-- Found TagLib: -L/usr/lib64 -ltag >-- Performing Test COMPLEX_TAGLIB_FILENAME >-- Performing Test COMPLEX_TAGLIB_FILENAME - Failed >-- Found Sparsehash: /usr/include >-- Found GnuTLS: /usr/lib64/libgnutls.so (found version "3.5.19") >-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.29.2") >-- Checking for module 'quazip' >-- No package 'quazip' found >-- Found QUAZIP: /usr/lib/libquazip5.so >-- Found Jreen: /usr/lib64/libjreen-qt5.so (Required is at least version "1.0.5") >-- Found LibLastFm: /usr/lib/liblastfm5.so (Required is at least version "1.0.0") >-- Found TelepathyQt: /usr (Required is at least version "0.9.3") >-- Looking for pthread.h >-- Looking for pthread.h - found >-- Looking for pthread_create >-- Looking for pthread_create - not found >-- Looking for pthread_create in pthreads >-- Looking for pthread_create in pthreads - not found >-- Looking for pthread_create in pthread >-- Looking for pthread_create in pthread - found >-- Found Threads: TRUE >-- Performing Test HAVE_VLC_ALBUMARTIST >-- Performing Test HAVE_VLC_ALBUMARTIST - Success >-- Found LibVLC: /usr/lib64/libvlc.so (found version "3.0.4") > >----------------------------------------------------------------------------- >-- The following external packages were located on your system. >-- This installation will have the extra features provided by these packages. >----------------------------------------------------------------------------- > * Boost - Provides free peer-reviewed portable C++ source libraries > * Lucene++ - The open-source, C++ search engine > * TagLib - Audio Meta-Data Library > * Sparsehash - An extremely memory-efficient hash_map implementation. > * GnuTLS - GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. > * QCA2 - Provides encryption and signing functions necessary for some resolvers and accounts > * libattica - Provides support for installation of resolvers from the Tomahawk website > * QuaZip - Provides support for extracting downloaded resolvers automatically. > * Jreen - Qt XMPP Library > * liblastfm - Qt library for the Last.fm webservices > * QtKeychain - Provides support for secure credentials storage > * Telepathy-Qt - Telepathy-Qt is a Qt high-level binding for Telepathy, a D-Bus framework for unifying real time communication. > * Threads - Threading Library > * LibVLC - Provides audio output > >----------------------------------------------------------------------------- >-- Congratulations! All external packages have been found. >----------------------------------------------------------------------------- > >CMake Deprecation Warning at thirdparty/qxt/qxtweb-standalone/CMakeLists.txt:4 (CMAKE_POLICY): > The OLD behavior for policy CMP0020 will be removed from a future version > of CMake. > > The cmake-policies(7) manual explains that the OLD behaviors of all > policies are deprecated and that a policy should be set to OLD only under > specific short-term circumstances. Projects should be ported to the NEW > behavior and not rely on setting a policy to OLD. > > >CMake Deprecation Warning at thirdparty/kdsingleapplicationguard/CMakeLists.txt:3 (cmake_policy): > The OLD behavior for policy CMP0020 will be removed from a future version > of CMake. > > The cmake-policies(7) manual explains that the OLD behaviors of all > policies are deprecated and that a policy should be set to OLD only under > specific short-term circumstances. Projects should be ported to the NEW > behavior and not rely on setting a policy to OLD. > > >CMake Deprecation Warning at thirdparty/qt-certificate-addon/CMakeLists.txt:4 (cmake_policy): > The OLD behavior for policy CMP0020 will be removed from a future version > of CMake. > > The cmake-policies(7) manual explains that the OLD behaviors of all > policies are deprecated and that a policy should be set to OLD only under > specific short-term circumstances. Projects should be ported to the NEW > behavior and not rely on setting a policy to OLD. > > >Building in debug mode, enabling all debug updates >-- OS_SPECIFIC_LINK_LIBRARIES: >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -march=native -O2 -pipe -fvisibility=hidden >C++ -march=native -O2 -pipe -fvisibility=hidden >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed -Wl,--no-undefined >Module -Wl,-O1 -Wl,--as-needed >Shared -Wl,-O1 -Wl,--as-needed -Wl,--no-undefined > >-- Configuring incomplete, errors occurred! >See also "/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build/CMakeFiles/CMakeOutput.log". >See also "/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build/CMakeFiles/CMakeError.log". > * ERROR: media-sound/tomahawk-0.9.0_pre20181030::gentoo failed (configure phase): > * cmake failed > * > * Call stack: > * ebuild.sh, line 124: Called src_configure > * environment, line 2886: Called cmake-utils_src_configure > * environment, line 957: 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 '=media-sound/tomahawk-0.9.0_pre20181030::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-sound/tomahawk-0.9.0_pre20181030::gentoo'`. > * The complete build log is located at '/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/temp/environment'. > * Working directory: '/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-0.9.0_pre20181030_build' > * S: '/var/tmp/portage/media-sound/tomahawk-0.9.0_pre20181030/work/tomahawk-777b31219179b43f56c7b95857d2fbd7f33199aa'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 674826
: 560286 |
560302
|
560304
|
560306