On Sat, 2008-02-09 at 01:09 +0100, Hans-Peter Jansen wrote:
[...]
> Excluding Packages from SuSE 10.2 - Updates
> Excluding samba-vscan-0.3.6b-98.8.i586
> Excluding samba-vscan-0.3.6b-98.10.i586
> Excluding samba-vscan-0.3.6b-98.5.i586
> Excluding kernel-source-2.6.18.8-0.8.i586
[...]
> kernel-source.i586                       2.6.18.8-0.8           update        
>   

 Ok, this is very weird, from the primary MD there should be only one
kernel-source-2.6.18.8-0.8.i586 in that repo. ... there's no output
suggesting you have plugins, so I assume you don't have any enabled?

 If you are up for some more debugging, could you re-run the above after
doing the following.

Can you change:

( in /usr/lib/python2.?/site-packages )
yum/__init__.py:excludePackages

            self.verbose_logger.debug('Excluding %s', po)

...into:

            self.verbose_logger.debug('Excluding %s %s %s %s', po, po.pkgKey, 
po.pkgId, hex(id(po)))


...and add:

( in /usr/share/yum-cli )
output.py:simpleList

            self.verbose_logger.debug('PKG %s %s %s %s', pkg, pkg.pkgKey, 
pkg.pkgId, hex(id(pkg)))

...that might give me a clue as to what is happening.

-- 
James Antill <[EMAIL PROTECTED]>
Red Hat

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to