diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-02-17 15:58:29 +0100 |
---|---|---|
committer | Guix Patches Tester <> | 2020-02-17 15:00:10 +0000 |
commit | 9ed5ffc1adc0e538c59d6fbc4483f9be25de39ca (patch) | |
tree | 40f4b5d02fc7e6a2f14e9c36819895832a1d5058 /gnu/tests/ssh.scm | |
parent | 3dd311e3a059131ef245417106d4fb659222ef3c (diff) | |
download | patches-series-2929.tar patches-series-2929.tar.gz |
WIP: gnu: Add rpcs3.series-2929
* gnu/packages/emulators.scm (rpcs3): New variable.
Package does not work at the moment.
cmake fails with:
--8<---------------cut here---------------start------------->8---
CMake Error at 3rdparty/CMakeLists.txt:417 (add_library):
add_library cannot create ALIAS target "3rdparty::libusb" because target
"usb-1.0-static" does not already exist.
CMake Error at 3rdparty/CMakeLists.txt:420 (add_library):
add_library cannot create ALIAS target "3rdparty::pugixml" because target
"pugixml" does not already exist.
CMake Error at 3rdparty/CMakeLists.txt:421 (add_library):
add_library cannot create ALIAS target "3rdparty::yaml-cpp" because target
"yaml-cpp" does not already exist.
CMake Error at 3rdparty/CMakeLists.txt:422 (add_library):
add_library cannot create ALIAS target "3rdparty::xxhash" because target
"xxhash" does not already exist.
CMake Error at 3rdparty/CMakeLists.txt:432 (add_library):
add_library cannot create ALIAS target "3rdparty::faudio" because target
"FAudio" does not already exist.
-- cotire 1.8.0 loaded.
-- Found Git: /gnu/store/khvcbw37r31xmfdalplw10xz9d4j6v8l-git-2.25.0/bin/git (found version "2.25.0")
CMake Warning at rpcs3/git-version.cmake:33 (message):
git not found, unable to include version.
Call Stack (most recent call first):
rpcs3/CMakeLists.txt:6 (include)
-- Performing Test HAS_NO_PIE
-- Performing Test HAS_NO_PIE - Success
-- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
-- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Success
-- Found X11: /gnu/store/b824dq3bccq0bhjli3li0fzi11lg1bh3-xorgproto-2019.1/include
-- Looking for XOpenDisplay in /gnu/store/06ybqkh3lb3g7c77b74izy32grglf45x-libx11-1.6.8/lib/libX11.so;/gnu/store/j01p4wjas358cvayyjqpl449hmpanra8-libxext-1.3.4/lib/libXext.so
-- Looking for XOpenDisplay in /gnu/store/06ybqkh3lb3g7c77b74izy32grglf45x-libx11-1.6.8/lib/libX11.so;/gnu/store/j01p4wjas358cvayyjqpl449hmpanra8-libxext-1.3.4/lib/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
-- Initializing RPCS3_SRC_DIR=/tmp/guix-build-rpcs3-0.0.8.drv-0/source/rpcs3
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- 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
-- CXX target rpcs3_emu cotired without unity build excluding ../../Utilities/JIT.cpp, Cell/PPUTranslator.cpp.
-- RPCS3_GIT_VERSION: unknown
-- RPCS3_GIT_BRANCH: unknown
-- CXX target rpcs3 cotired without unity build.
-- Configuring incomplete, errors occurred!
See also "/tmp/guix-build-rpcs3-0.0.8.drv-0/build/CMakeFiles/CMakeOutput.log".
See also "/tmp/guix-build-rpcs3-0.0.8.drv-0/build/CMakeFiles/CMakeError.log".
command "cmake" "../source" "-DCMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_INSTALL_PREFIX=/gnu/store/0p9v13dy10abknx6j48yn9dwwx614x56-rpcs3-0.0.8" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/0p9v13dy10abknx6j48yn9dwwx614x56-rpcs3-0.0.8/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DUSE_SYSTEM_LIBPNG=ON" "-DUSE_SYSTEM_FFMPEG=ON" "-DBUILD_LLVM_SUBMODULE=OFF" "-DWITH_LLVM=OFF" "-DUSE_NATIVE_INSTRUCTIONS=OFF" failed with status 1
--8<---------------cut here---------------end--------------->8---
Diffstat (limited to 'gnu/tests/ssh.scm')
0 files changed, 0 insertions, 0 deletions