* Mon 2003-06-16 Michael G Schwern <[EMAIL PROTECTED]> mail.perl
> On Mon, Jun 16, 2003 at 03:39:09PM +0300, [EMAIL PROTECTED] wrote:
>
>> That installs fine as system wide, but not if I do this with grepmail:
>> 
>>     $ perl Makefile.PL FASTREADER=0 INSTALLDIRS=perl PREFIX=.inst/usr 
>>     $ grep -i prefix Makefile
>> 
>>     PREFIX = .inst/usr
>>     SITEPREFIX = .inst/usr
>>     VENDORPREFIX = .inst/usr
>> 
>>     ...
>>     MAKEMAKER = /usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm
>>     MM_VERSION = 6.05
>
> *snip*
>
>> At install.pm, line 136, it says this, when I added a print:
>> 
>>             if ($diff){
>>                 if (-f $targetfile){
>>                     forceunlink($targetfile) unless $nonono;
>>                 } else {
>> 
>>                     print ">>$targetdir\n";
>> 
>>                     mkpath($targetdir,0,0755) unless $nonono;
>>                     print "mkpath($targetdir,0,0755)\n" if $verbose>1;
>>                 }
>> 
>> 
>> [EMAIL PROTECTED]:/usr/src/build/grepmail-cvs-2003.0616$ make install
>> >>.inst/usr/man/man1/.inst/usr/man/man1/.inst/usr/man/man1/.inst/usr/man/man1/\
>> .inst/usr/man/man1/.inst/usr/man/man1/.inst/usr/man/man1/.inst/usr/man/man1
>> mkdir .inst/usr/man/man1/.inst/usr/man/man1/.inst/usr/man/man1/.inst: Invalid \
>> argument at /usr/lib/perl5/5.8.0/ExtUtils/Install.pm line 139
>> make: *** [pure_perl_install] Error 255
>
> Gut feeling says the leading dot is confusing something but I can't tell
> from this if its ExtUtils::Install::install() itself or if its being
> called wrong by MakeMaker.  Can't tell more without seeing your Makefile
> and the output of 'make -n install'.

Forgot ... here it is


[EMAIL PROTECTED]:/usr/src/build/grepmail-cvs-2003.0616$ make -n install

/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/sh -c true
/bin/perl.exe -MExtUtils::Install -e 'install([EMAIL PROTECTED], '\''0'\'', 0, 
'\''0'\''\
);' \
        read /usr/lib/perl5/5.8.0/cygwin-multi-64int/auto/grepmail/.packlist \
        write .inst/usr/lib/perl5/5.8.0/cygwin-multi-64int/auto/grepmail/.pack\
list \
        blib/lib .inst/usr/lib/perl5/5.8.0 \
        blib/arch .inst/usr/lib/perl5/5.8.0/cygwin-multi-64int \
        blib/bin .inst/usr/bin \
        blib/script .inst/usr/bin \
        blib/man1 .inst/usr/man/man1 \
        blib/man3 .inst/usr/man/man3
/bin/perl.exe "-MExtUtils::Command::MM" -e warn_if_old_packlist \
        /usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int/auto/grepmail
echo Appending installation info to .inst/usr/lib/perl5/5.8.0/cygwin-multi-64i\
nt/perllocal.pod
/bin/perl.exe "-MExtUtils::Command" -e mkpath .inst/usr/lib/perl5/5.8.0/cygwin\
-multi-64int
/bin/perl.exe "-MExtUtils::Command::MM" -e perllocal_install \
        "Module" "grepmail" \
        "installed into" ".inst/usr/lib/perl5/5.8.0" \
        LINKTYPE "dynamic" \
        VERSION "4.70" \
        EXE_FILES "grepmail" \
        >> .inst/usr/lib/perl5/5.8.0/cygwin-multi-64int/perllocal.pod




-- 
http://tiny-tools.sourceforge.net/
Swatch  @time http://www.ryanthiessen.com/swatch/resources.htm
Convert @time http://www.mir.com.my/iTime/itime.htm

Reply via email to