Problem adding yum repositories

yellowdog-general@lists.terrasoftsolutions.com yellowdog-general@lists.terrasoftsolutions.com
Wed, 28 Jul 2004 4:55:51 +0000


When I try to add freshrpms to my /etc/yum.conf and attempt to run "yum install firefox" I get the error message show below.  The addition to my /etc/yum.conf file is:

[freshrpms]
name=Yellow Dog Linux 3.0 freshrpms
baseurl=http://ftp.freshrpms.net/pub/freshrpms/yellowdog/3.0/

The Error message:

Gathering package information from servers
Getting headers from: Yellow Dog Linux 3.0 base
Getting headers from: Yellow Dog Linux 3.0 freshrpms
Traceback (most recent call last):
  File "/usr/bin/yum", line 44, in ?
    yummain.main(sys.argv[1:])
  File "yummain.py", line 141, in main
  File "clientStuff.py", line 655, in get_package_info_from_servers
  File "clientStuff.py", line 104, in HeaderInfoNevralLoad
ValueError: unpack list of wrong size

I have tried adding other repositories with similar results.  What can I do to correct for this?