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

erlang@25: Workaround for Mac OS Sonoma #146286

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/e/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
sha256 "b7c7f2a8a4c9cb84e4e7f86645b1ffb5a7cff57f712c5a1cb1a7056692ac7184"
end

def install

Check failure on line 39 in Formula/e/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

`brew install --verbose --build-bottle erlang@25` failed on macOS Monterey (12)!

make[3]: Nothing to be done for `docs'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin21.6.0/Makefile docs make[4]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application os_mon === Entering application syntax_tools make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application syntax_tools === Entering application public_key make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application public_key === Entering application ssl make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application ssl === Entering application observer make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application observer === Entering application odbc make[3]: Nothing to be done for `docs'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin21.6.0/Makefile docs make[4]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application odbc === Entering application diameter make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application diameter === Entering application et make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application et === Entering application megaco make[4]: Nothing to be done for `docs'. make[4]: Nothing to be done for `docs'. make[4]: Nothing to be done for `docs'. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f x86_64-apple-darwin21.6.0/Makefile docs make[5]: Nothing to be done for `docs'. make[4]: Nothing to be done for `docs'. make[4]: Nothing to be done for `docs'. make[4]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. escript /private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6/bootstrap/lib/erl_docgen/priv/bin/chunk.escript megaco ../xml/megaco_flex_scanner.xml ../../ebin/megaco_flex_scanner.beam /private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6/bootstrap/lib/erl_docgen/ebin/docgen_xml_to_chunk.beam ../chunks/megaco_flex_scanner.chunk escript /private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6/bootstrap/lib/erl_docgen/priv/bin/chunk.escript megaco ../../ebin/megaco_flex_scanner_handler.beam /private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6/bootstrap/lib/erl_docgen/ebin/docgen_xml_to_chunk.beam ../chunks/megaco_flex_scanner_handler.chunk === Leaving application megaco === Entering application eunit make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application eunit === Entering application ssh make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application ssh === Entering application eldap make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application eldap === Entering application dialyzer make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application dialyzer === Entering application ftp make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application ftp === Entering application tftp make[3]: Nothing to be done for `docs'. make[3]: Nothing to be done for `docs'. === Leaving application tftp cd /private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6/erts && \ PATH=/private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6/bootstrap/bin:"${PATH}" ERL_TOP=/private/tmp/erlangA25-20230929-5405-smhwec/otp_src_25.3.2.6 \ make BUILD_ALL=1
# Unset these so that building wx, kernel, compiler and
# other modules doesn't fail with an unintelligible error.
%w[LIBS FLAGS AFLAGS ZFLAGS].each { |k| ENV.delete("ERL_#{k}") }
Expand All @@ -62,6 +62,7 @@
if OS.mac?
args << "--enable-darwin-64bit"
args << "--enable-kernel-poll" if MacOS.version > :el_capitan
args << "--disable-jit" if MacOS.version == :sonoma && Hardware::CPU.arm?
args << "--with-dynamic-trace=dtrace" if MacOS::CLT.installed?
end

Expand Down
Loading