Skip to content

Instantly share code, notes, and snippets.

@ccapndave
Last active September 14, 2022 12:20
Show Gist options
  • Save ccapndave/9879465e1fd149b173364447d80c71d3 to your computer and use it in GitHub Desktop.
Save ccapndave/9879465e1fd149b173364447d80c71d3 to your computer and use it in GitHub Desktop.
➜ eventmachine git:(master) rake compile
mkdir -p tmp/arm64-darwin21/rubyeventmachine/3.0.2
cd tmp/arm64-darwin21/rubyeventmachine/3.0.2
/Users/dave/.asdf/installs/ruby/3.0.2/bin/ruby -I. -r.rake-compiler-siteconf.rb ../../../../ext/extconf.rb
-----
Using OpenSSL in path /Users/dave/.asdf/installs/ruby/3.0.2/openssl
-----
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for BIO_read() in -lcrypto... yes
checking for SSL_CTX_new() in -lssl... yes
checking for rb_fdset_t in ruby/intern.h... yes
checking for rb_wait_for_single_fd()... yes
checking for rb_thread_fd_select()... yes
checking for inotify_init() in sys/inotify.h... no
checking for __NR_inotify_init in sys/syscall.h... no
checking for writev() in sys/uio.h... yes
checking for pipe2() in unistd.h... no
checking for accept4() in sys/socket.h... no
checking for SOCK_CLOEXEC in sys/socket.h... no
checking for sys/event.h... yes
checking for sys/queue.h... yes
checking for clock_gettime()... yes
checking for CLOCK_MONOTONIC_RAW in time.h... yes
checking for CLOCK_MONOTONIC in time.h... yes
checking for TLS_server_method() in openssl/ssl.h... yes
checking for SSL_CTX_set_min_proto_version in openssl/ssl.h... yes
CXXFLAGS= -Wall -Wextra -Wno-deprecated-declarations -Wno-ignored-qualifiers -Wno-unused-result -Wno-address
creating Makefile
cd -
cd tmp/arm64-darwin21/rubyeventmachine/3.0.2
/usr/bin/make
compiling ../../../../ext/binder.cpp
compiling ../../../../ext/cmain.cpp
compiling ../../../../ext/ed.cpp
compiling ../../../../ext/em.cpp
compiling ../../../../ext/kb.cpp
compiling ../../../../ext/page.cpp
compiling ../../../../ext/pipe.cpp
compiling ../../../../ext/rubymain.cpp
../../../../ext/rubymain.cpp:240:3: warning: 'rb_rescue' is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
rb_rescue(VALUEFUNC(event_callback), (VALUE)&e, VALUEFUNC(event_error_handler), Qnil);
^
/Users/dave/.asdf/installs/ruby/3.0.2/include/ruby-3.0.0/ruby/backward/cxxanyargs.hpp:244:1: note: 'rb_rescue' has been explicitly marked deprecated here
RUBY_CXX_DEPRECATED("Use of ANYARGS in this function is deprecated")
^
/Users/dave/.asdf/installs/ruby/3.0.2/include/ruby-3.0.0/ruby/backward/2/attributes.h:79:35: note: expanded from macro 'RUBY_CXX_DEPRECATED'
#define RUBY_CXX_DEPRECATED(mseg) RBIMPL_ATTR_DEPRECATED((mseg))
^
/Users/dave/.asdf/installs/ruby/3.0.2/include/ruby-3.0.0/ruby/internal/attr/deprecated.h:32:53: note: expanded from macro 'RBIMPL_ATTR_DEPRECATED'
# define RBIMPL_ATTR_DEPRECATED(msg) __attribute__((__deprecated__ msg))
^
1 warning generated.
compiling ../../../../ext/ssl.cpp
linking shared-object rubyeventmachine.bundle
cd -
mkdir -p tmp/arm64-darwin21/stage/lib
cp CHANGELOG.md tmp/arm64-darwin21/stage/CHANGELOG.md
cp GNU tmp/arm64-darwin21/stage/GNU
cp LICENSE tmp/arm64-darwin21/stage/LICENSE
cp README.md tmp/arm64-darwin21/stage/README.md
mkdir -p tmp/arm64-darwin21/stage/docs
cp docs/DocumentationGuidesIndex.md tmp/arm64-darwin21/stage/docs/DocumentationGuidesIndex.md
cp docs/GettingStarted.md tmp/arm64-darwin21/stage/docs/GettingStarted.md
mkdir -p tmp/arm64-darwin21/stage/docs/old
cp docs/old/ChangeLog tmp/arm64-darwin21/stage/docs/old/ChangeLog
cp docs/old/DEFERRABLES tmp/arm64-darwin21/stage/docs/old/DEFERRABLES
cp docs/old/EPOLL tmp/arm64-darwin21/stage/docs/old/EPOLL
cp docs/old/INSTALL tmp/arm64-darwin21/stage/docs/old/INSTALL
cp docs/old/KEYBOARD tmp/arm64-darwin21/stage/docs/old/KEYBOARD
cp docs/old/LEGAL tmp/arm64-darwin21/stage/docs/old/LEGAL
cp docs/old/LIGHTWEIGHT_CONCURRENCY tmp/arm64-darwin21/stage/docs/old/LIGHTWEIGHT_CONCURRENCY
cp docs/old/PURE_RUBY tmp/arm64-darwin21/stage/docs/old/PURE_RUBY
cp docs/old/RELEASE_NOTES tmp/arm64-darwin21/stage/docs/old/RELEASE_NOTES
cp docs/old/SMTP tmp/arm64-darwin21/stage/docs/old/SMTP
cp docs/old/SPAWNED_PROCESSES tmp/arm64-darwin21/stage/docs/old/SPAWNED_PROCESSES
cp docs/old/TODO tmp/arm64-darwin21/stage/docs/old/TODO
mkdir -p tmp/arm64-darwin21/stage/examples/guides/getting_started
cp examples/guides/getting_started/01_eventmachine_echo_server.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/01_eventmachine_echo_server.rb
cp examples/guides/getting_started/02_eventmachine_echo_server_that_recognizes_exit_command.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/02_eventmachine_echo_server_that_recognizes_exit_command.rb
cp examples/guides/getting_started/03_simple_chat_server.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/03_simple_chat_server.rb
cp examples/guides/getting_started/04_simple_chat_server_step_one.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/04_simple_chat_server_step_one.rb
cp examples/guides/getting_started/05_simple_chat_server_step_two.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/05_simple_chat_server_step_two.rb
cp examples/guides/getting_started/06_simple_chat_server_step_three.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/06_simple_chat_server_step_three.rb
cp examples/guides/getting_started/07_simple_chat_server_step_four.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/07_simple_chat_server_step_four.rb
cp examples/guides/getting_started/08_simple_chat_server_step_five.rb tmp/arm64-darwin21/stage/examples/guides/getting_started/08_simple_chat_server_step_five.rb
mkdir -p tmp/arm64-darwin21/stage/examples/old
cp examples/old/ex_channel.rb tmp/arm64-darwin21/stage/examples/old/ex_channel.rb
cp examples/old/ex_queue.rb tmp/arm64-darwin21/stage/examples/old/ex_queue.rb
cp examples/old/ex_tick_loop_array.rb tmp/arm64-darwin21/stage/examples/old/ex_tick_loop_array.rb
cp examples/old/ex_tick_loop_counter.rb tmp/arm64-darwin21/stage/examples/old/ex_tick_loop_counter.rb
cp examples/old/helper.rb tmp/arm64-darwin21/stage/examples/old/helper.rb
mkdir -p tmp/arm64-darwin21/stage/ext
cp ext/binder.cpp tmp/arm64-darwin21/stage/ext/binder.cpp
cp ext/binder.h tmp/arm64-darwin21/stage/ext/binder.h
cp ext/cmain.cpp tmp/arm64-darwin21/stage/ext/cmain.cpp
cp ext/ed.cpp tmp/arm64-darwin21/stage/ext/ed.cpp
cp ext/ed.h tmp/arm64-darwin21/stage/ext/ed.h
cp ext/em.cpp tmp/arm64-darwin21/stage/ext/em.cpp
cp ext/em.h tmp/arm64-darwin21/stage/ext/em.h
cp ext/eventmachine.h tmp/arm64-darwin21/stage/ext/eventmachine.h
cp ext/extconf.rb tmp/arm64-darwin21/stage/ext/extconf.rb
mkdir -p tmp/arm64-darwin21/stage/ext/fastfilereader
cp ext/fastfilereader/extconf.rb tmp/arm64-darwin21/stage/ext/fastfilereader/extconf.rb
cp ext/fastfilereader/mapper.cpp tmp/arm64-darwin21/stage/ext/fastfilereader/mapper.cpp
cp ext/fastfilereader/mapper.h tmp/arm64-darwin21/stage/ext/fastfilereader/mapper.h
cp ext/fastfilereader/rubymain.cpp tmp/arm64-darwin21/stage/ext/fastfilereader/rubymain.cpp
cp ext/kb.cpp tmp/arm64-darwin21/stage/ext/kb.cpp
cp ext/page.cpp tmp/arm64-darwin21/stage/ext/page.cpp
cp ext/page.h tmp/arm64-darwin21/stage/ext/page.h
cp ext/pipe.cpp tmp/arm64-darwin21/stage/ext/pipe.cpp
cp ext/project.h tmp/arm64-darwin21/stage/ext/project.h
cp ext/rubymain.cpp tmp/arm64-darwin21/stage/ext/rubymain.cpp
cp ext/ssl.cpp tmp/arm64-darwin21/stage/ext/ssl.cpp
cp ext/ssl.h tmp/arm64-darwin21/stage/ext/ssl.h
cp ext/wait_for_single_fd.h tmp/arm64-darwin21/stage/ext/wait_for_single_fd.h
mkdir -p tmp/arm64-darwin21/stage/java
cp java/.classpath tmp/arm64-darwin21/stage/java/.classpath
cp java/.project tmp/arm64-darwin21/stage/java/.project
mkdir -p tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine
cp java/src/com/rubyeventmachine/EmReactor.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/EmReactor.java
cp java/src/com/rubyeventmachine/EmReactorException.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/EmReactorException.java
cp java/src/com/rubyeventmachine/EmReactorInterface.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/EmReactorInterface.java
cp java/src/com/rubyeventmachine/EventableChannel.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/EventableChannel.java
cp java/src/com/rubyeventmachine/EventableDatagramChannel.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/EventableDatagramChannel.java
cp java/src/com/rubyeventmachine/EventableSocketChannel.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/EventableSocketChannel.java
cp java/src/com/rubyeventmachine/NullEmReactor.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/NullEmReactor.java
cp java/src/com/rubyeventmachine/NullEventableChannel.java tmp/arm64-darwin21/stage/java/src/com/rubyeventmachine/NullEventableChannel.java
mkdir -p tmp/arm64-darwin21/stage/lib/em
cp lib/em/buftok.rb tmp/arm64-darwin21/stage/lib/em/buftok.rb
cp lib/em/callback.rb tmp/arm64-darwin21/stage/lib/em/callback.rb
cp lib/em/channel.rb tmp/arm64-darwin21/stage/lib/em/channel.rb
cp lib/em/completion.rb tmp/arm64-darwin21/stage/lib/em/completion.rb
cp lib/em/connection.rb tmp/arm64-darwin21/stage/lib/em/connection.rb
cp lib/em/deferrable.rb tmp/arm64-darwin21/stage/lib/em/deferrable.rb
mkdir -p tmp/arm64-darwin21/stage/lib/em/deferrable
cp lib/em/deferrable/pool.rb tmp/arm64-darwin21/stage/lib/em/deferrable/pool.rb
cp lib/em/file_watch.rb tmp/arm64-darwin21/stage/lib/em/file_watch.rb
cp lib/em/future.rb tmp/arm64-darwin21/stage/lib/em/future.rb
cp lib/em/io_streamer.rb tmp/arm64-darwin21/stage/lib/em/io_streamer.rb
cp lib/em/iterator.rb tmp/arm64-darwin21/stage/lib/em/iterator.rb
cp lib/em/messages.rb tmp/arm64-darwin21/stage/lib/em/messages.rb
cp lib/em/pool.rb tmp/arm64-darwin21/stage/lib/em/pool.rb
cp lib/em/process_watch.rb tmp/arm64-darwin21/stage/lib/em/process_watch.rb
cp lib/em/processes.rb tmp/arm64-darwin21/stage/lib/em/processes.rb
cp lib/em/protocols.rb tmp/arm64-darwin21/stage/lib/em/protocols.rb
mkdir -p tmp/arm64-darwin21/stage/lib/em/protocols
cp lib/em/protocols/header_and_content.rb tmp/arm64-darwin21/stage/lib/em/protocols/header_and_content.rb
cp lib/em/protocols/httpclient.rb tmp/arm64-darwin21/stage/lib/em/protocols/httpclient.rb
cp lib/em/protocols/httpclient2.rb tmp/arm64-darwin21/stage/lib/em/protocols/httpclient2.rb
cp lib/em/protocols/line_and_text.rb tmp/arm64-darwin21/stage/lib/em/protocols/line_and_text.rb
cp lib/em/protocols/line_protocol.rb tmp/arm64-darwin21/stage/lib/em/protocols/line_protocol.rb
cp lib/em/protocols/linetext2.rb tmp/arm64-darwin21/stage/lib/em/protocols/linetext2.rb
cp lib/em/protocols/memcache.rb tmp/arm64-darwin21/stage/lib/em/protocols/memcache.rb
cp lib/em/protocols/object_protocol.rb tmp/arm64-darwin21/stage/lib/em/protocols/object_protocol.rb
cp lib/em/protocols/postgres3.rb tmp/arm64-darwin21/stage/lib/em/protocols/postgres3.rb
cp lib/em/protocols/saslauth.rb tmp/arm64-darwin21/stage/lib/em/protocols/saslauth.rb
cp lib/em/protocols/smtpclient.rb tmp/arm64-darwin21/stage/lib/em/protocols/smtpclient.rb
cp lib/em/protocols/smtpserver.rb tmp/arm64-darwin21/stage/lib/em/protocols/smtpserver.rb
cp lib/em/protocols/socks4.rb tmp/arm64-darwin21/stage/lib/em/protocols/socks4.rb
cp lib/em/protocols/stomp.rb tmp/arm64-darwin21/stage/lib/em/protocols/stomp.rb
cp lib/em/protocols/tcptest.rb tmp/arm64-darwin21/stage/lib/em/protocols/tcptest.rb
cp lib/em/pure_ruby.rb tmp/arm64-darwin21/stage/lib/em/pure_ruby.rb
cp lib/em/queue.rb tmp/arm64-darwin21/stage/lib/em/queue.rb
cp lib/em/resolver.rb tmp/arm64-darwin21/stage/lib/em/resolver.rb
cp lib/em/spawnable.rb tmp/arm64-darwin21/stage/lib/em/spawnable.rb
cp lib/em/streamer.rb tmp/arm64-darwin21/stage/lib/em/streamer.rb
cp lib/em/threaded_resource.rb tmp/arm64-darwin21/stage/lib/em/threaded_resource.rb
cp lib/em/tick_loop.rb tmp/arm64-darwin21/stage/lib/em/tick_loop.rb
cp lib/em/timers.rb tmp/arm64-darwin21/stage/lib/em/timers.rb
cp lib/em/version.rb tmp/arm64-darwin21/stage/lib/em/version.rb
cp lib/eventmachine.rb tmp/arm64-darwin21/stage/lib/eventmachine.rb
cp lib/jeventmachine.rb tmp/arm64-darwin21/stage/lib/jeventmachine.rb
mkdir -p tmp/arm64-darwin21/stage/rakelib
cp rakelib/package.rake tmp/arm64-darwin21/stage/rakelib/package.rake
cp rakelib/test.rake tmp/arm64-darwin21/stage/rakelib/test.rake
cp rakelib/test_pure.rake tmp/arm64-darwin21/stage/rakelib/test_pure.rake
mkdir -p tmp/arm64-darwin21/stage/tests
cp tests/client.crt tmp/arm64-darwin21/stage/tests/client.crt
cp tests/client.key tmp/arm64-darwin21/stage/tests/client.key
cp tests/dhparam.pem tmp/arm64-darwin21/stage/tests/dhparam.pem
cp tests/em_ssl_handlers.rb tmp/arm64-darwin21/stage/tests/em_ssl_handlers.rb
cp tests/em_test_helper.rb tmp/arm64-darwin21/stage/tests/em_test_helper.rb
cp tests/encoded_client.key tmp/arm64-darwin21/stage/tests/encoded_client.key
mkdir -p tmp/arm64-darwin21/stage/tests/jruby
cp tests/jruby/test_jeventmachine.rb tmp/arm64-darwin21/stage/tests/jruby/test_jeventmachine.rb
cp tests/test_attach.rb tmp/arm64-darwin21/stage/tests/test_attach.rb
cp tests/test_basic.rb tmp/arm64-darwin21/stage/tests/test_basic.rb
cp tests/test_channel.rb tmp/arm64-darwin21/stage/tests/test_channel.rb
cp tests/test_completion.rb tmp/arm64-darwin21/stage/tests/test_completion.rb
cp tests/test_connection_count.rb tmp/arm64-darwin21/stage/tests/test_connection_count.rb
cp tests/test_connection_write.rb tmp/arm64-darwin21/stage/tests/test_connection_write.rb
cp tests/test_defer.rb tmp/arm64-darwin21/stage/tests/test_defer.rb
cp tests/test_deferrable.rb tmp/arm64-darwin21/stage/tests/test_deferrable.rb
cp tests/test_epoll.rb tmp/arm64-darwin21/stage/tests/test_epoll.rb
cp tests/test_error_handler.rb tmp/arm64-darwin21/stage/tests/test_error_handler.rb
cp tests/test_exc.rb tmp/arm64-darwin21/stage/tests/test_exc.rb
cp tests/test_file_watch.rb tmp/arm64-darwin21/stage/tests/test_file_watch.rb
cp tests/test_fork.rb tmp/arm64-darwin21/stage/tests/test_fork.rb
cp tests/test_futures.rb tmp/arm64-darwin21/stage/tests/test_futures.rb
cp tests/test_handler_check.rb tmp/arm64-darwin21/stage/tests/test_handler_check.rb
cp tests/test_hc.rb tmp/arm64-darwin21/stage/tests/test_hc.rb
cp tests/test_httpclient.rb tmp/arm64-darwin21/stage/tests/test_httpclient.rb
cp tests/test_httpclient2.rb tmp/arm64-darwin21/stage/tests/test_httpclient2.rb
cp tests/test_idle_connection.rb tmp/arm64-darwin21/stage/tests/test_idle_connection.rb
cp tests/test_inactivity_timeout.rb tmp/arm64-darwin21/stage/tests/test_inactivity_timeout.rb
cp tests/test_io_streamer.rb tmp/arm64-darwin21/stage/tests/test_io_streamer.rb
cp tests/test_ipv4.rb tmp/arm64-darwin21/stage/tests/test_ipv4.rb
cp tests/test_ipv6.rb tmp/arm64-darwin21/stage/tests/test_ipv6.rb
cp tests/test_iterator.rb tmp/arm64-darwin21/stage/tests/test_iterator.rb
cp tests/test_kb.rb tmp/arm64-darwin21/stage/tests/test_kb.rb
cp tests/test_keepalive.rb tmp/arm64-darwin21/stage/tests/test_keepalive.rb
cp tests/test_line_protocol.rb tmp/arm64-darwin21/stage/tests/test_line_protocol.rb
cp tests/test_ltp.rb tmp/arm64-darwin21/stage/tests/test_ltp.rb
cp tests/test_ltp2.rb tmp/arm64-darwin21/stage/tests/test_ltp2.rb
cp tests/test_many_fds.rb tmp/arm64-darwin21/stage/tests/test_many_fds.rb
cp tests/test_next_tick.rb tmp/arm64-darwin21/stage/tests/test_next_tick.rb
cp tests/test_object_protocol.rb tmp/arm64-darwin21/stage/tests/test_object_protocol.rb
cp tests/test_pause.rb tmp/arm64-darwin21/stage/tests/test_pause.rb
cp tests/test_pending_connect_timeout.rb tmp/arm64-darwin21/stage/tests/test_pending_connect_timeout.rb
cp tests/test_pool.rb tmp/arm64-darwin21/stage/tests/test_pool.rb
cp tests/test_process_watch.rb tmp/arm64-darwin21/stage/tests/test_process_watch.rb
cp tests/test_processes.rb tmp/arm64-darwin21/stage/tests/test_processes.rb
cp tests/test_proxy_connection.rb tmp/arm64-darwin21/stage/tests/test_proxy_connection.rb
cp tests/test_pure.rb tmp/arm64-darwin21/stage/tests/test_pure.rb
cp tests/test_queue.rb tmp/arm64-darwin21/stage/tests/test_queue.rb
cp tests/test_resolver.rb tmp/arm64-darwin21/stage/tests/test_resolver.rb
cp tests/test_running.rb tmp/arm64-darwin21/stage/tests/test_running.rb
cp tests/test_sasl.rb tmp/arm64-darwin21/stage/tests/test_sasl.rb
cp tests/test_send_file.rb tmp/arm64-darwin21/stage/tests/test_send_file.rb
cp tests/test_servers.rb tmp/arm64-darwin21/stage/tests/test_servers.rb
cp tests/test_shutdown_hooks.rb tmp/arm64-darwin21/stage/tests/test_shutdown_hooks.rb
cp tests/test_smtpclient.rb tmp/arm64-darwin21/stage/tests/test_smtpclient.rb
cp tests/test_smtpserver.rb tmp/arm64-darwin21/stage/tests/test_smtpserver.rb
cp tests/test_sock_opt.rb tmp/arm64-darwin21/stage/tests/test_sock_opt.rb
cp tests/test_spawn.rb tmp/arm64-darwin21/stage/tests/test_spawn.rb
cp tests/test_ssl_args.rb tmp/arm64-darwin21/stage/tests/test_ssl_args.rb
cp tests/test_ssl_dhparam.rb tmp/arm64-darwin21/stage/tests/test_ssl_dhparam.rb
cp tests/test_ssl_ecdh_curve.rb tmp/arm64-darwin21/stage/tests/test_ssl_ecdh_curve.rb
cp tests/test_ssl_extensions.rb tmp/arm64-darwin21/stage/tests/test_ssl_extensions.rb
cp tests/test_ssl_inline_cert.rb tmp/arm64-darwin21/stage/tests/test_ssl_inline_cert.rb
cp tests/test_ssl_methods.rb tmp/arm64-darwin21/stage/tests/test_ssl_methods.rb
cp tests/test_ssl_protocols.rb tmp/arm64-darwin21/stage/tests/test_ssl_protocols.rb
cp tests/test_ssl_verify.rb tmp/arm64-darwin21/stage/tests/test_ssl_verify.rb
cp tests/test_stomp.rb tmp/arm64-darwin21/stage/tests/test_stomp.rb
cp tests/test_system.rb tmp/arm64-darwin21/stage/tests/test_system.rb
cp tests/test_threaded_resource.rb tmp/arm64-darwin21/stage/tests/test_threaded_resource.rb
cp tests/test_tick_loop.rb tmp/arm64-darwin21/stage/tests/test_tick_loop.rb
cp tests/test_timers.rb tmp/arm64-darwin21/stage/tests/test_timers.rb
cp tests/test_ud.rb tmp/arm64-darwin21/stage/tests/test_ud.rb
cp tests/test_unbind_reason.rb tmp/arm64-darwin21/stage/tests/test_unbind_reason.rb
/usr/bin/make install target_prefix=
/opt/homebrew/bin/ginstall -c -m 0755 rubyeventmachine.bundle /Users/dave/Projects/forks/eventmachine/lib
cp tmp/arm64-darwin21/rubyeventmachine/3.0.2/rubyeventmachine.bundle tmp/arm64-darwin21/stage/lib/rubyeventmachine.bundle
mkdir -p tmp/arm64-darwin21/fastfilereaderext/3.0.2
cd tmp/arm64-darwin21/fastfilereaderext/3.0.2
/Users/dave/.asdf/installs/ruby/3.0.2/bin/ruby -I. -r.rake-compiler-siteconf.rb ../../../../ext/fastfilereader/extconf.rb
creating Makefile
cd -
cd tmp/arm64-darwin21/fastfilereaderext/3.0.2
/usr/bin/make
compiling ../../../../ext/fastfilereader/mapper.cpp
compiling ../../../../ext/fastfilereader/rubymain.cpp
linking shared-object fastfilereaderext.bundle
cd -
/usr/bin/make install target_prefix=
/opt/homebrew/bin/ginstall -c -m 0755 fastfilereaderext.bundle /Users/dave/Projects/forks/eventmachine/lib
cp tmp/arm64-darwin21/fastfilereaderext/3.0.2/fastfilereaderext.bundle tmp/arm64-darwin21/stage/lib/fastfilereaderext.bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment