Kenton Groombridge <[EMAIL PROTECTED]> writes:
> I hope I did this right.
Yes, you did it right.
> main::(-e:1): 1
> DB<1> x $a = new URPM
> 0 URPM=HASH(0x831bef8)
> 'depslist' => ARRAY(0x831bf4c)
> empty array
> 'provides' => HASH(0x831bd84)
> empty hash
> DB<2> x $a->parse_rpm("libjs-1.1-8mdk.athlon.rpm");
> 0 0
> 1 0
> DB<3> x $a->{depslist}[0]->is_arch_compat;
> 0 0
Ok this means arch is unknown for rpm itself, I look more precisely for that.
> DB<4> x $a->{depslist}[0]->arch;
> 0 'athlon'
And it is effectively athlon, so no error of anything else.
Fran�ois.