
kid51
- Website: thenceforward.net/perl
- About: kid51 is the IRC handle for James E Keenan, New York City-based Perl aficionado, CPAN contributor (id: JKEENAN), user group organizer and frequent conference speaker
Recent Actions
-
Posted Bye, bye search.cpan.org to James E Keenan
For me, at least, a sad moment. But you can read the details at log.perl.org and make up your own mind.
-
Commented on CFP still open - Second Round closing soon
In case it's not apparent from the very terse wording of this post ... this refers to The Perl Conference (North America), to be held in Salt Lake City, Utah, with main conference days being June 18 - 20....
-
Posted Configure at the 2017 Perl 5 Core Hackathon to James E Keenan
Configure at the Perl 5 Core Hackathon
One major focus of discussion at the Perl 5 Core Hackathon in Amsterdam last month was the status of the program Configure. In this post, we provide a brief introduction to Configure a…
-
Posted 2017 Perl 5 Core Hackathon Held in Amsterdam October 12-15 to James E Keenan
…
-
Posted Barcelona Perl & Friends: Saturday 4 Nov 2017 to James E Keenan
Barcelona Perl & Friends: Saturday 4 Nov 2017
A free one-day conference for Geeks and F…
-
Commented on I can't install perl-5.26.0-RC1 in CentOS 5.11
Would you be able to either (a) sign up for the Perl 5 Porters mailing list send email to: perl5-porters-subscribe@perl.org) or (b), using a newsreader, subscribe to the perl.perl5.porters group at nntp.perl.org? Members of the Perl 5 Porters are working...
-
Commented on Trials and troubles with changing @INC
Thanks for putting in the effort on this!...
-
Commented on A happy mod_perl story
Tell us more!...
-
Commented on Are Restricted/Locked Hashes A Failed Experiment?
Andreas, could you provide an example of that usage of lock_keys() with Getopt::Long? Since that's a library I've often used, I'd like to see how you use it and whether there are alternatives. Thank you very much....
-
Commented on Paging TOBYINK
The test failures in Type::Tiny are becoming more urgent as we get closer to the release of perl-5.26.0. There are over 600 CPAN distributions which have first-level dependencies on this module. They cannot be tested against blead until this one...
-
Commented on Upping minimum version for Devel::Cover
Ether wrote: I would humbly suggest that you *not* change the 'use' line in code to *force* that 5.8.1 be used -- surely, if someone else wants to install the code under 5.6, and especially if they are motivated...
-
Commented on Is this thing on?
Welcome, Joe!...

Comment Threads
-
sparvu commented on
I can't install perl-5.26.0-RC1 in CentOS 5.11
Im on CentOS release 5.11 (Final)using gcc version 4.4.7 20120313 (Red Hat 4.4.7-1) (GCC) and have same error when trying to build perl 5.24.3
...
miniperlmain.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
sv.o: In function `S_hextract':
sv.c:(.text+0x9b5): undefined reference to `Perl_fp_class_denorm'
collect2: ld returned 1 exit status
make: *** [lib/buildcustomize.pl] Error 1Any success or we need to give up on CentOS 5.x and move forward to 6.x ?
-
sparvu commented on
I can't install perl-5.26.0-RC1 in CentOS 5.11
Any progress on this ? I have a similar issue ... CentOS 5.11 gcc 4.4
cc -fstack-protector -L/usr/local/lib -o miniperl \
opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmain.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
sv.o: In function `S_hextract':
sv.c:(.text+0xce5): … -
Yuki Kimoto commented on
I can't install perl-5.26.0-RC1 in CentOS 5.11
This problem is maybe fixed next release of Perl 5.26. It seems to patch to blead branch.
-
Buddy Burden commented on
Trials and troubles with changing @INC
Hey, Ryan. How's it going?
Just tried to look at my failures, but I hit two problems:
* The author page says I have two failing modules, but the module page only lists one with my name on it.
* The link to the failure log gives me a 404.Thx for all your hard work!
-
lent commented on
I can't install perl-5.26.0-RC1 in CentOS 5.11
Modifying sv.c as follows gets "make" and "make install" to work. line 11172 redefines the macro to use the fpclassify function which I thinks is intended.
11169-#define HEXTRACT_BYTES_BE(a, b) \
11170- for (ix = a; ix 11171:#define HEXTRACT_GET_SUBNORMAL(nv) *subnormal = Perl_fp_class_denorm(nv)
11172-#define HEXTRACT_GET_SUBNORMAL(nv) *subnormal = fpclassify(nv)
11173-#define HEXTRACT_IMPLICIT_BIT(nv) \"make test" fails one test "os/sprintf2.t"
lib/warnings ................................................... ok
Failed 1 test out o…

About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.