[rt.cpan.org #110480] Unpacking exe: File exists
[email protected] ("Johannes Kilian via RT")
| Newsgroups | perl.par |
|---|---|
| Message-ID | <[email protected]> |
Mon Dec 21 05:02:32 2015: Request 110480 was acted upon. Transaction: Ticket created by [email protected] Queue: PAR-Packer Subject: Unpacking exe: File exists Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: [email protected] Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=110480 > Hi I'm currently running Strawberry-Perl 5.20. on Win7. Module Versions:pp.pm 0.992par.pm 1.010par/packer.pm 1.028module/scandeps 1.20 I created an executable file via pp. Starting the generated exe, extraction process fails due to following error:----mkdir C:\Users\xxx\AppData\Local\Temp\par-6a6f6b\cache-aeb8a68d1c04faef43fa99b77761cb02d7ebc0df\inc\lib\version\: File exists; Eine Datei kann nicht erstellt werden, wenn sie bereits vorhanden ist at D:/Usr/programme/Strawberry/perl/site/lib/Archive/Zip/Archive.pm line 198. Roughly translated: A file cannot be created if it already exists.---- Looking into the cache-folder shows that there is a file named "version". Probably a folder named "version" should be created by extraction process - but fails due to existance of identical named file. How to overcome this problem? Cheers and merry christmasJohannes