Code: Select all
12:05:27 INFO : moving (1) to step bootloadersetup
12:05:27 INFO : moving (1) to step bootloader
12:06:39 INFO : moving (1) to step reposetup
12:06:39 DEBUG : isys.py:mount()- going to mount /dev/sdb1 on /mnt/isodir as auto with options defaults
12:06:39 DEBUG : isys.py:mount()- going to mount /dev/loop2 on /mnt/cdimage as iso9660 with options defaults,ro
12:06:40 DEBUG : isys.py:umount()- going to unmount /mnt/cdimage, removeDir = False
12:06:40 DEBUG : isys.py:mount()- going to mount /dev/loop1 on /mnt/source as iso9660 with options defaults,ro
12:06:40 INFO : set mediaid of repo InstallationRepo to: 1257725234.740991
12:06:41 INFO : moving (1) to step tasksel
12:10:08 WARNING : Try 1/10 for http://f12.amahi.org/repodata/repomd.xml failed: [Errno 14] PYCURL ERROR 6 - ""
12:10:08 WARNING : Failed to get http://f12.amahi.org/repodata/repomd.xml from mirror 1/1, or downloaded file is corrupt
12:10:08 CRITICAL: anaconda 12.46 exception report
Traceback (most recent call first):
File "/usr/lib/anaconda/yuminstall.py", line 768, in mirrorFailureCB
dev.format.mountpoint = self.tree
File "/usr/lib/python2.6/site-packages/urlgrabber/mirror.py", line 297, in _failure
action = cb(cb_obj, *args, **kwargs) or {}
File "/usr/lib/python2.6/site-packages/urlgrabber/mirror.py", line 402, in _mirror_try
self._failure(gr, obj)
File "/usr/lib/python2.6/site-packages/urlgrabber/mirror.py", line 408, in urlgrab
return self._mirror_try(func, url, kw)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 823, in _getFile
size=size
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 999, in _getFileRepoXML
size=102400) # setting max size as 100K
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1220, in _commonLoadRepoXML
result = self._getFileRepoXML(local, text)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1367, in _groupLoadRepoXML
if self._commonLoadRepoXML(text):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1390, in _loadRepoXML
return self._groupLoadRepoXML(text, mdtypes)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1400, in _getRepoXML
self._loadRepoXML(text=self)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1408, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1245, in _check_db_version
repoXML = self.repoXML
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 223, in _check_db_version
return repo._check_db_version(mdtype)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 164, in populate
if self._check_db_version(repo, mydbtype):
File "/usr/lib/python2.6/site-packages/yum/repos.py", line 277, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 549, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 512, in doSackSetup
return self._getSacks(archlist=archlist, thisrepo=thisrepo)
File "/usr/lib/anaconda/yuminstall.py", line 1129, in <lambda>
self.__withFuncDo(anaconda, lambda r: self.ayum.doSackSetup(thisrepo=r.id),
File "/usr/lib/anaconda/yuminstall.py", line 1156, in __withFuncDo
fn(repo)
File "/usr/lib/anaconda/yuminstall.py", line 1130, in doSackSetup
thisrepo=thisrepo, fatalerrors=fatalerrors)
File "/usr/lib/anaconda/iw/task_gui.py", line 45, in setupRepo
anaconda.backend.doSackSetup(anaconda, thisrepo=repo.id, fatalerrors=False)
File "/usr/lib/anaconda/iw/task_gui.py", line 362, in run
setupRepo(self.anaconda, newRepoObj):
File "/usr/lib/anaconda/iw/task_gui.py", line 527, in _addRepo
if dialog.run() in [gtk.RESPONSE_CANCEL, gtk.RESPONSE_DELETE_EVENT]:
AttributeError: 'NoneType' object has no attribute 'format'
12:10:28 WARNING : /usr/lib/python2.6/site-packages/meh/ui/gui.py:160: GtkWarning: gtk_notebook_set_tab_label: assertion `GTK_IS_WIDGET (child)' failed
exnxml = gtk.glade.XML(findGladeFile("exnSave.glade"), domain="python-meh")
This error is occurring at the point when I try to add the Amahi repository at "http://f12.amahi.org". Is this a bug I should submit somewhere? Am I doing something wrong here? Any ideas?