[erlang-questions] Patch package OTP 22.1 released

Frank Muller frank.muller.erl@REDACTED
Thu Sep 19 00:17:00 CEST 2019


Anything changed regarding wx (wxmac 3.0.4 from brew) on macOS 10.13.6 with
this release?


Checking out Erlang/OTP git repository from
https://github.com/erlang/otp.git...
Building Erlang/OTP 22.1 from git, please wait...
APPLICATIONS DISABLED (See:
/Users/frankm/.kerl/builds/22.1/otp_build_git.log)
 * debugger       : User gave --without-debugger option

DOCUMENTATION INFORMATION (See:
/Users/frankm/.kerl/builds/22.1/otp_build_git.log)
 * documentation  :
 *                  fop is missing.
 *                  Using fakefop to generate placeholder PDF files.

Build failed.
  "_ei_x_new", referenced from:
      _main in erl_call-cda0e1.o
  "_ei_x_new_with_version", referenced from:
      _main in erl_call-cda0e1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[3]: ***
[/Users/frankm/.kerl/builds/22.1/otp_src_git/lib/erl_interface/bin/x86_64-apple-darwin17.7.0/erl_call]
Error 1
make[2]: *** [opt] Error 2
make[1]: *** [opt] Error 2
make: *** [build_erl_interface] Error 2


22.0.7 compiled perfectly?

/Frank

Erlang/OTP 22.1 is the first service release for the 22 major release with
> new features, improvements as well as bugfixes
>
> Potential Incompatibilities
>
>    - Mnesia: Transactions with sticky locks could with async_asym
>    transactions be committed in the wrong order, since asym transactions are
>    spawned on the remote nodes. To fix this bug the communication protocol
>    between mnesia nodes had to be updated, thus mnesia will no longer be able
>    to connect to nodes earlier than mnesia-4.14 , OTP-19.0.
>    - Stdlib: Debugging of time-outs in gen_statem has been improved.
>    Starting a time-out is now logged in sys:log and sys:trace. Running
>    time-outs are visible in server crash logs, and with sys:get_status. Due to
>    this system events {start_timer, Action, State} and {insert_timout, Event,
>    State} have been added, which may surprise tools that rely on the format of
>    these events. New features: The EventContent of a running time-out can be
>    updated with {TimeoutType, update, NewEventContent}. Running time-outs can
>    be cancelled with {TimeoutType, cancel} which is more readable than using
>    Time = infinity.{rel, Name, Vsn, RelApps, Opts}.
>
>
> Highlights
>
> Compiler:
>
>    - erlc can now automatically use a compile server to avoid starting an
>    Erlang system for each file to be compiled in a multi-file project. See the
>    documentation for how to enable it.
>
>
> Standard libraries:
>
>    - SSL: Basic support for TLS 1.3 Client for experimental use. For more
>    information see the Standards Compliance chapter of the User's Guide.
>    - crypto: The Message Authentication Codes (MAC) CMAC, HMAC and
>    Poly1305 are unified into common functions in the New Crypto API. See the
>    manual for CRYPTO. cipher_info/1 functions returns maps with
>    information about the hash or cipher in the argument.
>
>
> For more details see
> http://erlang.org/download/otp_src_22.1.readme
>
> Pre built versions for Windows can be fetched here:
> http://erlang.org/download/otp_win32_22.1.exe
> http://erlang.org/download/otp_win64_22.1.exe
>
> Online documentation can be browsed here:
> http://erlang.org/doc/search/
>
> The source tarball can be fetched here:
>
> http://erlang.org/download/otp_src_22.1.tar.gz
>
> The documentation can be fetched here:
>
> http://erlang.org/download/otp_doc_html_22.1.tar.gz
>
> The man pages can be fetched here:
>
> http://erlang.org/download/otp_doc_man_22.1.tar.gz
>
> The Erlang/OTP source can also be found at GitHub on the official Erlang
> repository:
>
> https://github.com/erlang/otp
>
> OTP-22.1 <https://github.com/erlang/otp/releases/tag/OTP-22.1>
>
>
> Thank you for all your contributions!
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20190919/db03a118/attachment.htm>


More information about the erlang-questions mailing list