Bug 836811
| Summary: | [abrt] numpy-f2py-1.6.2-1.fc17: f2py2e.py:383:run_main:TypeError: All blocks must be python module blocks but got 'program' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rob <robertfarmer37> | ||||||||
| Component: | numpy | Assignee: | Gwyn Ciesla <gwync> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 17 | CC: | gwync, jspaleta, orion, rdieter, sochotni, tomspur | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| URL: | http://projects.scipy.org/numpy/ticket/2182 | ||||||||||
| Whiteboard: | abrt_hash:d9a592bb65397626f7b76292b281bd627a20145a | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-08-01 17:44:05 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Rob
2012-07-01 15:54:40 UTC
Created attachment 595542 [details]
File: backtrace
Please attach fortUtil.f90 Created attachment 596789 [details]
Minimal failure case
Well i'm confused, fortUtil2.f90 is a minimal version of the code that crashes, this was made by doing a cp on the origanl then removing as much code as possible to still trigger the error, while fortUtil3.f90 is a copy but this time from copying the code while inside a text editor. fortUtil2 doesnt compile but fortUtil3 does. I'm thinking maybe some sort of file coruption?
Command used was f2py -c -m test fortUtil2.f90
Created attachment 596790 [details]
fortUtil3.f90 that does compile
$ file fortUtil*
fortUtil2.f90: UTF-8 Unicode (with BOM) text
fortUtil3.f90: ASCII text
$ diff fortUtil*
1c1
< SUBROUTINE as(n,y)
---
> SUBROUTINE as(n,y)
So looks like a UTF-8 issue.
Filed upstream. See URL. Thanks This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |