Fatal Frame 3, where should I report this?
#11
Ign http://ppa.launchpad.net wheezy/main Translation-id
Ign http://ppa.launchpad.net wheezy/main Translation-ro
Ign http://ppa.launchpad.net wheezy/main Translation-pl
Fetched 513 kB in 21s (23.5 kB/s)
W: Failed to fetch http://ppa.launchpad.net/gregory-hainaut...ce/Sources 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/gregory-hainaut...6/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
intel@debian:~$ sudo apt-get install pcsx2-unstable
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pcsx2-unstable
intel@debian:~$



This is what happens with PPA I'm just starting with this Debian Testing 32bit. I figured I would give it a try instead of Ubuntu-derivative. Tongue

I'm more worried about trying to get my UbuntuOne cloud to work on Debian. There is a long multi-step process to try and I haven't had time to do it yet. If I fail I go back to Ubuntu. Sad
Reply

Sponsored links

#12
Also, if I remember correctly, PPA would not fetch for Ubuntu Quantal but would fetch for Precise just fine.
Reply
#13
(10-16-2012, 10:21 AM)gregory Wrote: @Butz_san,
I'm using Debian sid 64 bits so I can help you if you want to build PCSX2. Please note that Debian testing miss one multiarch library (need to get the one from sid).

Sure, I want some help Smile, everytime I want to compile the emu I got the error telling me that It can't be compiled in x64 bit systems >_<
PC:
EVGA 600 +80 PSU
NVIDIA GTX 550ti EVGA 2GB VRAM
[Image: hj0zqy-4.png]
OS: Debian Stretch 64bits  Cool
OS: Windows 10 Home 
Reply
#14
Be sure to have latest source, the error will be replaced by a warning.
Code:
svn checkout http://pcsx2.googlecode.com/svn/trunk/ pcsx2-read-only
Later you could update to any revision with command like that
Code:
svn update -r 5430

@DaTankAC, every I upload a PPA, I need to give the distribution code name as a parameter. I didn't do yet for quantal
Reply
#15
Ok, I got this errors, which libs I missed?

Code:
butz@butz1a:~/pcsx2-read-only/build$ cmake ../CMakeLists.txt -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 4.7.1
-- The CXX compiler identification is GNU 4.7.1
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 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
CMake Warning at CMakeLists.txt:15 (message):
  

          PCSX2 does not support a 64-bits environment and has no plan to support a 64-bits architecture in the future.
          It would need a complete rewrite of the core emulator and a lot of time.

  

          You can still run a 32-bits binary if you install all 32-bits libraries (runtime and dev).

  

          Ubuntu users, please upgrade to 12.04.


-- Enable the stripping by default in Release build !!!
-- Enable the building of po files by default in Release build !!!
-- Could NOT find Freetype (missing:  FREETYPE_LIBRARY) (found version "2.4.9")
-- Some or all of the gtk libraries were not found. (missing:  GTK2_GTK_LIBRARY GTK2_GLIBCONFIG_INCLUDE_DIR GTK2_GLIB_LIBRARY GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY)
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.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
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
-- Could NOT find ALSA (missing:  ALSA_LIBRARY) (found version "1.0.25")
-- Could NOT find BZip2 (missing:  BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
-- Could NOT find JPEG (missing:  JPEG_LIBRARY)
-- Found OpenGL: /usr/lib/libGL.so  
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Could NOT find SDL (missing:  SDL_LIBRARY)
-- Found Subversion: /usr/bin/svn (found version "1.6.17")
-- Found wxWidgets: TRUE  
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY) (found version "1.2.7")
-- Found Cg: /usr/lib/i386-linux-gnu/libCg.so;/usr/lib/i386-linux-gnu/libCgGL.so  
-- Could NOT find GLEW (missing:  GLEW_LIBRARY)
-- Could NOT find Libc (missing:  LIBC_LIBRARIES)
-- Could NOT find PortAudio (missing:  PORTAUDIO_LIBRARIES PORTAUDIO_INCLUDE_DIR)
-- Found SoundTouch: /usr/lib/i386-linux-gnu/libSoundTouch.so  
-- Could NOT find SparseHash (missing:  SPARSEHASH_INCLUDE_DIR)
-- Could NOT find SparseHash_new (missing:  SPARSEHASE_NEW_INCLUDE_DIR)
-- Skip build of common libraries: miss some dependencies
-- check these libraries -> wxWidgets (>=2.8.10), sparsehash (>=1.5)
-- Skip build of pcsx2 core: miss some dependencies
-- check these libraries -> wxWidgets (>=2.8.10), gtk2 (>=2.16), zlib (>=1.2.4), pcsx2 common libs
-- Skip build of CDVDiso: miss some dependencies
-- check these libraries -> bzip2 (>=1.0.5), gtk2 (>=2.16)
-- Skip build of zerogs: miss some dependencies
-- check these libraries -> glew (>=1.6), opengl, X11, nvidia-cg-toolkit (>=2.1)
-- Skip build of zzogl: miss some dependencies
-- check these libraries -> glew (>=1.6), jpeg (>=6.2), opengl, X11, nvidia-cg-toolkit (>=2.1), pcsx2 common libs
-- Skip build of onepad: miss some dependencies
-- check these libraries -> sdl (>=1.2)
-- Skip build of spu2-x: miss some dependencies
-- check these libraries -> soundtouch (>=1.5), alsa, portaudio (>=1.9), pcsx2 common libs
-- Skip build of zerospu2: miss some dependencies
-- check these libraries -> soundtouch (>=1.5), alsa
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:
GLEW_LIBRARY (ADVANCED)
    linked by target "GSdx-0.1.16" in directory /home/butz/pcsx2-read-only/plugins/GSdx
    linked by target "GSdx-static" in directory /home/butz/pcsx2-read-only/plugins/GSdx
    linked by target "pcsx2_GSReplayLoader" in directory /home/butz/pcsx2-read-only/plugins/GSdx

-- Configuring incomplete, errors occurred!

It will be great if you can help me with a little guide about it, because everytime that I try to install the libglew-dev or libasound-dev or anything like that I got broken libraries in my system Sad
PC:
EVGA 600 +80 PSU
NVIDIA GTX 550ti EVGA 2GB VRAM
[Image: hj0zqy-4.png]
OS: Debian Stretch 64bits  Cool
OS: Windows 10 Home 
Reply
#16
You need to install 32bits dev packages. Unfortunately it will remove the 64 bits dev package and maybe others stuff. Be sure to not remove any important 64 bits package. Debian is not yet fully compatible with multiarch but you can build most of pcsx2 normally.
Reply
#17
Which package is in sid?
PC:
EVGA 600 +80 PSU
NVIDIA GTX 550ti EVGA 2GB VRAM
[Image: hj0zqy-4.png]
OS: Debian Stretch 64bits  Cool
OS: Windows 10 Home 
Reply
#18
dont remember :-P One that is related to sound. I m not sure SID is 100% clean neither. I remember that I hack a bit some files of glib. Maybe I can post all my i386 package (will do that tomorrow)
Reply
#19
(10-17-2012, 11:26 PM)gregory Wrote: dont remember :-P One that is related to sound. I m not sure SID is 100% clean neither. I remember that I hack a bit some files of glib. Maybe I can post all my i386 package (will do that tomorrow)

Sure, I'll wait Smile
PC:
EVGA 600 +80 PSU
NVIDIA GTX 550ti EVGA 2GB VRAM
[Image: hj0zqy-4.png]
OS: Debian Stretch 64bits  Cool
OS: Windows 10 Home 
Reply
#20
There is probably too much.
Code:
8:29 gregory ~ % list :i386 | awk '{print $2}' | xargs
freeglut3:i386 freeglut3-dev:i386 gcc-4.6-base:i386 gcc-4.7-base:i386 gtk2-engines-oxygen:i386 libacl1:i386 libaio1:i386 libasound2:i386 libasound2-dev:i386 libasyncns0:i386 libatk1.0-0:i386 libattr1:i386 libaudio2:i386 libaudiofile1:i386 libavahi-client3:i386 libavahi-common-data:i386 libavahi-common3:i386 libbsd0:i386 libbz2-1.0:i386 libbz2-dev:i386 libc6:i386 libc6-dbg:i386 libc6-dev:i386 libcaca0:i386 libcairo-gobject2:i386 libcairo-script-interpreter2:i386 libcairo2:i386 libcairo2-dbg:i386 libcap2:i386 libcg:i386 libcggl:i386 libcomerr2:i386 libcups2:i386 libcurl3:i386 libdatrie1:i386 libdb5.1:i386 libdbus-1-3:i386 libdirectfb-1.2-9:i386 libdirectfb-extra:i386 libdrm-intel1:i386 libdrm-nouveau1a:i386 libdrm-radeon1:i386 libdrm2:i386 libedit2:i386 libegl1-mesa:i386 libegl1-mesa-dbg:i386 libegl1-mesa-drivers:i386 libesd0:i386 libexif12:i386 libexpat1:i386 libffi5:i386 libfglrx:i386 libflac8:i386 libfontconfig1:i386 libfreetype6:i386 libgbm1:i386 libgcc1:i386 libgcrypt11:i386 libgd2-xpm:i386 libgdbm3:i386 libgdk-pixbuf2.0-0:i386 libgl1-fglrx-glx:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libglew-dev:i386 libglew1.7:i386 libglib2.0-0:i386 libglu1-mesa:i386 libgnutls26:i386 libgpg-error0:i386 libgphoto2-2:i386 libgphoto2-port0:i386 libgssapi-krb5-2:i386 libgstreamer-plugins-base0.10-0:i386 libgstreamer0.10-0:i386 libgtk2.0-0:i386 libice-dev:i386 libice6:i386 libidn11:i386 libieee1284-3:i386 libjack0:i386 libjasper1:i386 libjbig-dev:i386 libjbig0:i386 libjpeg62:i386 libjpeg8:i386 libjpeg8-dev:i386 libjson0:i386 libk5crypto3:i386 libkeyutils1:i386 libkms1:i386 libkrb5-3:i386 libkrb5support0:i386 liblcms1:i386 libldap-2.4-2:i386 libltdl7:i386 liblzma5:i386 libmng1:i386 libmpg123-0:i386 libncurses5:i386 libncursesw5:i386 libnspr4:i386 libnspr4-0d:i386 libnss-ldap:i386 libnss3:i386 libnss3-1d:i386 libodbc1:i386 libogg0:i386 libopenal1:i386 libopenvg1-mesa:i386 liborc-0.4-0:i386 libp11-kit0:i386 libpam-ldap:i386 libpam0g:i386 libpango1.0-0:i386 libpciaccess0:i386 libpcre3:i386 libpcrecpp0:i386 libpixman-1-0:i386 libpng12-0:i386 libpng15-15:i386 libpopt0:i386 libportaudio2:i386 libportaudiocpp0:i386 libpthread-stubs0:i386 libpthread-stubs0-dev:i386 libpulse-dev:i386 libpulse-mainloop-glib0:i386 libpulse0:i386 libqjson0:i386 libqt4-dbus:i386 libqt4-declarative:i386 libqt4-designer:i386 libqt4-help:i386 libqt4-network:i386 libqt4-opengl:i386 libqt4-qt3support:i386 libqt4-script:i386 libqt4-scripttools:i386 libqt4-sql:i386 libqt4-svg:i386 libqt4-test:i386 libqt4-xml:i386 libqt4-xmlpatterns:i386 libqtcore4:i386 libqtgui4:i386 libqtwebkit4:i386 librtmp0:i386 libsamplerate0:i386 libsasl2-2:i386 libsdl1.2debian:i386 libselinux1:i386 libsigc++-2.0-0c2a:i386 libslang2:i386 libslang2-dev:i386 libsm-dev:i386 libsm6:i386 libsndfile1:i386 libsoundtouch-dev:i386 libsoundtouch0:i386 libsqlite3-0:i386 libssh2-1:i386 libssl1.0.0:i386 libstdc++5:i386 libstdc++6:i386 libtalloc2:i386 libtasn1-3:i386 libtdb1:i386 libthai0:i386 libtiff4:i386 libtiffxx0c2:i386 libtinfo5:i386 libts-0.0-0:i386 libts-dev:i386 libudev0:i386 libusb-0.1-4:i386 libuuid1:i386 libv4l-0:i386 libv4lconvert0:i386 libvorbis0a:i386 libvorbisenc2:i386 libvorbisfile3:i386 libwbclient0:i386 libwine-bin:i386 libwrap0:i386 libwxbase2.8-0:i386 libwxgtk2.8-0:i386 libx11-6:i386 libx11-6-dbg:i386 libx11-dev:i386 libx11-xcb1:i386 libx86-1:i386 libxau-dev:i386 libxau6:i386 libxaw7:i386 libxcb-dri2-0:i386 libxcb-glx0:i386 libxcb-glx0-dev:i386 libxcb-render0:i386 libxcb-render0-dev:i386 libxcb-shape0:i386 libxcb-shm0:i386 libxcb-shm0-dev:i386 libxcb-xfixes0:i386 libxcb1:i386 libxcb1-dev:i386 libxcomposite1:i386 libxcursor-dev:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp-dev:i386 libxdmcp6:i386 libxext-dev:i386 libxext6:i386 libxfixes3:i386 libxft2:i386 libxi6:i386 libxinerama-dev:i386 libxinerama1:i386 libxml2:i386 libxmu6:i386 libxmuu1:i386 libxp6:i386 libxpm4:i386 libxrandr2:i386 libxrender-dev:i386 libxrender1:i386 libxslt1.1:i386 libxss1:i386 libxt-dev:i386 libxt6:i386 libxtst6:i386 libxv1:i386 libxxf86vm1:i386 linux-libc-dev:i386 nvidia-cg-dev:i386 odbcinst1debian2:i386 xaw3dg:i386 zlib1g:i386 zlib1g-dev:i386
Reply




Users browsing this thread: 1 Guest(s)