Bug 461803
| Summary: | Missing Functions from PDL::Graphics::PLplot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Adams <badams> | ||||
| Component: | perl-PDL | Assignee: | Stepan Kasal <kasal> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 9 | CC: | mmaslano, orion, robin.norwood | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-09-18 11:31:22 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: |
|
||||||
I created ticket for upstream and fixed it in rawhide. Thank you for your patch. http://rt.cpan.org/Public/Bug/Display.html?id=39385 |
Created attachment 316342 [details] Patch to add missing functions. Description of problem: plgvpd and plgvpw are missing from the PDL::Graphics::PLplot interface. Version-Release number of selected component (if applicable): perl-PDL-2.4.3-12.fc9 How reproducible: Every time. Steps to Reproduce: perl -MPDL::Graphics::PLplot -e 'my ($x1, $x2, $y1, $y2) = (PDL->new(0),PDL->new(0),PDL->new(0),PDL->new(0)); plgvpw($x1, $x2, $y1, $y2);' Actual results: Undefined subroutine &main::plgvpw called at -e line 1. Expected results: No error. Additional info: Patch attached.