Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Clean smoke-test install for Inline based modules using Inline::MakeMaker

by bingos (Vicar)
on Dec 15, 2011 at 11:10 UTC ( [id://943696]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Clean smoke-test install for Inline based modules using Inline::MakeMaker
in thread Clean smoke-test install for Inline based modules using Inline::MakeMaker

Er, no it doesn't

[canker:]$ cd throw [canker:]$ tar zxf /home/ftp/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-Ma +keMaker-6.62.tar.gz [canker:]$ ls -l total 4 drwxr-xr-x 7 chris users 512 Oct 24 00:47 ExtUtils-MakeMaker-6.62 [canker:]$ ls -l ExtUtils-MakeMaker-6.62/ total 292 -rw-r--r-- 1 chris users 82777 Oct 24 00:43 Changes -rw-r--r-- 1 chris users 2316 Sep 25 04:42 INSTALL -rw-r--r-- 1 chris users 4226 Oct 24 00:47 MANIFEST -rw-r--r-- 1 chris users 1561 Sep 25 04:42 MANIFEST.SKIP -rw-r--r-- 1 chris users 1450 Oct 24 00:47 META.json -rw-r--r-- 1 chris users 857 Oct 24 00:47 META.yml -rw-r--r-- 1 chris users 5212 Sep 25 06:17 Makefile.PL -rw-r--r-- 1 chris users 3448 Sep 25 04:42 NOTES -rw-r--r-- 1 chris users 6986 Sep 25 04:42 PATCHING -rw-r--r-- 1 chris users 433 Sep 25 04:42 README -rw-r--r-- 1 chris users 12334 Oct 24 00:47 SIGNATURE -rw-r--r-- 1 chris users 2087 Sep 25 04:42 TODO drwxr-xr-x 2 chris users 512 Oct 24 00:47 bin drwxr-xr-x 15 chris users 512 Oct 24 00:47 bundled drwxr-xr-x 3 chris users 512 Oct 24 00:47 lib drwxr-xr-x 2 chris users 512 Oct 24 00:47 my drwxr-xr-x 5 chris users 1536 Oct 24 00:47 t [canker:]$

Not even on MSWin32

C:\perl64\cpanidx>cd fooblah C:\perl64\cpanidx\fooblah>curl http://cpan.mirror.local/CPAN/authors/i +d/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz > ExtUtils-MakeMaker-6 +.62.tar.gz % Total % Received % Xferd Average Speed Time Time Time + Current Dload Upload Total Spent Left + Speed 100 405k 100 405k 0 0 1039k 0 --:--:-- --:--:-- --:--: +-- 12.7M C:\perl64\cpanidx\fooblah>dir Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah 15/12/2011 11:06 <DIR> . 15/12/2011 11:06 <DIR> .. 15/12/2011 11:06 415,020 ExtUtils-MakeMaker-6.62.tar.gz 1 File(s) 415,020 bytes 2 Dir(s) 211,262,439,424 bytes free C:\perl64\cpanidx\fooblah>ptar -zxf ExtUtils-MakeMaker-6.62.tar.gz C:\perl64\cpanidx\fooblah>dir Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah 15/12/2011 11:06 <DIR> . 15/12/2011 11:06 <DIR> .. 15/12/2011 11:06 <DIR> ExtUtils-MakeMaker-6.62 15/12/2011 11:06 415,020 ExtUtils-MakeMaker-6.62.tar.gz 1 File(s) 415,020 bytes 3 Dir(s) 211,260,715,008 bytes free C:\perl64\cpanidx\fooblah>dir ExtUtils-MakeMaker-6.62 Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah\ExtUtils-MakeMaker-6.62 15/12/2011 11:06 <DIR> . 15/12/2011 11:06 <DIR> .. 15/12/2011 11:06 <DIR> bin 15/12/2011 11:06 <DIR> bundled 24/10/2011 00:43 82,777 Changes 25/09/2011 04:42 2,316 INSTALL 15/12/2011 11:06 <DIR> lib 25/09/2011 06:17 5,212 Makefile.PL 24/10/2011 00:47 4,226 MANIFEST 25/09/2011 04:42 1,561 MANIFEST.SKIP 24/10/2011 00:47 1,450 META.json 24/10/2011 00:47 857 META.yml 15/12/2011 11:06 <DIR> my 25/09/2011 04:42 3,448 NOTES 25/09/2011 04:42 6,986 PATCHING 25/09/2011 04:42 433 README 24/10/2011 00:47 12,334 SIGNATURE 15/12/2011 11:06 <DIR> t 25/09/2011 04:42 2,087 TODO 12 File(s) 123,687 bytes 7 Dir(s) 211,260,715,008 bytes free C:\perl64\cpanidx\fooblah>

Replies are listed 'Best First'.
Re^5: Clean smoke-test install for Inline based modules using Inline::MakeMaker
by BrowserUk (Patriarch) on Dec 15, 2011 at 11:33 UTC

    Er, yes it does. On my machine.

    Full console log:

    C:\test>md EUMM C:\test>cd EUMM C:\test\EUMM>wget http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN /ExtUtils-MakeMaker-6.62.tar.gz --2011-12-15 11:30:24-- http://search.cpan.org/CPAN/authors/id/M/MS/M SCHWERN/ExtUtils-MakeMaker-6.62.tar.gz Resolving search.cpan.org... 194.106.223.155 Connecting to search.cpan.org|194.106.223.155|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://ftp.esat.net/pub/languages/perl/CPAN/authors/id/M/MS/ MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz [following] --2011-12-15 11:30:24-- http://ftp.esat.net/pub/languages/perl/CPAN/a uthors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz Resolving ftp.esat.net... 193.120.14.241 Connecting to ftp.esat.net|193.120.14.241|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 415020 (405K) [application/x-gzip] Saving to: `ExtUtils-MakeMaker-6.62.tar.gz' 100%[============================>] 415,020 223K/s in 1.8s 2011-12-15 11:30:26 (223 KB/s) - `ExtUtils-MakeMaker-6.62.tar.gz' save d [415020/415020] C:\test\EUMM>dir Volume in drive C has no label. Volume Serial Number is 8C78-4B42 Directory of C:\test\EUMM 15/12/2011 11:30 <DIR> . 15/12/2011 11:30 <DIR> .. 24/10/2011 00:48 415,020 ExtUtils-MakeMaker-6.62.tar.gz 1 File(s) 415,020 bytes 2 Dir(s) 91,969,417,216 bytes free C:\test\EUMM>md5sum ExtUtils-MakeMaker-6.62.tar.gz 2ae291030c52999b5672b2a502eab195 *ExtUtils-MakeMaker-6.62.tar.gz C:\test\EUMM>gunzip --version gunzip 1.2.4 (18 Aug 93) Compilation options: DIRENT SYS_UTIME STDC_HEADERS HAVE_UNISTD_H NO_CHOWN PROTO ASMV C:\test\EUMM>gunzip ExtUtils-MakeMaker-6.62.tar.gz C:\test\EUMM>tar --version tar (GNU tar) 1.12 Copyright (C) 1988, 92, 93, 94, 95, 96, 97 Free Software Foundation, I nc. This is free software; see the source for copying conditions. There i s NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR POSE. Written by John Gilmore and Jay Fenlason. C:\test\EUMM>tar -xvf ExtUtils-MakeMaker-6.62.tar ExtUtils-MakeMaker-6.62 Changes INSTALL Makefile.PL MANIFEST MANIFEST.SKIP META.json META.yml NOTES PATCHING README SIGNATURE TODO bin instmodsh bundled CPAN-Meta CPAN Meta.pm Meta Converter.pm Feature.pm History.pm Prereqs.pm Spec.pm Validator.pm CPAN-Meta-YAML CPAN Meta YAML.pm ExtUtils-Command ExtUtils Command.pm ExtUtils-Install ExtUtils Install.pm Installed.pm Packlist.pm ExtUtils-Manifest ExtUtils Manifest.pm MANIFEST.SKIP File-Copy-Recursive File Copy Recursive.pm File-Temp File Temp.pm JSON-PP JSON PP.pm PP Boolean.pm JSON-PP-Compat5006 JSON PP Compat5006.pm Parse-CPAN-Meta Parse CPAN Meta.pm Scalar-List-Utils List Util.pm Util PP.pm Scalar Util.pm Util PP.pm version version.pm version.pod version Internals.pod vpp.pm Version-Requirements Version Requirements.pm lib ExtUtils Liblist.pm MakeMaker.pm Mkbootstrap.pm Mksymlists.pm MM.pm MM_AIX.pm MM_Any.pm MM_BeOS.pm MM_Cygwin.pm MM_Darwin.pm MM_DOS.pm MM_MacOS.pm MM_NW5.pm MM_OS2.pm MM_QNX.pm MM_Unix.pm MM_UWIN.pm MM_VMS.pm MM_VOS.pm MM_Win32.pm MM_Win95.pm MY.pm testlib.pm Command MM.pm Liblist Kid.pm MakeMaker Config.pm FAQ.pod Tutorial.pod my bundles.pm t 00compile.t arch_check.t backwards.t basic.t build_man.t cd.t config.t dir_target.t FIRST_MAKEFILE.t fix_libs.t fixin.t hints.t INST.t INST_PREFIX.t INSTALL_BASE.t installed_file.t is_of_type.t Liblist.t Liblist_Kid.t make.t MakeMaker_Parameters.t maketext_filter.t meta_convert.t META_for_testing.json META_for_testing.yml META_for_testing_tricky_version.yml metafile_data.t metafile_file.t min_perl_version.t miniperl.t Mkbootstrap.t MM_Any.t MM_BeOS.t MM_Cygwin.t MM_NW5.t MM_OS2.t MM_Unix.t MM_VMS.t MM_Win32.t oneliner.t parse_abstract.t parse_version.t PL_FILES.t pm.t pm_to_blib.t pod2man.t postamble.t prefixify.t prereq.t prereq_print.t problems.t prompt.t recurs.t revision.t several_authors.t split_command.t test_boilerplate.t testlib.t VERSION_FROM.t WriteEmptyMakefile.t writemakefile_args.t xs.t lib TieIn.pm TieOut.pm MakeMaker Test NoXS.pm Utils.pm Setup BFD.pm MPV.pm PL_FILES.pm Problem.pm Recurs.pm SAS.pm XS.pm Test Builder.pm More.pm Simple.pm Builder Module.pm IO Scalar.pm liblist win32 __test.lib double.lib lib__test.lib lib_test.lib pl.lib space lib.lib test.a.lib test.lib test.meep test2.lib di r dir_test.lib dir dir_test.lib lib CORE c_test.lib double.lib libpath lp_test.lib vc vctest.lib testdata reallylongdirectoryname arch1 Config.pm arch2 Config.pm C:\test\EUMM>dir Volume in drive C has no label. Volume Serial Number is 8C78-4B42 Directory of C:\test\EUMM 15/12/2011 11:31 <DIR> . 15/12/2011 11:31 <DIR> .. 25/09/2011 04:42 933 00compile.t 15/12/2011 11:31 <DIR> arch1 15/12/2011 11:31 <DIR> arch2 25/09/2011 04:42 1,975 arch_check.t 25/09/2011 04:42 354 backwards.t 24/10/2011 00:41 14,793 basic.t 24/10/2011 00:41 2,779 BFD.pm 15/12/2011 11:31 <DIR> bin 25/09/2011 04:42 425 Boolean.pm 15/12/2011 11:31 <DIR> Builder 25/09/2011 04:42 51,558 Builder.pm 25/09/2011 04:42 1,605 build_man.t 15/12/2011 11:31 <DIR> bundled 25/09/2011 04:42 3,134 bundles.pm 25/09/2011 04:42 1,114 cd.t 24/10/2011 00:43 82,777 Changes 15/12/2011 11:31 <DIR> Command 25/09/2011 04:42 7,481 Command.pm 25/09/2011 04:42 3,939 Compat5006.pm 25/09/2011 04:42 0 Config.pm 25/09/2011 04:42 261 config.t 25/09/2011 06:00 40,305 Converter.pm 15/12/2011 11:31 <DIR> Copy 15/12/2011 11:31 <DIR> CORE 15/12/2011 11:31 <DIR> CPAN 15/12/2011 11:31 <DIR> CPAN-Meta 15/12/2011 11:31 <DIR> CPAN-Meta-YAML 25/09/2011 04:42 0 c_test.lib 15/12/2011 11:31 <DIR> di r 15/12/2011 11:31 <DIR> dir 25/09/2011 04:42 173 dir_target.t 25/09/2011 04:42 0 dir_test.lib 25/09/2011 04:42 0 double.lib 15/12/2011 11:31 <DIR> ExtUtils 15/12/2011 11:31 <DIR> ExtUtils-Command 15/12/2011 11:31 <DIR> ExtUtils-Install 15/12/2011 11:31 <DIR> ExtUtils-MakeMaker-6.62 24/10/2011 00:48 1,553,920 ExtUtils-MakeMaker-6.62.tar 15/12/2011 11:31 <DIR> ExtUtils-Manifest 24/10/2011 00:44 12,385 FAQ.pod 25/09/2011 06:00 2,274 Feature.pm 15/12/2011 11:31 <DIR> File 15/12/2011 11:31 <DIR> File-Copy-Recursive 15/12/2011 11:31 <DIR> File-Temp 25/09/2011 04:42 726 FIRST_MAKEFILE.t 25/09/2011 04:42 2,384 fixin.t 25/09/2011 04:42 693 fix_libs.t 25/09/2011 04:42 1,075 hints.t 25/09/2011 06:00 5,309 History.pm 25/09/2011 04:42 4,251 INST.t 25/09/2011 04:42 2,316 INSTALL 25/09/2011 04:42 39,738 Install.pm 25/09/2011 04:42 12,213 Installed.pm 25/09/2011 04:42 933 installed_file.t 25/09/2011 04:42 1,851 INSTALL_BASE.t 24/10/2011 00:44 4,160 instmodsh 25/09/2011 04:42 8,952 INST_PREFIX.t 25/09/2011 04:42 24,861 Internals.pod 15/12/2011 11:31 <DIR> IO 25/09/2011 04:42 842 is_of_type.t 15/12/2011 11:31 <DIR> JSON 15/12/2011 11:31 <DIR> JSON-PP 15/12/2011 11:31 <DIR> JSON-PP-Compat5006 24/10/2011 00:44 23,790 Kid.pm 15/12/2011 11:31 <DIR> lib 15/12/2011 11:31 <DIR> Liblist 24/10/2011 00:44 9,459 Liblist.pm 25/09/2011 04:42 670 Liblist.t 25/09/2011 06:00 10,027 Liblist_Kid.t 15/12/2011 11:31 <DIR> libpath 25/09/2011 04:42 0 lib_test.lib 25/09/2011 04:42 0 lib__test.lib 15/12/2011 11:31 <DIR> List 25/09/2011 04:42 0 lp_test.lib 25/09/2011 04:42 271 make.t 25/09/2011 06:17 5,212 Makefile.PL 15/12/2011 11:31 <DIR> MakeMaker 24/10/2011 00:44 88,959 MakeMaker.pm 25/09/2011 04:42 1,603 MakeMaker_Parameters.t 25/09/2011 04:42 909 maketext_filter.t 24/10/2011 00:47 4,226 MANIFEST 25/09/2011 04:42 22,474 Manifest.pm 25/09/2011 04:42 824 MANIFEST.SKIP 15/12/2011 11:31 <DIR> Meta 24/10/2011 00:47 1,450 META.json 25/09/2011 04:42 7,858 Meta.pm 24/10/2011 00:47 857 META.yml 25/09/2011 06:02 13,700 metafile_data.t 25/09/2011 04:42 7,553 metafile_file.t 25/09/2011 04:42 3,435 meta_convert.t 25/09/2011 04:42 1,421 META_for_testing.json 25/09/2011 04:42 839 META_for_testing.yml 25/09/2011 04:42 574 META_for_testing_tricky_version.ym l 25/09/2011 04:42 1,019 miniperl.t 24/10/2011 00:41 5,609 min_perl_version.t 24/10/2011 00:44 3,202 Mkbootstrap.pm 25/09/2011 04:42 4,008 Mkbootstrap.t 24/10/2011 00:44 10,814 Mksymlists.pm 24/10/2011 00:44 6,478 MM.pm 24/10/2011 00:44 1,569 MM_AIX.pm 24/10/2011 00:44 65,039 MM_Any.pm 25/09/2011 04:42 748 MM_Any.t 24/10/2011 00:44 982 MM_BeOS.pm 25/09/2011 04:42 1,071 MM_BeOS.t 24/10/2011 00:44 3,118 MM_Cygwin.pm 25/09/2011 04:42 3,191 MM_Cygwin.t 24/10/2011 00:44 916 MM_Darwin.pm 24/10/2011 00:44 950 MM_DOS.pm 24/10/2011 00:44 1,107 MM_MacOS.pm 24/10/2011 00:44 6,562 MM_NW5.pm 25/09/2011 04:42 7,887 MM_NW5.t 24/10/2011 00:44 3,843 MM_OS2.pm 25/09/2011 04:42 6,980 MM_OS2.t 24/10/2011 00:44 868 MM_QNX.pm 24/10/2011 00:44 94,710 MM_Unix.pm 25/09/2011 04:42 5,769 MM_Unix.t 24/10/2011 00:44 955 MM_UWIN.pm 24/10/2011 00:44 60,704 MM_VMS.pm 25/09/2011 04:42 1,662 MM_VMS.t 24/10/2011 00:44 723 MM_VOS.pm 24/10/2011 00:44 13,919 MM_Win32.pm 25/09/2011 06:00 10,870 MM_Win32.t 24/10/2011 00:44 1,892 MM_Win95.pm 25/09/2011 04:42 4,048 Module.pm 25/09/2011 04:42 44,313 More.pm 25/09/2011 04:42 1,258 MPV.pm 15/12/2011 11:31 <DIR> my 24/10/2011 00:44 652 MY.pm 25/09/2011 04:42 3,448 NOTES 25/09/2011 04:42 511 NoXS.pm 25/09/2011 06:00 2,123 oneliner.t 25/09/2011 04:42 8,540 Packlist.pm 15/12/2011 11:31 <DIR> Parse 15/12/2011 11:31 <DIR> Parse-CPAN-Meta 25/09/2011 04:42 1,431 parse_abstract.t 25/09/2011 04:42 4,045 parse_version.t 25/09/2011 04:42 6,986 PATCHING 25/09/2011 04:42 0 pl.lib 25/09/2011 04:42 2,624 PL_FILES.pm 25/09/2011 04:42 579 PL_FILES.t 25/09/2011 04:42 741 pm.t 25/09/2011 04:42 1,330 pm_to_blib.t 25/09/2011 04:42 910 pod2man.t 25/09/2011 04:42 1,565 postamble.t 15/12/2011 11:31 <DIR> PP 25/09/2011 04:42 2,247 PP.pm 25/09/2011 04:42 1,257 prefixify.t 25/09/2011 04:42 3,375 prereq.t 25/09/2011 06:00 6,707 Prereqs.pm 25/09/2011 04:42 1,876 prereq_print.t 25/09/2011 04:42 1,332 Problem.pm 25/09/2011 04:42 973 problems.t 25/09/2011 04:42 1,266 prompt.t 25/09/2011 04:42 433 README 15/12/2011 11:31 <DIR> reallylongdirectoryname 25/09/2011 04:42 1,578 Recurs.pm 25/09/2011 04:42 2,764 recurs.t 25/09/2011 04:42 22,545 Recursive.pm 25/09/2011 04:42 14,475 Requirements.pm 25/09/2011 04:42 413 revision.t 25/09/2011 04:42 1,287 SAS.pm 15/12/2011 11:31 <DIR> Scalar 15/12/2011 11:31 <DIR> Scalar-List-Utils 25/09/2011 04:42 13,091 Scalar.pm 15/12/2011 11:31 <DIR> Setup 24/10/2011 00:41 3,638 several_authors.t 24/10/2011 00:47 12,334 SIGNATURE 25/09/2011 04:42 6,461 Simple.pm 25/09/2011 04:42 0 space lib.lib 25/09/2011 06:00 34,358 Spec.pm 25/09/2011 06:00 1,477 split_command.t 15/12/2011 11:31 <DIR> t 25/09/2011 04:42 74,502 Temp.pm 15/12/2011 11:31 <DIR> Test 25/09/2011 04:42 0 test.a.lib 25/09/2011 04:42 0 test.lib 25/09/2011 04:42 0 test.meep 25/09/2011 04:42 0 test2.lib 15/12/2011 11:31 <DIR> testdata 24/10/2011 00:44 891 testlib.pm 25/09/2011 04:42 785 testlib.t 25/09/2011 04:42 389 test_boilerplate.t 25/09/2011 04:42 281 TieIn.pm 25/09/2011 04:42 355 TieOut.pm 25/09/2011 04:42 2,087 TODO 24/10/2011 00:44 4,368 Tutorial.pod 15/12/2011 11:31 <DIR> Util 25/09/2011 04:42 8,059 Util.pm 25/09/2011 04:42 8,602 Utils.pm 25/09/2011 06:00 30,406 Validator.pm 15/12/2011 11:31 <DIR> vc 25/09/2011 04:42 0 vctest.lib 15/12/2011 11:31 <DIR> version 15/12/2011 11:31 <DIR> Version-Requirements 25/09/2011 04:42 6,494 version.pm 25/09/2011 04:42 9,816 version.pod 25/09/2011 04:42 599 VERSION_FROM.t 25/09/2011 04:42 20,124 vpp.pm 15/12/2011 11:31 <DIR> win32 25/09/2011 04:42 573 WriteEmptyMakefile.t 25/09/2011 04:42 6,012 writemakefile_args.t 25/09/2011 04:42 1,737 XS.pm 25/09/2011 04:42 1,090 xs.t 25/09/2011 04:42 16,582 YAML.pm 25/09/2011 04:42 0 __test.lib 158 File(s) 2,838,508 bytes 49 Dir(s) 91,966,676,992 bytes free C:\test\EUMM>dir t Volume in drive C has no label. Volume Serial Number is 8C78-4B42 Directory of C:\test\EUMM\t 15/12/2011 11:31 <DIR> . 15/12/2011 11:31 <DIR> .. 0 File(s) 0 bytes 2 Dir(s) 91,966,676,992 bytes free C:\test\EUMM>

    And so do all of the last 6 versions.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    The start of some sanity?

      Wow ... something weird going on there. If I grab http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz by clicking on that link (in the browser), then gzip -d and tar xvf the file, it unwraps into a directory named 'ExtUtils-MakeMaker-6.62' (as expected).

      I think that's the same tarball as wget fetched for you ... so we're left to ponder what's making the difference.
      Is it something that wget does ? or gunzip ? or tar ?

      It's hard to believe that wget could be the culprit ... more likely something that your gunzip or tar is doing.
      And if it's only EU::MM that's afflicted with this condition (and not other source tarballs from CPAN), then it's even more mysterious - and, of course, indicative of there being something unique about the way Schwern bundles up his source tarballs.

      Cheers,
      Rob
        I think that's the same tarball as wget fetched for you ...

        It is exactly the same file as identified by the md5sum.

        more likely something that your gunzip or tar is doing.

        It seems to be something to do with the version of the tar used by the distribution builder that is incompatible with older versions of tar when it comes to untarring.

        As I've now discovered ptar -- it successfully unpacks the very same file that gave me troubles -- and that it is installed with Perl, I'll use that in future. Indeed, I've renamed tar.exe to tar.exe.old and copied ptar.bat to tar.cmd so that if I should forget, I won't have to spend hours working out which files and directories I need to delete as I did this time.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        The start of some sanity?

      Oh yeah, that is a problem with your version of tar/gunzip from http://unxutils.sourceforge.net/

      I had some similar problems with tar from http://gnuwin32.sf.net

      today I'm sucessfully using tar -zxvf from mingw

      $ tar --version tar (GNU tar) 1.23

      though I have successfully used ptar

      FWIW, as Anonymous Monk I really dislike your usage of spoiler tags instead of readmore tags

        FWIW, as Anonymous Monk I really dislike your usage of spoiler tags instead of readmore tags

        Could you explain why?

        I prefer spoilers to readmores because readmores expand automatically whenever anyone views the post.

        • For the casual viewer, this means they download and are forced to view a crap load of information they neither need nor want to view.
        • Anything posted after the readmore is pushed way down the screen, and in many cases will never be seen.

        Spoilers on the other hand allow:

        • the viewer to read the entire post minus the long boring details without scrolling.
        • The casual viewer never needs download, much less read or have to skip over the content.
        • The interested viewer to take in the overall flow and gist of the post *before* choosing whether to view the details.

        I cannot think of any purpose for which readmores are preferable to spoilers.


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        The start of some sanity?

Re^5: Clean smoke-test install for Inline based modules using Inline::MakeMaker
by Anonymous Monk on Dec 15, 2011 at 11:17 UTC

    I've seen it too, and AFAIK, its probably the dev tarball from http://makemaker.org

    though the latest version is ExtUtils-MakeMaker-6.63_02/

      Again with ExtUtils-MakeMaker-6.63_02

      [canker:]$ tar zxf /home/ftp/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-Ma +keMaker-6.63_02.tar.gz [canker:]$ ls -l total 4 drwxr-xr-x 7 chris users 512 Nov 2 00:06 ExtUtils-MakeMaker-6.63_0 +2 [canker:]$ ls -l ExtUtils-MakeMaker-6.63_02/ total 304 -rw-r--r-- 1 chris users 84799 Nov 2 00:02 Changes -rw-r--r-- 1 chris users 2316 Sep 25 04:42 INSTALL -rw-r--r-- 1 chris users 4267 Nov 2 00:06 MANIFEST -rw-r--r-- 1 chris users 1561 Sep 25 04:42 MANIFEST.SKIP -rw-r--r-- 1 chris users 1456 Nov 2 00:06 META.json -rw-r--r-- 1 chris users 862 Nov 2 00:06 META.yml -rw-r--r-- 1 chris users 6170 Nov 1 23:37 Makefile.PL -rw-r--r-- 1 chris users 3448 Sep 25 04:42 NOTES -rw-r--r-- 1 chris users 6986 Sep 25 04:42 PATCHING -rw-r--r-- 1 chris users 433 Sep 25 04:42 README -rw-r--r-- 1 chris users 1032 Nov 1 23:37 README.packaging -rw-r--r-- 1 chris users 12513 Nov 2 00:06 SIGNATURE -rw-r--r-- 1 chris users 2087 Sep 25 04:42 TODO drwxr-xr-x 2 chris users 512 Nov 2 00:06 bin drwxr-xr-x 15 chris users 512 Nov 2 00:06 bundled drwxr-xr-x 3 chris users 512 Nov 2 00:06 lib drwxr-xr-x 2 chris users 512 Nov 2 00:06 my drwxr-xr-x 5 chris users 1536 Nov 2 00:06 t [canker:]$
      C:\perl64\cpanidx\fooblah>ptar -zxf ExtUtils-MakeMaker-6.63_02.tar.gz C:\perl64\cpanidx\fooblah>dir Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah 15/12/2011 11:38 <DIR> . 15/12/2011 11:38 <DIR> .. 15/12/2011 11:38 <DIR> ExtUtils-MakeMaker-6.63_02 15/12/2011 11:37 418,905 ExtUtils-MakeMaker-6.63_02.tar.gz 1 File(s) 418,905 bytes 3 Dir(s) 211,260,317,696 bytes free C:\perl64\cpanidx\fooblah>dir ExtUtils-MakeMaker-6.63_02 Volume in drive C has no label. Volume Serial Number is 34BA-AFD9 Directory of C:\perl64\cpanidx\fooblah\ExtUtils-MakeMaker-6.63_02 15/12/2011 11:38 <DIR> . 15/12/2011 11:38 <DIR> .. 15/12/2011 11:38 <DIR> bin 15/12/2011 11:38 <DIR> bundled 02/11/2011 00:02 84,799 Changes 25/09/2011 04:42 2,316 INSTALL 15/12/2011 11:38 <DIR> lib 01/11/2011 23:37 6,170 Makefile.PL 02/11/2011 00:06 4,267 MANIFEST 25/09/2011 04:42 1,561 MANIFEST.SKIP 02/11/2011 00:06 1,456 META.json 02/11/2011 00:06 862 META.yml 15/12/2011 11:38 <DIR> my 25/09/2011 04:42 3,448 NOTES 25/09/2011 04:42 6,986 PATCHING 25/09/2011 04:42 433 README 01/11/2011 23:37 1,032 README.packaging 02/11/2011 00:06 12,513 SIGNATURE 15/12/2011 11:38 <DIR> t 25/09/2011 04:42 2,087 TODO 13 File(s) 127,930 bytes 7 Dir(s) 211,260,317,696 bytes free C:\perl64\cpanidx\fooblah>
        C:\perl64\cpanidx\fooblah>ptar -zxf ExtUtils-MakeMaker-6.63_02.tar.gz

        What the heck is ptar(*)?

        (*)The yellow-brown grunge around the base of the pedestal in male-only student houses? :)


        With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
        Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
        "Science is about questioning the status quo. Questioning authority".
        In the absence of evidence, opinion is indistinguishable from prejudice.

        The start of some sanity?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://943696]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-23 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found