Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> [root@cooker cooker]# rpm -q --requires -p
> /mnt/hd/i586/Mandrake/RPMS/Bastille-T
> k-module-1.2.1-0.1mdk.noarch.rpm
> perl-Tk
> Bastille
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> rpmlib(CompressedFileNames) <= 3.0.4-1
> [root@cooker cooker]# urpmi Bastille-Tk-module
> installing
> /mnt/hd/i586/Mandrake/RPMS/Bastille-Tk-module-1.2.1-0.1mdk.noarch.rpm
> error: failed dependencies:
> perl-Tk is needed by Bastille-Tk-module-1.2.1-0.1mdk
>
> So, perl-Tk is explicitly listed as needed by Bastille-Tk and is
> correctly listed in depslist.ordered. Why is it not installed?
Use urpmi -M to use depslist.ordered, if it is not installed, this is because
the synthesis file are not up-to-date, can you check them ?
Use "gzip -dc /var/lib/urpmi/synthesis.hdlist.* | grep Bastille-Tk-module" for
that.
Fran�ois.