public inbox for gentoo-java@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-java] ant upgrade/downgrade on every deep update world
@ 2006-07-10 13:43 Dario Cavallaro
  2006-07-10 13:53 ` Joshua Nichols
  0 siblings, 1 reply; 3+ messages in thread
From: Dario Cavallaro @ 2006-07-10 13:43 UTC (permalink / raw
  To: gentoo-java

emerge --deep --update -p world

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

Calculating world dependencies... done!
[ebuild     UD] dev-java/ant-core-1.6.2-r5 [1.6.5-r13]
[ebuild     UD] dev-java/ant-tasks-1.6.2-r10 [1.6.5-r2]

cat /etc/portage/package.keywords |grep java
dev-java/struts ~amd64
dev-java/struts-legacy ~amd64
dev-java/jaxen ~amd64
dev-java/commons-validator ~amd64
dev-java/mx4j ~amd64
dev-java/hessian ~amd64
dev-java/caucho-services ~amd64
dev-java/burlap ~amd64
dev-java/gnu-javamail ~amd64
dev-java/gnu-classpath-inetlib ~amd64
dev-java/jessie ~amd64
dev-java/commons-digester ~amd64
dev-java/eclipse-ecj ~amd64
dev-java/java-config ~amd64
dev-java/java-config-wrapper ~amd64
dev-java/javatoolkit ~amd64
dev-java/commons-daemon ~amd64
dev-java/blackdown-jdk ~amd64
dev-java/blackdown-jre ~amd64
dev-java/ant-core ~amd64
dev-java/ant-tasks ~amd64
dev-java/sun-jdk ~amd64

There's something wrong. Emerge will upgrade/downgrade every --deep
--update world. Is there something wrong with me? I have done every
single thing listed in java-upgrade:
java-check-environment
 * === Java Environment Checker ===
 * The purpose of this script is to check the sanity of your Java
Environment.
 * We have significantly changed and improved the way Java is handled in
many respects.
 * Please refer to http://www.gentoo.org/proj/en/java/java-upgrade.xml
for details

 * Checking vm_environment_files
...                                                                                                                 
[ ok ]
 * Checking user_settings ...
 * Running as root. Don't need to check user
settings.                                                                                               
[ ok ]
 * Checking generation_1_system_vm
...                                                                                                               
[ ok ]
 * Java environment is sane. Congratulations!

Please help me!
 --

Saluti

Dario Cavallaro
-- 
registered user #403926
Linux Counter http://counter.li.org
www.lugag.it
www.no1984.org
Il LugAG (lug di Agrigento) ricicla vecchio hardware
per svariate iniziative. Ringraziamo tutti coloro che
non buttano cose ancora utili. 

-- 
gentoo-java@gentoo.org mailing list



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

* Re: [gentoo-java] ant upgrade/downgrade on every deep update world
  2006-07-10 13:43 [gentoo-java] ant upgrade/downgrade on every deep update world Dario Cavallaro
@ 2006-07-10 13:53 ` Joshua Nichols
  2006-07-10 14:25   ` Dario Cavallaro
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Nichols @ 2006-07-10 13:53 UTC (permalink / raw
  To: gentoo-java

Dario Cavallaro wrote:
> emerge --deep --update -p world
>
> These are the packages that would be merged, in order:
>
> Calculating world dependencies... done!
> [ebuild     UD] dev-java/ant-core-1.6.2-r5 [1.6.5-r13]
> [ebuild     UD] dev-java/ant-tasks-1.6.2-r10 [1.6.5-r2]
>
> cat /etc/portage/package.keywords |grep java
> dev-java/struts ~amd64
> dev-java/struts-legacy ~amd64
> dev-java/jaxen ~amd64
> dev-java/commons-validator ~amd64
> dev-java/mx4j ~amd64
> dev-java/hessian ~amd64
> dev-java/caucho-services ~amd64
> dev-java/burlap ~amd64
> dev-java/gnu-javamail ~amd64
> dev-java/gnu-classpath-inetlib ~amd64
> dev-java/jessie ~amd64
> dev-java/commons-digester ~amd64
> dev-java/eclipse-ecj ~amd64
> dev-java/java-config ~amd64
> dev-java/java-config-wrapper ~amd64
> dev-java/javatoolkit ~amd64
> dev-java/commons-daemon ~amd64
> dev-java/blackdown-jdk ~amd64
> dev-java/blackdown-jre ~amd64
> dev-java/ant-core ~amd64
> dev-java/ant-tasks ~amd64
> dev-java/sun-jdk ~amd64
>   

You have to keyword dev-java/ant as well, as it depends on ant-core and
ant-tasks of the same version. So, add 'dev-java/ant' to
/etc/portage/package.keywords. That should do the trick.
-- 
gentoo-java@gentoo.org mailing list



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

* Re: [gentoo-java] ant upgrade/downgrade on every deep update world
  2006-07-10 13:53 ` Joshua Nichols
@ 2006-07-10 14:25   ` Dario Cavallaro
  0 siblings, 0 replies; 3+ messages in thread
From: Dario Cavallaro @ 2006-07-10 14:25 UTC (permalink / raw
  To: gentoo-java

Joshua Nichols wrote:
> 
> You have to keyword dev-java/ant as well, as it depends on ant-core and
> ant-tasks of the same version. So, add 'dev-java/ant' to
> /etc/portage/package.keywords. That should do the trick.
Thank you very much. I had forgotten ant :P. Now it's all ok!
 --
Saluti

Dario Cavallaro
-- 
registered user #403926
Linux Counter http://counter.li.org
www.lugag.it
www.no1984.org
Il LugAG (lug di Agrigento) ricicla vecchio hardware
per svariate iniziative. Ringraziamo tutti coloro che
non buttano cose ancora utili.
-- 
gentoo-java@gentoo.org mailing list



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

end of thread, other threads:[~2006-07-10 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 13:43 [gentoo-java] ant upgrade/downgrade on every deep update world Dario Cavallaro
2006-07-10 13:53 ` Joshua Nichols
2006-07-10 14:25   ` Dario Cavallaro

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