Re: [Module::Build] Archive::Tar file format
Status: Beta
Brought to you by:
kwilliams
|
From: Glenn L. <pe...@ne...> - 2004-01-12 18:38:10
|
On approximately 1/12/2004 3:15 AM, came the following characters from the keyboard of Jos I. Boumans: >> YES! Looks good. I will test more extensively when a snapshot is >> available. Thanks. > > > You can find a snapshot attached. To use the new feature, follow this > bit of documentation: > > =head2 $Archive::Tar::DO_NOT_USE_PREFIX Well, I still don't understand why all the discussion is about TAR files with paths greater than 100 characters, although that seems to be technical impetus for some of the changes to the TAR file format. My TAR file has only paths less than 100 characters. But still, this process doesn't work... While at the end, ppm claims to have install GFfP, none of the files have actually been installed. Along the way, PowerArchiver 2001 isn't able to see the pathnames. I see a bunch of new messages about "make longlink? 0 0" during the build of the TAR file; maybe I need a newer version of Module::Build to turn on the new option in Archive::Tar? Maybe the message is just a debugging message to see if M::B actually turned on the option? Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. d:\GFfP>perl -MArchive::Tar -e "print $Archive::Tar::VERSION" 1.08_01 d:\GFfP>perl -v perl -v This is perl, v5.8.0 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2002, Larry Wall Binary build 805 provided by ActiveState Corp. http://www.ActiveState.com Built 18:08:02 Feb 4 2003 Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. d:\GFfP>perl build.pl Checking whether your kit is complete... Warning: the following files are missing in your kit: blib/arch/auto/GFfP/GFfP.bs blib/arch/auto/GFfP/GFfP.dll blib/arch/auto/GFfP/GFfP.exp blib/arch/auto/GFfP/GFfP.lib blib/lib/GFfP.pm Please inform the author. Creating new 'Build' script for 'GFfP' version '0.1' d:\GFfP>perl build lib\GFfP.pm -> blib\lib\GFfP.pm lib\GFfP.xs -> lib\GFfP.c C:\Perl\bin\perl.exe "-IC:\Perl\lib" "-IC:\Perl\lib" "C:\Perl\lib\ExtUtils\xsubpp" -noprototypes -typemap "C:\Perl\lib\ExtUtils\typemap" "lib\GFfP.xs"Generating script 'lib\GFfP.ccs' cl -c @"lib\GFfP.ccs" -Fo"lib\GFfP.obj" "lib\GFfP.c" GFfP.c ExtUtils::Mkbootstrap::Mkbootstrap('lib\GFfP') ExtUtils::Mksymlists::Mksymlists('lib\GFfP') Generating script 'lib\GFfP.lds' link @"lib\GFfP.lds" -out:"blib\arch\auto\GFfP\GFfP.dll" Creating library blib\arch\auto\GFfP\GFfP.lib and object blib\arch\auto\GFfP\GFfP.exp d:\GFfP>perl build dist Deleting META.yml Creating GFfP-0.1.tar.gz make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 make longlink? 0 0 Deleting GFfP-0.1 d:\GFfP>perl build ppd Using default codebase 'GFfP-0.1.tar.gz' d:\GFfP>dir *.gz Volume in drive D is my Volume Serial Number is F068-73C9 Directory of d:\GFfP 01/12/2004 10:27a 7,316 GFfP-0.1.tar.gz 1 File(s) 7,316 bytes 0 Dir(s) 19,563,614,208 bytes free d:\GFfP>ppm install GFfP.ppd ==================== Install 'GFfP' version 0.1 in ActivePerl 5.8.0.805. ==================== Successfully installed GFfP version 0.1 in ActivePerl 5.8.0.805. d:\GFfP> -- Glenn -- http://nevcal.com/ =========================== The best part about procrastination is that you are never bored, because you have all kinds of things that you should be doing. |