[Bug 1640572] New: Upgrade perl-Test-PostgreSQL to 1.27
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1640572
Bug ID: 1640572
Summary: Upgrade perl-Test-PostgreSQL to 1.27
Product: Fedora
Version: rawhide
Component: perl-Test-PostgreSQL
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
Latest Fedora delivers 1.26 version. Upstream released 1.27. When you have free
time, please upgrade it
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1624362] New: perl-re-engine-PCRE2-0.14-5.fc30 FTBFS: t/perl/
regexp.t fails with pcre2-10.32
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1624362
Bug ID: 1624362
Summary: perl-re-engine-PCRE2-0.14-5.fc30 FTBFS:
t/perl/regexp.t fails with pcre2-10.32
Product: Fedora
Version: rawhide
Component: perl-re-engine-PCRE2
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
perl-re-engine-PCRE2-0.14-5.fc30 fails to build in F30 because a test fails:
t/perl/pat.t .............. ok
t/perl/regexp.t ...........
Failed 4/1996 subtests
(less 215 skipped subtests: 1777 okay)
This is probably triggered by upgrading pcre2 from 10.31 to 10.32.
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1644377] auto* tools - Segmentation fault (core dumped)
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1644377
tla2k15(a)mail.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|needinfo?(tla2k15(a)mail.ru) |
--- Comment #4 from tla2k15(a)mail.ru ---
(In reply to Petr Pisar from comment #2)
> The stack trace indicates the perl executable crashed when loading an XS
> module into the interpreter. I suspect the reporter has third-party XS
> modules installed in his system that are used instead of the system ones.
>
> But we need more details:
>
> Can you provide us the configure.ac? We cannot reproduce the crash without
> it. Or at least tell us where did you get the file from.
>
> Could you run the "/usr/bin/perl -w /usr/bin/autom4te --language=autoconf
> --output=configure configure.ac" or the command you used to invoke it under
> a strace ("strace -fq -e open,openat -- /usr/bin/perl -w /usr/bin/autom4te
> --language=autoconf --output=configure configure.ac") so that we can see
> what files perl attempts to load?
$ strace -fq -e open,openat -- /usr/bin/perl -w /usr/bin/autom4te
--language=autoconf --output=configure configure.ac
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libperl.so.5.28", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib/locale/en_GB.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/lib64/gconv/gconv-modules.cache", O_RDONLY) = 3
openat(AT_FDCWD, "/usr/bin/autom4te", O_RDONLY|O_CLOEXEC) = 3
openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/C4che.pm", O_RDONLY|O_CLOEXEC) =
4
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/Data/Dumper.pm",
O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/share/perl5/vendor_perl/constant.pm",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/strict.pm", O_RDONLY|O_CLOEXEC) = 7
openat(AT_FDCWD, "/usr/share/perl5/warnings/register.pm", O_RDONLY|O_CLOEXEC) =
7
openat(AT_FDCWD, "/usr/share/perl5/warnings.pm", O_RDONLY|O_CLOEXEC) = 7
openat(AT_FDCWD, "/usr/local/share/perl5/Carp.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/vendor_perl/Exporter.pm",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/XSLoader.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/auto/Data/Dumper/Dumper.so",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/bytes.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/Request.pm", O_RDONLY|O_CLOEXEC)
= 5
openat(AT_FDCWD, "/usr/share/perl5/Class/Struct.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/vendor_perl/Exporter/Heavy.pm",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/vars.pm", O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/ChannelDefs.pm",
O_RDONLY|O_CLOEXEC) = 4
openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/Channels.pm",
O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/share/perl5/File/Basename.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/autoconf/Autom4te/FileUtils.pm",
O_RDONLY|O_CLOEXEC) = 4
openat(AT_FDCWD, "/usr/share/perl5/File/stat.pm", O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/lib64/perl5/Fcntl.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/auto/Fcntl/Fcntl.so", O_RDONLY|O_CLOEXEC) =
6
openat(AT_FDCWD, "/usr/share/perl5/overload.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/overloading.pm", O_RDONLY|O_CLOEXEC) = 7
openat(AT_FDCWD, "/usr/lib64/perl5/IO/File.pm", O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/share/perl5/Symbol.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/SelectSaver.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/IO/Seekable.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/IO/Handle.pm", O_RDONLY|O_CLOEXEC) = 7
openat(AT_FDCWD, "/usr/lib64/perl5/IO.pm", O_RDONLY|O_CLOEXEC) = 8
openat(AT_FDCWD, "/usr/lib64/perl5/auto/IO/IO.so", O_RDONLY|O_CLOEXEC) = 8
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/File/Spec.pm",
O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/File/Spec/Unix.pm",
O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/Cwd.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/auto/Cwd/Cwd.so",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/share/perl5/File/Compare.pm", O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/share/perl5/File/Copy.pm", O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/lib64/perl5/Config.pm", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/Time/HiRes.pm",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/lib64/perl5/vendor_perl/auto/Time/HiRes/HiRes.so",
O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/lib64/librt.so.1", O_RDONLY|O_CLOEXEC) = 6
openat(AT_FDCWD, "/usr/local/lib64/perl5/Scalar/Util.pm", O_RDONLY|O_CLOEXEC) =
5
openat(AT_FDCWD, "/usr/local/lib64/perl5/List/Util.pm", O_RDONLY|O_CLOEXEC) = 5
openat(AT_FDCWD, "/usr/local/lib64/perl5/auto/List/Util/Util.so",
O_RDONLY|O_CLOEXEC) = 5
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x5} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1644377] auto* tools - Segmentation fault (core dumped)
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1644377
--- Comment #3 from tla2k15(a)mail.ru ---
(In reply to Pavel Raiskup from comment #1)
> This rather looks like Perl issue. Can you provide self-standing
> reproducer (configure.ac at least)? I was not able to reproduce
> on my box with:
> <mock-chroot> sh-4.4# rpm -q autoconf perl m4
> autoconf-2.69-28.fc29.noarch
> package perl is not installed
> m4-1.4.18-9.fc29.x86_64
$ rpm -q autoconf perl m4
autoconf-2.69-28.fc29.noarch
perl-5.28.0-423.fc29.x86_64
m4-1.4.18-9.fc29.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1643854] New: Upgrade perl-Math-BigInt to 1.9998.16
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1643854
Bug ID: 1643854
Summary: Upgrade perl-Math-BigInt to 1.9998.16
Product: Fedora
Version: rawhide
Component: perl-Math-BigInt
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
Latest Fedora delivers 1.9998.15 version. Upstream released 1.9998.16. When you
have free time, please upgrade it
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1644621] New: Upgrade perl-Pod-Readme to v1.2.1
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1644621
Bug ID: 1644621
Summary: Upgrade perl-Pod-Readme to v1.2.1
Product: Fedora
Version: rawhide
Component: perl-Pod-Readme
Assignee: paul(a)city-fan.org
Reporter: jplesnik(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: denis(a)fateyev.com, paul(a)city-fan.org,
perl-devel(a)lists.fedoraproject.org, steve(a)silug.org
Latest Fedora delivers v1.2.0 version. Upstream released v1.2.1. When you have
free time, please upgrade it
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1644377] auto* tools - Segmentation fault (core dumped)
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1644377
Petr Pisar <ppisar(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tla2k15(a)mail.ru
Flags| |needinfo?(tla2k15(a)mail.ru)
--- Comment #2 from Petr Pisar <ppisar(a)redhat.com> ---
The stack trace indicates the perl executable crashed when loading an XS module
into the interpreter. I suspect the reporter has third-party XS modules
installed in his system that are used instead of the system ones.
But we need more details:
Can you provide us the configure.ac? We cannot reproduce the crash without it.
Or at least tell us where did you get the file from.
Could you run the "/usr/bin/perl -w /usr/bin/autom4te --language=autoconf
--output=configure configure.ac" or the command you used to invoke it under a
strace ("strace -fq -e open,openat -- /usr/bin/perl -w /usr/bin/autom4te
--language=autoconf --output=configure configure.ac") so that we can see what
files perl attempts to load?
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1644377] auto* tools - Segmentation fault (core dumped)
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1644377
Pavel Raiskup <praiskup(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caillon+fedoraproject@gmail
| |.com, iarnell(a)gmail.com,
| |jplesnik(a)redhat.com,
| |mbarnes(a)fastmail.com,
| |mmaslano(a)redhat.com,
| |perl-devel(a)lists.fedoraproj
| |ect.org, ppisar(a)redhat.com,
| |psabata(a)redhat.com,
| |rhughes(a)redhat.com,
| |sandmann(a)redhat.com,
| |tcallawa(a)redhat.com
Component|autoconf |perl
Assignee|praiskup(a)redhat.com |jplesnik(a)redhat.com
--- Comment #1 from Pavel Raiskup <praiskup(a)redhat.com> ---
This rather looks like Perl issue. Can you provide self-standing
reproducer (configure.ac at least)? I was not able to reproduce
on my box with:
<mock-chroot> sh-4.4# rpm -q autoconf perl m4
autoconf-2.69-28.fc29.noarch
package perl is not installed
m4-1.4.18-9.fc29.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months
[Bug 1639640] New: Biber and texlive-biblatex versions are
incompatible
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1639640
Bug ID: 1639640
Summary: Biber and texlive-biblatex versions are incompatible
Product: Fedora
Version: 29
Component: biber
Severity: low
Assignee: cbm(a)m.fsf.org
Reporter: floh.strobel(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: cbm(a)m.fsf.org, jnovy(a)redhat.com, mefoster(a)gmail.com,
perl-devel(a)lists.fedoraproject.org
Description of problem:
The official biber package is of version 2.7 while texlive-biblatex is of
version 3.11. They are closely coupled to each other, so biber needs an update
to current version 2.11 to work with current texlive-biblatex package.
Version-Release number of selected component (if applicable):
2.7
Steps to Reproduce:
1. Install biber (2.7)
2. Install texlive-biblatex (3.11)
3. Try to create a bibliography of a document with biber
Actual results:
...
Error: Found biblatex control file version 3.4, expected version 3.3.
This means that your biber (2.7) and biblatex (3.11) versions are incompatible.
...
Expected results:
a clean run of biber
This is my first filed bug. Please excuse my bad term
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 7 months