Emulator Issues #6884
closedlibsfml-network2 dependence missing (ubuntu 14.04)
0%
Description
What's the problem? Describe what went wrong in few words.
Try to install 4.0-534 deb package in ubuntu 14.04, and there is a problem with libsfml-network, ubuntu has libsfml-network2 and dolphin uses libsfml-network1.6.
I installed libsfml-network1.6 from saucy in trusty, but then got this error:
dolphin-emu: symbol lookup error: dolphin-emu: undefined symbol: ssl_default_ciphersuites
I don't know if it is other bug...
See: http://pastebin.com/13TXZHKV
What steps will reproduce the problem?
[Don't assume we have ever played the game and know any level names. Be as
specific as possible.]
- download the last .deb
- install in Trusty, and you got an dependence error
- install the older libsfml-network1.6
- reinstall dolphin-emu
- try to run and got other error
Which versions of Dolphin did you test on?
dolphin-emu 4.0-534 64 bits deb package
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Ubuntu 14.04 (daily build, update in 2013/12/17), core i7-4700HQ, intel + nvidia GT 740M
Updated by poipoipoi almost 11 years ago
same problem here, didn't get dependency error on my ubuntu tahir as I had dolphin installed before upgrading ubuntu.
Updated by LRCcurry almost 11 years ago
Yep. Running Elementary 0.3 Isis. Can't install Dolphin.
Updated by Davidmoslow over 10 years ago
I tried to install dolphin 4.0-X in Ubuntu 14.04 and got an error saying a dependency was not satisfiable "libavcodec53" and "libavcodec-extra-53". but when I installed it in Ubuntu 13.10 it worked fine. What is the problem and how can I fix?
Updated by michalc444 over 10 years ago
I found a quick and dirty fix for installing the last "stable" release of Dolphin 64-bit for (K)Ubuntu 14.04. I grabbed this file from the main download site:
https://dl-mirror.dolphin-emu.org/4.0/dolphin-emu_4.0_amd64.deb
Then I added the Ubuntu Raring repos to the end of /etc/apt/sources.list:
deb http://us.archive.ubuntu.com/ubuntu/ raring main
Then I did a "apt-get update" and then installed the above deb file. It seems to work. I did remove the "raring" repo after that just in case it may cause problems.
Use this method at your own risk, as I have heard many others out there not suggest mixing packages from different repo versions.
Updated by sergiobenrocha2 over 10 years ago
I don't know, but maybe this issue is a duplicate of issue 5960 ? Both are related to old sfml library.
Updated by sonicaidan37 over 10 years ago
If you look on the website, it says the most recent supported distribution is Ubuntu 13.03, so we will have to wait for a 14.04 version to come out. The new Ubuntu uses libavcodec54, not libavcodec53. So we will have to wait for developers to catch up
Updated by LRCcurry over 10 years ago
It actually looks like this is fixed if you use the glennric PPA and install dolphin-emu-master. Doesn't throw any dependency problems.
Updated by vcuinn over 10 years ago
this worked for me:
http://ubuntuhandbook.org/index.php/2013/07/install-dolphin-emulator-ubuntu-ppa-repository/
just change the last line to read "sudo apt-get install dolphin-emu-master"
Updated by bastos.eder about 10 years ago
This is still an issue with builds coming out of dolphin-emu.org. If builds will be provided for Ubuntu, it makes sense to target the latest LTS release (if not the latest release altogether).
Updated by sergiobenrocha2 about 10 years ago
The packaging from glennric works in 14.04. I wonder why dolphin team still build package for 13.04 (it's no more supported for months... since january). Is it not possible to change to the glennric packaging?
At least, remove that package in the website please.
Updated by sergiobenrocha2 over 9 years ago
This should be closed, build bot was updated to 14.04.
Btw, the ability to create broken packages for LTS remains :D , now the package needs libstdc++6 >= 4.9, which does not exists on trusty repo. It should update to 15.04, like we talked about on IRC (if it really needs gcc 4.9).
Thanks!!!
Updated by phire over 9 years ago
- Status changed from New to Fixed
Buildbot has been updated to 15.04, so this is resolved.