Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge -u world
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
assassin
n00b
n00b


Joined: 12 Nov 2003
Posts: 71

PostPosted: Mon May 17, 2004 6:33 pm    Post subject: emerge -u world Reply with quote

Ich würde gerne mein system updaten,
jedoch ohne das paket binutils

wenn ich das versuche :

# emerge -i binutils -u world

bekomm ich :
Code:

!!! binutils is not a specific cat/pkg-version, skipping...
!!! world is not a specific cat/pkg-version, skipping...




wie ignorier ich das Paket korrekt ?
_________________
My name is Guybrush Threepwood and I want to be a pirate!!
Back to top
View user's profile Send private message
makukasutota
Apprentice
Apprentice


Joined: 18 Oct 2003
Posts: 251
Location: DE, Lower Saxony

PostPosted: Mon May 17, 2004 6:42 pm    Post subject: Reply with quote

emerge -i binutils-x.x.x.x
emerge -u world

mfg,
marc
_________________
Bye, mkasu
Back to top
View user's profile Send private message
assassin
n00b
n00b


Joined: 12 Nov 2003
Posts: 71

PostPosted: Mon May 17, 2004 6:58 pm    Post subject: Reply with quote

danke, leider erhalte ich dann wieder einen Fehler, hier was ich tu :

Code:

oot@guybrush thomas # emerge -up world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild     UD] sys-devel/binutils-2.14.90.0.8-r1 [2.15.90.0.3-r1]
[ebuild     U ] sys-apps/shadow-4.0.4.1-r1 [4.0.4.1]
[ebuild     U ] dev-lang/python-2.3.4_rc1 [2.3.3-r1]
[ebuild     UD] net-misc/rsync-2.6.0-r1 [2.6.2-r2]
[ebuild     U ] sys-apps/coreutils-5.2.1 [5.2.0-r1]

root@guybrush thomas # emerge -i binutils-2.14.90.0.8-r1 -u world
!!! binutils-2.14.90.0.8-r1 is not a specific cat/pkg-version, skipping...
!!! world is not a specific cat/pkg-version, skipping...
root@guybrush thomas #

_________________
My name is Guybrush Threepwood and I want to be a pirate!!
Back to top
View user's profile Send private message
makukasutota
Apprentice
Apprentice


Joined: 18 Oct 2003
Posts: 251
Location: DE, Lower Saxony

PostPosted: Mon May 17, 2004 7:04 pm    Post subject: Reply with quote

In deinem Fall reicht folgendes:

emerge -uUp world

dann sind nur upgrades in der liste, keine downgrades.
mfg,
marc
_________________
Bye, mkasu
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Mon May 17, 2004 7:11 pm    Post subject: Reply with quote

Du kannst die binutils so injecten:
Code:
emerge -i sys-devel/binutils-2.14.90.0.8-r1
emerge -u world

Allerdings drängt sich die Frage auf, warum du das tun willst und ob du dir der Konsequenzen für dein System bewusst bist.

emerge -U sollte langsam aber sicher aussterben, viel besser sind die Neuen Funktionen und Optionen in Portage 2.0.50.
_________________
Dinosaur week! (Ok, this thread is so last week)
Back to top
View user's profile Send private message
assassin
n00b
n00b


Joined: 12 Nov 2003
Posts: 71

PostPosted: Mon May 17, 2004 7:17 pm    Post subject: Reply with quote

das injecten mit emerge -i sys-devel/binutils-2.14.90.0.8-r1
schlug ebenfalls fehl...ich verwendete emerge -U...

ich bin mir dessen Konsequenzen bewusst :),
wenn ich nähmlich die Binutils in dieser version emerge dann läuft mein Compiler nicht mehr (davon gibt es einige Threads in diesem Forum)

peaspeas
Thomas
_________________
My name is Guybrush Threepwood and I want to be a pirate!!
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Mon May 17, 2004 7:47 pm    Post subject: Reply with quote

Ok, du willst also offenbar ein Downgrade deiner binutils verhindern, dazu solltest du nicht emerge -i machen sondern in /etc/portage/package.keywords als ~x86 eintragen:
Mit
Code:
=sys-devel/binutils-2.14.90.0.8-r1 ~x86
sollte meines Wissens nach die bei dir installierte Version nicht mehr downgegraded werden, jedoch keine weiteren ~86er Versionen mehr installiert werden. Wenn mal was neueres als 2.14.90.0.8-r1 stabil wird, sollte das mit dem Upgrade ebenfalls hinhauen. Falls dem nicht so ist, lasse ich mich auch gerne belehren. ;)
_________________
Dinosaur week! (Ok, this thread is so last week)
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon May 17, 2004 8:03 pm    Post subject: Reply with quote

Ich denke
Code:
~sys-devel/binutils-2.14.90.0.8 ~x86
ist noch besser, damit -r2 usw. ebenfalls automatisch akzeptiert werden.
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9625
Location: beyond the rim

PostPosted: Mon May 17, 2004 8:46 pm    Post subject: Reply with quote

amne wrote:
Ok, du willst also offenbar ein Downgrade deiner binutils verhindern, dazu solltest du nicht emerge -i machen sondern in /etc/portage/package.keywords als ~x86 eintragen:
Mit
Code:
=sys-devel/binutils-2.14.90.0.8-r1 ~x86
sollte meines Wissens nach die bei dir installierte Version nicht mehr downgegraded werden, jedoch keine weiteren ~86er Versionen mehr installiert werden.

Ich hätte jetzt gedacht, dass er genau diese Version nicht haben will :twisted:
Davon mal abgesehen haben wir hier mal wieder eins unserer beliebten KEYWORDS="-*" Pakete, ~x86 hilft hier also nicht wirklich weiter.
Back to top
View user's profile Send private message
amne
Bodhisattva
Bodhisattva


Joined: 17 Nov 2002
Posts: 6378
Location: Graz / EU

PostPosted: Tue May 18, 2004 6:01 pm    Post subject: Reply with quote

Genone wrote:

Ich hätte jetzt gedacht, dass er genau diese Version nicht haben will :twisted:

Upsi, falsche Version. Kenn mich auch nicht mehr aus, was wieso und wie installiert wurde und was nicht. ;)
_________________
Dinosaur week! (Ok, this thread is so last week)
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