Am Sonntag, 17. August 2008 10:08:46 schrieb Andrew Gaydenko:
> ======= On Sunday 17 August 2008, Heiko Wundram wrote: =======
>
> > Am Sonntag, 17. August 2008 09:52:57 schrieb Andrew Gaydenko:
> > > After last syncing 'emerge -pvDuN world' ends with messages
> > > shown below. How to resolve this conflict *safely*? I don't
> > > want to experiment with fs-related packages :-)
> >
> > What worked fine for me:
> >
> > emerge --unmerge sys-libs/ss sys-libs/com_err sys-fs/e2fsprogs
> > emerge --oneshot -v sys-fs/e2fsprogs
>
> Why 'oneshot' option is used?

So that you don't record sys-fs/e2fsprogs in the world set.

It's pulled in as a dependency from the system set anyway (that's why 
the --unmerge will tell you that you're unmerging a system package, and that 
you'll potentially break your system), and I personally don't like 
unnecessary packages cluttering up my world set, so I always use --oneshot in 
cases like this.

But, if you leave it out, it does no harm, either.

--- Heiko.

Reply via email to