Description of problem: Nightly builds failing due to anaconda syntax error. Version-Release number of selected component (if applicable): rawhide-20051115 How reproducible: 100% Actual results: Clipped from build log: Creating debug dir Patching python library... / Removing unused python files in hdimage... Traceback (most recent call last): File "/usr/bin/anaconda", line 745, in ? import image File "/usr/lib/anaconda/image.py", line 334 except IOError, (errnum, msg): ^ SyntaxError: invalid syntax done. Cleaning ramdisk install images... ln: creating symbolic link `/tmp/treedir.8694/instimage/usr/X11R6/lib/X11/xkb/compiled' to `/tmp': No such file or directory Getting package order... Traceback (most recent call last): File "/tmp/treedir.8694/instimage/usr/lib/anaconda-runtime/pkgorder", line 134, in ? ds.setup(fn=config) File "/tmp/treedir.8694/instimage/usr/lib/anaconda-runtime/pkgorder", line 52, in setup self.doRepoSetup() File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 233, in doRepoSetup repo.getRepoXML(text=repo) File "/usr/lib/python2.4/site-packages/yum/repos.py", line 649, in getRepoXML cache=self.http_caching == 'all') File "/usr/lib/python2.4/site-packages/yum/repos.py", line 622, in get raise Errors.RepoError, "failure: %s from %s: %s" % (relative, self.id, e) yum.Errors.RepoError: failure: repodata/repomd.xml from anaconda: [Errno 256] No more mirrors to try. Making images... Running: /tmp/treedir.8694/instimage/usr/lib/anaconda-runtime/getkeymaps ia64 /tmp/keymaps-ia64.2169 /tmp/treedir.8694/instimage Expected results: No errors should be seen. Additional Information: I haven't had a chance to dig into this yet ...
Created attachment 121134 [details] Patch to fix syntax error This patch should fix the problem.
Already fixed in CVS. Lots of stuff is in flux, so right now might not be the best time to be looking at ia64 :-P