Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created October 25, 2015 19:02
Show Gist options
  • Save mdeguzis/3a659ce32d3e91719e6f to your computer and use it in GitHub Desktop.
Save mdeguzis/3a659ce32d3e91719e6f to your computer and use it in GitHub Desktop.
desktop@steamos:~/plex-media-player/build$ /usr/local/bin/cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DQTROOT=/usr/local/Qt-5.6.0 -DCMAKE_INSTALL_PREFIX=output ..
-- The CXX compiler identification is GNU 4.9.2
-- The C compiler identification is GNU 4.9.2
-- Check for working CXX compiler using: Ninja
-- Check for working CXX compiler using: Ninja -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler using: Ninja
-- Check for working C compiler using: Ninja -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- Not using bundled deps
-- Looking for include file pthread.h
-- Looking for include file 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
-- Qt version: 5.6.0
-- Performing Test WebEngineBackgroundProperty
-- Performing Test WebEngineBackgroundProperty - Success
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/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
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
-- Found MPV: /usr/include
-- Found SDL2: /usr/include/SDL2
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so
-- Found CEC: /usr/lib/x86_64-linux-gnu/libcec.so
-- Enabled Inputs: SDL2 CEC LIRC
-- Could NOT find BREAKPAD (missing: BREAKPAD_INCLUDE_DIR BREAKPAD_LIBRARY)
-- Crashdump secret not supplied, disabling crashdump uploading
-- Could NOT find BREAKPAD (missing: BREAKPAD_INCLUDE_DIR BREAKPAD_LIBRARY)
-- Found PythonInterp: /usr/bin/python (found version "2.7.9")
-- web-client version: 0a7f8b9
CMake Error at CMakeModules/WebClientResources.cmake:11 (file):
file DOWNLOAD HASH mismatch
for file: [/home/desktop/plex-media-player/build/src/web-client-0a7f8b9.cpp.bz2]
expected hash: [025ac78d591d523e339cee69380edc36e1fac63f]
actual hash: [da39a3ee5e6b4b0d3255bfef95601890afd80709]
status: [1;"unsupported protocol"]
Call Stack (most recent call first):
src/CMakeLists.txt:103 (include)
-- Configuring incomplete, errors occurred!
See also "/home/desktop/plex-media-player/build/CMakeFiles/CMakeOutput.log".
See also "/home/desktop/plex-media-player/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment