Paul Marquess

Results 31 comments of Paul Marquess

> building perl 5.6 binaries is succeeded, but not tested widely. ok > test reports are welcome. Tried [Compress-Raw-Zlib](https://github.com/pmqs/Compress-Raw-Zlib) which doesn't need cpanm to fetch any dependencies and it worked...

Spoke too soon. Windoes failure here https://github.com/pmqs/Compress-Raw-Zlib/runs/1584217933?check_suite_focus=true ``` cpanm --quiet --installdeps --notest . shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" env: PERL5LIB: D:\a\_actions\shogo82148\actions-setup-perl\v1\scripts\lib Can't locate Win32.pm in @INC (@INC contains: FatPacked::38807136=HASH(0x%I64x)...

Tried rebuilding with the updated action (see https://github.com/pmqs/Compress-Raw-Zlib/runs/1676339060?check_suite_focus=true). I'm still seeing the error -- `Can't locate Win32.pm` ``` Run cpanm --quiet --installdeps --notest . cpanm --quiet --installdeps --notest . shell:...

Retried my failing build(see [here](https://github.com/pmqs/Compress-Raw-Zlib/runs/1713632684?check_suite_focus=true)). Still failing, but now with this error ``` Run cpanm --quiet --installdeps --notest . cpanm --quiet --installdeps --notest . shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"...

> I released https://github.com/shogo82148/actions-setup-perl/releases/tag/v1.9.5 Excellent! > it works https://github.com/shogo82148/Compress-Raw-Zlib/runs/1716607477?check_suite_focus=true 🎉 Almost there, but not quite. I see that most of the `.t` file are outputting this ``` 'C:\hostedtoolcache\windows\perl\5.6.2-thr\x64\bin\perl.exe" -e "print'...

> It is a bug of perl 5.6. > the `system` function on windows doesn't handle its arguments correctly. Looks like it is ok to close this issue then. >I...

Hey @xigwon To run the `fix-onedrive-zip` script, you need to have `per`l installed on you system. Run `perl -v` in your terminal window to check. You should get something like...

Hey @xigwon I'll keep this as simple as possible 1. before you start, make sure that the `fix-onedrive-zip` script and the zip file you want fixed are in the same...

Hi @hanae-ngn the error you are getting suggests that you don't have a OneDrive zip file with the error that my script is designed to fix, but it could be...

@hanae-ngn try running `zipdetails` with the `--scan` option. Note that it may take a long time to run ``` perl zipdetails -v --redact --scan OneDrive_H.zip ```