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

Compose module shows warning on Mac #1557

Closed
mdelapenya opened this issue Aug 31, 2023 · 7 comments
Closed

Compose module shows warning on Mac #1557

mdelapenya opened this issue Aug 31, 2023 · 7 comments
Labels
compose Docker Compose. dependencies Dependencies or external services

Comments

@mdelapenya
Copy link
Member

mdelapenya commented Aug 31, 2023

Seems to be a peer dependency issue:

warning:
# github.com/fsnotify/fsevents
cgo-gcc-prolog:452:2: warning: 'FSEventStreamScheduleWithRunLoop' is deprecated: first deprecated in macOS 13.0 - Use FSEventStreamSetDispatchQueue instead. [-Wdeprecated-declarations]

Originally posted by @timotheus90 in #1337 (comment)

@mdelapenya mdelapenya added dependencies Dependencies or external services compose Docker Compose. labels Aug 31, 2023
@timotheus90
Copy link

"Seems to be a peer dependency issue on our side" is misleading here. Please remove that.^^ per dependency issue was fixed with github.com/containerd/containerd v1.7.4 // indirect in #1337 (comment)

@mdelapenya
Copy link
Member Author

Will be resolved in #1546

@mmorel-35
Copy link
Contributor

Is it fixed by #1617 ?

@mdelapenya
Copy link
Member Author

I still see it on my Mac M1 🤔

Need to go deeper into it but I'll prioritise the warning removal later on.

@paleboot
Copy link

Hola folks, one of our packages imports modules/compose, and we keep seeing the warning in our local machines.

It seems to stem from https://github.com/docker/compose.

image

A PR had been made in fsevents fsnotify/fsevents#61 but it's still open.

@emanuel-skrenkovic
Copy link

Hello!

The fsevents issue that causes the warning (fsnotify/fsevents#59) has been fixed and the fix is in compose version 2.27.1. Switching to that version removes the warning.

@mdelapenya
Copy link
Member Author

Given we are currently using compose v2.28.1, I think it's fine to close this. Thanks everybody involved 🙇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose Docker Compose. dependencies Dependencies or external services
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants