[EMAIL PROTECTED] (François Pons) writes:

> Kenton Groombridge <[EMAIL PROTECTED]> writes:
> > 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.

Yes, it is badly declared in /usr/lib/rpm/rpmrc where you have :
buildarchtranslate: athlon: i586
instead of i686, can you test it should work if you edit it to i686.

And uname -m output is really i686 for a athlon.

François.

Reply via email to