| Author |
Message |
|
|
Post subject: most recent wine?
Posted: Jul 31, 2008 - 02:41 AM
|
|
Joined: Jul 31, 2008
Posts: 3
Status: Offline
|
|
So I'm assuming I can't use the installation directions here to get the latest version of wine on sidux:
http://www.winehq.org/site/download-deb
It says the repo is for Debian Etch...so would I have to compile from source to get the most recent version? Or can I use this repo safely with sidux?
Thanks |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: most recent wine?
Posted: Jul 31, 2008 - 04:51 AM
|
|
Joined: Apr 30, 2008
Posts: 31
Status: Offline
|
|
| I think that all you have to do is apt-get install wine. Its already in the current repos. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: most recent wine?
Posted: Jul 31, 2008 - 05:57 AM
|
|

Joined: Feb 24, 2007
Posts: 675
Location: Berlin, Germany
Status: Offline
|
|
You can't install it right now from the wine repositories.
Trying it gave me the following output:
Code:
root@erebos-tablet:/home/micha> apt-get install wine -s
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder dass, wenn Sie die
Unstable-Distribution verwenden, einige erforderliche Pakete noch nicht
erstellt oder aus Incoming herausbewegt wurden.
Da Sie nur eine einzige Operation angefordert haben, ist es sehr wahrscheinlich,
dass das Paket einfach nicht installierbar ist und eine Fehlermeldung über
dieses Paket erfolgen sollte.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:
Die folgenden Pakete haben nicht erfüllte Abhängigkeiten:
wine: Hängt ab: libldap2 (>= 2.1.17-1) ist aber nicht installierbar
E: Kaputte Pakete
Which basically means libldap2 is not the right version, broken packages!
Code:
root@erebos-tablet:/home/micha> apt-cache search libldap
libldap-2.4-2 - OpenLDAP libraries
libldap-2.4-2-dbg - Debugging information for OpenLDAP libraries
libldap-ocaml-dev - LDAP bindings for OCaml
libldap-ruby1.8 - OpenLDAP library binding for Ruby 1.8
libldap2-dev - OpenLDAP development libraries
There seems to be an odd sitution with the naming of the packages, but i don't know how to continue from there.
There was a thread a couple of days ago when someone ran into a simmiliar situation because of this issue, just search the forum for 'wine'.
greetz Micha |
_________________ http://sidux.com/PNphpBB2-viewtopic-t-2403.html
|
| |
|
|
|
 |
|
|
Post subject: Re: RE: most recent wine?
Posted: Jul 31, 2008 - 11:56 AM
|
|
Joined: Jul 31, 2008
Posts: 3
Status: Offline
|
|
|
michaaa62 wrote:
There was a thread a couple of days ago when someone ran into a simmiliar situation because of this issue, just search the forum for 'wine'.
Is this the post you are referring to?
http://sidux.com/index.php?name=PNphpBB2&file=viewtopic&t=11795&start=0&postdays=0&postorder=asc&highlight=wine+ldap
The OP in that thread did not say whether or not he is using the repo from the wine site, but he got the same error you did when you tried the repo? At least thats my understanding of it.
I was able to install wine 1.0 from the sidux repos. I would like to have 1.1.2 and find another way of getting it without having to compile etc. From what I gather its not recommended to compile much on sidux. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: RE: most recent wine?
Posted: Jul 31, 2008 - 12:11 PM
|
|

Joined: Nov 30, 2006
Posts: 1010
Location: Nimritz / Thüringen
Status: Offline
|
|
|
|
|
 |
|
|
Post subject:
Posted: Jul 31, 2008 - 11:19 PM
|
|
Joined: Jul 31, 2008
Posts: 3
Status: Offline
|
|
Thanks
May I ask how you created the deb? I've never really done any packaging before, just wondering... |
|
|
| |
|
|
|
 |
|
|