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.
https://bugzilla.redhat.com/show_bug.cgi?id=2232293
Bug ID: 2232293
Summary: perl-TAP-Formatter-JUnit-0.16-4.fc40 FTBFS: Failed
test 't/data/tests/bailout'
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-TAP-For
matter-JUnit?collection=f40
Status: NEW
Component: perl-TAP-Formatter-JUnit
Assignee: paul(a)city-fan.org
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: paul(a)city-fan.org, perl-devel(a)lists.fedoraproject.org
Blocks: 2231791 (F40FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Link ID: Github bleargh45/TAP-Formatter-JUnit/issues/15
Classification: Fedora
perl-TAP-Formatter-JUnit-0.16-4.fc40 fails to build because a test fails:
# Failed test 't/data/tests/bailout'
# at t/formatter.t line 54.
# During compare:
# junk after document element at line 17, column 13, byte 381
# GOT: <testsuites>
# <testsuite failures="0"
# tests="5"
# errors="0"
# name="data_tests_bailout">
# <testcase name="1"></testcase>
# <testcase name="2"></testcase>
# <testcase name="3"></testcase>
# <system-out><![CDATA[1..5
# ok 1
# ok 2
# ok 3
# Bail out! GERONIMMMOOOOOO!!!
# ]]></system-out>
# <system-err></system-err>
# </testsuite>
# </testsuites><testsuites>
# <testsuite failures="0"
# tests="5"
# errors="0"
# name="data_tests_bailout">
# <testcase name="1"></testcase>
# <testcase name="2"></testcase>
# <testcase name="3"></testcase>
# <system-out></system-out>
# <system-err></system-err>
# </testsuite>
# </testsuites>
# Looks like you failed 1 test of 22.
This is triggered by upgrading perl-Test-Harness from 1:3.44-501.fc39 to
1:3.46-1.fc40.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2231791
[Bug 2231791] Fedora 40 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=2232293
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
ferdnyc opened a new pull-request against the project: `rt` that you are following:
``
use Droid Sans fonts from distro packages
``
To reply, visit the link below
https://src.fedoraproject.org/rpms/rt/pull-request/2
https://bugzilla.redhat.com/show_bug.cgi?id=2294349
Bug ID: 2294349
Summary: perl-Graph-0.9728 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Graph
Keywords: FutureFeature, Triaged
Assignee: athoscribeiro(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: alex(a)biosysanalytics.com, athoscribeiro(a)gmail.com,
igor.raits(a)gmail.com, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Releases retrieved: 0.9728
Upstream release that is considered latest: 0.9728
Current version/release in rawhide: 0.97.27-3.fc40
URL: https://metacpan.org/dist/Graph/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_M…
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/7524/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-Graph
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2294349
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=2292218
Bug ID: 2292218
Summary: F41FailsToInstall: perl-Authen-Krb5-Admin
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Authen-Krb5-Admin
Assignee: chkr(a)plauener.de
Reporter: fti-bugs(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: chkr(a)plauener.de, 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-Authen-Krb5-Admin) Fails To Install in Fedora 41:
can't install perl-Authen-Krb5-Admin:
- nothing provides libperl.so.5.38()(64bit) needed by
perl-Authen-Krb5-Admin-0.17-36.fc39.x86_64
- nothing provides perl(:MODULE_COMPAT_5.38.0) needed by
perl-Authen-Krb5-Admin-0.17-36.fc39.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-41-x86_64 --config-opts mirrored=False install
perl-Authen-Krb5-Admin
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=2292218
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=2028353
Bug ID: 2028353
Summary: Request to update perl-CDB_File to 1.03 (or newer)
Product: Fedora EPEL
Version: epel8
Hardware: All
OS: Linux
Status: NEW
Component: perl-CDB_File
Severity: high
Assignee: mmckinst(a)umich.edu
Reporter: fhirtz(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: mmckinst(a)umich.edu, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Description of problem:
Good morning,
I'm working with someone who's running into a significant issue with an
automation system that they use (quattor.org) due to a bug in the version of
perl-CDB_File that's currently available in EPEL.
The bug in question is:
https://github.com/toddr/CDB_File/commit/9147df2c426b6ef8530fbc501e030168e1…
This was addressed in version 1.03 and we were seeing if it might be possible
to either include the patch as a backport, or more likely rebase to 1.03 (or
newer)?
Thank you!
Version-Release number of selected component (if applicable):
perl-CDB_File-1.02
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2028353
https://bugzilla.redhat.com/show_bug.cgi?id=2278602
Bug ID: 2278602
Summary: perl-Gtk3-0.038-11.fc41 FTBFS: t/overrides.t fails:
loader: Image type “xpm” is not supported
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-Gtk3
Status: NEW
Component: perl-Gtk3
Assignee: sergio(a)serjux.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: berrange(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, sergio(a)serjux.com
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-Gtk3-0.038-11.fc41 fails to build in Fedora 41 because a test fails:
(overrides.t:692): GdkPixbuf-WARNING **: 08:33:21.912: Error loading XPM image
loader: Image type “xpm” is not supported
# Failed test 'undef isa 'Gtk3::Gdk::Pixbuf''
# at t/overrides.t line 748.
# undef isn't defined
Can't call method "get_colorspace" on an undefined value at t/overrides.t line
749.
# Looks like your test exited with 25 just after 179.
t/overrides.t ..................
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 55/233 subtests
A difference between passing and failing build roots is at
<https://koschei.fedoraproject.org/build/17799353>.
This failure is probably triggered by upgrading gdk-pixbuf2-modules from
2.42.10-8.fc40 to 2.42.11-1.fc41. gdk-pixbuf2 disabled a support for XPM format
(bug #2276464).
Reading a code of t/overrides.t reveals it tests loading XPM without checking
whether gkd-pixbuf supports XPM.
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=2278602
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=2037860
Bug ID: 2037860
Summary: Please branch and build perl-HTML-Element-Extended for
EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-HTML-Element-Extended
Assignee: notting(a)splat.cc
Reporter: paul(a)city-fan.org
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, notting(a)splat.cc,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Could you please branch and build perl-HTML-Element-Extended for EPEL 9 ?
If you like you could add me (FAS: pghmcfc) as a committer to the package and
I'll do it myself.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037860
https://bugzilla.redhat.com/show_bug.cgi?id=2292371
Bug ID: 2292371
Summary: perl-Eval-Context-0.09.11-36.fc41 FTBFS: t/012_safe.t
fails with with perl 5.40.0
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-Eval-Co
ntext
Status: NEW
Component: perl-Eval-Context
Assignee: jplesnik(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-Eval-Context-0.09.11-36.fc41 fails to build in Fedora 41 because tests
fail with perl 5.40.0:
t/011_eval_side_persistent_variables.t .. ok
# Failed test 'COMPARTMENT'
# at t/012_safe.t line 110.
# died: *** Eval::Context code ***
# #line 0 'Anonymous_called_at_t_012_safe.t:109'
# # PRE_CODE
#
# #line 0 'Anonymous_called_at_t_012_safe.t:109'
# # CODE
# eval "1 + 1" ;
# # POST_CODE
#
# #end of context 'Anonymous_called_at_t_012_safe.t:109'
#
# *** Error below ***
# 'eval hints' trapped by operation mask at
'Anonymous_called_at_t_012_safe.t:109' line 1.
# at
/builddir/build/BUILD/perl-Eval-Context-0.09.11-build/Eval-Context-0.09.11/blib/lib/Eval/Context.pm
line 601.
# Eval::Context::__ANON__() called at
/builddir/build/BUILD/perl-Eval-Context-0.09.11-build/Eval-Context-0.09.11/blib/lib/Eval/Context.pm
line 767
# Eval::Context::eval() called at t/012_safe.t line 109
# Test::Exception::lives_ok() called at t/012_safe.t line 110
# Looks like you failed 1 test of 22.
t/012_safe.t ............................
Dubious, test returned 1 (wstat 256, 0x100)
A difference between running and failing build root is at
<https://koschei.fedoraproject.org/build/18083199>.
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=2292371
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
huakim opened a new pull-request against the project: `perl` that you are following:
``
fixed perl_requires and libperl_requires macros
``
To reply, visit the link below
https://src.fedoraproject.org/rpms/perl/pull-request/13
https://bugzilla.redhat.com/show_bug.cgi?id=2294693
Bug ID: 2294693
Summary: perl-CGI-Application-Plugin-Authentication-0.24-3.fc41
FTBFS: t/03_login_box_basic.t test fails with
perl-CGI-4.66-1.fc41
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-CGI-Application-Plugin-Authentication
Assignee: emmanuel(a)seyman.fr
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, perl-devel(a)lists.fedoraproject.org
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Link ID: Github
MicroTechnology-Services/cgi-application-plugin-authen
tication/pull/2
Classification: Fedora
perl-CGI-Application-Plugin-Authentication-0.24-3.fc41 fails to build in Fedora
41 because a test fails:
# Failed test 'login box'
# at /usr/share/perl5/vendor_perl/Test/Regression.pm line 90.
#
+---+------------------------------------------------------------------------+-----------------------------------------------------------------------+
# | Ln|Got
|Expected |
#
+---+------------------------------------------------------------------------+-----------------------------------------------------------------------+
# | 28| </div>
| </div> |
# | 29| </div>
| </div> |
# | 30| </div>
| </div> |
# * 31| <input type="hidden" name="destination" value="http://localhost/"
/> | <input type="hidden" name="destination" value="http://localhost" /> *
# | 32| <input type="hidden" name="rm" value="one" />
| <input type="hidden" name="rm" value="one" /> |
# | 33|</form>
|</form> |
# | 34|'
|' |
#
+---+------------------------------------------------------------------------+-----------------------------------------------------------------------+
# Looks like you failed 1 test of 14.
# Failed test 'empty'
# at t/03_login_box_basic.t line 86.
# Looks like you failed 1 test of 6.
t/03_login_box_basic.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
This is triggered by an intentional change in perl-CGI-4.66.
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=2294693
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=1835353
Bug ID: 1835353
Summary: rubygem-mail: Out of memory issue through nested MIME
parts
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: psampaio(a)redhat.com
CC: akarol(a)redhat.com, alexl(a)redhat.com,
bbuckingham(a)redhat.com, bcourt(a)redhat.com,
bkearney(a)redhat.com, btotty(a)redhat.com,
caillon+fedoraproject(a)gmail.com, caolanm(a)redhat.com,
dmetzger(a)redhat.com, gmccullo(a)redhat.com,
gnome-sig(a)lists.fedoraproject.org,
gtanzill(a)redhat.com, hhudgeon(a)redhat.com,
jfrey(a)redhat.com, jhardy(a)redhat.com,
john.j5live(a)gmail.com, jose.p.oliveira.oss(a)gmail.com,
lzap(a)redhat.com, mclasen(a)redhat.com,
mmccune(a)redhat.com, nmoumoul(a)redhat.com,
obarenbo(a)redhat.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org, rchan(a)redhat.com,
rhughes(a)redhat.com, rjerrido(a)redhat.com,
rob.myers(a)gtri.gatech.edu, roliveri(a)redhat.com,
rstrode(a)redhat.com, sandmann(a)redhat.com,
simaishi(a)redhat.com, smallamp(a)redhat.com,
sokeeffe(a)redhat.com, tbrisker(a)redhat.com,
tcallawa(a)redhat.com, vondruch(a)redhat.com,
walter.pete(a)yandex.com, xavier(a)bachelot.org
Target Milestone: ---
Classification: Other
A possible DoS issue may affect several MIME parsers. Messages with too many
tiny nested MIME parts can lead to memory exhaustion on split().
References:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960064https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960062https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960159https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=960158
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1835355
Bug ID: 1835355
Summary: perl-Email-MIME-ContentType: rubygem-mail: Out of
memory issue through nested MIME parts [epel-all]
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-Email-MIME-ContentType
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: tcallawa(a)redhat.com
Reporter: psampaio(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
rob.myers(a)gtri.gatech.edu, tcallawa(a)redhat.com
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of epel-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora EPEL. While
only one tracking bug has been filed, please correct all affected versions
at the same time. If you need to fix the versions independent of each
other, you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1830000
Bug ID: 1830000
Summary: perl-Test-WWW-Mechanize-PSGI for EL7
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Test-WWW-Mechanize-PSGI
Assignee: rc040203(a)freenet.de
Reporter: xavier(a)bachelot.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de
Target Milestone: ---
Classification: Fedora
Hi,
Could you please build perl-Test-WWW-Mechanize-PSGI in EPEL 7 ?
It's in the dependency chain of a package I'd like to build for EPEL 7.
Regards,
Xavier
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1829995
Bug ID: 1829995
Summary: perl-Test-WWW-Mechanize for EL7
Product: Fedora EPEL
Version: epel7
Status: NEW
Component: perl-Test-WWW-Mechanize
Assignee: tremble(a)tremble.org.uk
Reporter: xavier(a)bachelot.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jose.p.oliveira.oss(a)gmail.com,
perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de, tremble(a)tremble.org.uk
Target Milestone: ---
Classification: Fedora
Hi,
Could you please build perl-Test-WWW-Mechanize in EPEL 7 ?
It's in the dependency chain of a package I'd like to build for EPEL 7.
Regards,
Xavier
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2264848
Bug ID: 2264848
Summary: perl-Gtk2-1.24993-15.fc41 FTBFS: Can't load
'blib/arch/auto/Gtk2/Gtk2.so' for module Gtk2:
blib/arch/auto/Gtk2/Gtk2.so: undefined symbol:
SvGdkAtom at /usr/lib64/perl5/DynaLoader.pm line 206.
� at tools/podifystockitems.pl line 0.
Product: Fedora
Version: rawhide
URL: https://koschei.fedoraproject.org/package/perl-Gtk2
Status: NEW
Component: perl-Gtk2
Assignee: spotrh(a)gmail.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-Gtk2-1.24993-15.fc41 fails to build in Fedora 41:
Creating stock items POD...
Creating enum POD...
Can't load 'blib/arch/auto/Gtk2/Gtk2.so' for module Gtk2:
blib/arch/auto/Gtk2/Gtk2.so: undefined symbol: SvGdkAtom at
/usr/lib64/perl5/DynaLoader.pm line 206.
� at tools/podifystockitems.pl line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.
make: *** [Makefile:1189: build/stock_items.podi] Error 2
make: *** Waiting for unfinished jobs....
Can't load 'blib/arch/auto/Gtk2/Gtk2.so' for module Gtk2:
blib/arch/auto/Gtk2/Gtk2.so: undefined symbol: SvGdkAtom at
/usr/lib64/perl5/DynaLoader.pm line 206.
� at tools/podifyenums.pl line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.
make: *** [Makefile:1185: blib/lib/Gtk2/enums.pod] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.gFTlG1 (%build)
A difference between the passing and failing buildroots is at
<https://koschei.fedoraproject.org/build/17411988>
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=2264848
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=2279842
Bug ID: 2279842
Summary: perl-Text-Bidi-2.18-9.fc41 FTBFS: t/get_mirror_char.t
fails with fribidi 1.0.14
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Text-Bidi
Assignee: ppisar(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-Text-Bidi-2.18-9.fc41 fails to build in Fedora 41 because tests fail:
# Failed test 'Wrong mirror for 2A9E ([BEST FIT] SIMILAR OR LESS-THAN)'
# at t/get_mirror_char.t line 17.
# got: '⪝'
# expected: '⪞'
# Failed test 'Wrong mirror for 2A9D ([BEST FIT] SIMILAR OR GREATER-THAN)'
# at t/get_mirror_char.t line 17.
# got: '⪞'
# expected: '⪝'
[..]
# Looks like you failed 64 tests of 428.
t/get_mirror_char.t ....
Dubious, test returned 64 (wstat 16384, 0x4000)
Failed 64/428 subtests
This is triggered by upgrading fribidi-devel from 1.0.13-4.fc40 to
1.0.14-1.fc41. Fribidi updated Unicode database from 14.0.0 to 15.1.0.
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=2279842
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=2292728
Bug ID: 2292728
Summary: F41FailsToInstall: perl-Wx
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Wx
Assignee: spotrh(a)gmail.com
Reporter: fti-bugs(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, spotrh(a)gmail.com
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-Wx) Fails To Install in Fedora 41:
can't install perl-Wx:
- nothing provides perl(Alien::wxWidgets::Config::gtk_3_2_4_uni_gcc_3_4)
needed by perl-Wx-0.9932-34.fc41.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-41-x86_64 --config-opts mirrored=False install perl-Wx
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=2292728
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
churchyard opened a new pull-request against the project: `perl-Wx` that you are following:
``
Rebuilt with perl(Alien::wxWidgets::Config::gtk_3_2_5_uni_gcc_3_4)
``
To reply, visit the link below
https://src.fedoraproject.org/rpms/perl-Wx/pull-request/4
https://bugzilla.redhat.com/show_bug.cgi?id=2283512
Bug ID: 2283512
Summary: Add perl-File-Map to EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-File-Map
Assignee: lkundrak(a)v3.sk
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: emmanuel(a)seyman.fr, lkundrak(a)v3.sk,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-File-Map in epel9. I can take care of the build if
you grant me access. My FAS username is jplesnik.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2283512
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=2275275
Bug ID: 2275275
Summary: EPEL9 request: perl-PDL
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-PDL
Assignee: lkundrak(a)v3.sk
Reporter: kwok.li(a)vortech.nl
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, kasal(a)ucw.cz, lkundrak(a)v3.sk,
perl-devel(a)lists.fedoraproject.org,
rhughes(a)redhat.com, rstrode(a)redhat.com
Target Milestone: ---
Classification: Fedora
Hi,
Would appreciate it if you could build perl-PDL for EPEL9.
Thanks
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2275275
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=2292220
Bug ID: 2292220
Summary: F41FailsToInstall: perl-Gnome2
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Gnome2
Assignee: ppisar(a)redhat.com
Reporter: fti-bugs(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
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-Gnome2) Fails To Install in Fedora 41:
can't install perl-Gnome2:
- nothing provides libperl.so.5.38()(64bit) needed by
perl-Gnome2-1.048-12.fc40.x86_64
- nothing provides perl(:MODULE_COMPAT_5.38.2) needed by
perl-Gnome2-1.048-12.fc40.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-41-x86_64 --config-opts mirrored=False install perl-Gnome2
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=2292220
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=2292164
Bug ID: 2292164
Summary: perl-Gnome2: FTBFS with Perl 5.40
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: perl-Gnome2
Severity: medium
Assignee: ppisar(a)redhat.com
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
perl-Gnome2 fails to build with Perl 5.40.
xs/GnomeAppHelper.xs: In function ‘gnome2perl_popup_menu_activate_func’:
xs/GnomeAppHelper.xs:32:35: error: passing argument 1 of
‘Perl_switch_locale_context’ from incompatible pointer type
[-Wincompatible-pointer-types]
32 | PERL_SET_CONTEXT (callback);
| ^~~~~~~~
| |
| SV * {aka struct sv *}
The logs could be found here:
https://koji.fedoraproject.org/koji/taskinfo?taskID=118872867
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2292164
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=2290474
Bug ID: 2290474
Summary: perl-DBD-MySQL-5.006 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-DBD-MySQL
Keywords: FutureFeature, Triaged
Assignee: jplesnik(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, kasal(a)ucw.cz, mschorm(a)redhat.com,
mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
rhughes(a)redhat.com, rstrode(a)redhat.com
Target Milestone: ---
Classification: Fedora
Releases retrieved: 5.006
Upstream release that is considered latest: 5.006
Current version/release in rawhide: 5.005-1.fc41
URL: https://metacpan.org/dist/DBD-mysql/
Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/
More information about the service that created this bug can be found at:
https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_M…
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from Anitya:
https://release-monitoring.org/project/2807/
To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/perl-DBD-MySQL
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2290474
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
Hello,
Perl 5.40 was released on June 9 2024 and Perl 5.40 change was approved
by FESCo [1].
I have required `f41-perl' build-root for this purpose [2] and it was
created.
I will start the rebuild later today or tomorrow morning and you can be
notified via mail about commits/builds in next days. It should be done in
2 days.
Please do not build anything into `f41-perl'. Boot-strapping core modules
is very peculiar. I also track all changes. You can do your upgrades into
rawhide freely in parallel.
You can check status on Perl 5.40 change page [3].
Regards,
Jitka Plesnikova
[1] https://pagure.io/fesco/issue/3210
[2] https://pagure.io/releng/issue/12131
[3] https://fedoraproject.org/wiki/Changes/perl5.40#Current_status
--
Jitka Plesnikova
Senior Software Engineer
Red Hat
https://bugzilla.redhat.com/show_bug.cgi?id=2290636
Bojan Jovanovic <bojov(a)fon.bg.ac.rs> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|needinfo?(bojov(a)fon.bg.ac.r |
|s) |
--- Comment #18 from Bojan Jovanovic <bojov(a)fon.bg.ac.rs> ---
(In reply to Michal Josef Spacek from comment #16)
> @bojov@fon.bg.ac.rs If you think that the problem could be with locales, you
> could change to en_US and test.
> We need to simplify the case.
I tried in the following configurations:
Fedora 40 workstation - from locale.conf:
- LANG="en_US.UTF-8" only.
- custom locale.conf
LANG="en_US.UTF-8"
LC_NUMERIC="sr_RS.UTF-8@latin"
LC_TIME="sr_RS.UTF-8@latin"
LC_MONETARI="sr_RS.UTF-8@latin"
LC_PAPER="sr_RS.UTF-8@latin"
LC_MEASUREMENT="sr_RS.UTF-8@latin"
Fedora 40 KDE Plasma 6 - with locale.conf:
- LANG="en_US.UTF-8" only.
autoreconf (called from pdf-tools-install) works as expected - no sigsev 11
It not works in KDE Plasma 6 with a custom locale.conf.
Note: locale.conf is customized with "Region & Language" from System Settings
in both environments.
I also noticed that the Gnome environment settings are applied system-wide,
while in KDE the same settings are applied per user.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2290636
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=2290636
Bojan Jovanovic <bojov(a)fon.bg.ac.rs> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|needinfo?(bojov(a)fon.bg.ac.r |
|s) |
--- Comment #15 from Bojan Jovanovic <bojov(a)fon.bg.ac.rs> ---
(In reply to Michal Josef Spacek from comment #14)
> @bojov@fon.bg.ac.rs Hi, how to reproduce this issue?
>
> As I see pdf-tools-install is lisp code (this
> https://github.com/politza/pdf-tools one?).
> Is it installed from the package or how?
>
> Could you describe the process?
Fedora 40, KDE Plasma 6, emacs from the Fedora repos, doom-emacs, pdf module
enabled in the user's init.el file (after enabling the /path/to/doom sinc
module).
Since the pdf-tools package (http://github.com/vedang/pdf-tools/ also in the
elpa.nongn repo) requires (re)building the epdfifno program then I have to call
the M-k pdf-tools-install command.
During command execution, it starts building the epdfinfo program and calls
automake.
Epdfinfo is built and working as expected.
Another note, F40 is installed with English language support, and I added
Serbian and Serbian Latin keyboards and the glibc-langpack-sr package. I also
copied the locale.conf (from the Gnome installation) with the following content
:
LANG="en_US.UTF-8"
LC_NUMERIC="sr_RS.UTF-8@latin"
LC_TIME="sr_RS.UTF-8@latin"
LC_MONETARY="sr_RS.UTF-8@latin"
LC_PAPER="sr_RS.UTF-8@latin"
LC_MEASUREMENT="sr_RS.UTF-8@latin"
I suspect this may be a problem due to a bug in the freelocale function?
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2290636
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=2291117
Bug ID: 2291117
Summary: Please branch and build perl-Net-ARP in epel8 and
epel9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Net-ARP
Assignee: robinlee.sysu(a)gmail.com
Reporter: jonathan(a)almalinux.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
robinlee.sysu(a)gmail.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Net-ARP in epel8 and epel9.
If you do not wish to maintain perl-Net-ARP in epel9,
or do not think you will be able to do this in a timely manner,
the EPEL Packagers SIG would be happy to be a co-maintainer of the package;
please add the epel-packagers-sig group through
https://src.fedoraproject.org/rpms/perl-Net-ARP/addgroup
and grant it commit access, or collaborator access on epel* branches.
I would also be happy to be a co-maintainer (FAS: jonathanspw).
I can be the primary contact for EPEL (FAS: jonathanspw).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2291117
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=2290636
Frédéric Bérat <fberat(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Doc Type|--- |If docs needed, set a value
Component|automake |perl
CC| |iarnell(a)gmail.com,
| |jplesnik(a)redhat.com,
| |mmaslano(a)redhat.com,
| |mspacek(a)redhat.com,
| |perl-devel(a)lists.fedoraproj
| |ect.org, ppisar(a)redhat.com,
| |psabata(a)redhat.com,
| |rhughes(a)redhat.com,
| |spotrh(a)gmail.com
Assignee|fberat(a)redhat.com |jplesnik(a)redhat.com
--- Comment #13 from Frédéric Bérat <fberat(a)redhat.com> ---
Re-assign to Perl. The crash occurs in the interpreter, automake has nothing to
do with it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2290636
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=2037854
Bug ID: 2037854
Summary: Please branch and build perl-Crypt-RC4 for EPEL 9
Product: Fedora EPEL
Version: epel9
Status: NEW
Component: perl-Crypt-RC4
Assignee: ppisar(a)redhat.com
Reporter: paul(a)city-fan.org
QA Contact: extras-qa(a)fedoraproject.org
CC: me(a)fale.io, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Crypt-RC4 for EPEL 9.
If you like you could add me (FAS: pghmcfc) as a committer to the package and
I'll do it myself.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037854
https://bugzilla.redhat.com/show_bug.cgi?id=2284393
Bug ID: 2284393
Summary: perl-Log-Trivial-0.40-29.fc41 FTBFS: rm: cannot remove
'*.list': No such file or directory
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Log-Trivial
Assignee: orion(a)nwra.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: orion(a)nwra.com, perl-devel(a)lists.fedoraproject.org
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-Log-Trivial-0.40-29.fc41 fails to build in Fedora 41 because a %check
phase fails like this:
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd Log-Trivial-0.40
+ rm '*.list'
rm: cannot remove '*.list': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.54Da2m (%check)
This is probably triggered by new rpm-build-4.19.91 which changed how debuginfo
generators are executed.
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=2284393
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=2282000
Bug ID: 2282000
Summary: The directory /usr/share/perl5/vendor_perl/Getopt is
not in the RPM database.
Product: Fedora
Version: 40
Hardware: x86_64
OS: Linux
Status: NEW
Component: perl-Getopt-Long
Severity: medium
Assignee: jplesnik(a)redhat.com
Reporter: pampelmuse(a)gmx.at
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com, mspacek(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Target Milestone: ---
Classification: Fedora
The directory /usr/share/perl5/vendor_perl/Getopt is not in the RPM database.
Reproducible: Always
Steps to Reproduce:
1. rpm -qf /usr/share/perl5/vendor_perl/Getopt/
file /usr/share/perl5/vendor_perl/Getopt is not owned by any package
Actual Results:
file /usr/share/perl5/vendor_perl/Getopt is not owned by any package
Expected Results:
perl-Getopt-Long-2.57-3.fc40.noarch
In "perl-Getopt-Long.spec" at line 85 please add:
%dir %{perl_vendorlib}/Getopt/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2282000
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=2284392
Bug ID: 2284392
Summary: perl-Crypt-CipherSaber-1.01-25.fc41 FTBFS: rm: cannot
remove '*.list': No such file or directory
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Crypt-CipherSaber
Assignee: xavier(a)bachelot.org
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
xavier(a)bachelot.org
Blocks: 2260875 (F41FTBFS,RAWHIDEFTBFS)
Target Milestone: ---
Classification: Fedora
perl-Crypt-CipherSaber-1.01-25.fc41 fails to build in F41 because a %check
phase fails like this:
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd Crypt-CipherSaber-1.01
+ rm '*.list'
rm: cannot remove '*.list': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.Rg3I4S (%check)
This is probably triggered by new rpm-build-4.19.91 which changed how debuginfo
generators are executed.
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=2284392
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=2277375
Bug ID: 2277375
Summary: Please branch and build perl-Fuse for EPEL8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-Fuse
Severity: medium
Assignee: jplesnik(a)redhat.com
Reporter: orion(a)nwra.com
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Please branch and build perl-Fuse in epel8.
If you do not wish to maintain perl-Fuse in epel8,
or do not think you will be able to do this in a timely manner,
the EPEL Packagers SIG would be happy to be a co-maintainer of the package;
please add the epel-packagers-sig group through
https://src.fedoraproject.org/rpms/perl-Fuse/addgroup
and grant it commit access, or collaborator access on epel* branches.
I would also be happy to be a co-maintainer (FAS: orion).
I can be the primary contact for EPEL (FAS: orion).
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2277375
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…