Looking for help with this package that is failing to build in my project.
If I use the Auto option for this package, the build is successful.
However, I get an error when running any script the uses the Cwd library, I get the following error:
Cwd.c: loadable library and perl binaries are mismatched (got first handshake key 0000000012200080, needed 0000000012700080)
Runtime Details
- Language -
- Platform - Windows
Failing Packages
Thank you for your post, a ticket has been created and someone will be in contact with you soon.
This turns out to be a problem with the PathTools module, overcalling the core version of cwd, aggravated by a build error that doesn’t cause the process to abort. We are working on the solution for both of these.
We’re finding this will happen if the list of requested packages includes PathTools. If it does, remove it and let it be provided only as a dependency. PathTools is another core module, and when overcalled its dependency on other core modules can place mismatched/incompatible versions of those dependencies higher on the search path that the matching/good versions.