Borsenkow Andrej <[EMAIL PROTECTED]> writes:

> After first read_hdlist in update_media I get normal provides and info.
> In call to $urpm->{params}->keep_only_cleaned_provides_files() @keeplist
> is set to
> ...
> after this it does
> 
>     $params->{info} = {};
>     $params->{depslist} = [];
>     $params->{provides} = {}; @{$params->{provides}}{@keeplist} = ();
> 
> 
> Unfortunately, when reading hdlist the second time no information is
> read:

That's the problem, the first time it collect all requires in file (because the
clean remove anything else, even if some part have been resolved), the second
time it uses the existing file referenced in provides hash to collect all
package having this files.

> Which well explains why I get empty depslist after that.
> Comments?

No for why the second time it does not read.

I look for.

Fran�ois.

Reply via email to