user-pic

Sawyer X

  • About: Gots to do the bloggingz
Subscribe to feed Recent Actions from Sawyer 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.

  • 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…

  • simonde commented on What are the best Perl one-liners you've written?

    Nothing fancy, but it's handy when you want to pull IP addresses out of log files

    cat /var/log/messages|perl -e 'while (>) {/(\d+\.\d+\.\d+\.\d+)/ && print "$1\n"};'

  • Mark Gardner commented on Dist::Zilla::PluginBundle::Starter - A new way to start using Dist::Zilla

    Thanks! Maybe this will be the spark needed to get off my duff and dzilify the rest of my distros.

Subscribe to feed Responses to Comments from Sawyer X

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.