Some problems in Fedora 18 :(
#21
Can you try this patch. I puts the arch option first.
Code:
Index: cmake/SearchForStuff.cmake
===================================================================
--- cmake/SearchForStuff.cmake    (revision 5578)
+++ cmake/SearchForStuff.cmake    (working copy)
@@ -40,9 +40,9 @@
# Warning do not put any double-quote for the argument...
# set(wxWidgets_CONFIG_OPTIONS --unicode=yes --debug=yes) # In case someone want to debug inside wx
#
-# Fedora uses an extra non-standard option ...
+# Fedora uses an extra non-standard option ... Arch must be the first option.
if(Fedora)
-    set(wxWidgets_CONFIG_OPTIONS --unicode=yes --arch i686)
+    set(wxWidgets_CONFIG_OPTIONS --arch i686 --unicode=yes)
else()
     set(wxWidgets_CONFIG_OPTIONS --unicode=yes)
endif()
Reply

Sponsored links

#22
This configures and builds fine in i686 mock for Fedora 18 (n.b. this is on r5565 but I presume that is okay):

Code:
Building target platforms: i686
Building for target i686
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KFSDZW
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf pcsx2-snapshot-5565
+ /usr/bin/gzip -dc /builddir/build/SOURCES/pcsx2-snapshot_5565.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pcsx2-snapshot-5565
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #1 (pcsx2-snapshot_5565_fedora_cflags.diff):'
Patch #1 (pcsx2-snapshot_5565_fedora_cflags.diff):
+ /usr/bin/cat /builddir/build/SOURCES/pcsx2-snapshot_5565_fedora_cflags.diff
+ /usr/bin/patch -p1 --fuzz=0
patching file cmake/BuildParameters.cmake
Patch #2 (pcsx2-snapshot_5565_fedora_wx_arch.diff):
+ echo 'Patch #2 (pcsx2-snapshot_5565_fedora_wx_arch.diff):'
+ /usr/bin/patch -p1 --fuzz=0
+ /usr/bin/cat /builddir/build/SOURCES/pcsx2-snapshot_5565_fedora_wx_arch.diff
patching file cmake/SearchForStuff.cmake
+ chmod -x pcsx2/Docs/GPL.txt pcsx2/Docs/License.txt pcsx2/Docs/readme-Docs.txt pcsx2/Docs/PCSX2_FAQ.doc pcsx2/Docs/PCSX2_Readme.doc bin/docs/pcsx2.1 linux_various/pcsx2.xpm
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gaWAYH
+ umask 022
+ cd /builddir/build/BUILD
+ cd pcsx2-snapshot-5565
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules'
+ export FFLAGS
+ LDFLAGS='-Wl,-z,relro '
+ export LDFLAGS
+ /usr/bin/cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DBUILD_SHARED_LIBS:BOOL=ON . -DPACKAGE_MODE=TRUE -DGLSL_SHADER_DIR=/usr/lib/pcsx2 -DBUILD_REPLAY_LOADERS=FALSE -DXDG_STD=TRUE -DGLSL_API=FALSE -DCMAKE_INSTALL_PREFIX=/usr -DPLUGIN_DIR=/usr/lib/pcsx2 -DGAMEINDEX_DIR=/usr/share/pcsx2 -DFORCE_INTERNAL_SOUNDTOUCH=FALSE -DFORCE_INTERNAL_SDL=FALSE -DCMAKE_BUILD_STRIP=FALSE -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE -DDOC_DIR=/usr/share/doc/pcsx2 --debug-output
Running with debug output on.
-- The C compiler identification is GNU 4.7.2
   Called from: [2]    /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- The CXX compiler identification is GNU 4.7.2
   Called from: [2]    /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Check for working C compiler: /usr/lib/ccache/cc
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Check for working C compiler: /usr/lib/ccache/cc -- works
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Detecting C compiler ABI info
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Detecting C compiler ABI info - done
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Check for working CXX compiler: /usr/lib/ccache/c++
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Detecting CXX compiler ABI info
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Detecting CXX compiler ABI info - done
   Called from: [2]    /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Enable the building of po files by default in Release build !!!
   Called from: [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/BuildParameters.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found Freetype: /usr/lib/libfreetype.so (found version "2.4.10")
   Called from: [4]    /usr/share/cmake/Modules/FindFreetype.cmake
                [3]    /usr/share/cmake/Modules/FindGTK2.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found GTK2_GTK: /usr/lib/libgtk-x11-2.0.so  
   Called from: [3]    /usr/share/cmake/Modules/FindGTK2.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for gethostbyname
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for gethostbyname - found
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for connect
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for connect - found
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for remove
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for remove - found
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for shmat
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for shmat - found
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for IceConnectionNumber in ICE
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for IceConnectionNumber in ICE - found
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found X11: /usr/lib/libX11.so
   Called from: [3]    /usr/share/cmake/Modules/FindX11.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found ALSA: /usr/lib/libasound.so (found version "1.0.26")
   Called from: [3]    /usr/share/cmake/Modules/FindALSA.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6")
   Called from: [3]    /usr/share/cmake/Modules/FindBZip2.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
   Called from: [3]    /usr/share/cmake/Modules/FindBZip2.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
   Called from: [3]    /usr/share/cmake/Modules/FindBZip2.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
   Called from: [3]    /usr/share/cmake/Modules/FindGettext.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found JPEG: /usr/lib/libjpeg.so  
   Called from: [3]    /usr/share/cmake/Modules/FindJPEG.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found OpenGL: /usr/lib/libGL.so  
   Called from: [3]    /usr/share/cmake/Modules/FindOpenGL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for include file pthread.h
   Called from: [4]    /usr/share/cmake/Modules/FindThreads.cmake
                [3]    /usr/share/cmake/Modules/FindSDL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for include file pthread.h - found
   Called from: [4]    /usr/share/cmake/Modules/FindThreads.cmake
                [3]    /usr/share/cmake/Modules/FindSDL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for pthread_create
   Called from: [4]    /usr/share/cmake/Modules/FindThreads.cmake
                [3]    /usr/share/cmake/Modules/FindSDL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Looking for pthread_create - found
   Called from: [4]    /usr/share/cmake/Modules/FindThreads.cmake
                [3]    /usr/share/cmake/Modules/FindSDL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found Threads: TRUE  
   Called from: [4]    /usr/share/cmake/Modules/FindThreads.cmake
                [3]    /usr/share/cmake/Modules/FindSDL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found SDL: /usr/lib/libSDL.so (found version "1.2.15")
   Called from: [3]    /usr/share/cmake/Modules/FindSDL.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Could NOT find Subversion (missing:  Subversion_SVN_EXECUTABLE)
   Called from: [3]    /usr/share/cmake/Modules/FindSubversion.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found wxWidgets: TRUE  
   Called from: [3]    /usr/share/cmake/Modules/FindwxWidgets.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.7")
   Called from: [3]    /usr/share/cmake/Modules/FindZLIB.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found AIO: /usr/lib/libaio.so  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindAio.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found Cg: /usr/lib/libCg.so;/usr/lib/libCgGL.so  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindCg.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found GLEW: /usr/lib/libGLEW.so  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindGlew.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found Libc: /usr/lib/librt.so;/usr/lib/libdl.so;/usr/lib/libm.so  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindLibc.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found PortAudio: /usr/lib/libportaudio.so  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindPortAudio.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found SoundTouch: /usr/lib/libSoundTouch.so  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindSoundTouch.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Found SparseHash: /usr/include  
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindSparseHash.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Could NOT find SparseHash_new (missing:  SPARSEHASE_NEW_INCLUDE_DIR)
   Called from: [3]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/FindSparseHash_NEW.cmake
                [2]    /builddir/build/BUILD/pcsx2-snapshot-5565/cmake/SearchForStuff.cmake
                [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/locales
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/common/src/Utilities
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/common/src/x86emitter
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/pcsx2
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CDVDnull
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/dev9null
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/FWnull
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/GSdx
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/onepad
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/spu2-x/src
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/USBnull
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/zzogl-pg/opengl
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Entering             /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/zzogl-pg-cg/opengl
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565/plugins
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/plugins/CMakeLists.txt
   Returning to         /builddir/build/BUILD/pcsx2-snapshot-5565
   Called from: [1]    /builddir/build/BUILD/pcsx2-snapshot-5565/CMakeLists.txt
-- Configuring done

I will test the resultant rpm on Fedora 18 native and also see what the build status is on x86_64 and update this post accordingly Smile

edit:

rpm works great on Fedora 18 x86_64; when compiling in x86_64 only sparsehash is not found and everything builds and runs great! Many thanks Smile
Reply
#23
Cool. Sparesehash is normal and expected.
Reply




Users browsing this thread: 1 Guest(s)