• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 495 496 497 498 499 ... 1198 Next »

Having trouble building Dolphin for Ubuntu 14.04
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Having trouble building Dolphin for Ubuntu 14.04
03-22-2015, 05:04 AM
#1
Ness Offline
Believes in silver linings
***
Posts: 138
Threads: 13
Joined: Apr 2011
Basically as title says. I can't even install the dependencies without errors. Here's my terminal output: 
Code:
amy@amy-woofbuntu:~$ sudo apt-get install cmake pkg-config git g++ libao-dev libasound2-dev libavcodec-dev libavformat-dev libbluetooth-dev libgtk2.0-dev liblzo2-dev libopenal-dev libpolarssl-dev portaudio19-dev libpulse-dev libreadline6-dev libsdl2-dev libsfml-dev libsoil-dev libsoundtouch-dev libswscale-dev libusb-1.0-0-dev libwxbase3.0-dev libwxgtk3.0-dev libxext-dev libxrandr-dev zlib1g-dev
[sudo] password for amy:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
cmake is already the newest version.
pkg-config is already the newest version.
pkg-config set to manually installed.
git is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                       Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
libsdl2-dev : Depends: libegl1-mesa-dev
              Depends: libgles2-mesa-dev
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                       Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Rest in power, RachelB.
YouTube
Website Find
Reply
03-22-2015, 08:43 AM
#2
NKF98 Offline
T-Rex
*******
Posts: 1,122
Threads: 7
Joined: Mar 2015
I'm no Linux guy, but you could try deleting the [Dolphin Emulator] file (located in "Documents" on Windows) and then updating. Just make sure to back it up if you want to keep your saves.
Arch
Intel Core i7 - 4510U
iHD4400
8GB RAM

Check here first:
wiki.dolphin-emu.org
Find
Reply
03-22-2015, 11:16 AM (This post was last modified: 03-22-2015, 11:17 AM by pauldacheez.)
#3
pauldacheez Offline
hot take: fascism is bad
*******
Posts: 1,527
Threads: 1
Joined: Apr 2012
NKF98: Did you even *try* to understand the issue here? It's not even actually relevant to Dolphin itself, let alone its settings – it's a dependency issue that apt-get is having before Dolphin has even touched this guy's hard drive.

Ness: I'm not that experienced with apt since I haven't used it in a few years (Arch Linux's pacman is my cleverly-named package manager of choice), but just try installing those listed dependencies separately. If it refuses to do so, $ man apt-get && scroll around for info on held packages or whatever it decides to error on next.

(1500 posts, yay!)
<@skid_au> fishing resort is still broken: http://i.imgur.com/dvPiQKg.png
<@neobrain> dafuq
<+JMC47> no dude, you're just holding the postcard upside down
----------------------------------------
<@Lioncash> pauldachz in charge of shitposting :^)
Website Find
Reply
03-22-2015, 11:29 AM
#4
NKF98 Offline
T-Rex
*******
Posts: 1,122
Threads: 7
Joined: Mar 2015
uh...sorry
Arch
Intel Core i7 - 4510U
iHD4400
8GB RAM

Check here first:
wiki.dolphin-emu.org
Find
Reply
03-24-2015, 01:03 PM
#5
Ness Offline
Believes in silver linings
***
Posts: 138
Threads: 13
Joined: Apr 2011
(03-22-2015, 11:16 AM)pauldacheez Wrote: NKF98: Did you even *try* to understand the issue here? It's not even actually relevant to Dolphin itself, let alone its settings – it's a dependency issue that apt-get is having before Dolphin has even touched this guy's hard drive.

Ness: I'm not that experienced with apt since I haven't used it in a few years (Arch Linux's pacman is my cleverly-named package manager of choice), but just try installing those listed dependencies separately. If it refuses to do so, $ man apt-get && scroll around for info on held packages or whatever it decides to error on next.

(1500 posts, yay!)

Congrats! Also, thanks - I was able to manually install everything except for libsdl2-dev and libsfml-dev where I get the same error as posted in the OP when I try to install. I attempted to go on and build it anyways, I'm unable to make as I assume the cmake didn't go too well from the output:
Code:
amy@amy-woofbuntu:~/dolphin-emu/Build$ cmake ..

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Git: /usr/bin/git (found version "1.9.1") 
x86_64
-- Performing Test FLAG_TYPE_LIMITS
-- Performing Test FLAG_TYPE_LIMITS - Success
-- Performing Test FLAG_SIGN_COMPARE
-- Performing Test FLAG_SIGN_COMPARE - Success
-- Performing Test FLAG_IGNORED_QUALIFIERS
-- Performing Test FLAG_IGNORED_QUALIFIERS - Success
-- Performing Test FLAG_UNINITIALIZED
-- Performing Test FLAG_UNINITIALIZED - Success
-- Performing Test FLAG_LOGICAL_OP
-- Performing Test FLAG_LOGICAL_OP - Success
-- Performing Test FLAG_SHADOW
-- Performing Test FLAG_SHADOW - Success
-- Performing Test FLAG_INIT_SELF
-- Performing Test FLAG_INIT_SELF - Success
-- Performing Test FLAG_MISSING_DECLARATIONS
-- Performing Test FLAG_MISSING_DECLARATIONS - Success
-- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS
-- Performing Test FLAG_MISSING_VARIABLE_DECLARATIONS - Failed
-- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN
-- Performing Test FLAG_VISIBILITY_INLINES_HIDDEN - Success
-- Performing Test FLAG_VISIBILITY_HIDDEN
-- Performing Test FLAG_VISIBILITY_HIDDEN - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- 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
-- Could NOT find OpenGL (missing:  OPENGL_INCLUDE_DIR) 
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.27.2") 
ALSA found, enabling ALSA sound backend
ao found, enabling ao sound backend
bluez found, enabling bluetooth support
PulseAudio found, enabling PulseAudio sound backend
-- Found OpenAL: /usr/lib/x86_64-linux-gnu/libopenal.so  
OpenAL found, enabling OpenAL sound backend
X11 support enabled
Xrandr found
-- checking for module 'xi>=1.5.0'
--   found xi, version 1.7.1.901
-- checking for modules 'libavcodec>=54.35.0;libavformat>=54.20.4;libswscale>=2.1.1;libavutil>=52.3.0'
--   found libavcodec, version 54.35.0
--   found libavformat, version 54.20.4
--   found libswscale, version 2.1.1
--   found libavutil, version 52.3.0
libav/ffmpeg found, enabling AVI frame dumps
-- Performing Test PORTAUDIO
-- Performing Test PORTAUDIO - Success
PortAudio found, enabling mic support
Using static enet from Externals
-- Looking for fcntl
-- Looking for fcntl - found
-- Looking for poll
-- Looking for poll - found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - found
-- Looking for gethostbyaddr_r
-- Looking for gethostbyaddr_r - found
-- Looking for inet_pton
-- Looking for inet_pton - found
-- Looking for inet_ntop
-- Looking for inet_ntop - found
-- Performing Test HAS_MSGHDR_FLAGS
-- Performing Test HAS_MSGHDR_FLAGS - Success
-- Check size of socklen_t
-- Check size of socklen_t - done
Using static xxhash from Externals
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8") 
Using shared zlib
Using shared lzo
Using shared libpng
Using shared soundtouch
-- 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  
-- Could NOT find SDL2 (missing:  SDL2_LIBRARY SDL2_INCLUDE_DIR) 
-- Could NOT find SDL (missing:  SDL_LIBRARY SDL_INCLUDE_DIR) 
SDL NOT found, disabling SDL input
-- checking for module 'libusb-1.0'
--   found libusb-1.0, version 1.0.17
-- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/x86_64-linux-gnu/libusb-1.0.so
Using shared LibUSB
Could NOT find SFML (missing:  SFML_NETWORK_LIBRARY SFML_SYSTEM_LIBRARY)
Using static SFML 2.1 from Externals
-- Could not find miniupnp
Using static miniupnpc from Externals
-- Found the polarssl libraries at /usr/lib/libpolarssl.so
-- Found the polarssl headers at /usr/include
-- Performing Test POLARSSL_WORKS
-- Performing Test POLARSSL_WORKS - Success
Using shared PolarSSL
Using shared SOIL
-- Found wxWidgets: TRUE  
Found wxWidgets version 3.0.0
-- checking for module 'freetype2'
--   found freetype2, version 17.1.11
-- Found Freetype: /usr/lib/x86_64-linux-gnu/libfreetype.so (found version "17.1.11") 
-- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so  
wxWidgets found, enabling GUI build
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.3") 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/amy/dolphin-emu
   used as include directory in directory /home/amy/dolphin-emu/Externals/Bochs_disasm
   used as include directory in directory /home/amy/dolphin-emu/Externals/enet
   used as include directory in directory /home/amy/dolphin-emu/Externals/xxhash
   used as include directory in directory /home/amy/dolphin-emu/Externals/SFML
   used as include directory in directory /home/amy/dolphin-emu/Externals/SFML
   used as include directory in directory /home/amy/dolphin-emu/Externals/miniupnpc
   used as include directory in directory /home/amy/dolphin-emu/Externals/gtest
   used as include directory in directory /home/amy/dolphin-emu/Source
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/AudioCommon
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/Core
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/DiscIO
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/DolphinWX
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/DolphinWX
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/DolphinWX
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/DolphinWX
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/InputCommon
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/UICommon
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/VideoCommon
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/VideoBackends/OGL
   used as include directory in directory /home/amy/dolphin-emu/Source/Core/VideoBackends/Software
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Common
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Core
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/Core
   used as include directory in directory /home/amy/dolphin-emu/Source/UnitTests/VideoCommon

-- Configuring incomplete, errors occurred!
See also "/home/amy/dolphin-emu/Build/CMakeFiles/CMakeOutput.log".
See also "/home/amy/dolphin-emu/Build/CMakeFiles/CMakeError.log".
amy@amy-woofbuntu:~/dolphin-emu/Build$ make
make: *** No targets specified and no makefile found.  Stop.
Here's the CMakeOutput:
Code:
The system is: Linux - 3.16.0-31-generic - x86_64

Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: 
Id flags: 

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/home/amy/dolphin-emu/Build/CMakeFiles/2.8.12.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: 
Id flags: 

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/home/amy/dolphin-emu/Build/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2843805640/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2843805640.dir/build.make CMakeFiles/cmTryCompileExec2843805640.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2843805640.dir/testCCompiler.c.o
/usr/bin/cc    -o CMakeFiles/cmTryCompileExec2843805640.dir/testCCompiler.c.o   -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec2843805640
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2843805640.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTryCompileExec2843805640.dir/testCCompiler.c.o  -o cmTryCompileExec2843805640 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2127520322/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2127520322.dir/build.make CMakeFiles/cmTryCompileExec2127520322.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o
/usr/bin/cc    -o CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec2127520322
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2127520322.dir/link.txt --verbose=1
/usr/bin/cc     -v CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec2127520322 -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2127520322' '-rdynamic' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec2127520322 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec2127520322/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec2127520322.dir/build.make CMakeFiles/cmTryCompileExec2127520322.dir/build]
  ignore line: [make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp']
  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1]
  ignore line: [Building C object CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc    -o CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-2.8/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTryCompileExec2127520322]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2127520322.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc     -v CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec2127520322 -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2127520322' '-rdynamic' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec2127520322 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
    arg [--sysroot=/] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec2127520322] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
    arg [CMakeFiles/cmTryCompileExec2127520322.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
  implicit libs: [c]
  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
  implicit fwks: []


Determining if the CXX compiler works passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2833259967/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2833259967.dir/build.make CMakeFiles/cmTryCompileExec2833259967.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2833259967.dir/testCXXCompiler.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTryCompileExec2833259967.dir/testCXXCompiler.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec2833259967
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2833259967.dir/link.txt --verbose=1
/usr/bin/c++        CMakeFiles/cmTryCompileExec2833259967.dir/testCXXCompiler.cxx.o  -o cmTryCompileExec2833259967 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1845453015/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1845453015.dir/build.make CMakeFiles/cmTryCompileExec1845453015.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++     -o CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec1845453015
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1845453015.dir/link.txt --verbose=1
/usr/bin/c++      -v CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec1845453015 -rdynamic  
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1845453015' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec1845453015 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:/usr/bin/make "cmTryCompileExec1845453015/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTryCompileExec1845453015.dir/build.make CMakeFiles/cmTryCompileExec1845453015.dir/build]
  ignore line: [make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp']
  ignore line: [/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1]
  ignore line: [Building CXX object CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++     -o CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-2.8/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTryCompileExec1845453015]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1845453015.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++      -v CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec1845453015 -rdynamic  ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.8/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec1845453015' '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/lib/gcc/x86_64-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -z relro -o cmTryCompileExec1845453015 /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o -L/usr/lib/gcc/x86_64-linux-gnu/4.8 -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../.. CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o]
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/collect2] ==> ignore
    arg [--sysroot=/] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec1845453015] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..]
    arg [CMakeFiles/cmTryCompileExec1845453015.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/crtend.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8] ==> [/usr/lib/gcc/x86_64-linux-gnu/4.8]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/4.8/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;c]
  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/4.8;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
  implicit fwks: []


Performing C++ SOURCE FILE Test FLAG_TYPE_LIMITS succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec686808557/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec686808557.dir/build.make CMakeFiles/cmTryCompileExec686808557.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec686808557.dir/src.cxx.o
/usr/bin/c++    -DFLAG_TYPE_LIMITS   -Wtype-limits -o CMakeFiles/cmTryCompileExec686808557.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec686808557
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec686808557.dir/link.txt --verbose=1
/usr/bin/c++    -DFLAG_TYPE_LIMITS    CMakeFiles/cmTryCompileExec686808557.dir/src.cxx.o  -o cmTryCompileExec686808557 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_SIGN_COMPARE succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4032056692/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4032056692.dir/build.make CMakeFiles/cmTryCompileExec4032056692.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec4032056692.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -DFLAG_SIGN_COMPARE   -Wsign-compare -o CMakeFiles/cmTryCompileExec4032056692.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec4032056692
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4032056692.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -DFLAG_SIGN_COMPARE    CMakeFiles/cmTryCompileExec4032056692.dir/src.cxx.o  -o cmTryCompileExec4032056692 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_IGNORED_QUALIFIERS succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec155539409/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec155539409.dir/build.make CMakeFiles/cmTryCompileExec155539409.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec155539409.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -DFLAG_IGNORED_QUALIFIERS   -Wignored-qualifiers -o CMakeFiles/cmTryCompileExec155539409.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec155539409
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec155539409.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -DFLAG_IGNORED_QUALIFIERS    CMakeFiles/cmTryCompileExec155539409.dir/src.cxx.o  -o cmTryCompileExec155539409 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_UNINITIALIZED succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3704776836/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3704776836.dir/build.make CMakeFiles/cmTryCompileExec3704776836.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3704776836.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -DFLAG_UNINITIALIZED   -Wuninitialized -o CMakeFiles/cmTryCompileExec3704776836.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3704776836
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3704776836.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -DFLAG_UNINITIALIZED    CMakeFiles/cmTryCompileExec3704776836.dir/src.cxx.o  -o cmTryCompileExec3704776836 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_LOGICAL_OP succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec881378424/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec881378424.dir/build.make CMakeFiles/cmTryCompileExec881378424.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec881378424.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -DFLAG_LOGICAL_OP   -Wlogical-op -o CMakeFiles/cmTryCompileExec881378424.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec881378424
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec881378424.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -DFLAG_LOGICAL_OP    CMakeFiles/cmTryCompileExec881378424.dir/src.cxx.o  -o cmTryCompileExec881378424 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_SHADOW succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1788840279/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1788840279.dir/build.make CMakeFiles/cmTryCompileExec1788840279.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1788840279.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -DFLAG_SHADOW   -Wshadow -o CMakeFiles/cmTryCompileExec1788840279.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec1788840279
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1788840279.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -DFLAG_SHADOW    CMakeFiles/cmTryCompileExec1788840279.dir/src.cxx.o  -o cmTryCompileExec1788840279 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_INIT_SELF succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1066460088/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1066460088.dir/build.make CMakeFiles/cmTryCompileExec1066460088.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1066460088.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -DFLAG_INIT_SELF   -Winit-self -o CMakeFiles/cmTryCompileExec1066460088.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec1066460088
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1066460088.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -DFLAG_INIT_SELF    CMakeFiles/cmTryCompileExec1066460088.dir/src.cxx.o  -o cmTryCompileExec1066460088 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_MISSING_DECLARATIONS succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec533977335/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec533977335.dir/build.make CMakeFiles/cmTryCompileExec533977335.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec533977335.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -DFLAG_MISSING_DECLARATIONS   -Wmissing-declarations -o CMakeFiles/cmTryCompileExec533977335.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec533977335
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec533977335.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -DFLAG_MISSING_DECLARATIONS    CMakeFiles/cmTryCompileExec533977335.dir/src.cxx.o  -o cmTryCompileExec533977335 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_VISIBILITY_INLINES_HIDDEN succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1309964099/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1309964099.dir/build.make CMakeFiles/cmTryCompileExec1309964099.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1309964099.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -DFLAG_VISIBILITY_INLINES_HIDDEN   -fvisibility-inlines-hidden -o CMakeFiles/cmTryCompileExec1309964099.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec1309964099
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1309964099.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -DFLAG_VISIBILITY_INLINES_HIDDEN    CMakeFiles/cmTryCompileExec1309964099.dir/src.cxx.o  -o cmTryCompileExec1309964099 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Performing C++ SOURCE FILE Test FLAG_VISIBILITY_HIDDEN succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec382316607/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec382316607.dir/build.make CMakeFiles/cmTryCompileExec382316607.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec382316607.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -DFLAG_VISIBILITY_HIDDEN   -fvisibility=hidden -o CMakeFiles/cmTryCompileExec382316607.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec382316607
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec382316607.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -DFLAG_VISIBILITY_HIDDEN    CMakeFiles/cmTryCompileExec382316607.dir/src.cxx.o  -o cmTryCompileExec382316607 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0;}
Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2863533190/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2863533190.dir/build.make CMakeFiles/cmTryCompileExec2863533190.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2863533190.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=XOpenDisplay   -o CMakeFiles/cmTryCompileExec2863533190.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2863533190
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2863533190.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=XOpenDisplay    CMakeFiles/cmTryCompileExec2863533190.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2863533190 -rdynamic -lX11 -lXext 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function gethostbyname exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1200003738/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1200003738.dir/build.make CMakeFiles/cmTryCompileExec1200003738.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1200003738.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=gethostbyname   -o CMakeFiles/cmTryCompileExec1200003738.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1200003738
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1200003738.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=gethostbyname    CMakeFiles/cmTryCompileExec1200003738.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1200003738 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function connect exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec471979119/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec471979119.dir/build.make CMakeFiles/cmTryCompileExec471979119.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec471979119.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=connect   -o CMakeFiles/cmTryCompileExec471979119.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec471979119
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec471979119.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=connect    CMakeFiles/cmTryCompileExec471979119.dir/CheckFunctionExists.c.o  -o cmTryCompileExec471979119 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function remove exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3054917657/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3054917657.dir/build.make CMakeFiles/cmTryCompileExec3054917657.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3054917657.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=remove   -o CMakeFiles/cmTryCompileExec3054917657.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3054917657
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3054917657.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=remove    CMakeFiles/cmTryCompileExec3054917657.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3054917657 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function shmat exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3843326753/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3843326753.dir/build.make CMakeFiles/cmTryCompileExec3843326753.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3843326753.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=shmat   -o CMakeFiles/cmTryCompileExec3843326753.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3843326753
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3843326753.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=shmat    CMakeFiles/cmTryCompileExec3843326753.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3843326753 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function IceConnectionNumber exists in the ICE passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4148982043/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4148982043.dir/build.make CMakeFiles/cmTryCompileExec4148982043.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4148982043.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=IceConnectionNumber   -o CMakeFiles/cmTryCompileExec4148982043.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4148982043
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4148982043.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=IceConnectionNumber    CMakeFiles/cmTryCompileExec4148982043.dir/CheckFunctionExists.c.o  -o cmTryCompileExec4148982043 -rdynamic -lICE 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Performing C++ SOURCE FILE Test PORTAUDIO succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3516680511/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3516680511.dir/build.make CMakeFiles/cmTryCompileExec3516680511.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3516680511.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -fvisibility=hidden -DPORTAUDIO   -o CMakeFiles/cmTryCompileExec3516680511.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec3516680511
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3516680511.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -fvisibility=hidden -DPORTAUDIO    CMakeFiles/cmTryCompileExec3516680511.dir/src.cxx.o  -o cmTryCompileExec3516680511 -rdynamic -lportaudio 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Return value: 1
Source file was:
#include <portaudio.h>
int main(int argc, char **argv)
{ if(Pa_GetVersion() >= 1890) return 0; else return 1; }
Determining if the function fcntl exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec311577366/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec311577366.dir/build.make CMakeFiles/cmTryCompileExec311577366.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec311577366.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=fcntl   -o CMakeFiles/cmTryCompileExec311577366.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec311577366
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec311577366.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=fcntl    CMakeFiles/cmTryCompileExec311577366.dir/CheckFunctionExists.c.o  -o cmTryCompileExec311577366 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function poll exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1747984918/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1747984918.dir/build.make CMakeFiles/cmTryCompileExec1747984918.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1747984918.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=poll   -o CMakeFiles/cmTryCompileExec1747984918.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1747984918
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1747984918.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=poll    CMakeFiles/cmTryCompileExec1747984918.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1747984918 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function gethostbyname_r exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1783422734/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1783422734.dir/build.make CMakeFiles/cmTryCompileExec1783422734.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1783422734.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=gethostbyname_r   -o CMakeFiles/cmTryCompileExec1783422734.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1783422734
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1783422734.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=gethostbyname_r    CMakeFiles/cmTryCompileExec1783422734.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1783422734 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function gethostbyaddr_r exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1401096776/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1401096776.dir/build.make CMakeFiles/cmTryCompileExec1401096776.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1401096776.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r   -o CMakeFiles/cmTryCompileExec1401096776.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1401096776
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1401096776.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=gethostbyaddr_r    CMakeFiles/cmTryCompileExec1401096776.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1401096776 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function inet_pton exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec2422854982/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2422854982.dir/build.make CMakeFiles/cmTryCompileExec2422854982.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec2422854982.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=inet_pton   -o CMakeFiles/cmTryCompileExec2422854982.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2422854982
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2422854982.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=inet_pton    CMakeFiles/cmTryCompileExec2422854982.dir/CheckFunctionExists.c.o  -o cmTryCompileExec2422854982 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function inet_ntop exists passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1663575316/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1663575316.dir/build.make CMakeFiles/cmTryCompileExec1663575316.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1663575316.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=inet_ntop   -o CMakeFiles/cmTryCompileExec1663575316.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1663575316
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1663575316.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=inet_ntop    CMakeFiles/cmTryCompileExec1663575316.dir/CheckFunctionExists.c.o  -o cmTryCompileExec1663575316 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Performing C SOURCE FILE Test HAS_MSGHDR_FLAGS succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1708689937/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1708689937.dir/build.make CMakeFiles/cmTryCompileExec1708689937.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1708689937.dir/src.c.o
/usr/bin/cc   -DHAS_MSGHDR_FLAGS   -o CMakeFiles/cmTryCompileExec1708689937.dir/src.c.o   -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.c
Linking C executable cmTryCompileExec1708689937
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1708689937.dir/link.txt --verbose=1
/usr/bin/cc   -DHAS_MSGHDR_FLAGS    CMakeFiles/cmTryCompileExec1708689937.dir/src.c.o  -o cmTryCompileExec1708689937 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:

#include <sys/types.h>
#include <sys/socket.h>

int main()
{
   struct msghdr* tmp;
   tmp->msg_flags;
  return 0;
}

Determining size of socklen_t passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1228565200/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1228565200.dir/build.make CMakeFiles/cmTryCompileExec1228565200.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1228565200.dir/HAS_SOCKLEN_T.c.o
/usr/bin/cc    -o CMakeFiles/cmTryCompileExec1228565200.dir/HAS_SOCKLEN_T.c.o   -c /home/amy/dolphin-emu/Build/CMakeFiles/CheckTypeSize/HAS_SOCKLEN_T.c
Linking C executable cmTryCompileExec1228565200
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1228565200.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTryCompileExec1228565200.dir/HAS_SOCKLEN_T.c.o  -o cmTryCompileExec1228565200 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if files pthread.h exist passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec152548544/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec152548544.dir/build.make CMakeFiles/cmTryCompileExec152548544.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec152548544.dir/CheckIncludeFiles.c.o
/usr/bin/cc    -o CMakeFiles/cmTryCompileExec152548544.dir/CheckIncludeFiles.c.o   -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec152548544
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec152548544.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTryCompileExec152548544.dir/CheckIncludeFiles.c.o  -o cmTryCompileExec152548544 -rdynamic 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3827571169/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3827571169.dir/build.make CMakeFiles/cmTryCompileExec3827571169.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec3827571169.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec3827571169.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3827571169
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3827571169.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec3827571169.dir/CheckFunctionExists.c.o  -o cmTryCompileExec3827571169 -rdynamic -lpthread 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'


Performing C++ SOURCE FILE Test POLARSSL_WORKS succeded with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec371569/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec371569.dir/build.make CMakeFiles/cmTryCompileExec371569.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec371569.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -fvisibility=hidden -DPOLARSSL_WORKS   -o CMakeFiles/cmTryCompileExec371569.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTryCompileExec371569
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec371569.dir/link.txt --verbose=1
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -fvisibility-inlines-hidden -fvisibility=hidden -DPOLARSSL_WORKS    CMakeFiles/cmTryCompileExec371569.dir/src.cxx.o  -o cmTryCompileExec371569 -rdynamic -lpolarssl 
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'

Source file was:

#include <polarssl/ctr_drbg.h>
#include <polarssl/entropy.h>
#include <polarssl/net.h>
#include <polarssl/ssl.h>
#include <polarssl/version.h>

#if POLARSSL_VERSION_NUMBER < 0x01030000
#error "Shared PolarSSL version is too old"
#endif

int main()
{
ssl_context ctx;
ssl_session session;
entropy_context entropy;
ctr_drbg_context ctr_drbg;
x509_crt cacert;
x509_crt clicert;
pk_context pk;

ssl_init(&ctx);
entropy_init(&entropy);

const char* pers = "dolphin-emu";
ctr_drbg_init(&ctr_drbg, entropy_func,
                   &entropy,
                   (const unsigned char*)pers,
                   strlen(pers));

ssl_set_rng(&ctx, ctr_drbg_random, &ctr_drbg);
ssl_set_session(&ctx, &session);

ssl_close_notify(&ctx);
ssl_session_free(&session);
ssl_free(&ctx);
entropy_free(&entropy);

return 0;
}
and the CMakeError:
Code:
Performing C++ SOURCE FILE Test FLAG_MISSING_VARIABLE_DECLARATIONS failed with the following output:

Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec3980413367/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3980413367.dir/build.make CMakeFiles/cmTryCompileExec3980413367.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3980413367.dir/src.cxx.o
/usr/bin/c++    -Wtype-limits -Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow -Winit-self -Wmissing-declarations -DFLAG_MISSING_VARIABLE_DECLARATIONS   -Wmissing-variable-declarations -o CMakeFiles/cmTryCompileExec3980413367.dir/src.cxx.o -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/src.cxx
c++: error: unrecognized command line option '-Wmissing-variable-declarations'
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec3980413367.dir/src.cxx.o] Error 1
make: *** [cmTryCompileExec3980413367/fast] Error 2

Source file was:
int main() { return 0;}
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec1518415089/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1518415089.dir/build.make CMakeFiles/cmTryCompileExec1518415089.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1518415089.dir/CheckSymbolExists.c.o
/usr/bin/cc    -o CMakeFiles/cmTryCompileExec1518415089.dir/CheckSymbolExists.c.o   -c /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTryCompileExec1518415089
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1518415089.dir/link.txt --verbose=1
/usr/bin/cc       CMakeFiles/cmTryCompileExec1518415089.dir/CheckSymbolExists.c.o  -o cmTryCompileExec1518415089 -rdynamic 
CMakeFiles/cmTryCompileExec1518415089.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec1518415089] Error 1
make: *** [cmTryCompileExec1518415089/fast] Error 2

File /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp

Run Build Command:/usr/bin/make "cmTryCompileExec4065544558/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4065544558.dir/build.make CMakeFiles/cmTryCompileExec4065544558.dir/build
make[1]: Entering directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report /home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec4065544558.dir/CheckFunctionExists.c.o
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create   -o CMakeFiles/cmTryCompileExec4065544558.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-2.8/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec4065544558
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec4065544558.dir/link.txt --verbose=1
/usr/bin/cc   -DCHECK_FUNCTION_EXISTS=pthread_create    CMakeFiles/cmTryCompileExec4065544558.dir/CheckFunctionExists.c.o  -o cmTryCompileExec4065544558 -rdynamic -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[1]: Leaving directory `/home/amy/dolphin-emu/Build/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec4065544558] Error 1
make: *** [cmTryCompileExec4065544558/fast] Error 2
Rest in power, RachelB.
YouTube
Website Find
Reply
03-24-2015, 02:40 PM
#6
Anti-Ultimate Offline
Above and Beyond
*******
Posts: 1,957
Threads: 29
Joined: May 2010
If any dependencies are missing because the repository didn't mark them as such, you can always manually install them. Try using a -f after apt-get install .

Find
Reply
03-24-2015, 03:42 PM
#7
Ness Offline
Believes in silver linings
***
Posts: 138
Threads: 13
Joined: Apr 2011
(03-24-2015, 02:40 PM)Anti-Ultimate Wrote: If any dependencies are missing because the repository didn't mark them as such, you can always manually install them. Try using a -f after apt-get install .

Still getting the same errors :/
Code:
amy@amy-woofbuntu:~/dolphin-emu/Build$ sudo apt-get install -f libsdl2-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
libsdl2-dev : Depends: libegl1-mesa-dev
               Depends: libgles2-mesa-dev
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
amy@amy-woofbuntu:~/dolphin-emu/Build$ sudo apt-get install -f libsfml-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
              Depends: gstreamer1.0-clutter but it is not going to be installed
libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
                    Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Rest in power, RachelB.
YouTube
Website Find
Reply
03-24-2015, 05:21 PM
#8
Anti-Ultimate Offline
Above and Beyond
*******
Posts: 1,957
Threads: 29
Joined: May 2010
(03-24-2015, 03:42 PM)Ness Wrote:
(03-24-2015, 02:40 PM)Anti-Ultimate Wrote: If any dependencies are missing because the repository didn't mark them as such, you can always manually install them.  Try using a -f after apt-get install .

Still getting the same errors :/

Code:
amy@amy-woofbuntu:~/dolphin-emu/Build$ sudo apt-get install -f libsdl2-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                       Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
libsdl2-dev : Depends: libegl1-mesa-dev
              Depends: libgles2-mesa-dev
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                       Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
amy@amy-woofbuntu:~/dolphin-emu/Build$ sudo apt-get install -f libsfml-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                  Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
             Depends: gstreamer1.0-clutter but it is not going to be installed
libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
What happens if you install those libs manually?

Find
Reply
03-25-2015, 01:40 PM
#9
TehGuy Offline
No longer needs to use his GC/Wii
***
Posts: 156
Threads: 5
Joined: May 2014
(03-24-2015, 03:42 PM)Ness Wrote:
(03-24-2015, 02:40 PM)Anti-Ultimate Wrote: If any dependencies are missing because the repository didn't mark them as such, you can always manually install them.  Try using a -f after apt-get install .

Still getting the same errors :/

Code:
amy@amy-woofbuntu:~/dolphin-emu/Build$ sudo apt-get install -f libsdl2-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
gnome-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                       Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
libsdl2-dev : Depends: libegl1-mesa-dev
              Depends: libgles2-mesa-dev
unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                       Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
amy@amy-woofbuntu:~/dolphin-emu/Build$ sudo apt-get install -f libsfml-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libcheese-gtk23 : Depends: libclutter-gtk-1.0-0 (>= 0.91.8) but it is not going to be installed
                  Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
libcheese7 : Depends: libclutter-gst-2.0-0 (>= 0.10.0) but it is not going to be installed
             Depends: gstreamer1.0-clutter but it is not going to be installed
libclutter-1.0-0 : Depends: libcogl-pango15 (>= 1.15.8) but it is not going to be installed
                   Depends: libcogl15 (>= 1.15.8) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

As far as SDL goes, try the first bit from this guide https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux

That'll download and built/install it for you. You could also try going through the dependencies listed at the bottom of the page to make sure nothing was missed and try building again 
AMD Ryzen 7 3700X @ 4.2 GHz | MSI GTX 1070TI 8GB | 32 GB DDR4 @ 3000 MHz | Windows 10 Pro x64 | Dolphin 5.0-10886
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode