[Spacewalk-list] up2date cannot resolve dependencies

Jan Pazdziora jpazdziora at redhat.com
Mon Jul 11 14:10:24 UTC 2011


On Fri, Jul 01, 2011 at 01:30:46PM -0400, Hagberg, Keith wrote:
> Anyone have any idea what might be causing this. It is happening on multiple files now.

Well, the SQL command which fails is shows, and so are the bound
parameters:

	'dep': 'libungif.so.4'
	'server_id': 1000010965

Try to run that select manually with those parameters, and minimize it
to get the smallest part of it which still fails, to see which values
in the rhnPackageEVR table cause the problem.

Presumably, either the max operation on the evr_t type, or the "equals
to" comparison fails for some reason. Maybe sole

	select max(evr) from rhnPackageEVR

could trigger it as well?

-- 
Jan Pazdziora
Principal Software Engineer, Satellite Engineering, Red Hat




More information about the Spacewalk-list mailing list