Re: [gentoo-user] weird dependencies

2006-08-10 Thread Alexander Skwar

Rodrigo Lazo wrote:

Hi,

Something weird is happening to my system. I executed (for no good
reason):

[EMAIL PROTECTED] # emerge -pvu --deep gaim 


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] media-libs/lcms-1.14-r1 [1.13-r1] USE=jpeg python zlib -tiff 653 kB 
[ebuild U ] dev-db/mysql-4.1.21 [4.1.20] USE=perl ssl -berkdb -big-tables -cluster -debug -embedded -extraengine -latin1 -minimal -raid -srvdir -static 17,215 kB 
[ebuild  N] x11-libs/qt-3.3.6-r1  USE=doc gif mysql opengl -cups -debug -examples -firebird -immqt -immqt-bc -ipv6 -nas -nis -odbc -postgres -sqlite -xinerama 14,224 kB 
[ebuild U ] media-libs/tiff-3.8.2-r2 [3.8.2-r1] USE=jpeg zlib -jbig -nocxx 0 kB 
[ebuild  N] virtual/ghostscript-0  0 kB 
[ebuild U ] dev-lang/nasm-0.98.39-r3 [0.98.39-r1] USE=doc -build 0 kB 
[ebuild U ] sys-apps/gawk-3.1.5-r2 [3.1.5-r1] USE=nls -build 0 kB 



, qt as a deep dependencie of gaim.


You can't say that. Run emerge -pvu --deep --tree gaim to
see, what's going on.

Alexander Skwar
--
BOFH Excuse #212:

Of course it doesn't work. We've performed a software upgrade.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] weird dependencies

2006-08-09 Thread Richard Fish

On 8/9/06, Rodrigo Lazo [EMAIL PROTECTED] wrote:

Something weird is happening to my system. I executed (for no good
reason):

[EMAIL PROTECTED] # emerge -pvu --deep gaim


Add --tree.

-Richard
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird dependencies

2006-07-26 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zac Medico wrote:
 gentuxx wrote:
  Hi all,
 
  I'm trying to run a routine `emerge -DuatvN world' and am getting
 some
  funky dependency errors.  Here's the error I get:
 
  emerge: there are no ebuilds to satisfy =dev-java/kaffe-1.4.
  (dependency required by net-dns/libidn-0.5.15 [ebuild])

 Portage is confused by old-style virtual/jdk and virtual/jre
 providers.  The latest version of java-check-environment should help
 you correct this.  Please refer to the Java upgrade guide:

 http://www.gentoo.org/proj/en/java/java-upgrade.xml

 Zac

Ok, trying the upgrade process at the above link fails when I try to
emerge the packages specified by java-check-environment.  This is the
error:

[EMAIL PROTECTED] ~ # emerge -ptv =blackdown-jdk-1.4* kaffe

These are the packages that would be merged, in reverse order:

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])

What's weird (and this is what I meant to post before) is that an `eix
kaffe' reports that the latest version available (even masked) is
1.1.7.  So where is this v1.4 stuff coming from?

I just want to be able to finish the routine update.  Please help!


 --
 gentux
 echo hfouvyyAhnbjm/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'

 gentux's gpg fingerprint == 5495 0388 67FF 0B89 1239  D840 4CF0
 39E2 18D3 4A9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFEx9OqTPA54hjTSp4RAkZdAKCUmIfBQ+Hys+rq18g7woTWAstwdwCdH4IO
2FTYN0pxPZZCFa6DC+HKMz0=
=Mv2o
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird dependencies

2006-07-26 Thread Zac Medico
-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



Re: [gentoo-user] Weird dependencies

2006-07-25 Thread Zac Medico
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

gentuxx wrote:
 Hi all,
 
 I'm trying to run a routine `emerge -DuatvN world' and am getting some
 funky dependency errors.  Here's the error I get:
 
 emerge: there are no ebuilds to satisfy =dev-java/kaffe-1.4.
 (dependency required by net-dns/libidn-0.5.15 [ebuild])

Portage is confused by old-style virtual/jdk and virtual/jre providers.  The 
latest version of java-check-environment should help you correct this.  Please 
refer to the Java upgrade guide:

http://www.gentoo.org/proj/en/java/java-upgrade.xml

Zac
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFExmru/ejvha5XGaMRAgjaAKDkoszQB+CkN/sFR4Ai0JsubPHZAQCfe30i
vtm8aaE7jUSMmGHLC5/UC0A=
=rLmG
-END PGP SIGNATURE-
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Weird dependencies

2006-07-25 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Zac Medico wrote:
 gentuxx wrote:
  Hi all,
 
  I'm trying to run a routine `emerge -DuatvN world' and am getting
 some
  funky dependency errors.  Here's the error I get:
 
  emerge: there are no ebuilds to satisfy =dev-java/kaffe-1.4.
  (dependency required by net-dns/libidn-0.5.15 [ebuild])

 Portage is confused by old-style virtual/jdk and virtual/jre
 providers.  The latest version of java-check-environment should help
 you correct this.  Please refer to the Java upgrade guide:

 http://www.gentoo.org/proj/en/java/java-upgrade.xml

 Zac

I meant to post more info.I must have gotten distracted or something.

Thanks for the link, I'll take a look at it and see if it solves the
problem.  If not, I'll post the rest of the info that I had orginally
planned.  ;-)

Thanks.

 --
 gentux
 echo hfouvyyAhnbjm/dpn | perl -pe 's/(.)/chr(ord($1)-1)/ge'

 gentux's gpg fingerprint == 5495 0388 67FF 0B89 1239  D840 4CF0
 39E2 18D3 4A9E
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.4 (GNU/Linux)

iD8DBQFExwBwTPA54hjTSp4RAjn1AKCiaMzTh95uJDLsHurDJtoiK8NDrQCggKKs
Oje576oK7RA16eQK6wd4V2s=
=4mXf
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list