Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin XS::Parse::Keyword to working version, due to 0.43 breakage #326

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

tom-binary
Copy link
Contributor

The header files can no longer be found by dependent modules, e.g. Syntax::Keyword::Match, due to this change:

 * Use `File::ShareDir` for storing .h include files, rather than
   storing the contents in the `__DATA__` section of the build helpers

Pinning to a working version for now.

Symptoms are errors such as these in cpanm installation logs:

lib/Syntax/Keyword/Match.xs:18:10: fatal error: hax/perl-backcompat.c.inc: No such file or directory
   18 | #include "hax/perl-backcompat.c.inc"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

The header files can no longer be found by dependent modules, e.g.
Syntax::Keyword::Match, due to this change:

```
 * Use `File::ShareDir` for storing .h include files, rather than
   storing the contents in the `__DATA__` section of the build helpers
```

Pinning to a working version for now.

Symptoms are errors such as these in `cpanm` installation logs:

```
lib/Syntax/Keyword/Match.xs:18:10: fatal error: hax/perl-backcompat.c.inc: No such file or directory
   18 | #include "hax/perl-backcompat.c.inc"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
@tom-binary tom-binary merged commit 658f1a8 into deriv-com:master Jul 4, 2024
1 check passed
@tom-binary tom-binary deleted the bugfix/xs_parse_keyword branch July 4, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant