From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-100498-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MomGe-0000Az-Tq
	for garchives@archives.gentoo.org; Fri, 18 Sep 2009 22:49:29 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E5C18E0782;
	Fri, 18 Sep 2009 22:49:27 +0000 (UTC)
Received: from mail-yw0-f196.google.com (mail-yw0-f196.google.com [209.85.211.196])
	by pigeon.gentoo.org (Postfix) with ESMTP id C28B8E0782
	for <gentoo-user@lists.gentoo.org>; Fri, 18 Sep 2009 22:49:27 +0000 (UTC)
Received: by ywh34 with SMTP id 34so1896493ywh.10
        for <gentoo-user@lists.gentoo.org>; Fri, 18 Sep 2009 15:49:27 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:sender:received:in-reply-to
         :references:date:x-google-sender-auth:message-id:subject:from:to
         :content-type;
        bh=RVv/tVj4cDPBnlQCLlDASt5LiHp56AI/hPg5QHk4OKU=;
        b=uWHjNaKfhCTwujVDrxbZ57cPstr9ng8Rhijiq49ivnQnHkBPap9gqfK0QDX8rnwDJw
         0TcSEcoh4GxiI5W+BXJZoncegsWHanPZzuaiNCVvhgfJ3O4YfZ8zb68W/ftui5pyoG/x
         nj3vMec4rE5UsRB5JqqLGg18JefrrAXEKby6o=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        b=EqDV+FdiOKFQnPN6YSWS/kpGKInSPVPTmwXFHUCYcAoDSo1Xr61nnYo4eak6n7axAd
         4I4p0dNe+TdPY7JwGArT4RmqHS13qWEYnHRNe4ovest6iL04muaf67Th2s2CKVFoEbq5
         DXLof7XBvKIE5M6TOVqOD33ROWRoSdc8D3xvM=
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
Sender: paul.hartman@gmail.com
Received: by 10.150.8.10 with SMTP id 10mr4233834ybh.179.1253314167111; Fri, 
	18 Sep 2009 15:49:27 -0700 (PDT)
In-Reply-To: <4AB40C62.1090204@badapple.net>
References: <4AB40C62.1090204@badapple.net>
Date: Fri, 18 Sep 2009 17:49:27 -0500
X-Google-Sender-Auth: db07c94cfad1271e
Message-ID: <58965d8a0909181549n5fa37e65s27331a683178d2ff@mail.gmail.com>
Subject: Re: [gentoo-user] trying to track down broken dependency
From: Paul Hartman <paul.hartman+gentoo@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 78398571-2195-4aae-8286-285e16da7f46
X-Archives-Hash: f7521fb6eff2828db6a9e4d409785f1c

On Fri, Sep 18, 2009 at 5:40 PM, kashani <kashani-list@badapple.net> wrote:
> kashani@www01 ~ $ emerge -pvt bugzilla
> These are the packages that would be merged, in reverse order:
> Calculating dependencies... done!
>
> emerge: there are no ebuilds to satisfy "~dev-lang/perl-5.10.1".
> (dependency required by "perl-core/Module-Build-0.35" [ebuild])
> (dependency required by "dev-perl/DateTime-TimeZone-0.98" [ebuild])
> (dependency required by "www-apps/bugzilla-3.4.1-r1" [ebuild])
> (dependency required by "bugzilla" [argument])
>
>        I don't see anything in man emerge that would help me track down the
> missing dependency. Is there any easy way to do this or do I have to track
> it down the Modeule-Build dependency tree which looks to be the culprit.
>
> kashani

What version of bugzilla are you trying to emerge? That perl is newer
than any I see in my portage. Are you using an overlay?
www-apps/bugzilla-3.4.1-r1 seems to emerge fine and works with perl
5.8 here.