Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage Paket Dependency (solved)
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
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sat Jun 12, 2004 6:49 pm    Post subject: Portage Paket Dependency (solved) Reply with quote

Hallo @ll,
irgenwie macht mein Portage Probleme. Sobald ich "emerge sync" ausgeführt habe und mich mittels der Option "pretend" informieren möchte was alles neue emerged werden muss erhalte ich diese Ausgabe:
Quote:

bash-2.05b# emerge --pretend world

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

Calculating world dependencies ...done!
[ebuild U ] sys-apps/texinfo-4.6 [4.5]
[ebuild U ] net-www/apache-2.0.49-r3 [2.0.49-r1]
[ebuild U ] net-www/mod_ssl-2.8.18 [2.8.17]
[ebuild N ] sys-kernel/gentoo-sources-2.4.25-r3
[ebuild U ] dev-php/php-4.3.6-r1 [4.3.6]
[ebuild U ] games-fps/americas-army-210 [200a-r1]
[ebuild U ] net-analyzer/ethereal-0.10.4 [0.10.3]
[ebuild U ] sys-libs/glibc-2.3.3.20040420 [2.3.2-r9]
[ebuild U ] sys-apps/module-init-tools-3.0-r2 [3.0]
[ebuild N ] dev-php/mod_php-4.3.6-r2
[ebuild U ] media-sound/madplay-0.15.2b [0.15.1b]
[ebuild U ] sys-apps/file-4.08 [4.06]
[ebuild U ] app-admin/webmin-1.150 [1.140-r1]
[ebuild U ] app-cdr/k3b-0.11.10 [0.11.9]


Wenn ich nun das update mit "emerge --update world" starte, werden auf einmal 28 Programme emerged.

Quote:

bash-2.05b# emerge --update world
Calculating world dependencies ...done!
>>> emerge (1 of 28) sys-libs/glibc-2.3.3.20040420 to /
Killed
bash-2.05b#


Mir ist aufgefallen das wenn ich nach system update suche folgende Info erhalte:
Quote:

bash-2.05b# emerge --pretend system

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

Calculating system dependencies ...done!
[ebuild U ] sys-libs/glibc-2.3.3.20040420 [2.3.2-r9]
[ebuild U ] sys-apps/module-init-tools-3.0-r2 [3.0]
[ebuild U ] sys-apps/file-4.08 [4.06]
[ebuild U ] sys-apps/texinfo-4.6 [4.5]

bash-2.05b#


Wenn ich jetzt die Pakete von World und System addiere (14 + 4) erhalte ich 18 Packete. Es werden aber laut emerge 28 installiert. Woran kann das liegen? Weiss jemand Rat?
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens


Last edited by benjamin200 on Sat Jun 12, 2004 7:18 pm; edited 1 time in total
Back to top
View user's profile Send private message
Voltago
Advocate
Advocate


Joined: 02 Sep 2003
Posts: 2593
Location: userland

PostPosted: Sat Jun 12, 2004 6:54 pm    Post subject: Reply with quote

Was sagt denn
Code:
emerge --pretend --update world

?
Back to top
View user's profile Send private message
benjamin200
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1426
Location: DE Munich

PostPosted: Sat Jun 12, 2004 7:18 pm    Post subject: Reply with quote

Code:

bash-2.05b# emerge --pretend --update world

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

Calculating world dependencies ...done!
[ebuild     U ] sys-libs/glibc-2.3.3.20040420 [2.3.2-r9]
[ebuild     U ] sys-apps/texinfo-4.6 [4.5]
[ebuild     U ] net-www/apache-2.0.49-r3 [2.0.49-r1]
[ebuild     U ] net-www/apache-1.3.31-r1 [1.3.31]
[ebuild     U ] net-www/mod_ssl-2.8.18 [2.8.17]
[ebuild     U ] sys-apps/module-init-tools-3.0-r2 [3.0]
[ebuild  N    ] sys-kernel/gentoo-sources-2.4.25-r3
[ebuild     U ] app-crypt/mhash-0.9.1 [0.8.18-r1]
[ebuild     U ] media-libs/fontconfig-2.2.2 [2.2.1]
[ebuild     U ] x11-misc/ttmkfdir-3.0.9-r1 [3.0.9]
[ebuild  N    ] x11-base/xfree-4.3.0-r5
[ebuild     U ] sys-apps/file-4.08 [4.06]
[ebuild     U ] mail-mta/ssmtp-2.60.7-r1 [2.60.7]
[ebuild     U ] app-text/aspell-0.50.5-r1 [0.50.3]
[ebuild     U ] dev-php/php-4.3.6-r1 [4.3.6]
[ebuild     U ] games-fps/americas-army-210 [200a-r1]
[ebuild     U ] dev-libs/glib-2.4.1 [2.4.0]
[ebuild  N    ] x11-themes/hicolor-icon-theme-0.4
[ebuild     U ] x11-themes/gnome-icon-theme-1.2.1 [1.0.9]
[ebuild  N    ] x11-misc/shared-mime-info-0.14
[ebuild     U ] dev-libs/atk-1.6.1 [1.6.0]
[ebuild     U ] x11-libs/gtk+-2.4.1 [2.4.0-r1]
[ebuild     U ] net-analyzer/ethereal-0.10.4 [0.10.3]
[ebuild  N    ] dev-php/mod_php-4.3.6-r2
[ebuild     U ] media-sound/esound-0.2.34 [0.2.33]
[ebuild     U ] media-sound/madplay-0.15.2b [0.15.1b]
[ebuild     U ] app-admin/webmin-1.150 [1.140-r1]
[ebuild     U ] app-cdr/k3b-0.11.10 [0.11.9]

bash-2.05b#

Danke Voltago. Vielen Dank für Deine Hilfe
_________________
Gentoo Linux Stage1 / Kernel 2.6.18
AMD Athlon64 3500+ on Asus A8N-E / 1024 MB DDR-RAM / ATI X700 PCIe
Take LINUX and forget Blue Screens
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