Bug 957710
| Summary: | 1 test fails on yaz-4.2 when building on ARM | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> | ||||
| Component: | yaz | Assignee: | Guido Grazioli <guido.grazioli> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | dan, guido.grazioli, itamar | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | yaz-4.2.56-2.fc19 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-05-24 20:29:01 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: | 245418 | ||||||
| Attachments: |
|
||||||
|
Description
Peter Robinson
2013-04-29 10:55:25 UTC
The test fails also on ppc and s390, so likely it's related to the char type being unsigned by default on arm, ppc and s390. Build with -fsigned-char appended to CFLAGS makes the test suite to pass successfully. I've reported the issue to upstream. (In reply to comment #1) > The test fails also on ppc and s390, so likely it's related to the char type > being unsigned by default on arm, ppc and s390. Build with -fsigned-char > appended to CFLAGS makes the test suite to pass successfully. I've reported > the issue to upstream. Thanks, got a link to upstream report? (In reply to comment #2) > (In reply to comment #1) > > The test fails also on ppc and s390, so likely it's related to the char type > > being unsigned by default on arm, ppc and s390. Build with -fsigned-char > > appended to CFLAGS makes the test suite to pass successfully. I've reported > > the issue to upstream. > > Thanks, got a link to upstream report? unfortunately no link, the test suite asks for sending email to yaz-help@indexdata, but got a reply a while ago: ... > and it fails also on ARM, so likely it's related to the char type > being unsigned by default on these 3 arches. A test build with > -fsigned-char made the error in test_embed_record to disappear. Thanks. That makes perfectly sense. We'll fix it. / Adam Created attachment 741672 [details]
fix from upstream
yaz-4.2.56-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/yaz-4.2.56-2.fc19 Package yaz-4.2.56-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing yaz-4.2.56-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7108/yaz-4.2.56-2.fc19 then log in and leave karma (feedback). yaz-4.2.56-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |