..:: PCSX2 Forums ::..

Full Version: PCSX2 for Debian/Ubuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
Search (this thread), I'm sure someone already got this issue. Unfortunately I don't remember the exact issue.
What give you
Code:
dpkg -l | grep libc6
It doesn't return anything. I'm browsing this thread and the forum. Can't find any other bloke with an unity issue atm and research on "unity" doesn't return much. Brb when i'm finished.
Though, quite a few Ubuntu 14.04 users have used Virtualbox to compile, maybe i should start here.
Ah sorry add the "-i" option to grep
(09-17-2016, 07:03 PM)gregory Wrote: [ -> ]Ah sorry add the "-i" option to grep

Well anyway this is moot : i upgraded (more like upgraded, crashed the system during upgrade, wiped the whole mess, and made fresh install). Anyway, 16.04 doesn't seem to have any issue installing from ppa. Gotta try it now. Thanks for your help.
I'm glad that you found a working solution.
......
......
Annoying. I don't remember when multiarch was introduced but it feels wrong.

Did you try to install some subdependency (maybe it would help apt)
Code:
sudo apt-get install libgdk-pixbuf2.0-dev:i386
sudo apt-get install libpango1.0-dev:i386
sudo apt-get install libatk1.0-dev:i386

Could you give us the output of
Code:
apt-cache show libgtk2.0-dev:i386
apt-cache show gir1.2-gtk-2.0:i386
apt-cache rdepends gir1.2-gtk-2.0:amd64
......
multiarch is a good solution and Debian/Ubuntu implementation is good. However it was partially done. Main issue are Ideals & Politics. VM/chroots/cross-compilation madness are all bad workaround of an initial bad decision of file organization (limit a PC to a single arch)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36