Bug 2163998

Summary: F38FailsToInstall: perl-LDAP-tests
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: perl-LDAPAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: caolanm, jplesnik, kasal, mhroncok, mspacek, perl-devel, rhughes, rstrode, sandmann
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-LDAP-0.68-10.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-24 15:47:17 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:
Bug Depends On:    
Bug Blocks: 2117177    

Description Fedora Fails To Install 2023-01-24 14:07:45 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (perl-LDAP) Fails To Install in Fedora 38:

can't install perl-LDAP-tests:
  - nothing provides perl(t::common.pl) needed by perl-LDAP-tests-1:0.68-9.fc38.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-38-x86_64 --config-opts mirrored=False install perl-LDAP-tests


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Miro Hrončok 2023-01-24 14:15:36 UTC
This reminds me bz2150992 a bit.

Comment 2 Jitka Plesnikova 2023-01-24 15:47:17 UTC
(In reply to Miro Hrončok from comment #1)
> This reminds me bz2150992 a bit.
It's not the same issue, there was found dependency
'BEGIN {require './t/lifecycles/utils.pl'};'
and the relative imports (./) are ignored now.

For perl-LDAP-tests, it found this dependency
BEGIN { require "t/common.pl" }