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 61AC6138FF3 for ; Wed, 26 Feb 2014 12:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3383FE0A5D; Wed, 26 Feb 2014 12:59:34 +0000 (UTC) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B1A7E09FB for ; Wed, 26 Feb 2014 12:59:33 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id uz6so716104obc.13 for ; Wed, 26 Feb 2014 04:59:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=c/MumAvWgYJDoJdXVzw/7zEe7WkL2SOA4mu9aA4av9g=; b=vnPuhcZ1r9K85f7/6Kowv/B/k6bMSW8c/Mm1ELpUAr0ZSr0VDJeqK31gIF1f/b5+Fp 1FYM97WQ34FncQ3q38Sc/wNN1RqUiWRE0d/1u20EQ7Ma3uwMcdhr8La9XlnFk77xnidC CLw49aJNrYJ9RkS5C0vS68RAe3Ziv+G4HlHyMM1eUWhzpsZKkq5JCu4tXYO3tWdMzD9h nOc38syrFG235RuFVKhc+U6QX3tbOqexEhgWId8YXmXaZCApl6KYaQZXxVwchYnRHaxT Lm6wtdHmLukXSI+MNJvnpuWrdYKeUQwEvhQAHwNxYsM/VLM8dcAPC95AuxANvBr+mWN7 vlnw== X-Received: by 10.182.113.195 with SMTP id ja3mr2771748obb.46.1393419572458; Wed, 26 Feb 2014 04:59:32 -0800 (PST) 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 Received: by 10.60.74.165 with HTTP; Wed, 26 Feb 2014 04:58:52 -0800 (PST) In-Reply-To: References: <30c29c92-afd6-4aa5-9ac0-e8dafd707a23@BL2PRD0411HT003.namprd04.prod.outlook.com> From: Francisco Ares Date: Wed, 26 Feb 2014 09:58:52 -0300 Message-ID: Subject: Re: [gentoo-user] missing dependencies To: gentoo-user Content-Type: multipart/alternative; boundary=089e013d0db0a3ba8b04f34ec630 X-Archives-Salt: 7807f48c-4733-4685-9c67-5174eed06aea X-Archives-Hash: a7f459f62fe958b67df309d27a3f1327 --089e013d0db0a3ba8b04f34ec630 Content-Type: text/plain; charset=UTF-8 2014-02-26 9:30 GMT-03:00 Francisco Ares : > 2014-02-26 8:54 GMT-03:00 David M. Fellows : > > On Wed, 26 Feb 2014 08:12:35 -0300 >> Francisco Ares wrote - >> > --001a113311e686e7f304f34d4a39 >> > Content-Type: text/plain; charset="UTF-8" >> > >> > Hi All, >> > >> > It has been for a while, now: every now and then, when updating a perl >> > module, it fails to emerge. Checking the log, it is possible to see >> > something like this, when I tied to update dev-perl/File-MimeInfo : >> > >> > ... >> > Checking prerequisites... >> > requires: >> > ! File::BaseDir is not installed >> > ! File::DesktopEntry is not installed >> > ... >> > >> > Then I checked to see, and both dev-perl/File-BaseDir and >> > dev-perl/File-DesktopEntry are really not installed and are not >> requested >> > for the dev-perl/File-MimeInfo update. >> > >> > At first I thought it was a one and only case. But as time goes by, >> there >> > has been perl packages that refuse to emerge at first, and then, >> checking >> > the emerge log, finding missing modules and manually emerging them, >> > everything goes as it should. >> > >> > Does anyone have a clue on where did I miss them? >> >> You need to run perl-cleaner to rebuild perl modules after a perl update. >> >> emerge perl-cleaner if neecessary >> perl-cleaner --all -p >> to check >> and perl-cleaner --all >> do do the work. >> >> Dave F >> > > > Thanks, Dave, gonna try. > > Francisco > > Ouch! perl-cleaner found 131 packages (5 upgrades, 126 reinstalls). I guess that was the thing I missed :-D Thanks again, Dave. --089e013d0db0a3ba8b04f34ec630 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2014-02-26 9:30 GMT-03:00 Francisco Ares <frares@gmail.com>:<= br>
2014= -02-26 8:54 GMT-03:00 David M. Fellows <fellows@unb.ca>:

On Wed, 26 Feb 2014 08:12:35 -0300
Francisco Ares wrote -
> --001a113311e686e7f304f34d4a39
> Content-Type: text/plain; charset=3D"UTF-8"
>
> Hi All,
>
> It has been for a while, now: every now and then, when updating a perl=
> module, it fails to emerge. =C2=A0Checking the log, it is possible to = see
> something like this, when I tied to update dev-perl/File-MimeInfo : >
> ...
> Checking prerequisites...
> =C2=A0 requires:
> =C2=A0 =C2=A0 ! =C2=A0File::BaseDir is not installed
> =C2=A0 =C2=A0 ! =C2=A0File::DesktopEntry is not installed
> ...
>
> Then I checked to see, and both dev-perl/File-BaseDir and
> dev-perl/File-DesktopEntry are really not installed and are not reques= ted
> for the dev-perl/File-MimeInfo update.
>
> At first I thought it was a one and only case. =C2=A0But as time goes = by, there
> has been perl packages that refuse to emerge at first, and then, check= ing
> the emerge log, finding missing modules and manually emerging them, > everything goes as it should.
>
> Does anyone have a clue on where did I miss them?

You need to run perl-cleaner to rebuild perl modules after a pe= rl update.

emerge perl-cleaner if neecessary
perl-cleaner --all -p
to check
and perl-cleaner --all
do do the work.

Dave F


Tha= nks, Dave, gonna try.

Francisco



Ouch!=C2=A0 per= l-cleaner found 131 packages (5 upgrades, 126 reinstalls).=C2=A0 I guess th= at was the thing I missed :-D

Thanks again, Dave.


<= /div> --089e013d0db0a3ba8b04f34ec630--