From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1G5r84-0005Ha-57 for garchives@archives.gentoo.org; Wed, 26 Jul 2006 21:41:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6QLcwhK003190; Wed, 26 Jul 2006 21:38:58 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6QLao4q024897 for ; Wed, 26 Jul 2006 21:36:51 GMT Received: from [192.168.24.6] (ip68-5-234-231.oc.oc.cox.net [68.5.234.231]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6F84C64350 for ; Wed, 26 Jul 2006 21:36:50 +0000 (UTC) Message-ID: <44C7E06D.7050204@gentoo.org> Date: Wed, 26 Jul 2006 14:36:45 -0700 From: Zac Medico User-Agent: Thunderbird 1.5.0.4 (X11/20060603) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Weird dependencies References: <44C636B1.70809@gmail.com> <44C66AF3.5070000@gentoo.org> <44C7D3AB.6010109@gmail.com> In-Reply-To: <44C7D3AB.6010109@gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: de62793a-466d-4d6b-a3a9-cdaa6fa97970 X-Archives-Hash: 38313ca0c45fa8ecc08508b0ea4f392c -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 gentuxx wrote: > Calculating dependencies | > emerge: there are no ebuilds to satisfy ">=dev-java/kaffe-1.4". > (dependency required by "dev-java/gjdoc-0.7.7-r1" [ebuild]) java-check-environment is supposed to help you correct for this: check_virtual_provides() { local this_result=0 local provides=$(find /var/db/pkg -name PROVIDE | xargs egrep -l 'virtual/jdk|virtual/jre') if [[ -n ${provides} ]]; then qeerror "Found PROVIDE files from old-style virtuals. Please remove them:" qecho "# rm ${provides}" this_result=1 fi update_result ${this_result} return ${this_result} } The above find command will tell you which PROVIDE files to remove. Zac -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) iD8DBQFEx+Bs/ejvha5XGaMRAnKcAJ47j/4Txz714yLdnr6vblZYb5ZzUACfSF09 xbw3FeI8bSp6Xfm4f2ErX14= =+CPz -----END PGP SIGNATURE----- -- gentoo-user@gentoo.org mailing list