Th3Ya0vi / vdrift-ogre

Automatically exported from code.google.com/p/vdrift-ogre
0 stars 0 forks source link

Game not install on ubuntu 10.04 lts 32 bit #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Open terminal and digit:

sudo add-apt-repository ppa:stuntrally-team/stable
sudo add-apt-repository ppa:andrewfenn/ogredev
sudo apt-get update
sudo apt-get install stuntrally

outuput:

sudo apt-get install stuntrally
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
Alcuni pacchetti non possono essere installati. Questo può voler dire
che è stata richiesta una situazione impossibile oppure, se si sta
usando una distribuzione in sviluppo, che alcuni pacchetti richiesti
non sono ancora stati creati o sono stati rimossi da Incoming.
Le seguenti informazioni possono aiutare a risolvere la situazione:

I seguenti pacchetti hanno dipendenze non soddisfatte:
  stuntrally: Dipende: libmygui ma non sta per essere installato
E: Pacchetto danneggiato

Original issue reported on code.google.com by bestamig...@gmail.com on 26 May 2011 at 8:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
My guess is, you have already libmygui installed in a different version, or the 
package libmygui (we need 3.0.x) can't be found somehow.

Original comment by Cry...@gmail.com on 27 May 2011 at 7:05

GoogleCodeExporter commented 8 years ago
--- Italian to English translation: ---
Building dependency tree
Reading state information ... Done
Some packages can not be installed. This may mean
that you have requested an impossible situation or if you are
using the unstable distribution that some required packages
not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
   stuntrally: Depends: libmygui not going to be installed
E: Broken packages

Original comment by Cry...@gmail.com on 27 May 2011 at 7:09

GoogleCodeExporter commented 8 years ago
For future reference, you should use the English locale for bug reports, it's 
easy, e.g.:
LC_ALL=C sudo aptitude install stuntrally

What is the output if you try to explicitly install libmygui first?

Original comment by tapiovie...@gmail.com on 27 May 2011 at 8:46

GoogleCodeExporter commented 8 years ago
LC_ALL=C  sudo apt-get remove libmygui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package libmygui

Original comment by bestamig...@gmail.com on 27 May 2011 at 11:17

GoogleCodeExporter commented 8 years ago
LC_ALL=C sudo apt-get install libmygui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libogremain-1.7.3
Suggested packages:
  libogreterrain-1.7.3 libogrepaging-1.7.3 libogreproperty-1.7.3
  libogrertshadersystem-1.7.3
The following NEW packages will be installed:
  libmygui libogremain-1.7.3
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 3774kB of archives.
After this operation, 10.6MB of additional disk space will be used.
Do you want to continue [Y/n]? y

Original comment by bestamig...@gmail.com on 27 May 2011 at 11:23

GoogleCodeExporter commented 8 years ago
I have installed libmygui but the game don't install:

LC_ALL=C sudo apt-get install stuntrallyReading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  stuntrally: Depends: libmygui but it is not going to be installed
E: Broken packages

Original comment by bestamig...@gmail.com on 27 May 2011 at 11:25

GoogleCodeExporter commented 8 years ago
I reproduced this in a virtual machine and found the problem. Ogredev ppa has 
upgraded to ogre version 1.7.3 and the mygui package has been updated to point 
to that (the ppa uses version numbers in the ogre package name in order to 
accomodate multiple versions in the same ppa, but this is bad for us). Our 
stuntrally package, however, was built when there was only 1.7.2 so it points 
to that one and cannot install mygui because of the conflicting versions.

This should be fixed by simply re-uploading our packages so that they get the 
right dependencies. The real solution would probably be to include the deps in 
our repo.

While waiting the ppa to be fixed, you can try playdeb's package: 
http://www.playdeb.net/software/StuntRally

Original comment by tapiovie...@gmail.com on 27 May 2011 at 1:11

GoogleCodeExporter commented 8 years ago

Original comment by tapiovie...@gmail.com on 27 May 2011 at 1:12

GoogleCodeExporter commented 8 years ago
Sorry, I totally forgot about this issue. I've now re-uploaded the packages to 
the stable ppa and it worked on maverick (32bit). I cannot test it on lucid 
right now, so I'll leave it in "solved" state for a while, pending verification.

Original comment by tapiovie...@gmail.com on 13 Jun 2011 at 7:41

GoogleCodeExporter commented 8 years ago
Also tested on 32bit lucid. Closing. Feel free reopen if this reappears.

Original comment by tapiovie...@gmail.com on 14 Jun 2011 at 4:36