typelib: manifest of typelib has a <depend> tag without a 'package' attribute

This error is given on our hudson build of bootstrap.sh. It aborts an
autoproj full-build

I think Steven's patches are causing this ?

Peter

typelib: manifest of typelib has a <depend> tag without a 'packa

On Monday 07 March 2011 09:49:03 Peter Soetens wrote:
> This error is given on our hudson build of bootstrap.sh. It aborts an
> autoproj full-build
>
> I think Steven's patches are causing this ?

autoproj breaks on these line:

<depend_optional name="doxygen" type="doc" />
<depend_optional name="rdoc" type="doc" />

I will revert that patch if there isn't a solution fast. Currently,
bootstrap.sh is broken.

Peter

Ruben Smits's picture

typelib: manifest of typelib has a <depend> tag without a 'packa

On Monday 07 March 2011 15:33:44 Peter Soetens wrote:
> On Monday 07 March 2011 09:49:03 Peter Soetens wrote:
> > This error is given on our hudson build of bootstrap.sh. It aborts an
> >
> > autoproj full-build
> >
> > I think Steven's patches are causing this ?
>
> autoproj breaks on these line:
>
> <depend_optional name="doxygen" type="doc" />
> <depend_optional name="rdoc" type="doc" />
>
> I will revert that patch if there isn't a solution fast. Currently,
> bootstrap.sh is broken.

Is your autoproj up-to-date? AFAIK Sylvain proposed to push this patch to the
repository.

> Peter

-- Ruben

typelib: manifest of typelib has a <depend> tag without a 'packa

On Monday 07 March 2011 15:39:54 Ruben Smits wrote:
> On Monday 07 March 2011 15:33:44 Peter Soetens wrote:
> > On Monday 07 March 2011 09:49:03 Peter Soetens wrote:
> > > This error is given on our hudson build of bootstrap.sh. It aborts an
> > >
> > > autoproj full-build
> > >
> > > I think Steven's patches are causing this ?
> >
> > autoproj breaks on these line:
> > <depend_optional name="doxygen" type="doc" />
> > <depend_optional name="rdoc" type="doc" />
> >
> > I will revert that patch if there isn't a solution fast. Currently,
> > bootstrap.sh is broken.
>
> Is your autoproj up-to-date? AFAIK Sylvain proposed to push this patch to
> the repository.

It's a boostrap.sh, this means it gets the latest version of autoproj from
scratch.

Peter

typelib: manifest of typelib has a <depend> tag without a 'packa

On 03/07/2011 03:56 PM, Peter Soetens wrote:
> On Monday 07 March 2011 15:39:54 Ruben Smits wrote:
>> On Monday 07 March 2011 15:33:44 Peter Soetens wrote:
>>> On Monday 07 March 2011 09:49:03 Peter Soetens wrote:
>>>> This error is given on our hudson build of bootstrap.sh. It aborts an
>>>>
>>>> autoproj full-build
>>>>
>>>> I think Steven's patches are causing this ?
>>>
>>> autoproj breaks on these line:
>>> <depend_optional name="doxygen" type="doc" />
>>> <depend_optional name="rdoc" type="doc" />
>>>
>>> I will revert that patch if there isn't a solution fast. Currently,
>>> bootstrap.sh is broken.
>>
>> Is your autoproj up-to-date? AFAIK Sylvain proposed to push this patch to
>> the repository.
>
>
> It's a boostrap.sh, this means it gets the latest version of autoproj from
> scratch.
Well ... autoproj was reporting the right error.

For whatever reasons, the WG people decided to have <depend ...> with
package=NAME while rosdep uses name=NAME.

You were using

<depend_optional name="rdoc" type="doc" />
^^^^
it should have been

<depend_optional package="rdoc" type="doc" />
^^^^^^^

Mmm... Jet lag ...