https://bugzilla.redhat.com/show_bug.cgi?id=2218170
Bug ID: 2218170
Summary: Please consider removing/porting aspell dependency.
Aspell has been deprecated
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Text-Aspell
Assignee: spotrh(a)gmail.com
Reporter: ljavorsk(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Blocks: 2210277
Target Milestone: ---
Classification: Fedora
Aspell has been deprecated since Fedora 39.
Please consider removing dependency on aspell, or porting it to the variants
like hunspell or enchant/enchant2.
Change proposal is located here:
https://fedoraproject.org/wiki/Changes/AspellDeprecation
FESCo approval is located here: https://pagure.io/fesco/issue/3009
If your component has already removed/ported it's aspell dependency, or you
don't Require/BuildRequire any aspell subpackage, feel free to close this
Bugzilla.
This Bugzilla was created automatically and some issues might have occurred
along the way.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2210277
[Bug 2210277] Deprecation of aspell package
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2218170
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2222637
Bug ID: 2222637
Summary: F39FailsToInstall: perl-Syntax-Feature-Loop
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Syntax-Feature-Loop
Assignee: jplesnik(a)redhat.com
Reporter: fti-bugs(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Blocks: 2168845 (F39FailsToInstall,RAWHIDEFailsToInstall)
Target Milestone: ---
Classification: Fedora
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-Syntax-Feature-Loop) Fails To Install in Fedora 39:
can't install perl-Syntax-Feature-Loop:
- nothing provides perl(:MODULE_COMPAT_5.36.0) needed by
perl-Syntax-Feature-Loop-1.8.0-18.fc38.x86_64
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…)
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-39-x86_64 --config-opts mirrored=False install
perl-Syntax-Feature-Loop
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-d…
Thanks!
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2168845
[Bug 2168845] Fedora 39 Fails To install Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2222637
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2184301
Bug ID: 2184301
Summary: perl-Syntax-Feature-Loop-1.8.0-18.fc39 FTBFS:
t/01_basic.t and 3more test fail
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-Syntax-
Feature-Loop
Status: NEW
Component: perl-Syntax-Feature-Loop
Assignee: jplesnik(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Link ID: CPAN 147485
Classification: Fedora
Description of problem:
Package perl-Syntax-Feature-Loop fails to build from source in Fedora Rawhide.
Bareword found where operator expected at t/01_basic.t line 20, near "loop"
(Missing semicolon on previous line?)
syntax error at t/01_basic.t line 19, near "; last "
Global symbol "$s" requires explicit package name (did you forget to declare
"my $s"?) at t/01_basic.t line 20.
Global symbol "$i" requires explicit package name (did you forget to declare
"my $i"?) at t/01_basic.t line 20.
Global symbol "$s" requires explicit package name (did you forget to declare
"my $s"?) at t/01_basic.t line 20.
Global symbol "$s" requires explicit package name (did you forget to declare
"my $s"?) at t/01_basic.t line 21.
syntax error at t/01_basic.t line 22, near "}"
Can't redeclare "my" in "my" at t/01_basic.t line 26, near "my"
syntax error at t/01_basic.t line 28, near "last if"
syntax error at t/01_basic.t line 36, near "}"
syntax error at t/01_basic.t line 38, near "}"
t/01_basic.t has too many errors.
# Looks like your test exited with 2 before it could output anything.
t/01_basic.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
Bareword found where operator expected at t/02_pragma_a.t line 28, near "is"
(Missing semicolon on previous line?)
syntax error at t/02_pragma_a.t line 27, near "; last"
BEGIN not safe after errors--compilation aborted at t/02_pragma_a.t line 31.
# Looks like your test exited with 2 before it could output anything.
t/02_pragma_a.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Bareword found where operator expected at t/02_pragma_b.t line 28, near "is"
(Missing semicolon on previous line?)
syntax error at t/02_pragma_b.t line 27, near "; last"
BEGIN not safe after errors--compilation aborted at t/02_pragma_b.t line 31.
# Looks like your test exited with 2 before it could output anything.
t/02_pragma_b.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests
Semicolon seems to be missing at t/03_line_numbers.t line 112.
syntax error at t/03_line_numbers.t line 102, near "is"
syntax error at t/03_line_numbers.t line 112, near "}"
Execution of t/03_line_numbers.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/03_line_numbers.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
A difference between passing and failing build root is at
https://koschei.fedoraproject.org/build/15176950. An update of perl-Lexical-Var
from 0.009-31.fc38 to 0.010-1.fc39 is suspicious.
Additional info:
This package is tracked by Koschei. See:
https://koschei.fedoraproject.org/package/perl-Syntax-Feature-Loop
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2184301
https://bugzilla.redhat.com/show_bug.cgi?id=2304283
Bug ID: 2304283
Summary: perl-Net-Server-2.014-6.fc41 FTBFS:
t/Port_Configuration.t fails with perl-Net-SSLeay ≥
1.94-7.fc41
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-Net-Ser
ver
Status: NEW
Component: perl-Net-Server
Assignee: drjohnson1(a)gmail.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: drjohnson1(a)gmail.com, lkundrak(a)v3.sk,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Blocks: 2260875 (F41FTBFS)
Target Milestone: ---
Classification: Fedora
perl-Net-Server-2.014-6.fc41 fails to build in Fedora 41 because a
t/Port_Configuration.t test fails:
$ prove -l -v t/Port_Configuration.t
t/Port_Configuration.t ..
1..51
ok 1 - use Net::Server
ok 2 - run ( ) ==> [ '*|20203|TCP|ipv4' ]
ok 3 - run ( port => 20201 ) ==> [ '*|20201|TCP|ipv4' ]
ok 4 - run ( port => 'localhost:20202' ) ==> [ 'localhost|20202|TCP|ipv4' ]
ok 5 - run ( port => ['localhost:20202/tcp'] ) ==> [
'localhost|20202|TCP|ipv4' ]
ok 6 - run ( port => 'localhost:20202/ipv4' ) ==> [
'localhost|20202|TCP|ipv4' ]
ok 7 - run ( port => ['localhost:20201/ipv4/tcp', 'localhost:20202/tcp/IPv4'] )
==> [ 'localhost|20201|TCP|ipv4', 'localhost|20202|TCP|ipv4' ]
ok 8 - run ( port => ['localhost|20201|ipv4|tcp', 'localhost,20202,tcp,IPv4'] )
==> [ 'localhost|20201|TCP|ipv4', 'localhost|20202|TCP|ipv4' ]
ok 9 - run ( port => ['localhost 20201 ipv4 tcp', 'localhost, 20202, tcp,
IPv4'] ) ==> [ 'localhost|20201|TCP|ipv4', 'localhost|20202|TCP|ipv4' ]
ok 10 - run ( port => 'localhost:20202/udp' ) ==> [
'localhost|20202|UDP|ipv4' ]
ok 11 - run ( listen => 5, port => 20202 ) ==> [ '*|20202|TCP|ipv4' ]
ok 12 - run ( port => ['bar.com:20201/udp', 'foo.com:20202/tcp'] ) ==> [
'bar.com|20201|UDP|ipv4', 'foo.com|20202|TCP|ipv4' ]
ok 13 - run ( host => 'bar.com', port => 20201, proto => 'UDP' ) ==> [
'bar.com|20201|UDP|ipv4' ]
ok 14 - run { host => 'bar.com', port => 20201, proto => 'UDP', udp_recv_len =>
400 } ==> [ 'bar.com|20201|UDP|ipv4' ]
ok 15 - new ( host => 'bar.com', port => 20201, proto => 'UDP' ) ==> [
'bar.com|20201|UDP|ipv4' ]
ok 16 - new { host => 'bar.com', port => 20201, proto => 'UDP' } ==> [
'bar.com|20201|UDP|ipv4' ]
ok 17 - run ( host => 'bar.com', port => [20201, 'foo.com:20202/tcp'], proto =>
'UDP' ) ==> [ 'bar.com|20201|UDP|ipv4', 'foo.com|20202|TCP|ipv4' ]
ok 18 - run ( port => ['localhost|20202|tcp'] ) ==> [
'localhost|20202|TCP|ipv4' ]
ok 19 - run ( port => ['localhost,20202,tcp'] ) ==> [
'localhost|20202|TCP|ipv4' ]
ok 20 - run ( port => ['[localhost]:20202/tcp'] ) ==> [
'localhost|20202|TCP|ipv4' ]
ok 21 - run ( port => ['localhost,20202,Net::Server::Proto::TCP'] ) ==> [
'localhost|20202|TCP|ipv4' ]
ok 22 - run ( port => { host => '*', port => 20201, proto => 'tcp' } ) ==> [
'*|20201|TCP|ipv4' ]
ok 23 - run ( port => [{ host => '*', port => 20201, proto => 'tcp' }] ) ==>
[ '*|20201|TCP|ipv4' ]
ok 24 - run ( port => [{ host => 'foo.com', port => 20201, proto => 'udp' }] )
==> [ 'foo.com|20201|UDP|ipv4' ]
ok 25 - run ( host => 'foo.com', port => [{ host => 'foo.com', port => 20201,
proto => 'udp' }], proto => 'udp' ) ==> [ 'foo.com|20201|UDP|ipv4' ]
ok 26 - run ( port => [{ host => '*', listen => 6, port => 20202, proto =>
'tcp' }] ) ==> [ '*|20202|TCP|ipv4' ]
ok 27 - run ( port => 'foo/bar/unix' ) ==> [ '*|foo/bar|UNIX|*' ]
ok 28 - run ( port => '/foo/bar|unix', udp_recv_len => 500 ) ==> [
'*|/foo/bar|UNIX|*' ]
ok 29 - run ( port => '/foo/bar|unixdgram', udp_recv_len => 500 ) ==> [
'*|/foo/bar|UNIXDGRAM|*' ]
ok 30 - run ( port => 'foo/bar|sock_dgram|unix' ) ==> [
'*|foo/bar|UNIXDGRAM|*' ]
ok 31 - run ( port => { host => '*', listen => 7, port => '/foo/bar', proto =>
'unix', unix_type => 'sock_stream' } ) ==> [ '*|/foo/bar|UNIX|*' ]
ok 32 - run ( port => { host => '*', port => '/foo/bar', proto => 'unix',
unix_type => 'sock_dgram' } ) ==> [ '*|/foo/bar|UNIXDGRAM|*' ]
ok 33 - run ( port => { host => '*', port => '/foo/bar', proto => 'unixdgram' }
) ==> [ '*|/foo/bar|UNIXDGRAM|*' ]
ok 34 - run ( ipv => '*', port => 'foo/bar/unix' ) ==> [ '*|foo/bar|UNIX|*' ]
# Unable to load module for proto "Net::Server::Proto::SSLEAY": Can't use an
undefined value as a subroutine reference at
/home/test/fedora/perl-Net-Server/perl-Net-Server-2.014-build/Net-Server-2.014/lib/Net/Server/Proto/SSLEAY.pm
line 31.
BEGIN failed--compilation aborted at
/home/test/fedora/perl-Net-Server/perl-Net-Server-2.014-build/Net-Server-2.014/lib/Net/Server/Proto/SSLEAY.pm
line 34.
Compilation failed in require at
/home/test/fedora/perl-Net-Server/perl-Net-Server-2.014-build/Net-Server-2.014/lib/Net/Server/Proto.pm
line 195.
at line 318
# Failed at line 318
not ok 35 - run ( proto => 'ssleay' ) ==> [ '' ]
# failed at t/Port_Configuration.t line 73
# got: {
bind => undef
}
# expected: {
bind => [{
host => '*',
ipv => 4,
port => 20203,
proto => 'ssleay'
}],
sock => [{
NS_host => '*',
NS_ipv => 4,
NS_listen => 4096,
NS_port => 20203,
NS_proto => 'SSLEAY',
SSL_cert_file => 'somecert'
}]
}
# number of tests ran 35 did not match number of specified tests 51
Failed 17/51 subtests
A difference between passing and failing build root is at
<https://koschei.fedoraproject.org/build/18334743>.
The test fails at:
BEGIN {
eval { require Net::SSLeay; 1 }
or warn "Module Net::SSLeay is required for SSLeay.";
for my $sub (qw(load_error_strings SSLeay_add_ssl_algorithms
ENGINE_load_builtin_engines ENGINE_register_all_complete randomize)) {
→ Net::SSLeay->can($sub)->();
}
eval { [Fcntl::F_GETFL(), Fcntl::F_SETFL(), Fcntl::O_NONBLOCK()] } || die
"Could not access Fcntl constant while loading ".__PACKAGE__.": $@";
}
When using ENGINE_load_builtin_engines():
$ perl -e 'require Net::SSLeay;
Net::SSLeay->can(q{ENGINE_load_builtin_engines})->()'
Can't use an undefined value as a subroutine reference at -e line 1.
This is an intentional change in perl-Net-SSLeay-1.94-7.fc41:
* Tue Jul 23 2024 Paul Howarth <paul(a)city-fan.org> - 1.94-7
- Build without OpenSSL ENGINE support on Fedora 41 onwards
I guess the code for initializing Net::SSLeay should be rewritten to skip
unavailable ENGINE_load_builtin_engines() and ENGINE_register_all_complete()
calls.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2260875
[Bug 2260875] Fedora 41 FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2304283
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2283360
Bug ID: 2283360
Summary: F41FailsToInstall: asciio, perl-App-Asciio
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-App-Asciio
Assignee: emmanuel(a)seyman.fr
Reporter: fti-bugs(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Blocks: 2260877 (F41FailsToInstall,RAWHIDEFailsToInstall)
Target Milestone: ---
Classification: Fedora
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-App-Asciio) Fails To Install in Fedora 41:
can't install asciio:
- nothing provides perl(App::Asciio::Text::Asciio) needed by
asciio-1.90.02-1.fc41.noarch
- nothing provides perl(Term::TermKey) needed by asciio-1.90.02-1.fc41.noarch
can't install perl-App-Asciio:
- nothing provides perl(App::Asciio::GTK::Asciio::stripes::angled_arrow)
needed by perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::GTK::Asciio::stripes::editable_exec_box)
needed by perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::GTK::Asciio::stripes::ellipse) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::GTK::Asciio::stripes::rhombus) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides
perl(App::Asciio::GTK::Asciio::stripes::section_wirl_arrow) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::Text::Asciio::Dialogs) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::Text::Asciio::Menues) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::Text::Asciio::stripes::editable_arrow2)
needed by perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::Text::Asciio::stripes::editable_box2)
needed by perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides
perl(App::Asciio::Text::Asciio::stripes::editable_exec_box) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides
perl(App::Asciio::Text::Asciio::stripes::section_wirl_arrow) needed by
perl-App-Asciio-1.90.02-1.fc41.noarch
- nothing provides perl(App::Asciio::Text::Asciio::stripes::wirl_arrow)
needed by perl-App-Asciio-1.90.02-1.fc41.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…)
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-41-x86_64 --config-opts mirrored=False install asciio
perl-App-Asciio
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-d…
Thanks!
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2260877
[Bug 2260877] Fedora 41 Fails To install Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2283360
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2308439
Bug ID: 2308439
Summary: CVE-2024-45321 perl-App-cpanminus: From NVD collector
[fedora-40]
Product: Fedora
Version: 40
Status: NEW
Whiteboard: {"flaws": ["408f324f-9425-43f7-86bf-02f3e22d92c0"]}
Component: perl-App-cpanminus
Keywords: Security, SecurityTracking
Severity: urgent
Priority: urgent
Assignee: jplesnik(a)redhat.com
Reporter: mfindra(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Blocks: 2308078 (CVE-2024-45321)
Target Milestone: ---
Classification: Fedora
More information about this security flaw is available in the following bug:
https://bugzilla.redhat.com/show_bug.cgi?id=2308078
Disclaimer: Community trackers are created by Red Hat Product Security team on
a best effort basis. Package maintainers are required to ascertain if the flaw
indeed affects their package, before starting the update process.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2308078
[Bug 2308078] CVE-2024-45321 perl-App-cpanminus: From NVD collector
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2308439
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2308438
Bug ID: 2308438
Summary: CVE-2024-45321 perl-App-cpanminus: From NVD collector
[fedora-39]
Product: Fedora
Version: 39
Status: NEW
Whiteboard: {"flaws": ["408f324f-9425-43f7-86bf-02f3e22d92c0"]}
Component: perl-App-cpanminus
Keywords: Security, SecurityTracking
Severity: urgent
Priority: urgent
Assignee: jplesnik(a)redhat.com
Reporter: mfindra(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mmaslano(a)redhat.com,
mspacek(a)redhat.com, perl-devel(a)lists.fedoraproject.org
Blocks: 2308078 (CVE-2024-45321)
Target Milestone: ---
Classification: Fedora
More information about this security flaw is available in the following bug:
https://bugzilla.redhat.com/show_bug.cgi?id=2308078
Disclaimer: Community trackers are created by Red Hat Product Security team on
a best effort basis. Package maintainers are required to ascertain if the flaw
indeed affects their package, before starting the update process.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2308078
[Bug 2308078] CVE-2024-45321 perl-App-cpanminus: From NVD collector
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2308438
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=1803973
Bug ID: 1803973
Summary: CGI::Session is missing in epel8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-CGI-Session
Assignee: andreas(a)bawue.net
Reporter: netwiz(a)crc.id.au
QA Contact: extras-qa(a)fedoraproject.org
CC: andreas(a)bawue.net, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
The perl-CGI-Session package is not available for EPEL8.
Please import & build for EPEL8.
--
You are receiving this mail because:
You are on the CC list for the bug.