#2699 Nightly composes have a problem with the games spin
Closed: Fixed None Opened 12 years ago by bruno.

It looks like there is a problem because the games spin size is over 2 GB and the value of its size can't be stored in an int. When I download the games spin, I get the following instead of the what is normally expected in an iso file:

<html xmlns="<a href="http://www.w3.org/1999/xhtml"">http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error | Koji</title>
<link rel="shortcut icon" href="/koji-static/images/koji.ico"/>
<link rel="stylesheet" type="text/css" media="screen" title="Koji Style" href="/koji-static/koji.css"/>
<link rel="alternate stylesheet" type="text/css" media="screen" title="Debug" href="/koji-static/debug.css"/>
<link rel="alternate" type="application/rss+xml" title="Koji: recent builds" href="/koji/recentbuilds"/>
</head>
<body id="error">

<div id="wrap">
  <div id="innerwrap">

    <!-- HEADER -->
    <div id="header">
      <img src="/koji-static/images/koji.png" alt="Koji Logo" id="kojiLogo"/>
      <form action="search" id="headerSearch">
        <input type="hidden" name="match" value="glob"/>
        <select name="type">
          <option value="package">Packages</option>
          <option value="build">Builds</option>
          <option value="tag">Tags</option>
          <option value="target">Build Targets</option>
          <option value="user">Users</option>
          <option value="host">Hosts</option>
          <option value="rpm">RPMs</option>
        </select>
        <input type="text" name="terms"/>
        <input type="submit" value="Search"/>
      </form>
    </div><!-- end header -->

    <!-- MAIN NAVIGATION -->
    <div id="mainNav">
      <h4 class="hide">Main Site Links:</h4>
      <ul>
        <li id="summaryTab"><a href="index">Summary</a></li>
        <li id="packagesTab"><a href="packages">Packages</a></li>
        <li id="buildsTab"><a href="builds">Builds</a></li>
        <li id="tasksTab"><a href="tasks">Tasks</a></li>
        <li id="tagsTab"><a href="tags">Tags</a></li>
        <li id="buildtargetsTab"><a href="buildtargets">Build Targets</a></li>
        <li id="usersTab"><a href="users">Users</a></li>
        <li id="hostsTab"><a href="hosts">Hosts</a></li>
        <li id="reportsTab"><a href="reports">Reports</a></li>
        <li id="searchTab"><a href="search">Search</a></li>
      </ul>
    </div><!-- end mainNav -->

    <span id="loginInfo">
      Mon, 04 Apr 2011 04:12:57 UTC |
      <a href="login">login</a>
    </span>

    <div id="content">

Error

An error has occurred while processing your request.
OverflowError: long int too large to convert to int
Traceback (most recent call last):
  File "/usr/share/koji-web/lib/kojiweb/publisher.py", line 16, in publish_object
    return old_publish_object(req, object)
  File "/usr/lib/python2.4/site-packages/mod_python/publisher.py", line 425, in publish_object
    return publish_object(req,util.apply_fs_data(object, req.form, req=req))
  File "/usr/lib/python2.4/site-packages/mod_python/util.py", line 554, in apply_fs_data
    return object(**args)
  File "/usr/share/koji-web/scripts/index.py", line 705, in getfile
    req.set_content_length(size)
OverflowError: long int too large to convert to int
    </div>

    <p id="footer">
      Copyright &copy; 2006-2010 Red Hat
      <a href="https://fedorahosted.org/koji/"><img src="/koji-static/images/powered-by-koji.png" alt="Powered By Koji" id="PoweredByKojiLogo"/></a>
    </p>

  </div>
</div>

</body>
</html>


Could you file this as a koji bug?

We could either leave this open to track getting the fix in fedora koji, or just close it and open a new one for a bugfix for this, whichever you prefer.

I filed a bug against koji:
https://bugzilla.redhat.com/show_bug.cgi?id=694173

I'd prefer to leave this open until the koji fix makes it into the production server.

This was fixed when we upgraded to koji 1.7.0 recently. ;)

At least I can download:
http://kojipkgs.fedoraproject.org//images/livecd/684/684/Fedora-17-x86_64-Live-Games.iso

just fine.

Login to comment on this ticket.

Metadata