[gentoo-user] Re: Java problem

2010-05-24 Thread walt
On 05/23/2010 06:26 PM, David Relson wrote: On Sun, 23 May 2010 11:01:53 -0700 walt wrote: On 05/23/2010 09:56 AM, David Relson wrote: Output of emerge -d ant-junit is attached, though I don't understand what the additional info means. The 'build.log' should contain the actual error

Re: [gentoo-user] Re: Java problem

2010-05-24 Thread David Relson
On Mon, 24 May 2010 04:11:45 -0700 walt wrote: On 05/23/2010 06:26 PM, David Relson wrote: On Sun, 23 May 2010 11:01:53 -0700 walt wrote: On 05/23/2010 09:56 AM, David Relson wrote: Output of emerge -d ant-junit is attached, though I don't understand what the additional info means.

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread David Relson
Walt and Kenneth, Your help with this problem is appreciated, though the problem still persists. What versions of java do you guys have installed? What does eselect java-vm list show on your machines? I'm on AMD64, what architectures are you running? Looking around, /usr/bin/java is a symlink

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread Arttu V.
On 5/23/10, David Relson rel...@osagesoftware.com wrote: emerge -qv ant-junit fails because ant-junit isn't found Is your portage tree or the underlying filesystem broken? You use eix, so what does eix ant-junit output? Are there really no versions of ant-junit available on your system? Also,

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread David Relson
On Sun, 23 May 2010 17:32:50 +0300 Arttu V. wrote: On 5/23/10, David Relson rel...@osagesoftware.com wrote: emerge -qv ant-junit fails because ant-junit isn't found Is your portage tree or the underlying filesystem broken? You use eix, so what does eix ant-junit output? Are there really

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread Arttu V.
On 5/23/10, David Relson rel...@osagesoftware.com wrote: Hi Arttu, The portage tree is fine, AFAICT. emerge finds the ebuild, but the emerge fails. Removing --jobs 4 doesn't change the result. Ok, then that could be discarded as just some wild speculation. Next idea, how about just marking

[gentoo-user] Re: Java problem

2010-05-23 Thread walt
On 05/23/2010 07:57 AM, David Relson wrote: The important failure line seems to be: * Unable to determine VM for building from dependencies: NV_DEPEND: dev-java/junit:0=dev-java/java-config-2.1.9-r1 I'd suggest re-installing java-config-2 (just because), and then do emerge -d ant-junit to

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread David Relson
On Sun, 23 May 2010 18:16:53 +0300 Arttu V. wrote: On 5/23/10, David Relson rel...@osagesoftware.com wrote: Hi Arttu, The portage tree is fine, AFAICT. emerge finds the ebuild, but the emerge fails. Removing --jobs 4 doesn't change the result. Ok, then that could be discarded as

[gentoo-user] Re: Java problem

2010-05-23 Thread walt
On 05/23/2010 09:56 AM, David Relson wrote: Output of emerge -d ant-junit is attached, though I don't understand what the additional info means. The 'build.log' should contain the actual error message following the test for the system-vm. The test code will look something like this: +

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread David Relson
On Sun, 23 May 2010 11:01:53 -0700 walt wrote: On 05/23/2010 09:56 AM, David Relson wrote: Output of emerge -d ant-junit is attached, though I don't understand what the additional info means. The 'build.log' should contain the actual error message following the test for the system-vm.

Re: [gentoo-user] Re: Java problem

2010-05-23 Thread Kenneth Prugh
On Sun, 23 May 2010 21:26:29 -0400 David Relson rel...@osagesoftware.com wrote: I found java-pkg_needs-vm in /usr/portage/eclass/java-utils-2.eclass. However equery belongs /usr/portage/eclass/java-utils-2.eclass doesn't find an owning package for this file. Do you have this file? What

[gentoo-user] Re: Java problem

2010-05-22 Thread walt
On 05/22/2010 01:10 PM, David Relson wrote: * Unable to determine VM for building from dependencies: * Failed to determine VM for building. Well, I've seen those error messages more than once. If I were half-a-bottle more sober, I'm sure I could remember how I fixed the problem.