Re: [gentoo-user] More Netbeans emerge woes

2005-06-20 Thread Zac Medico
Justin Hart wrote:
> Upon emerging Netbeans 4.0, portage tries to emerge xalan, which
> complains that it cannot find package xerces-2, which causes the build
> to fail.
> 
> Any clue why this occurs?

For some reason you are missing a dependency.

emerge "=xerces-2*"

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



Re: [gentoo-user] More Netbeans emerge woes

2005-06-20 Thread Justin Hart
I think that there is a circular dependency.

If you try that, it tries to emerge xalan, which then fails with the same error.

Justin

On 6/20/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> Justin Hart wrote:
> > Upon emerging Netbeans 4.0, portage tries to emerge xalan, which
> > complains that it cannot find package xerces-2, which causes the build
> > to fail.
> >
> > Any clue why this occurs?
> 
> For some reason you are missing a dependency.
> 
> emerge "=xerces-2*"
> 
> Zac
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-20 Thread Zac Medico
Justin Hart wrote:
> On 6/20/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> 
>>Justin Hart wrote:
>>
>>>Upon emerging Netbeans 4.0, portage tries to emerge xalan, which
>>>complains that it cannot find package xerces-2, which causes the build
>>>to fail.
>>>
>>>Any clue why this occurs?
>>
>>For some reason you are missing a dependency.
>>
>>emerge "=xerces-2*"
>>
>>Zac
>>--
> I think that there is a circular dependency.
> 
> If you try that, it tries to emerge xalan, which then fails with the same 
> error.
> 
> Justin
> 

xerces-2 has and RDEPEND on xalan-2.5.2 (see the xerces-2 ebuild).

emerge --nodeps "=xerces-2*"

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



Re: [gentoo-user] More Netbeans emerge woes

2005-06-21 Thread Paul Nolan
On Monday June 20 2005 11:22 pm, Justin Hart wrote:
> Upon emerging Netbeans 4.0, portage tries to emerge xalan, which
> complains that it cannot find package xerces-2, which causes the build
> to fail.

I remember something like that scrolling past when I installed it, but it just 
kept on going, and xalan and xerces were installed in the end.
On my system, I think Netbeans was installed as a dependecy (possibly from 
KDevelop, I'm not sure), so that could be it.


pgp5aYPlYgXwz.pgp
Description: PGP signature


Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Justin Hart
Hey,

Another go at it.

emerge --nodeps "=xerces-2*"

BUILD FAILED
/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
taskdef class org.apache.xerces.util.XJavac cannot be found

Justin

On 6/21/05, Paul Nolan <[EMAIL PROTECTED]> wrote:
> On Monday June 20 2005 11:22 pm, Justin Hart wrote:
> > Upon emerging Netbeans 4.0, portage tries to emerge xalan, which
> > complains that it cannot find package xerces-2, which causes the build
> > to fail.
> 
> I remember something like that scrolling past when I installed it, but it just
> kept on going, and xalan and xerces were installed in the end.
> On my system, I think Netbeans was installed as a dependecy (possibly from
> KDevelop, I'm not sure), so that could be it.
> 
> 
> 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Zac Medico
Justin Hart wrote:
> Hey,
> 
> Another go at it.
> 
> emerge --nodeps "=xerces-2*"
> 
> BUILD FAILED
> /var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
> taskdef class org.apache.xerces.util.XJavac cannot be found
> 

What versions of jdk and ant are you using?  Have you tried others?

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



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Justin Hart
Java: 1.5.0_03
Ant: 1.6.2

I have not tried others.  Perhaps I should.

Justin

On 6/22/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> Justin Hart wrote:
> > Hey,
> >
> > Another go at it.
> >
> > emerge --nodeps "=xerces-2*"
> >
> > BUILD FAILED
> > /var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
> > taskdef class org.apache.xerces.util.XJavac cannot be found
> >
> 
> What versions of jdk and ant are you using?  Have you tried others?
> 
> Zac
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Zac Medico
Justin Hart wrote:
> On 6/22/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> 
>>Justin Hart wrote:
>>
>>>Hey,
>>>
>>>Another go at it.
>>>
>>>emerge --nodeps "=xerces-2*"
>>>
>>>BUILD FAILED
>>>/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
>>>taskdef class org.apache.xerces.util.XJavac cannot be found
>>>
>>
>>What versions of jdk and ant are you using?  Have you tried others?
>>
> Java: 1.5.0_03
> Ant: 1.6.2
> 
> I have not tried others.  Perhaps I should.
> 
> Justin
> 

I've still got trusty old blackdown-jdk-1.4.2.02 set as my default system vm.  
You might need to rebuild some of your java packages/libraries if you downgrade 
(especially ant).

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



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Justin Hart
Hrmm.  I was hoping to be able to use some of the new java features in
a project that I am working on.

Justin

On 6/22/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> Justin Hart wrote:
> > On 6/22/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> >
> >>Justin Hart wrote:
> >>
> >>>Hey,
> >>>
> >>>Another go at it.
> >>>
> >>>emerge --nodeps "=xerces-2*"
> >>>
> >>>BUILD FAILED
> >>>/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
> >>>taskdef class org.apache.xerces.util.XJavac cannot be found
> >>>
> >>
> >>What versions of jdk and ant are you using?  Have you tried others?
> >>
> > Java: 1.5.0_03
> > Ant: 1.6.2
> >
> > I have not tried others.  Perhaps I should.
> >
> > Justin
> >
> 
> I've still got trusty old blackdown-jdk-1.4.2.02 set as my default system vm. 
>  You might need to rebuild some of your java packages/libraries if you 
> downgrade (especially ant).
> 
> Zac
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
Justin W. Hart

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] More Netbeans emerge woes

2005-06-22 Thread Zac Medico
Justin Hart wrote:
> On 6/22/05, Zac Medico <[EMAIL PROTECTED]> wrote:
> 
>>Justin Hart wrote:
>>
>>>On 6/22/05, Zac Medico <[EMAIL PROTECTED]> wrote:
>>>
>>>
Justin Hart wrote:


>Hey,
>
>Another go at it.
>
>emerge --nodeps "=xerces-2*"
>
>BUILD FAILED
>/var/tmp/portage/xerces-2.6.2-r2/work/xerces-2_6_2/build.xml:22:
>taskdef class org.apache.xerces.util.XJavac cannot be found
>

What versions of jdk and ant are you using?  Have you tried others?

>>>
>>>Java: 1.5.0_03
>>>Ant: 1.6.2
>>>
>>>I have not tried others.  Perhaps I should.
>>>
>>>Justin
>>>
>>
>>I've still got trusty old blackdown-jdk-1.4.2.02 set as my default system vm. 
>> You might need to rebuild some of your java packages/libraries if you 
>>downgrade (especially ant).
>>
>>Zac
>>--
> Hrmm.  I was hoping to be able to use some of the new java features in
> a project that I am working on.
> 
> Justin
> 

Don't worry, you can use java-config to set your user vm to java-1.5.  You need 
to put "source ${HOME}/.gentoo/java-env" in ~/.bashrc.

Zac

-- 
gentoo-user@gentoo.org mailing list