Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
neue wine version
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
secret-fire
n00b
n00b


Joined: 22 Mar 2008
Posts: 3
Location: Neumünster

PostPosted: Wed Mar 26, 2008 8:32 pm    Post subject: neue wine version Reply with quote

hallo,

ich habe auf meinem gentoo wine version 0.9.53 installiert, ich braeuchte nun aber version 0.9.58 um weiterhin WoW spielen zu koennen.
ueber emerge bekomme ich leider nur version 0.9.53, wenn ich expilizit angebe, dass ich version 0.9.58 haben moechte, bekomme ich die meldung:
!!! 'wine-0.9.58' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)

sich einen tarball zu holen, und das dann einfach so installieren, ist wahrscheinlich keine clevere loesung.

ich wuerde mich ueber vorschlaege freuen.



falls hilfreich heir noch ein paar angaben zu meinem system:
kernel: 2.6.23-gentoo-r3
arch: x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2272
Location: My own world! I and Gentoo!

PostPosted: Wed Mar 26, 2008 8:37 pm    Post subject: Reply with quote

Es steht eigentlich schon alles bei:
secret-fire wrote:
Code:
!!! (Did you specify a version but forget to prefix with '='?)


Soll heißen statt:
emerge -a app-emulation/wine-0.9.58
dashier:
emerge -a =app-emulation/wine-0.9.58

Aber bevor du es installieren kannst musst du dafür sorgen das diese Version auch gekeyworded ist:
Das erreichst du mit:
echo "app-emulation/wine" >> /etc/portage/package.keywords

Falls package.keyword ein Ordner ist:
echo "app-emulation/wine" >> /etc/portage/package.keywords/wine

Allerdings, wenn es doch schon funktioniert, wieso brauchst du dann die neue wine-Version?, naja, nicht so wichtig.

Außerdem empfehle ich dir:
http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?part=2&chap=1
http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?part=3
http://www.gentoo.org/doc/de/handbook/handbook-x86.xml?part=2&chap=3
http://de.gentoo-wiki.com/Emerge_beschleunigen
http://de.gentoo-wiki.com/Hauptseite
man portage
man ebuild
#Befehle für die Konsole - Nur wenn du im Vorigen nichts findest.

// Endgültige Fassung!
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)


Last edited by Max Steel on Wed Mar 26, 2008 8:49 pm; edited 3 times in total
Back to top
View user's profile Send private message
secret-fire
n00b
n00b


Joined: 22 Mar 2008
Posts: 3
Location: Neumünster

PostPosted: Wed Mar 26, 2008 8:43 pm    Post subject: Reply with quote

ok also auf die idee dann noch ein = reinzuschreiben bin ich nicht gekommen, aber auch das funktioniert nun nicht so wirklich

These are the packages that would be merged, in order:

Calculating dependencies \
emerge: there are no ebuilds to satisfy "=app-emulation/wine-0.9.58".


eine neue version von wine brauch ich wohl, wegen dem neuen patch 2.4 von wow. Die version 0.9.53 stuerzt ab, sobald die neue eula angezeigt wird. auf der wine seite, habe ich dann gesehen, dass man dafuer dann mit version 0.9.58 arbeiten muss.
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2272
Location: My own world! I and Gentoo!

PostPosted: Wed Mar 26, 2008 8:45 pm    Post subject: Reply with quote

Max Steel wrote:
Aber bevor du es installieren kannst musst du dafür sorgen das diese Version auch gekeyworded ist:
Das erreichst du mit:
echo "app-emulation/wine" >> /etc/portage/package.keywords

Falls package.keyword ein Ordner ist:
echo "app-emulation/wine" >> /etc/portage/package.keywords/wine


Falls du dieses Ebuild nicht findest:
emerge --sync
oder als eix-nutzer (würde ich vorziehen, braucht man aber nicht dazu: http://de.gentoo-wiki.com/Emerge_beschleunigen#Schneller_Suchen_mit_Eix )
eix-sync -v

// Endgültige Fassung!
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
secret-fire
n00b
n00b


Joined: 22 Mar 2008
Posts: 3
Location: Neumünster

PostPosted: Wed Mar 26, 2008 9:07 pm    Post subject: Reply with quote

hey nun laeufts, ein riesen grosses danke an dich

hin und wieder nen sync kann wohl echte wunder bewirken =)
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2272
Location: My own world! I and Gentoo!

PostPosted: Wed Mar 26, 2008 9:18 pm    Post subject: Reply with quote

JA das kann es, es ist empfohlen alle paar Monate mal ein
emerge --sync && emerge -avuDN world
laufen zu lassen.

Um das System aktuell zu halten.

// Endgültige Fassung!

Edith:
Von wegen immer mal wieder Sync:

Es gibt bereits Leute die ein einfaches Bashscript in /etc/crond.daily bzw /etc/cron.monthly reinwerfen, und dann /etc/init.d/vixie-cron starten.

Das Script sieht bei mir so aus:
/etc/cron.daily/portsync
Code:
#! /bin/sh

#Glieder das Logfile
echo "" >> /var/log/syncdates.log
#Schreibe Startzeitpunkt hinein
echo "Sync start" >> /var/log/syncdates.log
/bin/date >> /var/log/syncdates.log

#Synce layman-trees sowie portage-tree mit eix-db
/usr/bin/layman -S && /usr/bin/eix-sync ${1}
#die ${1} falls ich das Script direkt aufrufe und dem eix-sync das -v geben möchte,
#so muss ich nurnoch /etc/cron.daily/sync -v angeben.

#Schreibe Endzeit in das Logfile
echo "Sync end" >> /var/log/syncdates.log
/bin/date >> /var/log/syncdates.log


Das so abspeichern (die Kommentare braucht man nicht) das exec-bit setzen chmod o+x /etc/cron.daily/portsync und wohlfühlen.

// Endgültige Fassung!
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum