PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2017-12-10T10:09:42 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Sun, 10 Dec 2017 04:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MG/MGV/Slob-0.001.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MG/MGV/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/M/MG/MGV/Slob-0.001.tar.gz ok Slob-0.001/ Slob-0.001/lib/ Slob-0.001/lib/Slob.pm Slob-0.001/t/ Slob-0.001/t/freedict-uncompressed.slob Slob-0.001/t/Slob.t Slob-0.001/t/freedict-lzma2.slob Slob-0.001/README Slob-0.001/MANIFEST Slob-0.001/Makefile.PL Slob-0.001/Changes Slob-0.001/META.yml Slob-0.001/META.json Slob-0.001/SIGNATURE Configuring M/MG/MGV/Slob-0.001.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Warning: prerequisite Compress::Raw::Lzma 0 not found. Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Slob Writing MYMETA.yml and MYMETA.json MGV/Slob-0.001.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for M/MG/MGV/Slob-0.001.tar.gz ---- Unsatisfied dependencies detected during ---- ---- MGV/Slob-0.001.tar.gz ---- Compress::Raw::Lzma [requires] Running test for module 'Compress::Raw::Lzma' ______________________ D i s t r o P r e f s ______________________ Compress-Raw-Lzma.yml[0] Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/P/PM/PMQS/Compress-Raw-Lzma-2.074.tar.gz ok Compress-Raw-Lzma-2.074/ Compress-Raw-Lzma-2.074/lib/ Compress-Raw-Lzma-2.074/lib/Compress/ Compress-Raw-Lzma-2.074/lib/Compress/Raw/ Compress-Raw-Lzma-2.074/lib/Compress/Raw/Lzma.pm Compress-Raw-Lzma-2.074/MANIFEST Compress-Raw-Lzma-2.074/private/ Compress-Raw-Lzma-2.074/private/MakeUtil.pm Compress-Raw-Lzma-2.074/README Compress-Raw-Lzma-2.074/ppport.h Compress-Raw-Lzma-2.074/Changes Compress-Raw-Lzma-2.074/config.in Compress-Raw-Lzma-2.074/Makefile.PL Compress-Raw-Lzma-2.074/typemap Compress-Raw-Lzma-2.074/t/ Compress-Raw-Lzma-2.074/t/001version.t Compress-Raw-Lzma-2.074/t/050interop-xz.t Compress-Raw-Lzma-2.074/t/09limitoutput.t Compress-Raw-Lzma-2.074/t/19nonpv.t Compress-Raw-Lzma-2.074/t/01llzma-generic.t Compress-Raw-Lzma-2.074/t/Test/ Compress-Raw-Lzma-2.074/t/Test/Builder.pm Compress-Raw-Lzma-2.074/t/Test/More.pm Compress-Raw-Lzma-2.074/t/Test/Simple.pm Compress-Raw-Lzma-2.074/t/99pod.t Compress-Raw-Lzma-2.074/t/compress/ Compress-Raw-Lzma-2.074/t/compress/CompTestUtils.pm Compress-Raw-Lzma-2.074/t/02filters.t Compress-Raw-Lzma-2.074/META.json Compress-Raw-Lzma-2.074/META.yml Compress-Raw-Lzma-2.074/fallback/ Compress-Raw-Lzma-2.074/fallback/constants.h Compress-Raw-Lzma-2.074/fallback/constants.xs Compress-Raw-Lzma-2.074/Lzma.xs Applying 1 patch: /Users/fly2000/cpanfly-5.20/etc/distroprefs/Compress-Raw-Lzma.patch /usr/bin/patch -N --fuzz=3 -p1 < Date: Tue, 19 Apr 2016 09:40:01 -0400 Subject: [PATCH] Point to our lzma library --- Makefile.PL | 3 +++ config.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) mode change 100644 => 100755 Makefile.PL diff --git a/Makefile.PL b/Makefile.PL old mode 100644 new mode 100755 index 500224f..6a1760d --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,9 @@ my $LIBLZMA_LIB ; my $LIBLZMA_INCLUDE ; my $LIBS = '-llzma'; +$ENV{LIBLZMA_INCLUDE} = $ENV{FLY_LIBS} . '/include'; +$ENV{LIBLZMA_LIB} = $ENV{FLY_LIBS} . '/lib'; + ParseCONFIG() ; UpDowngrade(getPerlFiles('MANIFEST')) diff --git a/config.in b/config.in index 811ea17..ddd6ccb 100755 --- a/config.in +++ b/config.in @@ -14,8 +14,8 @@ # Controlling the version of liblzma used by Compress::Raw::Lzma # -INCLUDE = /usr/local/include -LIB = /usr/local/lib +INCLUDE = # LIBLZMA_INCLUDE env var will be used +LIB = # LIBLZMA_LIB env var will be used #INCLUDE = ./libraries/5.2.1/include #LIB = ./libraries/5.2.1/lib -- 2.6.4 (Apple Git-63) EOT patching file Makefile.PL Hunk #1 succeeded at 14 (offset 1 line). patching file config.in Configuring P/PM/PMQS/Compress-Raw-Lzma-2.074.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Up/Downgrade not needed. Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Warning (mostly harmless): No library found for -llzma Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Lzma Writing MYMETA.yml and MYMETA.json PMQS/Compress-Raw-Lzma-2.074.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for P/PM/PMQS/Compress-Raw-Lzma-2.074.tar.gz >>> make cp lib/Compress/Raw/Lzma.pm blib/lib/Compress/Raw/Lzma.pm AutoSplitting blib/lib/Compress/Raw/Lzma.pm (blib/lib/auto/Compress/Raw/Lzma) Running Mkbootstrap for Compress::Raw::Lzma () chmod 644 "Lzma.bs" "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "/Users/fly2000/cpanfly-5.20/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2000/ap2000-298465/lib/ExtUtils/typemap" -typemap "typemap" Lzma.xs > Lzma.xsc && mv Lzma.xsc Lzma.c gcc -c -I/Users/fly2000/cpanfly-5.20/var/libs/include -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-merge-constants -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" "-I/Users/fly2000/ap2000-298465/lib/CORE" -Wall -Wno-comment Lzma.c Lzma.xs:18:19: error: lzma.h: No such file or directory Lzma.xs:55: error: expected specifier-qualifier-list before 'lzma_stream' Lzma.xs:74: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token Lzma.xs:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token Lzma.xs:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token Lzma.xs:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token Lzma.xs:78: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token Lzma.xs:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token Lzma.xs: In function 'PostInitStream': Lzma.xs:315: error: 'di_stream' has no member named 'bufsize' Lzma.xs:316: error: 'di_stream' has no member named 'last_error' Lzma.xs:316: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:316: error: (Each undeclared identifier is reported only once Lzma.xs:316: error: for each function it appears in.) Lzma.xs: In function 'setupFilters': Lzma.xs:327: error: 'di_stream' has no member named 'filters' Lzma.xs:327: error: 'LZMA_FILTER_LZMA1' undeclared (first use in this function) Lzma.xs:328: warning: implicit declaration of function 'lzma_properties_decode' Lzma.xs:328: error: 'di_stream' has no member named 'filters' Lzma.xs:329: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:342: error: 'lzma_filter' undeclared (first use in this function) Lzma.xs:342: error: 'filter' undeclared (first use in this function) Lzma.xs:342: error: expected expression before ')' token Lzma.xs:345: error: 'di_stream' has no member named 'sv_filters' Lzma.xs:347: error: 'di_stream' has no member named 'filters' Lzma.xs:348: error: 'di_stream' has no member named 'filters' Lzma.xs:353: error: 'di_stream' has no member named 'filters' Lzma.xs:353: error: 'LZMA_VLI_UNKNOWN' undeclared (first use in this function) Lzma.xs: In function 'destroyStream': Lzma.xs:364: error: 'LZMA_FILTERS_MAX' undeclared (first use in this function) Lzma.xs:366: error: 'di_stream' has no member named 'sv_filters' Lzma.xs:367: error: 'di_stream' has no member named 'sv_filters' Lzma.xs: At top level: Lzma.xs:548: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'addZipProperties' In file included from Lzma.xs:582: constants.h: In function 'constant_11': constants.h:35: error: 'LZMA_MF_BT2' undeclared (first use in this function) constants.h:46: error: 'LZMA_MF_BT3' undeclared (first use in this function) constants.h:55: error: 'LZMA_MF_HC3' undeclared (first use in this function) constants.h:66: error: 'LZMA_MF_BT4' undeclared (first use in this function) constants.h:75: error: 'LZMA_MF_HC4' undeclared (first use in this function) constants.h:86: error: 'LZMA_FINISH' undeclared (first use in this function) constants.h: In function 'constant_13': constants.h:141: error: 'LZMA_NO_CHECK' undeclared (first use in this function) constants.h: In function 'constant_14': constants.h:174: error: 'LZMA_MODE_FAST' undeclared (first use in this function) constants.h:185: error: 'LZMA_BUF_ERROR' undeclared (first use in this function) constants.h:196: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) constants.h:207: error: 'LZMA_GET_CHECK' undeclared (first use in this function) constants.h: In function 'constant_15': constants.h:231: error: 'LZMA_DATA_ERROR' undeclared (first use in this function) constants.h:264: error: 'LZMA_CHECK_NONE' undeclared (first use in this function) constants.h:306: error: 'LZMA_PROG_ERROR' undeclared (first use in this function) constants.h:317: error: 'LZMA_STREAM_END' undeclared (first use in this function) constants.h:328: error: 'LZMA_FULL_FLUSH' undeclared (first use in this function) constants.h:339: error: 'LZMA_SYNC_FLUSH' undeclared (first use in this function) constants.h: In function 'constant_16': constants.h:362: error: 'LZMA_CHECK_CRC32' undeclared (first use in this function) constants.h:371: error: 'LZMA_CHECK_CRC64' undeclared (first use in this function) constants.h:382: error: 'LZMA_MODE_NORMAL' undeclared (first use in this function) constants.h: In function 'constant_17': constants.h:438: error: 'LZMA_CHECK_SHA256' undeclared (first use in this function) constants.h:482: error: 'LZMA_FORMAT_ERROR' undeclared (first use in this function) constants.h: In function 'constant_18': constants.h:560: error: 'LZMA_OPTIONS_ERROR' undeclared (first use in this function) constants.h: In function 'constant_19': constants.h:670: error: 'LZMA_MEMLIMIT_ERROR' undeclared (first use in this function) constants.h: In function 'constant_22': constants.h:737: error: 'LZMA_UNSUPPORTED_CHECK' undeclared (first use in this function) constants.h: In function 'constant': constants.h:833: error: 'LZMA_OK' undeclared (first use in this function) constants.h:843: error: 'LZMA_RUN' undeclared (first use in this function) constants.h:893: error: 'LZMA_DELTA_TYPE_BYTE' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_LZMA_VERSION': Lzma.c:860: error: 'LZMA_VERSION' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_version_number': Lzma.c:877: warning: implicit declaration of function 'lzma_version_number' Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_version_string': Lzma.c:894: warning: implicit declaration of function 'lzma_version_string' Lzma.c:894: warning: assignment makes pointer from integer without a cast Lzma.c: In function 'XS_Compress__Raw__Lzma_LZMA_VERSION_STRING': Lzma.c:912: error: 'LZMA_VERSION_STRING' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_LZMA_FILTER_LZMA1': Lzma.c:930: error: 'LZMA_FILTER_LZMA1' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_LZMA_BACKWARD_SIZE_MAX': Lzma.c:948: error: 'LZMA_BACKWARD_SIZE_MAX' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_mf_is_supported': Lzma.c:962: error: 'lzma_match_finder' undeclared (first use in this function) Lzma.c:962: error: expected ';' before 'match_finder' Lzma.c:964: error: 'lzma_bool' undeclared (first use in this function) Lzma.c:964: error: expected ';' before 'RETVAL' Lzma.c:966: error: 'RETVAL' undeclared (first use in this function) Lzma.c:966: warning: implicit declaration of function 'lzma_mf_is_supported' Lzma.c:966: error: 'match_finder' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_mode_is_supported': Lzma.c:985: error: 'lzma_mode' undeclared (first use in this function) Lzma.c:985: error: expected ';' before 'mode' Lzma.c:987: error: 'lzma_bool' undeclared (first use in this function) Lzma.c:987: error: expected ';' before 'RETVAL' Lzma.c:989: error: 'RETVAL' undeclared (first use in this function) Lzma.c:989: warning: implicit declaration of function 'lzma_mode_is_supported' Lzma.c:989: error: 'mode' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_check_is_supported': Lzma.c:1008: error: 'lzma_check' undeclared (first use in this function) Lzma.c:1008: error: expected ';' before 'check' Lzma.c:1010: error: 'lzma_bool' undeclared (first use in this function) Lzma.c:1010: error: expected ';' before 'RETVAL' Lzma.c:1012: error: 'RETVAL' undeclared (first use in this function) Lzma.c:1012: warning: implicit declaration of function 'lzma_check_is_supported' Lzma.c:1012: error: 'check' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_check_size': Lzma.c:1031: error: 'lzma_check' undeclared (first use in this function) Lzma.c:1031: error: expected ';' before 'check' Lzma.c:1036: warning: implicit declaration of function 'lzma_check_size' Lzma.c:1036: error: 'check' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_stream_buffer_bound': Lzma.c:1055: warning: implicit declaration of function 'lzma_stream_buffer_bound' Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_filter_encoder_is_supported': Lzma.c:1069: error: 'lzma_vli' undeclared (first use in this function) Lzma.c:1069: error: expected ';' before 'id' Lzma.c:1071: error: 'lzma_bool' undeclared (first use in this function) Lzma.c:1071: error: expected ';' before 'RETVAL' Lzma.c:1073: error: 'RETVAL' undeclared (first use in this function) Lzma.c:1073: warning: implicit declaration of function 'lzma_filter_encoder_is_supported' Lzma.c:1073: error: 'id' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_filter_decoder_is_supported': Lzma.c:1092: error: 'lzma_vli' undeclared (first use in this function) Lzma.c:1092: error: expected ';' before 'id' Lzma.c:1094: error: 'lzma_bool' undeclared (first use in this function) Lzma.c:1094: error: expected ';' before 'RETVAL' Lzma.c:1096: error: 'RETVAL' undeclared (first use in this function) Lzma.c:1096: warning: implicit declaration of function 'lzma_filter_decoder_is_supported' Lzma.c:1096: error: 'id' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_easy_encoder_memusage': Lzma.c:1120: warning: implicit declaration of function 'lzma_easy_encoder_memusage' Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_easy_decoder_memusage': Lzma.c:1139: warning: implicit declaration of function 'lzma_easy_decoder_memusage' Lzma.xs: In function 'XS_Compress__Raw__Lzma_lzma_alone_encoder': Lzma.xs:666: error: 'lzma_ret' undeclared (first use in this function) Lzma.xs:666: error: expected ';' before 'err' Lzma.xs:671: error: 'err' undeclared (first use in this function) Lzma.xs:671: warning: implicit declaration of function 'lzma_alone_encoder' Lzma.xs:671: error: 'di_stream' has no member named 'stream' Lzma.xs:671: error: expected ')' before 'lzma_options_lzma' Lzma.xs:671: error: 'di_stream' has no member named 'filters' Lzma.xs:671: warning: type defaults to 'int' in declaration of 'type name' Lzma.xs:673: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:683: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) Lzma.xs: In function 'XS_Compress__Raw__Lzma_lzma_raw_encoder': Lzma.xs:711: error: 'lzma_ret' undeclared (first use in this function) Lzma.xs:711: error: expected ';' before 'err' Lzma.xs:718: error: 'err' undeclared (first use in this function) Lzma.xs:718: warning: implicit declaration of function 'lzma_raw_encoder' Lzma.xs:718: error: 'di_stream' has no member named 'stream' Lzma.xs:718: error: expected ')' before 'lzma_filter' Lzma.xs:718: error: 'di_stream' has no member named 'filters' Lzma.xs:718: warning: type defaults to 'int' in declaration of 'type name' Lzma.xs:720: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:730: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_stream_encoder': Lzma.c:1309: error: 'lzma_check' undeclared (first use in this function) Lzma.c:1309: error: expected ';' before 'check' Lzma.c:1325: error: 'check' undeclared (first use in this function) Lzma.c:1325: error: 'LZMA_CHECK_CRC32' undeclared (first use in this function) Lzma.xs:758: error: 'lzma_ret' undeclared (first use in this function) Lzma.xs:758: error: expected ';' before 'err' Lzma.xs:764: error: 'err' undeclared (first use in this function) Lzma.xs:764: warning: implicit declaration of function 'lzma_stream_encoder' Lzma.xs:764: error: 'di_stream' has no member named 'stream' Lzma.xs:764: error: expected ')' before 'lzma_filter' Lzma.xs:764: error: 'di_stream' has no member named 'filters' Lzma.xs:764: warning: type defaults to 'int' in declaration of 'type name' Lzma.xs:766: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:776: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma_lzma_easy_encoder': Lzma.c:1388: error: 'lzma_check' undeclared (first use in this function) Lzma.c:1388: error: expected ';' before 'check' Lzma.c:1399: error: 'LZMA_PRESET_DEFAULT' undeclared (first use in this function) Lzma.c:1406: error: 'check' undeclared (first use in this function) Lzma.c:1406: error: 'LZMA_CHECK_CRC32' undeclared (first use in this function) Lzma.xs:805: error: 'lzma_ret' undeclared (first use in this function) Lzma.xs:805: error: expected ';' before 'err' Lzma.xs:809: error: 'err' undeclared (first use in this function) Lzma.xs:809: warning: implicit declaration of function 'lzma_easy_encoder' Lzma.xs:809: error: 'di_stream' has no member named 'stream' Lzma.xs:811: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:821: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) Lzma.xs: In function 'XS_Compress__Raw__Lzma__Encoder_DESTROY': Lzma.xs:849: warning: implicit declaration of function 'lzma_end' Lzma.xs:849: error: 'di_stream' has no member named 'stream' Lzma.c: In function 'XS_Compress__Raw__Lzma__Encoder_code': Lzma.c:1495: error: 'lzma_ret' undeclared (first use in this function) Lzma.c:1495: error: expected ';' before 'RETVAL' Lzma.xs:866: error: 'di_stream' has no member named 'bufsize' Lzma.xs:876: error: 'di_stream' has no member named 'stream' Lzma.xs:877: error: 'di_stream' has no member named 'stream' Lzma.xs:894: warning: implicit declaration of function 'addZipProperties' Lzma.xs:897: error: 'di_stream' has no member named 'stream' Lzma.xs:899: error: 'di_stream' has no member named 'stream' Lzma.xs:900: error: 'di_stream' has no member named 'stream' Lzma.xs:902: error: 'di_stream' has no member named 'stream' Lzma.xs:904: error: 'di_stream' has no member named 'stream' Lzma.xs:906: error: 'di_stream' has no member named 'stream' Lzma.xs:908: error: 'di_stream' has no member named 'stream' Lzma.xs:912: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:912: warning: implicit declaration of function 'lzma_code' Lzma.xs:912: error: 'di_stream' has no member named 'stream' Lzma.xs:912: error: 'LZMA_RUN' undeclared (first use in this function) Lzma.xs:914: error: 'LZMA_STREAM_END' undeclared (first use in this function) Lzma.xs:916: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:921: error: 'di_stream' has no member named 'stream' Lzma.xs:923: error: 'di_stream' has no member named 'stream' Lzma.xs:933: error: 'di_stream' has no member named 'compressedBytes' Lzma.xs:933: error: 'di_stream' has no member named 'stream' Lzma.xs:934: error: 'di_stream' has no member named 'uncompressedBytes' Lzma.xs:934: error: 'di_stream' has no member named 'stream' Lzma.xs:936: error: 'di_stream' has no member named 'last_error' Lzma.xs:939: error: 'di_stream' has no member named 'stream' Lzma.c: In function 'XS_Compress__Raw__Lzma__Encoder_flush': Lzma.c:1612: error: 'lzma_ret' undeclared (first use in this function) Lzma.c:1612: error: expected ';' before 'RETVAL' Lzma.c:1613: error: 'lzma_action' undeclared (first use in this function) Lzma.c:1613: error: expected ';' before 'f' Lzma.c:1627: error: 'f' undeclared (first use in this function) Lzma.c:1627: error: 'LZMA_FINISH' undeclared (first use in this function) Lzma.xs:959: error: 'di_stream' has no member named 'bufsize' Lzma.xs:961: error: 'di_stream' has no member named 'stream' Lzma.xs:978: error: 'di_stream' has no member named 'stream' Lzma.xs:980: error: 'di_stream' has no member named 'stream' Lzma.xs:983: error: 'di_stream' has no member named 'stream' Lzma.xs:985: error: 'di_stream' has no member named 'stream' Lzma.xs:987: error: 'di_stream' has no member named 'stream' Lzma.xs:989: error: 'di_stream' has no member named 'stream' Lzma.xs:993: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:993: error: 'di_stream' has no member named 'stream' Lzma.xs:999: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:1005: error: 'di_stream' has no member named 'last_error' Lzma.xs:1007: error: 'di_stream' has no member named 'compressedBytes' Lzma.xs:1007: error: 'di_stream' has no member named 'stream' Lzma.xs:1009: error: 'LZMA_STREAM_END' undeclared (first use in this function) Lzma.xs:1011: error: 'di_stream' has no member named 'stream' Lzma.xs: In function 'XS_Compress__Raw__Lzma__Encoder_compressedBytes': Lzma.xs:1023: error: 'di_stream' has no member named 'compressedBytes' Lzma.xs: In function 'XS_Compress__Raw__Lzma__Encoder_uncompressedBytes': Lzma.xs:1032: error: 'di_stream' has no member named 'uncompressedBytes' Lzma.xs: In function 'XS_Compress__Raw__Lzma_lzma_auto_decoder': Lzma.xs:1052: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:1056: warning: implicit declaration of function 'lzma_auto_decoder' Lzma.xs:1056: error: 'di_stream' has no member named 'stream' Lzma.xs:1058: warning: implicit declaration of function 'lzma_stream_decoder' Lzma.xs:1058: error: 'di_stream' has no member named 'stream' Lzma.xs:1060: warning: implicit declaration of function 'lzma_alone_decoder' Lzma.xs:1060: error: 'di_stream' has no member named 'stream' Lzma.xs:1072: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) Lzma.xs: In function 'XS_Compress__Raw__Lzma_lzma_raw_decoder': Lzma.xs:1098: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:1107: warning: implicit declaration of function 'lzma_raw_decoder' Lzma.xs:1107: error: 'di_stream' has no member named 'stream' Lzma.xs:1107: error: expected ')' before 'lzma_filter' Lzma.xs:1107: error: 'di_stream' has no member named 'filters' Lzma.xs:1107: warning: type defaults to 'int' in declaration of 'type name' Lzma.xs:1119: error: 'LZMA_MEM_ERROR' undeclared (first use in this function) Lzma.xs: In function 'XS_Compress__Raw__Lzma__Decoder_DESTROY': Lzma.xs:1142: error: 'di_stream' has no member named 'stream' Lzma.xs: In function 'XS_Compress__Raw__Lzma__Decoder_code': Lzma.xs:1165: error: 'di_stream' has no member named 'bufsize' Lzma.xs:1180: error: 'di_stream' has no member named 'stream' Lzma.xs:1181: error: 'di_stream' has no member named 'stream' Lzma.xs:1197: error: 'di_stream' has no member named 'stream' Lzma.xs:1213: error: 'di_stream' has no member named 'stream' Lzma.xs:1215: error: 'di_stream' has no member named 'stream' Lzma.xs:1220: error: 'di_stream' has no member named 'bytesInflated' Lzma.xs:1224: error: 'di_stream' has no member named 'stream' Lzma.xs:1226: error: 'di_stream' has no member named 'stream' Lzma.xs:1228: error: 'di_stream' has no member named 'stream' Lzma.xs:1230: error: 'di_stream' has no member named 'stream' Lzma.xs:1234: error: 'di_stream' has no member named 'stream' Lzma.xs:1234: error: 'LZMA_RUN' undeclared (first use in this function) Lzma.xs:1237: error: 'LZMA_BUF_ERROR' undeclared (first use in this function) Lzma.xs:1237: error: 'di_stream' has no member named 'stream' Lzma.xs:1238: error: 'LZMA_OK' undeclared (first use in this function) Lzma.xs:1246: error: 'di_stream' has no member named 'stream' Lzma.xs:1248: error: 'di_stream' has no member named 'stream' Lzma.xs:1258: error: 'di_stream' has no member named 'last_error' Lzma.xs:1259: error: 'LZMA_STREAM_END' undeclared (first use in this function) Lzma.xs:1262: error: 'di_stream' has no member named 'bytesInflated' Lzma.xs:1262: error: 'di_stream' has no member named 'stream' Lzma.xs:1263: error: 'di_stream' has no member named 'uncompressedBytes' Lzma.xs:1263: error: 'di_stream' has no member named 'bytesInflated' Lzma.xs:1264: error: 'di_stream' has no member named 'compressedBytes' Lzma.xs:1264: error: 'di_stream' has no member named 'stream' Lzma.xs:1267: error: 'di_stream' has no member named 'bytesInflated' Lzma.xs:1277: error: 'di_stream' has no member named 'stream' Lzma.xs:1280: error: 'di_stream' has no member named 'stream' Lzma.xs:1280: error: 'di_stream' has no member named 'stream' Lzma.xs: In function 'XS_Compress__Raw__Lzma__Decoder_compressedBytes': Lzma.xs:1295: error: 'di_stream' has no member named 'compressedBytes' Lzma.xs: In function 'XS_Compress__Raw__Lzma__Decoder_uncompressedBytes': Lzma.xs:1304: error: 'di_stream' has no member named 'uncompressedBytes' Lzma.c: In function 'XS_Lzma__Filter_id': Lzma.c:2193: error: 'Lzma__Filter' undeclared (first use in this function) Lzma.c:2193: error: expected ';' before 'filter' Lzma.c:2199: error: 'filter' undeclared (first use in this function) Lzma.c: In function 'XS_Lzma__Filter_DESTROY': Lzma.c:2222: error: 'Lzma__Filter' undeclared (first use in this function) Lzma.c:2222: error: expected ';' before 's' Lzma.c:2226: error: 's' undeclared (first use in this function) Lzma.c: In function 'XS_Lzma__Filter__Lzma__mk': Lzma.c:2260: error: 'lzma_mode' undeclared (first use in this function) Lzma.c:2260: error: expected ';' before 'mode' Lzma.c:2264: error: 'lzma_match_finder' undeclared (first use in this function) Lzma.c:2264: error: expected ';' before 'mf' Lzma.c:2268: error: 'Lzma__Filter__Lzma' undeclared (first use in this function) Lzma.c:2268: error: expected ';' before 'RETVAL' Lzma.xs:1340: error: 'lzma_options_lzma' undeclared (first use in this function) Lzma.xs:1340: error: 'p' undeclared (first use in this function) Lzma.xs:1341: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:1341: error: 'lzma_filter' undeclared (first use in this function) Lzma.xs:1341: error: expected expression before ')' token Lzma.xs:1341: warning: left-hand operand of comma expression has no effect Lzma.xs:1342: error: 'LZMA_FILTER_LZMA2' undeclared (first use in this function) Lzma.xs:1342: error: 'LZMA_FILTER_LZMA1' undeclared (first use in this function) Lzma.xs:1343: error: expected expression before ')' token Lzma.xs:1343: warning: left-hand operand of comma expression has no effect Lzma.xs:1344: error: expected expression before ')' token Lzma.xs:1345: error: 'LZMA_DICT_SIZE_DEFAULT' undeclared (first use in this function) Lzma.xs:1345: error: 'LZMA_LC_DEFAULT' undeclared (first use in this function) Lzma.xs:1345: error: 'LZMA_LP_DEFAULT' undeclared (first use in this function) Lzma.xs:1345: error: 'LZMA_PB_DEFAULT' undeclared (first use in this function) Lzma.xs:1345: error: 'LZMA_MODE_NORMAL' undeclared (first use in this function) Lzma.xs:1345: error: 'LZMA_MF_BT4' undeclared (first use in this function) Lzma.xs:1350: error: 'mode' undeclared (first use in this function) Lzma.xs:1352: error: 'mf' undeclared (first use in this function) Lzma.c: In function 'XS_Lzma__Filter__Lzma__mkPreset': Lzma.c:2307: error: 'Lzma__Filter__Lzma' undeclared (first use in this function) Lzma.c:2307: error: expected ';' before 'RETVAL' Lzma.xs:1362: error: 'lzma_options_lzma' undeclared (first use in this function) Lzma.xs:1362: error: 'p' undeclared (first use in this function) Lzma.xs:1363: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:1363: error: 'lzma_filter' undeclared (first use in this function) Lzma.xs:1363: error: expected expression before ')' token Lzma.xs:1363: warning: left-hand operand of comma expression has no effect Lzma.xs:1364: error: 'LZMA_FILTER_LZMA2' undeclared (first use in this function) Lzma.xs:1364: error: 'LZMA_FILTER_LZMA1' undeclared (first use in this function) Lzma.xs:1365: error: expected expression before ')' token Lzma.xs:1365: warning: left-hand operand of comma expression has no effect Lzma.xs:1366: error: expected expression before ')' token Lzma.xs:1367: warning: implicit declaration of function 'lzma_lzma_preset' Lzma.c: In function 'XS_Lzma__Filter__BCJ__mk': Lzma.c:2337: error: 'Lzma__Filter__BCJ' undeclared (first use in this function) Lzma.c:2337: error: expected ';' before 'RETVAL' Lzma.xs:1378: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:1378: error: 'lzma_filter' undeclared (first use in this function) Lzma.xs:1378: error: expected expression before ')' token Lzma.xs:1378: warning: left-hand operand of comma expression has no effect Lzma.xs:1379: error: 'lzma_options_bcj' undeclared (first use in this function) Lzma.xs:1379: error: expected expression before ')' token Lzma.xs:1379: warning: left-hand operand of comma expression has no effect Lzma.xs:1381: error: expected expression before ')' token Lzma.c: In function 'XS_Lzma__Filter__Delta__mk': Lzma.c:2369: error: 'lzma_delta_type' undeclared (first use in this function) Lzma.c:2369: error: expected ';' before 'type' Lzma.c:2371: error: 'Lzma__Filter__Delta' undeclared (first use in this function) Lzma.c:2371: error: expected ';' before 'RETVAL' Lzma.c:2374: error: 'type' undeclared (first use in this function) Lzma.c:2374: error: 'LZMA_DELTA_TYPE_BYTE' undeclared (first use in this function) Lzma.c:2381: error: 'LZMA_DELTA_DIST_MIN' undeclared (first use in this function) Lzma.xs:1392: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:1392: error: 'lzma_filter' undeclared (first use in this function) Lzma.xs:1392: error: expected expression before ')' token Lzma.xs:1392: warning: left-hand operand of comma expression has no effect Lzma.xs:1393: error: 'lzma_options_delta' undeclared (first use in this function) Lzma.xs:1393: error: expected expression before ')' token Lzma.xs:1393: warning: left-hand operand of comma expression has no effect Lzma.xs:1394: error: 'LZMA_FILTER_DELTA' undeclared (first use in this function) Lzma.xs:1395: error: expected expression before ')' token Lzma.xs:1396: error: expected expression before ')' token Lzma.c: In function 'XS_Compress__Raw__Lzma__Options_new': Lzma.c:2411: error: 'Compress__Raw__Lzma__Options' undeclared (first use in this function) Lzma.c:2411: error: expected ';' before 'RETVAL' Lzma.xs:1405: error: 'RETVAL' undeclared (first use in this function) Lzma.xs:1405: error: 'lzma_options_lzma' undeclared (first use in this function) Lzma.xs:1405: error: expected expression before ')' token Lzma.xs:1405: warning: left-hand operand of comma expression has no effect Lzma.xs:1406: error: 'LZMA_DICT_SIZE_DEFAULT' undeclared (first use in this function) Lzma.xs:1406: error: 'LZMA_LC_DEFAULT' undeclared (first use in this function) Lzma.xs:1406: error: 'LZMA_LP_DEFAULT' undeclared (first use in this function) Lzma.xs:1406: error: 'LZMA_PB_DEFAULT' undeclared (first use in this function) Lzma.xs:1406: error: 'LZMA_MODE_NORMAL' undeclared (first use in this function) Lzma.xs:1406: error: 'LZMA_MF_BT4' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma__Options_lzma_lzma_preset': Lzma.c:2434: error: 'Compress__Raw__Lzma__Options' undeclared (first use in this function) Lzma.c:2434: error: expected ';' before 's' Lzma.c:2437: error: 'lzma_bool' undeclared (first use in this function) Lzma.c:2437: error: expected ';' before 'RETVAL' Lzma.c:2441: error: 's' undeclared (first use in this function) Lzma.c:2449: error: 'RETVAL' undeclared (first use in this function) Lzma.c: In function 'XS_Compress__Raw__Lzma__Options_DESTROY': Lzma.c:2468: error: 'Compress__Raw__Lzma__Options' undeclared (first use in this function) Lzma.c:2468: error: expected ';' before 's' Lzma.c:2472: error: 's' undeclared (first use in this function) make: *** [Lzma.o] Error 1 PMQS/Compress-Raw-Lzma-2.074.tar.gz make -- NOT OK MGV/Slob-0.001.tar.gz Has already been unwrapped into directory /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Slob-0.001-NPBrqW MGV/Slob-0.001.tar.gz Has already been prepared Running make for M/MG/MGV/Slob-0.001.tar.gz Warning: Prerequisite 'Compress::Raw::Lzma => 0' for 'MGV/Slob-0.001.tar.gz' failed when processing 'PMQS/Compress-Raw-Lzma-2.074.tar.gz' with 'make => NO'. Continuing, but chances to succeed are limited. >>> make cp lib/Slob.pm blib/lib/Slob.pm Manifying 1 pod document MGV/Slob-0.001.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Slob;' # at t/Slob.t line 6. # Tried to use 'Slob'. # Error: Can't locate Compress/Raw/Lzma.pm in @INC (you may need to install the Compress::Raw::Lzma module) (@INC contains: /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Slob-0.001-NPBrqW/blib/lib /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Slob-0.001-NPBrqW/blib/arch /Users/fly2000/cpanfly-5.20/var/megalib /Users/fly2000/cpanfly-5.20/var/megalib /Users/fly2000/Library/ActivePerl-5.20/lib /Users/fly2000/ap2000-298465/site/lib /Users/fly2000/ap2000-298465/lib .) at /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Slob-0.001-NPBrqW/blib/lib/Slob.pm line 13. # BEGIN failed--compilation aborted at /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Slob-0.001-NPBrqW/blib/lib/Slob.pm line 13. # Compilation failed in require at t/Slob.t line 6. # BEGIN failed--compilation aborted at t/Slob.t line 6. Can't locate object method "new" via package "Slob" at t/Slob.t line 9. # Looks like you planned 13 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 255 just after 1. t/Slob.t .. 1..13 not ok 1 - use Slob; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 13/13 subtests Test Summary Report ------------------- t/Slob.t (Wstat: 65280 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 13 tests but ran 1. Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.05 cusr 0.01 csys = 0.09 CPU) Result: FAIL Failed 1/1 test programs. 1/1 subtests failed. make: *** [test_dynamic] Error 255 MGV/Slob-0.001.tar.gz one dependency not OK (Compress::Raw::Lzma); additionally test harness failed make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MGV/Slob-0.001.tar.gz Finished 2017-12-10T10:09:53