https://bugzilla.redhat.com/show_bug.cgi?id=1470542
Bug ID: 1470542
Summary: PAR::Packer needs rebuild for perl 5.24.1
Product: Fedora
Version: 25
Component: perl-PAR-Packer
Severity: high
Assignee: jplesnik(a)redhat.com
Reporter: jvromans(a)squirrel.nl
QA Contact: extras-qa(a)fedoraproject.org
CC: jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Description of problem:
PAR::Packer is built for Perl 5.24.0 and was not rebuilt for 5.24.1.
Version-Release number of selected component (if applicable):
perl-PAR-Packer-1.035-1.fc25
How reproducible:
Always.
Steps to Reproduce:
1. pp -e 'print "Hello"'
Actual results:
/tmp/parlJ7MK: Perl lib version (5.24.1) doesn't match executable 'perl'
version (5.24.0) at /usr/lib64/perl5/Config.pm line 62.
Compilation failed in require at /usr/lib64/perl5/Errno.pm line 10.
BEGIN failed--compilation aborted at /usr/lib64/perl5/Errno.pm line 10.
Compilation failed in require at /usr/share/perl5/vendor_perl/File/Temp.pm line
17.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/File/Temp.pm
line 17.
Compilation failed in require at /home/jv/lib/perl5/Archive/Zip.pm line 26.
BEGIN failed--compilation aborted at /home/jv/lib/perl5/Archive/Zip.pm line 26.
Compilation failed in require at -e line 240.
/bin/pp: Failed to extract a parl from 'PAR::StrippedPARL::Static' to file
'/tmp/parl50_HDGo' at /usr/share/perl5/vendor_perl/PAR/Packer.pm line 1184,
<DATA> line 1.
Expected results:
An executable a.out.
Additional info:
PAR::Packer depends on the perl ABI and must always be rebuilt with perl
upgrades.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1485919
Bug ID: 1485919
Summary: Do not provide "perl(setup)"
Product: Fedora
Version: rawhide
Component: fusioninventory-agent
Assignee: marianne(a)tuxette.fr
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: johan(a)x-tnd.be, marianne(a)tuxette.fr,
perl-devel(a)lists.fedoraproject.org
This commit pushed into all branches is wrong:
commit 76234f1bb0f3f77ec2466cd72c8de11f68152326 (HEAD -> master, origin/master,
origin/f27, origin/HEAD, f27)
Author: Johan Cwiklinski <johan(a)x-tnd.be>
Date: Mon Aug 14 08:24:52 2017 +0200
Add missing provides on perl(setup)
diff --git a/fusioninventory-agent.spec b/fusioninventory-agent.spec
index 0aa169f..99b7426 100644
--- a/fusioninventory-agent.spec
+++ b/fusioninventory-agent.spec
@@ -10,7 +10,7 @@ License: GPLv2+
URL: http://fusioninventory.org/
Version: 2.3.21
-Release: 1%{?dist}
+Release: 2%{?dist}
Source0:
https://github.com/fusioninventory/%{name}/releases/download/%{version}/Fus…
Source1: %{name}.cron
#Use systemd override capabilities
@@ -72,6 +72,7 @@ Requires: perl(Net::SSLeay)
Requires: perl(Proc::Daemon)
Requires: perl(Proc::PID::File)
Requires: perl(Socket::GetAddrInfo)
+Provides: perl(setup) = %{version}-%{release}
%description -n perl-FusionInventory-Agent
Libraries for Fusioninventory agent.
@@ -316,7 +317,10 @@ install -m 644 -D contrib/yum-plugin/%{name}.conf
%{buildroot}%{_sysconfdir}/yum
%changelog
-* Tue Aug 01 2017 Marianne Lombard <jehane(a)fedoraproject.org> - 2.3.21
+* Thu Aug 10 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 2.3.21-2
+- Fix missing provides issue on perl(setup)
+
Providing 'perl(setup)' means any Perl code do "use setup;" to load
'setup'-named Perl module. This is not true because fusioninventory-agent puts
the setup.pm into a private location.
You have to remove the dependency on "perl(setup)".
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: perl-threads-lite keeps hanging during self checks
https://bugzilla.redhat.com/show_bug.cgi?id=719874
Summary: perl-threads-lite keeps hanging during self checks
Product: Fedora
Version: rawhide
Platform: powerpc
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: perl-threads-lite
AssignedTo: ppisar(a)redhat.com
ReportedBy: karsten(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com,
mmaslano(a)redhat.com, ppisar(a)redhat.com,
psabata(a)redhat.com
Blocks: 718269
Classification: Fedora
Story Points: ---
Description of problem:
During a mass rebuild on PPC and PPC64, perl-threads-lite-0.031-2.fc16 gets
stuck while doing self checks on ppc. ppc64 completed the build just fine.
I have to either cancel the job or wait until mock gets a timeout.
Here's where it is hanging:
# Testing threads::lite 0.031, Perl 5.012003, /usr/bin/perl
t/00-load.t ....... ok
t/10-basics.t .....
Failed 5/6 subtests
Version-Release number of selected component (if applicable):
perl-threads-lite-0.031-2.fc16
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=249482
Note how ppc64 completed the build within 2 minutes and ppc was still working
on it after more than 9 hours when I've canceled the job.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1392479
Bug ID: 1392479
Summary: perl-Alien-ROOT not available on ppc64le because root
is not there
Product: Fedora
Version: rawhide
Component: perl-Alien-ROOT
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
Depends On: 1392478
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1392478
[Bug 1392478] root is not built for ppc64le
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1392475
Bug ID: 1392475
Summary: perl-Alien-ROOT not available on ppc64 because root is
not there
Product: Fedora
Version: rawhide
Component: perl-Alien-ROOT
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
Depends On: 1392472
Blocks: 238953 (FE-ExcludeArch-ppc64)
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=238953
[Bug 238953] ExcludeArch Tracker for ppc64
https://bugzilla.redhat.com/show_bug.cgi?id=1392472
[Bug 1392472] root is not built for ppc64
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1475581
Bug ID: 1475581
Summary: perl-CPAN-Common-Index-0.010 is available
Product: Fedora
Version: rawhide
Component: perl-CPAN-Common-Index
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,
perl-devel(a)lists.fedoraproject.org
Latest upstream release: 0.010
Current version/release in rawhide: 0.007-2.fc27
URL: http://search.cpan.org/dist/CPAN-Common-Index/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
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/8371/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1479680
Bug ID: 1479680
Summary: perl-Time-OlsonTZ-Download-0.006 is available
Product: Fedora
Version: rawhide
Component: perl-Time-OlsonTZ-Download
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: iarnell(a)gmail.com, perl-devel(a)lists.fedoraproject.org,
ppisar(a)redhat.com
Latest upstream release: 0.006
Current version/release in rawhide: 0.004-14.fc27
URL: http://search.cpan.org/dist/Time-OlsonTZ-Download/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
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/15759/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1482307
Bug ID: 1482307
Summary: perl-Time-HiRes-1.9745 is available
Product: Fedora
Version: rawhide
Component: perl-Time-HiRes
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Latest upstream release: 1.9745
Current version/release in rawhide: 1.9744-3.fc27
URL: http://search.cpan.org/dist/Time-HiRes/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
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/3466/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1438208
Bug ID: 1438208
Summary: perl-Test-Dir-1.15 is available
Product: Fedora
Version: rawhide
Component: perl-Test-Dir
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Latest upstream release: 1.15
Current version/release in rawhide: 1.014-14.fc26
URL: http://search.cpan.org/dist/Test-Dir/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
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/3391/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1435489
Bug ID: 1435489
Summary: perl-DateTime-Format-Flexible-0.28 is available
Product: Fedora
Version: rawhide
Component: perl-DateTime-Format-Flexible
Keywords: FutureFeature, Triaged
Assignee: ppisar(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com
Latest upstream release: 0.28
Current version/release in rawhide: 0.27-1.fc27
URL: http://search.cpan.org/dist/DateTime-Format-Flexible/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
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/2795/
--
You are receiving this mail because:
You are on the CC list for the bug.