public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-java] Re: [gentoo-dev] New virtuals: virtual/jre and virtual/jdk
       [not found] <44ACFF2E.9050808@gentoo.org>
@ 2006-07-11  2:54 ` Joshua Nichols
  2006-07-11  7:54   ` Caster
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Nichols @ 2006-07-11  2:54 UTC (permalink / raw
  To: gentoo-dev, gentoo-java

Krzysiek Pawlik wrote:
> Two new new-style virtuals have been added today to the tree:
>
>  - virtual/jdk
>  - virtual/jre
>
> This allows migration to generation 2 of Java build system to advance.
> All virtual/{jdk,jre} have been removed from profiles. The bug for this
> was #138747.
>
>   
Something worth mentioning... If you have problems where dependencies
fail to resolve, like dev-java/blackdown-1.5, or dev-java/kaffe-1.4, it
means you have some stale PROVIDE files kicking around. You will likely
want to run the following to find them:

find /var/db/pkg -name PROVIDE | xargs egrep -l 'virtual/jdk|virtual/jre'

This should give you a list of files to you'll want to delete.

- Josh
-- 
gentoo-java@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-java] Re: [gentoo-dev] New virtuals: virtual/jre and virtual/jdk
  2006-07-11  2:54 ` [gentoo-java] Re: [gentoo-dev] New virtuals: virtual/jre and virtual/jdk Joshua Nichols
@ 2006-07-11  7:54   ` Caster
  2006-07-11 18:29     ` Joshua Nichols
  0 siblings, 1 reply; 4+ messages in thread
From: Caster @ 2006-07-11  7:54 UTC (permalink / raw
  To: gentoo-java

Joshua Nichols wrote:
> Something worth mentioning... If you have problems where dependencies
> fail to resolve, like dev-java/blackdown-1.5, or dev-java/kaffe-1.4, it
> means you have some stale PROVIDE files kicking around. You will likely
> want to run the following to find them:
> 
> find /var/db/pkg -name PROVIDE | xargs egrep -l 'virtual/jdk|virtual/jre'
> 
> This should give you a list of files to you'll want to delete.
> 

And here I was wondering why the virtuals don't get merged with world
deep update...

/var/db/pkg/dev-java/blackdown-jre-1.4.2.03-r11/PROVIDE
/var/db/pkg/dev-java/blackdown-jre-1.4.1-r12/PROVIDE
/var/db/pkg/dev-java/sun-jdk-1.4.2.12/PROVIDE
/var/db/pkg/dev-java/sun-jdk-1.5.0.07/PROVIDE
/var/db/pkg/dev-java/blackdown-jdk-1.3.1-r23/PROVIDE
/var/db/pkg/dev-java/blackdown-jdk-1.4.2.03-r12/PROVIDE
/var/db/pkg/dev-java/blackdown-jdk-1.4.1-r12/PROVIDE
/var/db/pkg/dev-java/sun-jre-bin-1.4.2.12/PROVIDE
/var/db/pkg/dev-java/sun-jre-bin-1.5.0.07/PROVIDE
/var/db/pkg/dev-java/jrockit-jdk-bin-1.4.2.10/PROVIDE
/var/db/pkg/dev-java/jrockit-jdk-bin-1.5.0.06/PROVIDE

I think we should revbump everything to get rid of this, or something...

Caster
-- 
gentoo-java@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-java] Re: [gentoo-dev] New virtuals: virtual/jre and virtual/jdk
  2006-07-11  7:54   ` Caster
@ 2006-07-11 18:29     ` Joshua Nichols
  2006-07-11 23:00       ` Caster
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Nichols @ 2006-07-11 18:29 UTC (permalink / raw
  To: gentoo-java

Caster wrote:
> And here I was wondering why the virtuals don't get merged with world
> deep update...
>
> /var/db/pkg/dev-java/blackdown-jre-1.4.2.03-r11/PROVIDE
> /var/db/pkg/dev-java/blackdown-jre-1.4.1-r12/PROVIDE
> /var/db/pkg/dev-java/sun-jdk-1.4.2.12/PROVIDE
> /var/db/pkg/dev-java/sun-jdk-1.5.0.07/PROVIDE
> /var/db/pkg/dev-java/blackdown-jdk-1.3.1-r23/PROVIDE
> /var/db/pkg/dev-java/blackdown-jdk-1.4.2.03-r12/PROVIDE
> /var/db/pkg/dev-java/blackdown-jdk-1.4.1-r12/PROVIDE
> /var/db/pkg/dev-java/sun-jre-bin-1.4.2.12/PROVIDE
> /var/db/pkg/dev-java/sun-jre-bin-1.5.0.07/PROVIDE
> /var/db/pkg/dev-java/jrockit-jdk-bin-1.4.2.10/PROVIDE
> /var/db/pkg/dev-java/jrockit-jdk-bin-1.5.0.06/PROVIDE
>
> I think we should revbump everything to get rid of this, or something...
>   
That is likely what will happen soon. Remerging, of course, also gets
rid of the PROVIDE.

- Josh
-- 
gentoo-java@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-java] Re: [gentoo-dev] New virtuals: virtual/jre and virtual/jdk
  2006-07-11 18:29     ` Joshua Nichols
@ 2006-07-11 23:00       ` Caster
  0 siblings, 0 replies; 4+ messages in thread
From: Caster @ 2006-07-11 23:00 UTC (permalink / raw
  To: gentoo-java

Joshua Nichols wrote:
> That is likely what will happen soon. Remerging, of course, also gets
> rid of the PROVIDE.

Yeah that would be cool. Average user would have no idea he has to
remerge something...

Caster
-- 
gentoo-java@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-11 23:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <44ACFF2E.9050808@gentoo.org>
2006-07-11  2:54 ` [gentoo-java] Re: [gentoo-dev] New virtuals: virtual/jre and virtual/jdk Joshua Nichols
2006-07-11  7:54   ` Caster
2006-07-11 18:29     ` Joshua Nichols
2006-07-11 23:00       ` Caster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox