Changes between Initial Version and Version 2 of Ticket #33444


Ignore:
Timestamp:
Mar 2, 2012, 4:32:17 PM (12 years ago)
Author:
n3npq@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33444

    • Property Owner changed from macports-tickets@… to afb@…
    • Property Cc n3npq@… added
    • Property Port rpm2cpio added
  • Ticket #33444 – Description

    initial v2  
    11I didn't try very hard to diagnose this, but:
    22
    3 {{{
    4 [15:16:55]======================================================================
    5 [15:16:55]ERROR: testRPM (testunpack.TestUnpackPython)
    6 [15:16:55]----------------------------------------------------------------------
    7 [15:16:55]Traceback (most recent call last):
    8 [15:16:55]  File "/Users/zerobot/buildAgent/work/baba7dbd5dff0766/tests/testunpack.py", line 107, in testRPM
    9 [15:16:55]    unpack.unpack_archive('ftp://foo/file.rpm', open('dummy-1-1.noarch.rpm'), self.tmpdir)
    10 [15:16:55]  File "../zeroinstall/zerostore/unpack.py", line 209, in unpack_archive
    11 [15:16:55]    extract_rpm(data, destdir, extract, start_offset)
    12 [15:16:55]  File "../zeroinstall/zerostore/unpack.py", line 286, in extract_rpm
    13 [15:16:55]    raise SafeException(_("rpm2cpio failed; can't unpack RPM archive; exit code %d") % status)
    14 [15:16:55]SafeException: rpm2cpio failed; can't unpack RPM archive; exit code 256
    15 }}}
     3http://www.iagora.com/~espel/rpm2cpio ended up working in its place
    164
    17 https://0install.de/teamcity/viewLog.html?buildId=1677&buildTypeId=bt23&tab=buildLog, if I can get the administrator to make that page public
     5If all you/want need is rpm2cpio, either the perl version at the URI, or the
     6shell version I've just attached, work fine.
    187
    19 http://www.iagora.com/~espel/rpm2cpio ended up working in its place