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

ocamlnet issue for ocml version > 5 fix #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

emrahbillur
Copy link

When trying to merge latest ghaf with fog-ghaf the issue raised with ocamlnet used in this package as it is not available for ocaml versions later than 5. On previous ghaf the nixpkgs already used 4.14 of ocaml so ocamlnet worked without issues. But new ghaf is using 5.11 of the ocaml that causes this issue.
Problem is due to not defining which ocaml version being used.
The document for ocaml in nixpkgs doc/languages-frameworks/ocaml.section.md clearly states that the ocaml version must be set before use as below:

choose the ocaml version you want to use

ocamlPackages = pkgs.ocaml-ng.ocamlPackages_4_14;

@emrahbillur emrahbillur temporarily deployed to internal-build-workflow June 6, 2024 09:49 — with GitHub Actions Inactive
@emrahbillur emrahbillur had a problem deploying to external-build-workflow June 6, 2024 09:49 — with GitHub Actions Failure
@emrahbillur
Copy link
Author

Here is the related issue I created:
#14

@emrahbillur emrahbillur temporarily deployed to internal-build-workflow June 7, 2024 09:54 — with GitHub Actions Inactive
@emrahbillur emrahbillur had a problem deploying to external-build-workflow June 7, 2024 09:54 — with GitHub Actions Failure
@emrahbillur emrahbillur temporarily deployed to internal-build-workflow August 20, 2024 09:29 — with GitHub Actions Inactive
@emrahbillur emrahbillur had a problem deploying to external-build-workflow August 20, 2024 09:30 — with GitHub Actions Failure
Signed-off-by: Emrah Billur <[email protected]>

Fix coccinelle to version 1.1.1

Signed-off-by: Emrah Billur <[email protected]>
@emrahbillur
Copy link
Author

Fixing ocaml packages to 4.14 did not work for later nixpkgs. We had to fix coccinelle to version 1.1.1

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