On Sat, 2005-02-19 at 10:38 -0700, Eric Thelin wrote: >For some reason everytime I try to use the DAG repository yum crashes >like below. If I comment out the DAG portion of my yum.conf >everything works great. This seems to be from the update portion of >the call because it doesn't even get to the point of searching for the >rpms. I am running FC2 on the x86_64 architecture. I don't know >python so I haven't attemped to debug the issue from the code side. >Any ideas? > >Gathering header information file(s) from server(s) >Server: Fedora Linux 2 - x86_64 - core >Server: Dag RPM Repository for Fedora Core >Server: Fedora Linux 2 - x86_64 - updates >Finding updated packages >Traceback (most recent call last): > File "/usr/bin/yum", line 30, in ? > yummain.main(sys.argv[1:]) > File "/usr/share/yum/yummain.py", line 249, in main > (uplist, newlist, nulist) = >clientStuff.getupdatedhdrlist(HeaderInfo, rpmDBInfo) > File "/usr/share/yum/clientStuff.py", line 447, in getupdatedhdrlist > rpmarchs = bestversion(rpmnevral, name) > File "/usr/share/yum/clientStuff.py", line 495, in bestversion > currentarch = archs[0] >IndexError: list index out of range > > probably an ia32e package in one of the distros. That would make sense for that error from that location on fc2 (which was yum 2.0.X) I need to make a 2.0.9 that fixes that - it's a one line patch iirc. -sv