Bug 173355

Summary: ia64 Anaconda: Nightly builds failing due to syntax error
Product: [Fedora] Fedora Reporter: Prarit Bhargava <prarit>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-16 16:56:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163350    
Attachments:
Description Flags
Patch to fix syntax error none

Description Prarit Bhargava 2005-11-16 15:57:13 UTC
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 ...

Comment 1 Prarit Bhargava 2005-11-16 16:05:40 UTC
Created attachment 121134 [details]
Patch to fix syntax error

This patch should fix the problem.

Comment 2 Jeremy Katz 2005-11-16 16:56:35 UTC
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