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 ) id 1N5lwW-0002Nb-4K for garchives@archives.gentoo.org; Wed, 04 Nov 2009 19:54:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F09D8E0D16; Wed, 4 Nov 2009 19:54:54 +0000 (UTC) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by pigeon.gentoo.org (Postfix) with ESMTP id B1A34E0D16 for ; Wed, 4 Nov 2009 19:54:54 +0000 (UTC) Received: by ewy2 with SMTP id 2so5295356ewy.34 for ; Wed, 04 Nov 2009 11:54:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=Ly+3jYFRI7ofGt53++wOeKzWQtuL01RIOAiBqnhqDkg=; b=LpLYLNW/N7Eqklvssiv7Jk1TsZ6fFvNFSn8R34g8SRJLZyvyx9eHz2qN+JCPV6/zA2 qE8fz4InrBKVU+aE/hSNZbc2HgAbmzv/q1XsM82+WLZGP9VVazQchqzrpEw1tnmzsogO BVY02IIT2n5ER/6V/sNw761mP11MxcOr2utyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=p23OBOKTEo9nDKawye/ROaAeqNo5ISJ6EuxpabztYE3MXqxvLmuO0kKku0qalB7H8s NgUWxV0bg2+UqmasEN9CXmZK745O5paqYkvLr0UQxGvmYm0LRtT/+dcnN2vmu0YuG/j5 VgMI87JyXjJYZPzsURkXWEwg8+tXRGEBtNWqs= Received: by 10.213.95.200 with SMTP id e8mr1822053ebn.18.1257364493394; Wed, 04 Nov 2009 11:54:53 -0800 (PST) Received: from @ (91-164-138-67.rev.libertysurf.net [91.164.138.67]) by mx.google.com with ESMTPS id 5sm1625234eyf.39.2009.11.04.11.54.50 (version=SSLv3 cipher=RC4-MD5); Wed, 04 Nov 2009 11:54:51 -0800 (PST) Sender: Nicolas Sebrecht Date: Wed, 4 Nov 2009 20:54:48 +0100 From: Nicolas Sebrecht To: gentoo-user@lists.gentoo.org Cc: Nicolas Sebrecht Subject: [gentoo-user] Re: sys-libs/db & dev-lang/php dependency problem... Message-ID: <20091104195448.GF12983@vidovic> References: <4AC78231.7060706@gmail.com> <200911041147.42134.wonko@wonkology.org> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200911041147.42134.wonko@wonkology.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Archives-Salt: ad0c728c-c83f-453b-b1d5-d8c1a860c542 X-Archives-Hash: cdd0ab50db67ba11aa8e85a038fbd1f0 On Wed, Nov 04, 2009 at 11:47:41AM +0100, Alex Schuster wrote: > I just posted a message ("emerge --depclean does not remove due to link > level dependencies") due to similar issues. My guess is that php links to > some sys-libs/db library, even if db is not a dependency to php. To be correct, if php links to db, db _IS_ a dependency of php. If portage is not aware of this dependency, the _ebuild_ is wrong and miss a declaration for this dependency. -- Nicolas Sebrecht