public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* Re: [gentoo-dev] newb question about emerge ...
  @ 2005-06-15 19:56 99% ` Andrew Muraco
  0 siblings, 0 replies; 1+ results
From: Andrew Muraco @ 2005-06-15 19:56 UTC (permalink / raw
  To: gentoo-dev

ian douglas wrote:

>I've been using Gentoo since one of the 2003 releases, and never
understood this
>behavior and was wondering if someone could enlighten me:
>
>Currently on a 2005.0 install:
>
># emerge --sync;emerge -puvN world
>( spits out the usual sync output, and ends with this: )
>These are the packages that I would merge, in order:
>Calculating world dependencies ...done!
>Total size of downloads: 0 kB
>
>So I think to myself, "Self, there's nothing to update."
>
>But I saw a security update yesterday for 'gaim' which I *have*
installed, so
>for kicks, I do the following:
>
># emerge -puvN gaim
>These are the packages that I would merge, in order:
>Calculating dependencies ...done!
>...
>[ebuild U ] x11-libs/gtk+-2.6.7 [2.6.4-r1] -debug -doc +jpeg -static +tiff
>11,174 kB
>...
>[ebuild U ] net-im/gaim-1.3.1 [1.3.0] -cjk -debug +eds -gnutls -krb4 +nas
>+nls +perl -silc +spell* +tcltk 5,725 kB
>Total size of downloads: 37,862 kB
>
>... why wouldn't "emerge -puvN world" pick up on all of these available
>upgrades?

Well, actually thats not that uncommon.

first of all (some people will disagree with me on this)
# emerge -avuDN world
does a much more through job, because it not only checks the packages
you have installed, but all the dependancies to make sure they are up
to date.. for example gtk+ is a dependancy of gaim.. so when it checks
to see if gaim is uptodate, it would also check gtk+ to see if it is
uptodate.

Secondly..
# regenworld
run that command occassionally as sometimes things that get emerged
for whatever reason are not part of the world file AND not a direct
dependancy of something and so the emerge -avuDN world would not check
-- running this command will check and add these entries to the world
file so they will be included with updates.

I hope this helps, btw this doesnt belong in -dev, but its not a big
deal..

Regards, Andrew

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2005-06-15 19:34     [gentoo-dev] newb question about emerge ian douglas
2005-06-15 19:56 99% ` Andrew Muraco

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox