Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1878531

Summary: marshalparser fails on s390x
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: marshalparserAssignee: Lumír Balhar <lbalhar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: lbalhar, pviktori, python-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://koschei.fedoraproject.org/package/marshalparser
Whiteboard:
Fixed In Version: marshalparser-0.2.1-1.fc33 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-09-25 16:59:13 UTC Type: Bug
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: 467765    
Attachments:
Description Flags
build.log from Koji none

Description Miro Hrončok 2020-09-13 20:30:14 UTC
Created attachment 1714695 [details]
build.log from Koji

Description of problem:
Package marshalparser fails to build from source on s390x. I suspect any big endidan.

Version-Release number of selected component:
0.2.0-1.fc33

Steps to Reproduce:
fedpkg build --scratch --arches s390x

Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/marshalparser

Traceback (most recent call last):
  File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/builddir/build/BUILD/marshalparser-0.2.0/marshalparser/__main__.py", line 3, in <module>
    main()
  File "/builddir/build/BUILD/marshalparser-0.2.0/marshalparser/marshalparser.py", line 373, in main
    parser.parse()
  File "/builddir/build/BUILD/marshalparser-0.2.0/marshalparser/marshalparser.py", line 57, in parse
    self.read_object()
  File "/builddir/build/BUILD/marshalparser-0.2.0/marshalparser/marshalparser.py", line 150, in read_object
    result.append(self.read_object())
  File "/builddir/build/BUILD/marshalparser-0.2.0/marshalparser/marshalparser.py", line 96, in read_object
    i, b = next(self.iterator)
StopIteration

Full build.log attached.

Comment 1 Petr Viktorin 2020-09-14 07:00:21 UTC
byteorder should always be 'little', not system-dependent

Comment 3 Fedora Update System 2020-09-16 11:59:31 UTC
FEDORA-2020-bd566a98a5 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-bd566a98a5

Comment 4 Fedora Update System 2020-09-16 18:58:03 UTC
FEDORA-2020-bd566a98a5 has been pushed to the Fedora 33 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-bd566a98a5`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bd566a98a5

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2020-09-25 16:59:13 UTC
FEDORA-2020-bd566a98a5 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.