Hi,
We'd need to see your Makefile and Makefile.PL to do a proper diagnosis.

MakeMaker's default create_distdir does not directly call mkdir, it uses
ExtUtils::Manifest::manicopy().  It's possible an older version of
ExtUtils::Manifest had a bug, but it looks more like something modified
create_distdir to call mkdir.


On 2010.11.3 4:37 PM, Bill Moseley wrote:
> Seems ok on a newer machine with 6.54.  I searched quickly for "space" in the
> changes file and didn't see anything.
> 
> On Wed, Nov 3, 2010 at 4:22 PM, Bill Moseley <[email protected]
> <mailto:[email protected]>> wrote:
> 
>     I assume I'm messing something up here as this doesn't seem likely.
> 
> 
>     $ make dist
>     ...
>     ...
>     mkdir MyApp-0.01/root/static/build/media/press_releases
>     -e:
>     
> root/static/build/media/press_releases/e0da5df8a1293cef36db6a52de5f91dccb_Current
>     not found at -e line 1
>     Can't read
>     
> root/static/build/media/press_releases/e0da5df8a1293cef36db6a52de5f91dccb_Current:
>     No such file or directory
>     make: *** [create_distdir] Error 2
> 
>     The file has spaces:
> 
>     b...@dev4 ~/MyApp $ ls
>     
> root/static/build/media/press_releases/e0da5df8a1293cef36db6a52de5f91dccb_Current\
>     Member\ Publishers.pdf
>     
> root/static/build/media/press_releases/e0da5df8a1293cef36db6a52de5f91dccb_Current\
>     Member\ Publishers.pdf
> 
> 
>     $ perl -MExtUtils::MakeMaker -le 'print $ExtUtils::MakeMaker::VERSION'
>     6.42
> 
>     $ cat /etc/issue
>     Fedora release 12 (Constantine)
>     Kernel \r on an \m (\l)
> 
> 
>     The file was correctly added with make manifest -- it's the full path in
>     MANIFEST.


-- 
...they shared one last kiss that left a bitter yet sweet taste in her
mouth--kind of like throwing up after eating a junior mint.
    -- Dishonorable Mention, 2005 Bulwer-Lytton Fiction Contest
           by Tami Farmer

Reply via email to