Skip Menu |

This queue is for tickets about the List-MoreUtils CPAN distribution.

Report information
The Basics
Id: 69882
Status: resolved
Priority: 0/
Queue: List-MoreUtils

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.32



Despite can_xs() checks in the Makefile attempts to build XS on a cc-less workstation: Unpacking List-MoreUtils-0.32.tar.gz List-MoreUtils-0.32/ List-MoreUtils-0.32/META.yml List-MoreUtils-0.32/README List-MoreUtils-0.32/LICENSE List-MoreUtils-0.32/Makefile.PL List-MoreUtils-0.32/xt/ List-MoreUtils-0.32/xt/pmv.t List-MoreUtils-0.32/xt/meta.t List-MoreUtils-0.32/xt/pod.t List-MoreUtils-0.32/lib/ List-MoreUtils-0.32/lib/List/ List-MoreUtils-0.32/lib/List/MoreUtils.pm List-MoreUtils-0.32/dhash.h List-MoreUtils-0.32/MoreUtils.xs List-MoreUtils-0.32/MANIFEST List-MoreUtils-0.32/t/ List-MoreUtils-0.32/t/lib/ List-MoreUtils-0.32/t/lib/Test.pm List-MoreUtils-0.32/t/03_xs.t List-MoreUtils-0.32/t/01_compile.t List-MoreUtils-0.32/t/02_perl.t List-MoreUtils-0.32/Changes List-MoreUtils-0.32/multicall.h List-MoreUtils-0.32/sanexs.c Entering List-MoreUtils-0.32 Checking if you have ExtUtils::MakeMaker 6.52 ... Yes (6.58) Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280204) Configuring List-MoreUtils-0.32 ... Running Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for List::MoreUtils Writing MYMETA.yml and MYMETA.json OK Checking dependencies from MYMETA.yml ... Finding PREREQ from Makefile ... Checking if you have Test::More 0.82 ... Yes (0.98) Checking if you have Test::More 0.42 ... Yes (0.98) Checking if you have Test::More 0.42 ... Yes (0.98) Building and testing List-MoreUtils-0.32 for List::MoreUtils ... cp lib/List/MoreUtils.pm blib/lib/List/MoreUtils.pm /home/rabbit/perl5/perlbrew/perls/5.15.x_ino/bin/perl5.15.1 /home/rabbit/perl5/perlbrew/perls/5.15.x_ino/lib/5.15.1/ExtUtils/xsubpp -typemap /home/rabbit/perl5/perlbrew/perls/5.15.x_ino/lib/5.15.1/ExtUtils/typemap MoreUtils.xs > MoreUtils.xsc && mv MoreUtils.xsc MoreUtils.c cc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -fPIC "-I/home/rabbit/perl5/perlbrew/perls/5.15.x_ino/lib/5.15.1/x86_64-linux-thread-multi-64int-ld/CORE" -DPERL_EXT MoreUtils.c /bin/sh: cc: command not found make: *** [MoreUtils.o] Error 127 FAIL ! Installing List::MoreUtils failed. See /home/rabbit/.cpanm/build.log for details.
Fixed in 0.33 by taking the fixed version from Params::Util