[EMAIL PROTECTED] (Fran�ois Pons) writes:
> [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.
Ignore this message it is not buildarchtranslate but arch_compat.
It should be
arch_compat: athlon: i686
which is the default, so if it is not the case it is normal else something is
wrong.
Fran�ois.