Skip to content

strawberry-perl fails to install via vcpkg on exFAT disks #278

@dbierek

Description

@dbierek

Description

Installing openSSL using vcpkg failed when attempting to unpack the strawberry-perl zip file. I believe this is due to the format of the timestamps in the zip file due to the zipping tool used:

ZIP files can store timestamps with varying levels of precision. Some archiving tools or older ZIP files might store timestamps with a higher precision than exFAT natively supports or processes correctly during the extraction process.

Error message snippet from vcpkg install

Downloading https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54201_64bit/strawberry-perl-5.42.0.1-64bit-portable.zip -> strawberry-perl-5.42.0.1-64bit-portable.zip
Successfully downloaded strawberry-perl-5.42.0.1-64bit-portable.zip
CMake Error: Problem with archive_write_finish_entry(): Can't restore time
CMake Error: Problem extracting tar: D:/workspace/NavKit/extern/vcpkg/downloads/strawberry-perl-5.42.0.1-64bit-portable.zip
CMake Error at scripts/cmake/vcpkg_find_acquire_program.cmake:231 (message):
  Unable to find PERL

vcpkg package for strawberry-perl

https://github.com/microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_find_acquire_program(PERL).cmake

vcpkg issue for this problem

microsoft/vcpkg#15223

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions