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

Latest macOS Sonoma VM is missing some tooling #1272

Open
1 of 2 tasks
timwoj opened this issue Mar 28, 2024 · 4 comments
Open
1 of 2 tasks

Latest macOS Sonoma VM is missing some tooling #1272

timwoj opened this issue Mar 28, 2024 · 4 comments
Labels

Comments

@timwoj
Copy link

timwoj commented Mar 28, 2024

Expected Behavior

m4 should be executable.
What should have happened is ...

Real Behavior

admin@admins-Virtual-Machine zeek % m4
xcode-select: Failed to locate 'm4', requesting installation of command line developer tools.

Related Info

This is a (tick one of the following):

  • Website issue
    • Link to page:
  • Task issue
    • OS: macOS
@timwoj timwoj added the bug label Mar 28, 2024
@fkorotkov
Copy link
Contributor

Which one are you using? ghcr.io/cirruslabs/macos-sonoma-base:latest?

@timwoj
Copy link
Author

timwoj commented Mar 28, 2024

Yeah:

macos_sonoma_task:
  macos_instance:
    image: ghcr.io/cirruslabs/macos-sonoma-base:latest

Something changed with it just recently because we were able to do Sonoma builds 3 or 4 days ago, but one last night failed.

@fkorotkov
Copy link
Contributor

It's weird since seems Command Line Tools are there:

xcode-select -p
/Library/Developer/CommandLineTools

But we can reproduce with m4. There was a recent bump from macOS 14.1 to 14.4.1. Let us check what happened there.

@fkorotkov
Copy link
Contributor

Seems it's a breakage in macOS itself. @edigaryev was able to reproduce it locally on bare metal.

As a workaround you can try to use ghcr.io/cirruslabs/macos-sonoma-xcode:latest. It hasn't yet picked up the 14.4.1 change and will do it on Saturday April 6th.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants