Installing OpenMW Dependency Problem

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
User avatar
owatnext
Posts: 22
Joined: 21 Apr 2016, 22:35

Installing OpenMW Dependency Problem

Post by owatnext »

Hello,
I am trying to install the latest version of OpenMW on Linux Debian Jessie and I cannot seem to get even close to it.
I've tried installing it via Github and cmake, but I run into dependency errors, and when I try to install it via the terminal and apt-get, I get slightly less dependency erros.
My only other resort was to try an install from the Synaptic package manager, which has also failed due to dependency errors.
I've exhausted the Internet searching for these packages that openmw depends on, but there's no where I can seem to find the packages I need!
Here is a screenshot from the package manager of what errors on dependencies I encountered.
synaptic.png
Is it possible that I need another repository to get them?

Thanks!
maqifrnswa
Posts: 180
Joined: 14 Jan 2013, 03:57

Re: Installing OpenMW Dependency Problem

Post by maqifrnswa »

I don't think the current openmw can work on Jessie (lots of missing libraries), and there is no Debian package for Jessie.

Easiest fix would be to install a stretch (or sid) chroot using debbootstrap:
https://wiki.debian.org/Debootstrap

Then you can just enter the chroot and do "apt-get install openmw" and it will install.

or something like this

Code: Select all

mkdir openmw
debootstrap --include=openmw stretch ./openmw
[ let it do its thing ]
chroot openmw /bin/bash
openmw
Alternatively, you can add the stretch repositories and use apt-pinning to make sure Jessie's packages have priority:
http://jaqque.sbih.org/kplug/apt-pinning.html
https://wiki.debian.org/AptPreferences#Pinning
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Installing OpenMW Dependency Problem

Post by psi29a »

Debian is screwed until OSG 3.4 is uploaded. Tracking here:
https://alioth.debian.org/plugins/scmgi ... ;a=summary
User avatar
owatnext
Posts: 22
Joined: 21 Apr 2016, 22:35

Re: Installing OpenMW Dependency Problem

Post by owatnext »

User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Installing OpenMW Dependency Problem

Post by psi29a »

Not really, OSG-3.4 in Debian (Stretch) / Ubuntu (Yakatty) and is no longer in experimental.

This has solved itself. ;)
User avatar
owatnext
Posts: 22
Joined: 21 Apr 2016, 22:35

Re: Installing OpenMW Dependency Problem

Post by owatnext »

psi29a wrote:Not really, OSG-3.4 in Debian (Stretch) / Ubuntu (Yakatty) and is no longer in experimental.
This has solved itself. ;)
:O really?
I still haven't gotten it to work on stable. I wonder if I'm missing something.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Installing OpenMW Dependency Problem

Post by psi29a »

Stretch isn't stable, yet.

OSG-3.4 isn't in Jessie (stable).
Post Reply