ambs / Config-AutoConf

Config::AutoConf Perl Module
Other
2 stars 7 forks source link

Unsupported compile language "C" #10

Closed lampmanyao closed 9 years ago

lampmanyao commented 9 years ago

I am building this module at CentOS 7 as following: 0) # perl Makefile.PL Writing Makefile for Config::AutoConf

1) # make cp lib/Config/AutoConf.pm blib/lib/Config/AutoConf.pm Manifying blib/man3/Config::AutoConf.3pm

2) # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "testharness(0, 'blib/lib', 'blib/arch')" t/.t xt/_.t t/00.load.t ........ ok
t/01.checkprog.t ... 1/18 # Check for some progs to get an overview about world outside

Found AWK as /usr/bin/gawk

Found SED as /usr/bin/sed

Found EGREP as /usr/bin/egrep

Found YACC as /usr/bin/bison Config::AutoConf /usr/bin/bison -y

Unsupported compile language "C" at t/01.checkprog.t line 105.

Looks like you planned 18 tests but ran 16.

Looks like your test exited with 2 just after 16.

t/01.checkprog.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/18 subtests t/02.compile.t ..... Unsupported compile language "C" at t/02.compile.t line 19. t/02.compile.t ..... Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/03.link.t ........ 1/? Unsupported compile language "C" at t/03.link.t line 20.

Tests were run but no plan was declared and done_testing() was not seen.

Looks like your test exited with 2 just after 1.

t/03.link.t ........ Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed t/05.settings.t .... ok
... ... ...

But I have installed gcc and lex already. How do i solve this problem? Thanks.

lampmanyao commented 9 years ago

This problem is caused by Aliyun's bug. Yesterday, Aliyun's bug kills the processes (e.g. make, top, vim) in user's systems, and deletes some files at /usr/bin/ . I'v no idea how they do that!