maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   [Announce] DiabloRL (Roguelike game) on extras-devel (https://talk.maemo.org/showthread.php?t=76162)

Addison 2012-06-21 00:49

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Hey lma, can you help me make sense of this?


apt-get install ncurses-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
ncurses-bin is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libncurses5: Depends: libc6 (>= 2.7-1) but 2.5.0-1osso10 is to be installed omweather-icons-beginning: Depends: omweather (>= 0.16) but it is not going to be installed
osso-software-version-rx34: Depends: libncurses5 (= 5.4-3.osso4) but 5.7+20081213-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


I think I need libc6, libncurses5, ncurses-base, and maybe your ncurses-bin suggestion.

lma 2012-06-21 01:20

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Hm, try "apt-get install libncurses5=5.4-3.osso4", or, if you really need the 5.7 one, install osso-software-version-rx34-unlocked.

Addison 2012-06-21 01:24

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Hey lma.

I don't think that did anything.


apt-get install libncurses5=5.4-3.osso4
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
omweather-icons-beginning: Depends: omweather (>= 0.16) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


Can you try getting DiabloRL to work on your end?

Addison 2012-06-21 01:28

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Also, I got this output.


apt-get install osso-software-version-rx34-unlocked
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libncurses5: Depends: libc6 (>= 2.7-1) but 2.5.0-1osso10 is to be installed
omweather-icons-beginning: Depends: omweather (>= 0.16) but it is not going to be installed
osso-software-version-rx34: Depends: libncurses5 (= 5.4-3.osso4) but 5.7+20081213-1 is to be installed
Conflicts: osso-software-version-variant
osso-software-version-rx34-unlocked: Conflicts: osso-software-version-variant
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

lma 2012-06-21 07:37

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Quote:

Originally Posted by Addison (Post 1224979)
apt-get install libncurses5=5.4-3.osso4
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
omweather-icons-beginning: Depends: omweather (>= 0.16) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Right, try "dpkg -P omweather-icons-beginning" (I assume you don't need it without omweather installed, right?) followed by "apt-get -f install" (but double check what that proposes to do just in case it wants to remove something vital) then.

Quote:

Can you try getting DiabloRL to work on your end?
Seems to work here (at least it starts using the instructions in the first post, didn't have time to play it right now).

AapoRantalainen: you may want to send the next version to the Diablo autobuilder as well :-)

Addison 2012-06-21 07:39

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Thanks for testing!

Now I'm excited. :)

I can get it to run with no errors now, but it just clears the screen and gives me a command prompt.

Could you post all of your steps for me whenever you have the time?

No hurry on this. :)

lma 2012-06-21 07:51

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
I just used the chown & cd steps described in post #1. It seems to use an awful lot of CPU though...

Addison 2012-06-21 22:05

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Quote:

Right, try "dpkg -P omweather-icons-beginning" (I assume you don't need it without omweather installed, right?) followed by "apt-get -f install" (but double check what that proposes to do just in case it wants to remove something vital) then.
I don't know why the icons are broken for OMWeather but they do work and I use them on my desktop.

"apt-get -f install" usually deletes Xterm so I now avoid doing this. It's probably because I use a hacked version of Libvte.

Do you IM chief?

Maybe I could find you online and we could bang out a solution together on this. :)

lma 2012-06-22 08:30

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Quote:

Originally Posted by Addison (Post 1225476)
I don't know why the icons are broken for OMWeather but they do work and I use them on my desktop.

So you have omweather installed but the package manager doesn't know about it?

Quote:

"apt-get -f install" usually deletes Xterm so I now avoid doing this. It's probably because I use a hacked version of Libvte.
Right, get rid of osso-software-version-rx34 then, since its dependencies are knowingly missing. You won't be able to SSU, but you already can't anyway. Then try an "apt-get -f install", but if it proposes to remove anything else abort and post the output here.

Quote:

Do you IM chief?

Maybe I could find you online and we could bang out a solution together on this. :)
These days that's a bit difficult, I'm in the middle of 20 annoying things including a large office move. Asynchronous communications are your friend ;-)

Addison 2012-06-22 08:50

Re: [Announce] DiabloRL (Roguelike game) on extras-devel
 
Quote:

So you have omweather installed but the package manager doesn't know about it?
I really don't know....

http://img526.imageshack.us/img526/8...2062204411.png

The thing is, OMWeather has been a real, meaty turd for the past few months now. Sorry for that intense visual.

It forecasts temperatures that are constantly stupid.

http://img534.imageshack.us/img534/1...2062204393.png

100 degrees here in Michigan this Sunday? *lol*

So how can I get rid of osso-software-version-rx34?

I'd really like to get DiabloRL running, especially since you said that you were able to. :)


All times are GMT. The time now is 05:25.

vBulletin® Version 3.8.8