From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] perl-cleaner lerfovers
Date: Mon, 16 Feb 2015 16:40:16 +0000 [thread overview]
Message-ID: <201502161640.18223.michaelkintzios@gmail.com> (raw)
In-Reply-To: <CAJ1xhMWbigPOggNqA5s1r5TSJvMbrmLtk6NajexW_v6e7uvusw@mail.gmail.com>
[-- Attachment #1: Type: Text/Plain, Size: 3105 bytes --]
On Monday 16 Feb 2015 16:35:15 Alexander Kapshuk wrote:
> On Mon, Feb 16, 2015 at 12:52 AM, Walter Dnes <waltdnes@waltdnes.org> wrote:
> > On Sat, Feb 14, 2015 at 02:46:01PM +0200, Alexander Kapshuk wrote
> >
> > > I didn't know that. Thanks. I seem to have quite a few in my world file
> >
> > at
> >
> > > the moment. I didn't put any of them in there by hand though, to the
> > > best of my knowledge.
> > >
> > > grep -i libs /var/lib/portage/world
> > > dev-libs/glib
> > > dev-libs/libevent
> > > dev-libs/libyaml
> > > media-libs/gst-plugins-base
> > > media-libs/gst-plugins-base:0.10
> > > media-libs/gstreamer
> > > media-libs/gstreamer:0.10
> > > media-libs/libpng
> > > media-libs/libpng:1.2
> > > media-libs/libpng:1.5
> > > media-libs/libv4l
> > > media-libs/webrtc-audio-processing
> > > sys-libs/gpm
> > >
> > As Peter has noted, you probably updated most of these files manually
> >
> > without supplying the "-1" (or "--oneshot") option. I do know that
> > sys-libs/gpm must be in world if you want a text-console mouse-pointer,
> > because it's a user-selected install. I checked on my system. The
> > following are on my system, but not in world.
> >
> > dev-libs/glib
> > dev-libs/libevent
> > media-libs/libpng (=media-libs/libpng-1.6.16)
> >
> > If you've emerged any package with the "gstreamer" flag, then...
> >
> > media-libs/gst-plugins-base
> > media-libs/gst-plugins-base:0.10
> > media-libs/gstreamer
> > media-libs/gstreamer:0.10
> >
> > ...don't belong in world. If you want to clean up world safely, I
> > suggest the following...
> >
> > 1) make a backup of /var/lib/portage/world
> >
> > 2) edit /var/lib/portage/world, by removing the following lines...
> >
> > dev-libs/glib
> > dev-libs/libevent
> > media-libs/libpng
> > media-libs/libpng:1.2
> > media-libs/libpng:1.5
> > media-libs/gst-plugins-base
> > media-libs/gst-plugins-base:0.10
> > media-libs/gstreamer
> > media-libs/gstreamer:0.10
> >
> > 3) run the command "emerge -p --depclean" and post the output back here
> > before doing anything more.
> >
> > --
> > Walter Dnes <waltdnes@waltdnes.org>
> > I don't run "desktop environments"; I run useful applications
>
> Thanks for your reply.
>
> What I've done on two of my gentoo systems is, what had been suggested in
> one of the earlier replies to this thread. I ran emerge -C `grep -i libs
> /var/lib/portage/world`, followed by emerge @preserved-rebuild.
> While on another one of my systems I tried emerge --deselect `grep -i libs
> /var/lib/portage/world`, followed by emerge --depclean.
>
> As a result, I no longer have any libs in my world set.
>
> I should probably put sys-libs/gpm back into the world set via emerge
> --noreplace, based on what you said about the package.
>
> I should probably look into what does and what doesn't have to go into the
> world file. Up until recently I assumed that portage would figure that out
> for me.
It does/should. Until you run regenworld, or emerge -u <package>.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2015-02-16 16:40 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-14 11:13 [gentoo-user] perl-cleaner lerfovers Alexander Kapshuk
2015-02-14 11:37 ` bitlord
2015-02-14 11:48 ` Alexander Kapshuk
2015-02-14 12:12 ` Mick
2015-02-14 12:19 ` Alexander Kapshuk
2015-02-14 12:39 ` Mick
2015-02-14 12:46 ` Alexander Kapshuk
2015-02-14 14:06 ` Peter Humphrey
2015-02-15 22:52 ` Walter Dnes
2015-02-16 16:35 ` Alexander Kapshuk
2015-02-16 16:40 ` Mick [this message]
2015-02-16 21:25 ` Neil Bothwick
2015-02-17 16:15 ` Alexander Kapshuk
2015-03-02 13:14 ` Tanstaafl
2015-03-02 14:25 ` Alan McKinnon
2015-03-02 14:26 ` Tanstaafl
2015-03-02 15:22 ` Alan McKinnon
2015-02-14 15:24 ` Alan McKinnon
2015-02-14 15:42 ` Alexander Kapshuk
2015-02-14 16:04 ` Alan McKinnon
2015-02-14 16:09 ` Alexander Kapshuk
2015-02-14 17:08 ` Andreas K. Huettel
2015-02-14 17:16 ` Alexander Kapshuk
2015-02-14 19:19 ` [gentoo-user] perl-cleaner leftovers Thanasis
2015-02-14 20:07 ` Alexander Kapshuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201502161640.18223.michaelkintzios@gmail.com \
--to=michaelkintzios@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox