https://bugzilla.redhat.com/show_bug.cgi?id=1666098
Bug ID: 1666098
Summary: Overspecification in perl -MExtUtils::Embed -e ldopts
Product: Fedora
Version: rawhide
Status: NEW
Component: perl
Assignee: jplesnik(a)redhat.com
Reporter: bugs.michael(a)gmx.net
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com, iarnell(a)gmail.com,
jplesnik(a)redhat.com, kasal(a)ucw.cz,
mbarnes(a)fastmail.com, mmaslano(a)redhat.com,
perl-devel(a)lists.fedoraproject.org, ppisar(a)redhat.com,
psabata(a)redhat.com, rhughes(a)redhat.com,
sandmann(a)redhat.com, tcallawa(a)redhat.com
Target Milestone: ---
Classification: Fedora
The following command is supposed to return the ldflags that are needed to link
with libperl. Instead, it returns everything that has been specified when
building libperl itself. Not limited to Fedora's global flags and several
libraries that aren't needed when linking shared. As a result, programs relink
also with those libs instead of just libperl.
$ perl -MExtUtils::Embed -e ldopts
-Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -Wl,-z,now
-specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector-strong
-L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lresolv -ldl -lm
-lcrypt -lutil -lc
Please clean up the flags and return only -L/usr/lib64/perl5/CORE -lperl.
--
You are receiving this mail because:
You are on the CC list for the bug.
otaylor opened a new pull-request against the project: `perl` that you are following:
``
Make builds for inclusion in an application Flatpak work
``
To reply, visit the link below
https://src.fedoraproject.org/rpms/perl/pull-request/1
https://bugzilla.redhat.com/show_bug.cgi?id=1661251
Bug ID: 1661251
Summary: Fails due to uninitialised value
Product: Fedora EPEL
Version: epel7
OS: Linux
Status: NEW
Component: perl-Parse-DMIDecode
Assignee: ddick(a)cpan.org
Reporter: squinney(a)inf.ed.ac.uk
QA Contact: extras-qa(a)fedoraproject.org
CC: ddick(a)cpan.org, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Created attachment 1515903
--> https://bugzilla.redhat.com/attachment.cgi?id=1515903&action=edit
Initialise structures to zero to avoid potential problem with numeric
comparison
Description of problem:
We use the Parse::DMIDecode perl module on all our EL7 machines as part of our
inventory system. Mostly it works fine but on a small number of machines it
fails with this error about an uninitialized value:
perl -MParse::DMIDecode -wE 'my $decoder = new Parse::DMIDecode;
$decoder->probe'
Use of uninitialized value $data{"structures"} in numeric lt (<) at
/usr/share/perl5/vendor_perl/Parse/DMIDecode.pm line 160.
Version-Release number of selected component (if applicable):
0.03-5
How reproducible:
About 1% of our machines, I've not checked but probably all similar hardware.
Additional info:
This seems to be similar to a bug reported in CPAN many years ago:
https://rt.cpan.org/Public/Bug/Display.html?id=54956
except that the supplied patch in that report does NOT work. I have attached a
patch which fixes the problem when applied to the 0.03-5 SRPM.
Regards,
Stephen Quinney
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1670372
Bug ID: 1670372
Summary: Upgrade perl-Net-SFTP-Foreign to 1.90
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Net-SFTP-Foreign
Assignee: fedorapkg(a)rule.lv
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fedorapkg(a)rule.lv, jplesnik(a)redhat.com,
perl-devel(a)lists.fedoraproject.org,
zonexpertconsulting(a)outlook.com
Target Milestone: ---
Classification: Fedora
Latest Fedora delivers 1.89 version. Upstream released 1.90. When you have free
time, please upgrade it.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1664030
Bug ID: 1664030
Summary: perl-Class-DBI-Plugin-Type-0.02-35.fc30 FTBFS: tests
fail with perl-DBD-SQLite-1.62-1.fc30
Product: Fedora
Version: rawhide
URL: https://apps.fedoraproject.org/koschei/build/5873222
Status: NEW
Component: perl-Class-DBI-Plugin-Type
Assignee: tcallawa(a)redhat.com
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
tcallawa(a)redhat.com
Target Milestone: ---
External Bug ID: CPAN 128135
Classification: Fedora
perl-Class-DBI-Plugin-Type-0.02-35.fc30 fails to build in Fedora 30 because
tests fail:
$ perl -Iblib/{lib,arch} t/1.t
1..6
ok 1 - use Class::DBI::Plugin::Type;
not ok 2 - notes is text
# Failed test 'notes is text'
# at t/1.t line 28.
# undef
# doesn't match '(?^:text|blob)'
not ok 3 - tasted is a date
# Failed test 'tasted is a date'
# at t/1.t line 29.
# got: undef
# expected: 'date'
not ok 4 - price is decimal
# Failed test 'price is decimal'
# at t/1.t line 30.
# undef
# doesn't match '(?^:^decimal)'
not ok 5 - id is integer
# Failed test 'id is integer'
# at t/1.t line 31.
# undef
# doesn't match '(?^:^int)'
not ok 6 - name is varchar
# Failed test 'name is varchar'
# at t/1.t line 32.
# undef
# doesn't match '(?^:^varchar)'
# Looks like you failed 5 tests of 6.
A difference between passing and failing build root is at
<https://apps.fedoraproject.org/koschei/build/5873222>.
This is triggered by upgrading perl-DBD-SQLite from 1.60-1.fc30 to
1.62-1.fc30.
--
You are receiving this mail because:
You are on the CC list for the bug.