From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86697-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L46M8-0001Eu-J5
	for garchives@archives.gentoo.org; Sun, 23 Nov 2008 04:13:56 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 629E0E03C5;
	Sun, 23 Nov 2008 04:13:56 +0000 (UTC)
Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.245])
	by pigeon.gentoo.org (Postfix) with ESMTP id 24DE4E03C5
	for <gentoo-user@lists.gentoo.org>; Sun, 23 Nov 2008 04:13:56 +0000 (UTC)
Received: by rv-out-0708.google.com with SMTP id b17so1762416rvf.46
        for <gentoo-user@lists.gentoo.org>; Sat, 22 Nov 2008 20:13:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=AjhjWJOHMrL04jhZKZxxsXAqMqHFI66cYRDG+eGvTm8=;
        b=Wr/MDt/lGMWPvVGflCBhfbP7Z5fiUmBYS6sgHCIWL/Ii6uheh8YStlBcREidZ6kfs6
         5LzIsiN8TU6IAApd8XUb8TCCn4ekP7qXUJRBtDPc+OUofSKAGj/52A5UBp/0C282wqvf
         Qb9pJ0azJxAZDGPRTmPROnMsigEHY5/xg885M=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=VKZBCHvcyvQmvJfqV+kt4jxInHrWWPsYE/wfWD4NFHSrgyzLbjW4hCrI4fzO+Bi7JC
         S5Kf9FUg3hPRFNTBZtZqtb9Yqczij0h99jD0ACl9L+EfLTrDN9pyOhg8RzNF4ScvLwhR
         HBzReE5L8683s6auyrBWCLK/C1xHtL7KUQX0g=
Received: by 10.141.23.7 with SMTP id a7mr1137919rvj.256.1227413633987;
        Sat, 22 Nov 2008 20:13:53 -0800 (PST)
Received: by 10.141.52.2 with HTTP; Sat, 22 Nov 2008 20:13:53 -0800 (PST)
Message-ID: <ccf48b120811222013ubb44364kd69d63db7898a16c@mail.gmail.com>
Date: Sat, 22 Nov 2008 23:13:53 -0500
From: "Chris Thomas" <sruchris@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] --depclean won't work anymore.
In-Reply-To: <4928D08C.3060504@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <4928D08C.3060504@gmail.com>
X-Archives-Salt: a9635a1d-ccfb-4c1f-9a5a-2154f194b2fe
X-Archives-Hash: d10bae42906ba45307f60043484edcd8

I had the same thing happen tonight. I just emerged:

perl-Module-Build
perl-ExtUtils-CBuilder
perl-Archive-Tar
virtual/perl-ExtUtils-ParseXS
virtual/perl-IO-Zlib

and then emerge --depclean worked.

-Chris


On Sat, Nov 22, 2008 at 10:39 PM, Dale <rdalek1967@gmail.com> wrote:
> Hi,
>
> I did my weekly sync tonight and ran emerge -uvDN world afterwards.  It
> updated portage and a few other programs.  I then wanted to check to see
> if anything was no longer needed by using --depclean -p.  Well, I got
> this back:
>
>> root@smoker / # emerge -p --depclean
>>
>>  * Always study the list of packages to be cleaned for any obvious
>>  * mistakes. Packages that are part of the world set will always
>>  * be kept.  They can be manually added to this set with
>>  * `emerge --noreplace <atom>`.  Packages that are listed in
>>  * package.provided (see portage(5)) will be removed by
>>  * depclean, even if they are part of the world set.
>>  *
>>  * As a safety measure, depclean will not remove any packages
>>  * unless *all* required dependencies have been resolved.  As a
>>  * consequence, it is often necessary to run `emerge --update
>>  * --newuse --deep @system @world` prior to depclean.
>>
>> Calculating dependencies... done!
>>  * Dependencies could not be completely resolved due to
>>  * the following required packages not being installed:
>>  *
>>  *   virtual/perl-ExtUtils-CBuilder pulled in by:
>>  *     perl-core/File-Spec-3.27.01
>>  *
>>  * Have you forgotten to run `emerge --update --newuse --deep world`
>> prior to
>>  * depclean?  It may be necessary to manually uninstall packages that
>> no longer
>>  * exist in the portage tree since it may not be possible to satisfy their
>>  * dependencies.  Also, be aware of the --with-bdeps option that is
>> documented
>>  * in `man emerge`.
>> root@smoker / #
>
> Since I just updated everything I thought I would try the new set
> thingy, not into that set thing much but just in case.  I get this:
>
>> root@smoker / # emerge -u --newuse --deep @system @world
>> Calculating dependencies... done!
>> >>> Auto-cleaning packages...
>>
>> >>> No outdated packages were found on your system.
>> root@smoker / #
>
> What gives here?  Everything is up to date yet it then tells me
> something is not.  Since portage updated itself and I saw this little
> info scroll by:
>
>>  * If you're upgrading from a pre-2.2 version of portage you might
>>  * want to remerge world (emerge -e world) to take full advantage
>>  * of some of the new features in 2.2.
>>  * This is not required however for portage to function properly.
>
> Does this mean I need to do a emerge -e world for --depclean to work?
> Seems a little extreme to me.  This from a emerge -evp world:
>
>> Total: 888 packages (3 upgrades, 5 new, 1 in new slot, 879
>> reinstalls), Size of downloads: 94,583 kB
>> Fetch Restriction: 1 package
>
> Then again, emerge -evp does show 5 new packages.  I'm like that little
> puppet of Jeff Dunham's, 'what the he**'?  Maybe I need to go back a
> version of portage.  LOL
>
> Thoughts?  I say thoughts cause I'm not sure there is a answer to this
> one.  o_O
>
> Dale
>
> :-)  :-)
>
> Oh, the new/upgrade/slot list:
>
>> [ebuild  NS   ] sys-kernel/gentoo-sources-2.6.26-r3 [2.6.23-r8,
>> 2.6.25-r9] USE="-build -symlink" 48,452 kB
>> [ebuild  N    ] virtual/perl-Module-Build-0.28.08  0 kB
>> [ebuild  N    ] virtual/perl-ExtUtils-CBuilder-0.23  0 kB
>> [ebuild  N    ] virtual/perl-Archive-Tar-1.40  0 kB
>> [ebuild  N    ] virtual/perl-ExtUtils-ParseXS-2.19  0 kB
>> [ebuild  N    ] virtual/perl-IO-Zlib-1.09  0 kB
>> [ebuild     U ] app-text/rarian-0.8.1 [0.8.0-r1] USE="-debug" 317 kB
>> [ebuild     U ] www-client/seamonkey-1.1.13 [1.1.12] USE="crypt ipv6
>> java ldap xprint -debug -gnome -mozdevelop -moznocompose -moznoirc
>> -moznomail -moznopango -moznoroaming -postgres -xforms -xinerama"
>> 37,166 kB
>> [ebuild     U ] media-gfx/imagemagick-6.4.4.6 [6.4.0.6] USE="X bzip2
>> corefonts%* jbig jpeg jpeg2k openmp%* perl png svg tiff truetype wmf
>> xml zlib -djvu -doc -fontconfig -fpx -graphviz -gs -hdri -lcms -nocxx
>> -openexr -q32 -q8 -raw%" 8,650 kB
>
> I knew someone would ask for that.  ;-)
>
>
>
>
>
>
>
>
>
>
>