https://bugzilla.redhat.com/show_bug.cgi?id=1452519 Bug ID: 1452519 Summary: Warnings when building perl-Math-Pari-2.010809-3.fc27 on Perl 5.26 Product: Fedora Version: rawhide Component: perl-Math-Pari Assignee: paul@xxxxxxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: paul@xxxxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx External Bug ID: CPAN 120711 perl-Math-Pari-2.010809-3.fc27 produces these kind of warnings when building on perl-5.26.0-rc1: + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-I/usr/include/libpari23 -I/usr/share/libpari23/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' paridir=/usr/share/libpari23 'parilib=-lpari23 ' [...] Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter){ < -- HERE / at libPARI/gphelp line 331. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/\\s(?:ref|idx){ <-- HERE \s*([^{}]*)}/ at libPARI/gp help line 1027. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/\\(?:ref|idx){ <-- HERE \s*([^{}]*)}/ at libPARI/gph elp line 1028. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^\\(subsubsec[a-z]*|subsec[a-z]*|section|chapter){ < -- HERE / at libPARI/gphelp line 331. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/\\s(?:ref|idx){ <-- HERE \s*([^{}]*)}/ at libPARI/gp help line 1027. Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/\\(?:ref|idx){ <-- HERE \s*([^{}]*)}/ at libPARI/gph elp line 1028. and t/55_galois.t ............. skipped: no tests found in `/usr/share/libpari23/src/test/32/galois' # Can't locate Term/Gnuplot.pm in @INC, ignoring plotting t/55_graph.t .............. ok t/55_intnum.t ............. ok t/55_linear.t ............. ok t/55_nfields.t ............ ok t/55_number.t ............. ok t/55_objets.t ............. ok # Can't locate Term/Gnuplot.pm in @INC, ignoring plotting t/55_ploth.t .............. ok The regex warning could be addressed in 2.01080900 release. The @INC warnings are discussed in <https://rt.cpan.org/Public/Bug/Display.html?id=120711>. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx