From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 55F56138A1A for ; Mon, 16 Feb 2015 16:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3CA7E09E7; Mon, 16 Feb 2015 16:35:17 +0000 (UTC) Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B764CE09DD for ; Mon, 16 Feb 2015 16:35:16 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id m14so24365588wev.8 for ; Mon, 16 Feb 2015 08:35:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KuFnflFbe9m2Je0FYB9CoWgUYbmsTpOVvcMXGrsCv+g=; b=lmHyZ4r4ijbJrgATrGymMqTXxH9MVspVTq4Rx1/NDwnlq/CK6eu0PxygTrbdqf3lkG sWIaoXuUwLGp6SnZDYb8iDyXbBj1ue1fy+MG++BphTxT5+6WK2jbZtMknDY7d849FTkB 7MUsHr/UOL9LMY75MjbJvq6XIivtXpDgfVF1dVWB+S7rJ12KCh6Z6LBvn7btldkkuvZ6 syRgzG24Sn+NdCrDOaJzGCekezE7oGWPdvu1S8I8SArA0YoVE6ey78BuSAWuRK2Ag9sL BLRHMbZJBk15E1L5g5W/ov7A2BGp669BDsLMl7v6GBZk4I/IvfZ8HvX7M+3AxJBgvVcG DgCQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.194.121.168 with SMTP id ll8mr37921370wjb.35.1424104515503; Mon, 16 Feb 2015 08:35:15 -0800 (PST) Received: by 10.216.123.148 with HTTP; Mon, 16 Feb 2015 08:35:15 -0800 (PST) In-Reply-To: <20150215225219.GB20364@waltdnes.org> References: <201502141212.57800.michaelkintzios@gmail.com> <201502141239.26237.michaelkintzios@gmail.com> <20150215225219.GB20364@waltdnes.org> Date: Mon, 16 Feb 2015 18:35:15 +0200 Message-ID: Subject: Re: [gentoo-user] perl-cleaner lerfovers From: Alexander Kapshuk To: Gentoo mailing list Content-Type: multipart/alternative; boundary=089e01227e9ec50e7a050f372be4 X-Archives-Salt: 799c4708-8da9-4465-9774-e6556d8ed8a6 X-Archives-Hash: 966b22ebed9bab113a0124728732ab67 --089e01227e9ec50e7a050f372be4 Content-Type: text/plain; charset=UTF-8 On Mon, Feb 16, 2015 at 12:52 AM, Walter Dnes 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 > 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. --089e01227e9ec50e7a050f372be4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Mon, Feb 16, 2015 at 12:52 AM, Walter Dnes <waltdn= es@waltdnes.org> wrote:
On Sa= t, 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 t= he 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

=C2=A0 As Peter has noted, you probably updated most of these files = manually
without supplying the "-1" (or "--oneshot") option.=C2= =A0 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.=C2=A0 I checked on my system.=C2= =A0 The
following are on my system, but not in world.

dev-libs/glib
dev-libs/libevent
media-libs/libpng (=3Dmedia-libs/libpng-1.6.16)

=C2=A0 If you've emerged any package with the "gstreamer" fla= g, 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.=C2=A0 If you want to clean up world sa= fely, 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 out= put back here
before doing anything more.

--
Walter Dnes <waltdnes@waltdnes.= org>
I don't run "desktop environments"; I run useful applications=


Thank= s for your reply.

What I've don= e on two of my gentoo systems is, what had been suggested in one of the ear= lier 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 wo= rld set via emerge --noreplace, based on what you said about the package.
I should probably look into what doe= s and what doesn't have to go into the world file. Up until recently I = assumed that portage would figure that out for me.

--089e01227e9ec50e7a050f372be4--