Bug 2150992
Summary: | perl-generators 1.14 started to create bogus dependencies for relative imports, e.g. perl(.::t/lifecycles/utils.pl) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | perl-generators | Assignee: | Jitka Plesnikova <jplesnik> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cra, jplesnik, mspacek, perl-devel, ppisar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | perl-generators-1.15-1.fc38 perl-generators-1.15-1.fc37 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-12-16 01:56:22 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: |
Description
Miro Hrončok
2022-12-05 19:34:03 UTC
I'm sorry to say this was caused by my fix for bug #2029995. I'm not sure what the proper fix should be. > $ rpm -qRp rt-tests-5.0.3-2.fc38.noarch.rpm [...] > perl(.::t/lifecycles/utils.pl) I think this is a bug in the generators. Relative imports (./) should be ignored. t/web/lifecycle_rights.t:4:BEGIN {require './t/lifecycles/utils.pl'}; > perl(CGI::PSGI) This dependency is correct: t/web/redirect.t:5:use CGI::PSGI; (In reply to Petr Pisar from comment #2) > > perl(CGI::PSGI) > > This dependency is correct: > > t/web/redirect.t:5:use CGI::PSGI; Yes, I never said it is not. FEDORA-2022-848ebdeccf has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-848ebdeccf FEDORA-2022-848ebdeccf has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-848ebdeccf` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-848ebdeccf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-848ebdeccf has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |