Kenton Groombridge <[EMAIL PROTECTED]> writes:
> Hi,
>
> There is still a problem with packages built with "--target athlon". urpmi
> doesn't show them as being installed although they are.
>
> Here is the output of "urpmi libjs" (I rebuilt mozilla with --target athlon):
>
> [root@buttercup linux]# urpmi libjs
> % Total % Received % Xferd Average Speed Time Curr.
> Dload Upload Total Current Left Speed
> 100 349k 100 349k 0 0 51036 0 0:00:07 0:00:07 0:00:00 86457
> installing /var/cache/urpmi/rpms/libjs-1.1-8mdk.i586.rpm
>
> Preparing... ##################################################
> Installation failed:
> package libjs-1.1-8mdk is already installed
> file /usr/bin/js from install of libjs-1.1-8mdk conflicts with file from
> package libjs-1.1-8mdk
Can you do the following :
perl -MURPM -de1
DB<1> x $a = new URPM;
DB<2> x $a->parse_rpm("any_rpm.athlon.rpm");
DB<3> x $a->{depslist}[0]->is_arch_compat;
And send me the result of the last command (note DB<n> is perl debuger prompt),
including the result of this command too :
DB<4> x $a->{depslist}[0]->arch;
Thanks,
Fran�ois.