Bug 1426367 - invalid optree due to misprint (returns B::METHOOP instead of B::METHOP)
Summary: invalid optree due to misprint (returns B::METHOOP instead of B::METHOP)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-B-Generate
Version: 26
Hardware: All
OS: All
unspecified
high
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-23 18:56 UTC by Igor Vlasenko
Modified: 2017-03-07 00:49 UTC (History)
3 users (show)

Fixed In Version: perl-B-Generate-1.55-1.fc26 perl-B-Generate-1.55-1.fc24 perl-B-Generate-1.55-1.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-06 19:20:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
patch (225 bytes, patch)
2017-02-23 18:56 UTC, Igor Vlasenko
no flags Details | Diff

Description Igor Vlasenko 2017-02-23 18:56:44 UTC
Created attachment 1256994 [details]
patch

Description of problem:

returns invalid optree due to misprint 

	B::PerlReq::__ANON__("Can't locate object method \"sibling\" via package \"B::METHOOP\""...) called at /usr/share/perl5/B/PerlReq.pm line 311

patch to fix:
--- B-Generate-1.54/Generate.xs
+++ B-Generate-1.54/Generate.xs
@@ -144,7 +144,7 @@ static char *opclassnames[] = {
     "B::CVOP",
     "B::LOOP",
     "B::COP",
-    "B::METHOOP",
+    "B::METHOP",
     "B::UNOP_AUX"
 };

patch attached.

Comment 1 Fedora Update System 2017-02-24 08:37:35 UTC
perl-B-Generate-1.55-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-5d3b69a612

Comment 2 Fedora Update System 2017-02-24 08:45:59 UTC
perl-B-Generate-1.55-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-f76b36ad46

Comment 3 Fedora Update System 2017-02-25 00:53:25 UTC
perl-B-Generate-1.55-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-f76b36ad46

Comment 4 Fedora Update System 2017-02-25 01:52:16 UTC
perl-B-Generate-1.55-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-5d3b69a612

Comment 5 Fedora End Of Life 2017-02-28 12:25:33 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle.
Changing version to '26'.

Comment 6 Fedora Update System 2017-03-06 19:20:04 UTC
perl-B-Generate-1.55-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2017-03-07 00:49:57 UTC
perl-B-Generate-1.55-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.