Bug 173355 - ia64 Anaconda: Nightly builds failing due to syntax error
Summary: ia64 Anaconda: Nightly builds failing due to syntax error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: ia64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: fedora-ia64
TreeView+ depends on / blocked
 
Reported: 2005-11-16 15:57 UTC by Prarit Bhargava
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-11-16 16:56:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to fix syntax error (582 bytes, patch)
2005-11-16 16:05 UTC, Prarit Bhargava
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.