[Bug 1666098] New: Overspecification in perl -MExtUtils::Embed -e
ldopts
by bugzilla@redhat.com
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.
5 months, 2 weeks
[Bug 1753543] New: perl-Font-AFM for EL8
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1753543
Bug ID: 1753543
Summary: perl-Font-AFM for EL8
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-Font-AFM
Assignee: tcallawa(a)redhat.com
Reporter: xavier(a)bachelot.org
QA Contact: extras-qa(a)fedoraproject.org
CC: lxtnow(a)gmail.com, perl-devel(a)lists.fedoraproject.org,
rc040203(a)freenet.de, rob.myers(a)gtri.gatech.edu,
tcallawa(a)redhat.com, tremble(a)tremble.org.uk
Target Milestone: ---
Classification: Fedora
Hi,
Could you please branch and build perl-FontAFM for EPEL 8 ?
It is in the dependency chain of another package I'd like to maintain in EPEL
8.
Regards,
Xavier
--
You are receiving this mail because:
You are on the CC list for the bug.
5 months, 2 weeks
[Bug 1749132] New: Too strict gir lib search pattern
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1749132
Bug ID: 1749132
Summary: Too strict gir lib search pattern
Product: Fedora
Version: 30
Status: NEW
Component: perl-Glib-Object-Introspection
Assignee: berrange(a)redhat.com
Reporter: iamdexpl(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: berrange(a)redhat.com, ddick(a)cpan.org,
perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
Created attachment 1611740
--> https://bugzilla.redhat.com/attachment.cgi?id=1611740&action=edit
A less-strict template
Description of problem: perli11ndoc script from perl-Glib-Object-Introspection
can either display a window with a drop-down list of available GIRs or, if
launched with a GIR name, find the corresponding file, parse it and dump to
stdout. The latter mode has, among other things, a check whether the given
argument can be a valid GIR name. However the pattern to check against is too
strict. For example, it filters out GdkX11, libxfce4panel, libxfce4ui,
libxfce4util and PangoFT2
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. install and of the following — pango-devel, xfce4-panel, libxfce4ui,
gtk3-devel, libxfce4util
2. run perli11ndoc without arguments; ensure that the GIR matching the
installed package is listed in a drop-down list
3. run perli11ndoc GdkX11 (or whatever name from that packages installed on
step 1)
Actual results: "Cannot recognize the library name" on stderr
Expected results: contents of that GIR on stdout
--
You are receiving this mail because:
You are on the CC list for the bug.
5 months, 2 weeks
[Bug 1823526] New: bugzilla fails to build with Sphinx 3.0.0
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1823526
Bug ID: 1823526
Summary: bugzilla fails to build with Sphinx 3.0.0
Product: Fedora
Version: rawhide
Status: NEW
Component: bugzilla
Assignee: itamar(a)ispbrasil.com.br
Reporter: cstratak(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: cstratak(a)redhat.com, emmanuel(a)seyman.fr,
itamar(a)ispbrasil.com.br, mhroncok(a)redhat.com,
perl-devel(a)lists.fedoraproject.org
Blocks: 1783776
Target Milestone: ---
Classification: Fedora
bugzilla fails to build with Sphinx 3.0.0.
This report is automated and not very verbose, but we'll try to get back here
with details.
For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/cstratak/sphinx_3.0.0/fed...
For all our attempts to build bugzilla with Sphinx 3.0.0, see:
https://copr.fedorainfracloud.org/coprs/cstratak/sphinx_3.0.0/package/bug...
Testing and mass rebuild of packages is happening in copr. You can follow these
instructions to test locally in mock if your package builds with Sphinx 3:
https://copr.fedorainfracloud.org/coprs/cstratak/sphinx_3.0.0/
Let us know here if you have any questions.
Sphinx 3 will be included in Fedora 33. To make that update smoother, we're
building the dependent packages in Copr.
We'd appreciate help from the people who know this package best, but if you
don't want to work on this now, let us know so we can try to work around it on
our side.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1783776
[Bug 1783776] python-sphinx-3.0.1 is available
--
You are receiving this mail because:
You are on the CC list for the bug.
6 months, 2 weeks
[Bug 1802607] New: perl-Net-DNS-1.22 is available
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1802607
Bug ID: 1802607
Summary: perl-Net-DNS-1.22 is available
Product: Fedora
Version: rawhide
Status: NEW
Component: perl-Net-DNS
Keywords: FutureFeature, Triaged
Assignee: pwouters(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: caillon+fedoraproject(a)gmail.com,
john.j5live(a)gmail.com, kasal(a)ucw.cz,
perl-devel(a)lists.fedoraproject.org,
pwouters(a)redhat.com, rhughes(a)redhat.com,
rstrode(a)redhat.com, sandmann(a)redhat.com
Target Milestone: ---
Classification: Fedora
Latest upstream release: 1.22
Current version/release in rawhide: 1.21-2.fc32
URL: http://search.cpan.org/dist/Net-DNS/
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/3147/
--
You are receiving this mail because:
You are on the CC list for the bug.
7 months
[Bug 1823368] New: Please add perl-Curses to EPEL8
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1823368
Bug ID: 1823368
Summary: Please add perl-Curses to EPEL8
Product: Fedora EPEL
Version: epel8
Hardware: All
Status: NEW
Component: perl-Curses
Severity: low
Assignee: steve.traylen(a)cern.ch
Reporter: m(a)luto.at
QA Contact: extras-qa(a)fedoraproject.org
CC: perl-devel(a)lists.fedoraproject.org,
steve.traylen(a)cern.ch
Target Milestone: ---
Classification: Fedora
Description of problem:
EPEL 5, 6, and 7 provide perl-Curses, EPEL8 doesn't.
Version-Release number of selected component (if applicable): N/A
Steps to Reproduce:
1. boot CentOS 8
2. enable EPEL
3. dnf install perl-Curses
Actual results:
Package does not exist.
We need perl-Curses to get "mtop" running, so we're kind of blocked. If there
is anything I can do to assist in this, please let me know. Thank you!
--
You are receiving this mail because:
You are on the CC list for the bug.
7 months, 1 week
[Bug 1811618] New: [RFE] EPEL8 branch of perl-HTML-Element-Extended
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1811618
Bug ID: 1811618
Summary: [RFE] EPEL8 branch of perl-HTML-Element-Extended
Product: Fedora EPEL
Version: epel8
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
This is needed for perl-HTML-TableExtract, which is needed for
perl-Finance-Quote.
--
You are receiving this mail because:
You are on the CC list for the bug.
8 months
[Bug 1811624] New: [RFE] EPEL8 branch of perl-HTML-TableExtract
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1811624
Bug ID: 1811624
Summary: [RFE] EPEL8 branch of perl-HTML-TableExtract
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: perl-HTML-TableExtract
Assignee: notting(a)splat.cc
Reporter: paul(a)city-fan.org
QA Contact: extras-qa(a)fedoraproject.org
CC: notting(a)splat.cc, perl-devel(a)lists.fedoraproject.org
Target Milestone: ---
Classification: Fedora
This is needed for perl-Finance-Quote.
I (pghmcfc) am happy to co-maintain this package.
--
You are receiving this mail because:
You are on the CC list for the bug.
8 months