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

failed to build 1.8.1 release on macos sequoia #381

Open
chenrui333 opened this issue Sep 13, 2024 · 3 comments
Open

failed to build 1.8.1 release on macos sequoia #381

chenrui333 opened this issue Sep 13, 2024 · 3 comments

Comments

@chenrui333
Copy link

seeing some build failure when building 1.8.1 rel on macos sequoia as below:

  File "lib/app/pipeline/pipeline.ml", line 257, characters 23-34:
  257 |   let really_read fd = Lwt_cstruct.(complete (read fd))
                               ^^^^^^^^^^^
  Error: Unbound module Lwt_cstruct

full build log in here, https://github.com/Homebrew/homebrew-core/actions/runs/10812064459/job/29992955250#step:4:523

@rvantonder
Copy link
Member

Noted @chenrui333, will take a look!

@adamwespiser
Copy link

Just ran into the same thing myself. Is there a stable version for macos builds anyone can recommend?

@cho-m
Copy link

cho-m commented Nov 6, 2024

A workaround would be to pin tar-unix to a version < 3 to get cstruct-lwt as an indirect dependency.

A fix would be to account for newer tar-unix no longer having a dependency on cstruct-lwt

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

No branches or pull requests

4 participants