Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ebuild dependencies
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Jeld
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2002
Posts: 84
Location: NYC, US

PostPosted: Sat Jan 04, 2003 8:00 pm    Post subject: ebuild dependencies Reply with quote

I have a rather generic portage related question. In sytuation #1:

Code:

emerge -p app-games/falconseye
[ N ] libsdl-X.X.X
[ N ] falconseye-X.X.X


Which is fine. The falconseye game will be recorded in the world file and since it was compiled using this particular version of SDL it should not be updated until the program dependent on it is updated.

But there is sytuation #2:

Code:

emerge -p kde
[ N ] kdelibs-x-x-x
[ N ] kdebase-x-x-x
[ N ] kdeartwork-x-x-x
....... etc etc etc


In this case, if tomorrow the maintainer of the KDE ebuilds finds a new patch for kdelibs that fixes some nasty bug, the users will not know about it, since kdelibs was not recorded in the world file, since it was considered a dependency of kde ebuild. On the other hand, manually emerging every package for something like Gnome can be a real pain. Is there a solution?[/url]
_________________
package JAPH;sub x{$/='$';@1=map{$_=ord;$_--;chr}
split//,<DATA>;@2=map{$_=ord;$_++;chr}split//
,<DATA>;$_=sub{$.++%2?shift@2:shift@1};bless$_;}
1;$x=JAPH->x;for(1..25){print&$x,;}__DATA__
Kt!ouf!fmIdf"$ts@ngqOq`jq
Back to top
View user's profile Send private message
ctford0
l33t
l33t


Joined: 25 Oct 2002
Posts: 774
Location: Lexington, KY,USA

PostPosted: Sat Jan 04, 2003 8:23 pm    Post subject: Reply with quote

Code:

emerge -u --deep world


This will update not only world, but also the dependencies.

Chris[/code]
Back to top
View user's profile Send private message
Jeld
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2002
Posts: 84
Location: NYC, US

PostPosted: Mon Jan 06, 2003 5:48 am    Post subject: Reply with quote

Thank you for the reply. I didn't know about this option in portage, it was not in Gentoo 1.2.
_________________
package JAPH;sub x{$/='$';@1=map{$_=ord;$_--;chr}
split//,<DATA>;@2=map{$_=ord;$_++;chr}split//
,<DATA>;$_=sub{$.++%2?shift@2:shift@1};bless$_;}
1;$x=JAPH->x;for(1..25){print&$x,;}__DATA__
Kt!ouf!fmIdf"$ts@ngqOq`jq
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Mon Jan 06, 2003 6:13 am    Post subject: Reply with quote

--deep entered the world in Portage 2.0.37, and it was the default for one brief shining moment. See Portage 2.0.37 for background.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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