Please branch and build perl-Mail-Box in epel9
I just have commit permissions in this package , can't request a new branch
I made the branch, but there are missing dependencies in EPEL-9: DEBUG util.py:446: No matching package to install: 'perl(File::FcntlLock)' DEBUG util.py:446: No matching package to install: 'perl(Mail::Message) >= 3.013' DEBUG util.py:446: No matching package to install: 'perl(Object::Realize::Later) >= 0.19'
FEDORA-EPEL-2023-177fadd78c has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-177fadd78c
I built perl-File-FcntlLock and perl-Object-Realize-Later, updated perl-Mail-Message to 3.013 .
FEDORA-EPEL-2023-177fadd78c has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-177fadd78c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Thanks a lot!
FEDORA-EPEL-2023-177fadd78c has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.
Hmm. Have you tried installing perl-Mail-Box, though? It FTIs on RHEL9 with epel-testing because it is missing at least: perl-Mail-Box perl-Devel-GlobalDestruction What a rabbit hole... I plead guilty of doing the same for notmuch-mutt after someone requested notmuch for epel (which triggered the current request). It's way too easy to miss FTIs: You do a scratch build, hope for tests to kick in, but the package never installs properly.
you need enable repo crb for example with: `dnf config-manager --enable crb` dnf install perl-Mail-Box Dependencies resolved. ============================================================================================================== Package Architecture Version Repository Size ============================================================================================================== Installing: perl-Mail-Box noarch 3.010-1.el9 epel 372 k Installing dependencies: perl-Convert-BinHex noarch 1.125-13.el9 epel 44 k perl-Data-OptList noarch 0.110-17.el9 appstream 27 k perl-Devel-GlobalDestruction noarch 0.14-16.el9 crb 18 k perl-Email-Date-Format noarch 1.005-20.el9 epel 18 k perl-Email-Simple noarch 2.216-6.el9 epel 34 k perl-Encode-Locale noarch 1.05-21.el9 appstream 20 k perl-File-FcntlLock x86_64 0.22-28.el9 epel 42 k perl-File-Remove noarch 1.60-4.el9 crb 28 k perl-Font-AFM noarch 1.20-38.el9 epel 21 k perl-Geography-Countries noarch 2009041301-34.el9 epel 21 k perl-HTML-Formatter noarch 2.16-17.el9 epel 52 k perl-HTML-Parser x86_64 3.76-3.el9 appstream 124 k perl-HTML-Tagset noarch 3.20-47.el9 appstream 19 k perl-HTML-Tree noarch 1:5.07-16.el9 crb 216 k perl-HTTP-Date noarch 6.05-7.el9 appstream 25 k perl-HTTP-Message noarch 6.29-3.el9 appstream 99 k perl-Hash-Ordered noarch 0.014-1.el9 epel 40 k perl-I18N-Langinfo x86_64 0.19-480.el9 appstream 24 k perl-IO-HTML noarch 1.004-4.el9 appstream 29 k perl-IO-stringy noarch 2.113-7.el9 crb 67 k perl-Importer noarch 0.026-4.el9 appstream 40 k perl-LWP-MediaTypes noarch 6.04-9.el9 appstream 34 k perl-MIME-Charset noarch 1.012.2-15.el9 appstream 49 k perl-MIME-Types noarch 2.18-4.el9 crb 69 k perl-MIME-tools noarch 5.509-11.el9 epel 231 k perl-Mail-Message noarch 3.013-2.el9 epel 468 k perl-Mail-Transport noarch 3.005-1.el9 epel 56 k perl-MailTools noarch 2.21-9.el9 appstream 111 k perl-Net-SMTP-SSL noarch 1.04-16.el9 appstream 13 k perl-Object-HashBase noarch 0.009-7.el9 appstream 26 k perl-Object-Realize-Later noarch 0.21-18.el9 epel 22 k perl-Package-Generator noarch 1.106-23.el9 appstream 24 k perl-Params-Util x86_64 1.102-5.el9 appstream 34 k perl-Sub-Exporter noarch 0.987-27.el9 appstream 73 k perl-Sub-Exporter-Progressive noarch 0.001013-16.el9 crb 22 k perl-Sub-Install noarch 0.928-28.el9 appstream 23 k perl-TeX-Hyphen noarch 1.18-5.el9 epel 36 k perl-Term-Size-Perl x86_64 0.031-12.el9 appstream 22 k perl-Term-Table noarch 0.015-8.el9 appstream 36 k perl-Test-Simple noarch 3:1.302183-4.el9 appstream 626 k perl-Text-Autoformat noarch 1.750000-8.el9 epel 45 k perl-Text-Reform noarch 1.20-32.el9 epel 44 k perl-User-Identity noarch 1.02-1.el9 epel 80 k perl-filetest noarch 1.03-480.el9 appstream 16 k sombok x86_64 2.4.0-16.el9 appstream 48 k Installing weak dependencies: perl-Clone x86_64 0.45-6.el9 appstream 23 k perl-Term-Size-Any noarch 0.002-35.el9 appstream 14 k perl-Unicode-LineBreak x86_64 2019.001-11.el9 appstream 125 k Transaction Summary ============================================================================================================== Install 49 Packages Total download size: 3.7 M Installed size: 7.8 M Is this ok [y/N]: y
Uh, yes, the dreaded crb. I knew it has devel (i.e. BRs) for split libs but forgot that even carries requires of EPEL packages, but does not get enabled when EPEL is. I should have know since the majority of my EPEL woes comes from the existence of CRB. It keeps us from putting stuff into EPEL which we need, but then it's not there when needed. Oh well. Anyways, thanks again. Notmuch installs on RHEL9 with EPEL (testing, for now) plus CRB now.